[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cytoscape&package-manager=npm_and_yarn&previous-version=3.30.3&new-version=3.30.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
###### Microsoft Reviewers: [Open in
CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com/Azure/bicep/pull/16079)
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
src/vscode-bicep/package-lock.json | 9 ++++-----
src/vscode-bicep/package.json | 2 +-
2 files changed, 5 insertions(+), 6 deletions(-)
diff --git a/src/vscode-bicep/package-lock.json b/src/vscode-bicep/package-lock.json
index c600c7adc47..37c8225d1b7 100644
--- a/src/vscode-bicep/package-lock.json
+++ b/src/vscode-bicep/package-lock.json
@@ -17,7 +17,7 @@
"@microsoft/vscode-azext-azureutils": "^3.1.2",
"@microsoft/vscode-azext-utils": "^2.5.12",
"@vscode/codicons": "^0.0.36",
- "cytoscape": "^3.30.2",
+ "cytoscape": "^3.30.4",
"cytoscape-elk": "^2.3.0",
"fs-extra": "^11.2.0",
"react": "^18.3.1",
@@ -5852,10 +5852,9 @@
"license": "MIT"
},
"node_modules/cytoscape": {
- "version": "3.30.3",
- "resolved": "https://registry.npmjs.org/cytoscape/-/cytoscape-3.30.3.tgz",
- "integrity": "sha512-HncJ9gGJbVtw7YXtIs3+6YAFSSiKsom0amWc33Z7QbylbY2JGMrA0yz4EwrdTScZxnwclXeEZHzO5pxoy0ZE4g==",
- "license": "MIT",
+ "version": "3.30.4",
+ "resolved": "https://registry.npmjs.org/cytoscape/-/cytoscape-3.30.4.tgz",
+ "integrity": "sha512-OxtlZwQl1WbwMmLiyPSEBuzeTIQnwZhJYYWFzZ2PhEHVFwpeaqNIkUzSiso00D98qk60l8Gwon2RP304d3BJ1A==",
"engines": {
"node": ">=0.10"
}
diff --git a/src/vscode-bicep/package.json b/src/vscode-bicep/package.json
index 8c98de1f756..5e05267d5d6 100644
--- a/src/vscode-bicep/package.json
+++ b/src/vscode-bicep/package.json
@@ -812,7 +812,7 @@
"@microsoft/vscode-azext-azureutils": "^3.1.2",
"@microsoft/vscode-azext-utils": "^2.5.12",
"@vscode/codicons": "^0.0.36",
- "cytoscape": "^3.30.2",
+ "cytoscape": "^3.30.4",
"cytoscape-elk": "^2.3.0",
"fs-extra": "^11.2.0",
"react": "^18.3.1",