From 7dbe441a396afe5e737ce030162fb443badf1f2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Jun 2024 23:20:18 +0000 Subject: [PATCH] Bump @types/cytoscape from 3.21.2 to 3.21.4 in /src/vscode-bicep (#14388) Bumps [@types/cytoscape](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/cytoscape) from 3.21.2 to 3.21.4.
Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/cytoscape&package-manager=npm_and_yarn&previous-version=3.21.2&new-version=3.21.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/14388) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- src/vscode-bicep/package-lock.json | 14 +++++++------- src/vscode-bicep/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/vscode-bicep/package-lock.json b/src/vscode-bicep/package-lock.json index aa767e56729..64ca2b4212d 100644 --- a/src/vscode-bicep/package-lock.json +++ b/src/vscode-bicep/package-lock.json @@ -32,7 +32,7 @@ "winston-transport": "^4.7.0" }, "devDependencies": { - "@types/cytoscape": "^3.21.2", + "@types/cytoscape": "^3.21.4", "@types/fs-extra": "^11.0.4", "@types/jest": "^29.5.12", "@types/mocha": "^10.0.6", @@ -2571,9 +2571,9 @@ } }, "node_modules/@types/cytoscape": { - "version": "3.21.2", - "resolved": "https://registry.npmjs.org/@types/cytoscape/-/cytoscape-3.21.2.tgz", - "integrity": "sha512-eadSCH9hbRV9Ej93S8wact/Oe0DuQV4qlWfST/I6k4lBu6RgqI6mVFzvppcIGzWpzZRu7iyFjFhS2qW0w7KFRA==", + "version": "3.21.4", + "resolved": "https://registry.npmjs.org/@types/cytoscape/-/cytoscape-3.21.4.tgz", + "integrity": "sha512-g4M57Zho+AMNYuEptTWH+aZ5VpyF8VcaI2t0+1/PWRZp5XQM6hku1Vo5/Ui721i+L+WCGkI1EjGAeHcYUQ2PRg==", "dev": true }, "node_modules/@types/eslint": { @@ -14526,9 +14526,9 @@ } }, "@types/cytoscape": { - "version": "3.21.2", - "resolved": "https://registry.npmjs.org/@types/cytoscape/-/cytoscape-3.21.2.tgz", - "integrity": "sha512-eadSCH9hbRV9Ej93S8wact/Oe0DuQV4qlWfST/I6k4lBu6RgqI6mVFzvppcIGzWpzZRu7iyFjFhS2qW0w7KFRA==", + "version": "3.21.4", + "resolved": "https://registry.npmjs.org/@types/cytoscape/-/cytoscape-3.21.4.tgz", + "integrity": "sha512-g4M57Zho+AMNYuEptTWH+aZ5VpyF8VcaI2t0+1/PWRZp5XQM6hku1Vo5/Ui721i+L+WCGkI1EjGAeHcYUQ2PRg==", "dev": true }, "@types/eslint": { diff --git a/src/vscode-bicep/package.json b/src/vscode-bicep/package.json index 4bf9bed949d..82006836dcc 100644 --- a/src/vscode-bicep/package.json +++ b/src/vscode-bicep/package.json @@ -747,7 +747,7 @@ "packagelocal": "rimraf ./bicepLanguageServer && cp -r ../Bicep.LangServer/bin/Debug/net8.0 ./bicepLanguageServer && npm run package" }, "devDependencies": { - "@types/cytoscape": "^3.21.2", + "@types/cytoscape": "^3.21.4", "@types/fs-extra": "^11.0.4", "@types/jest": "^29.5.12", "@types/mocha": "^10.0.6",