diff --git a/extensions/git-id-switcher/package.json b/extensions/git-id-switcher/package.json index 072d5283..7edad4de 100644 --- a/extensions/git-id-switcher/package.json +++ b/extensions/git-id-switcher/package.json @@ -309,8 +309,8 @@ "@vscode/test-cli": "^0.0.15", "@vscode/test-electron": "^3.0.0", "@vscode/vsce": "^3.9.2", - "eslint": "^10.5.0", - "eslint-plugin-sonarjs": "^4.0.3", + "eslint": "^10.6.0", + "eslint-plugin-sonarjs": "^4.1.0", "eslint-plugin-unicorn": "^67.0.0", "fast-check": "^4.8.0", "glob": "^13.0.6", diff --git a/package-lock.json b/package-lock.json index 23482ba2..8cc3ea16 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,8 +28,8 @@ "@vscode/test-cli": "^0.0.15", "@vscode/test-electron": "^3.0.0", "@vscode/vsce": "^3.9.2", - "eslint": "^10.5.0", - "eslint-plugin-sonarjs": "^4.0.3", + "eslint": "^10.6.0", + "eslint-plugin-sonarjs": "^4.1.0", "eslint-plugin-unicorn": "^67.0.0", "fast-check": "^4.8.0", "glob": "^13.0.6", @@ -2982,9 +2982,9 @@ } }, "node_modules/eslint": { - "version": "10.5.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-10.5.0.tgz", - "integrity": "sha512-1y+7C+vi12bUK1IpZeaV3gsH9fHLBmPvYmPx42pvT/E9yG0IC8g3PUZZgp0+JLJl7ZDK0flc2gc+Aw9dpCvIsQ==", + "version": "10.6.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-10.6.0.tgz", + "integrity": "sha512-6lVbcqSodALYo+4ELD0heG6lFiFxnLMuLkiMi2qV8LMp54N8tE8FT1GMH+ev4Ti00nFjNze2+Su6DsV5OQW3Dg==", "dev": true, "license": "MIT", "workspaces": [ @@ -3041,9 +3041,9 @@ } }, "node_modules/eslint-plugin-sonarjs": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/eslint-plugin-sonarjs/-/eslint-plugin-sonarjs-4.0.3.tgz", - "integrity": "sha512-5drkJKLC9qQddIiaATV0e8+ygbUc7b0Ti6VB7M2d3jmKNh3X0RaiIJYTs3dr9xnlhlrxo+/s1FoO3Jgv6O/c7g==", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-sonarjs/-/eslint-plugin-sonarjs-4.1.0.tgz", + "integrity": "sha512-rh+FlVz0yfd2RNIb6WqSkuGh0addX/Qi5scwQ5FphXDFrM6fZKcxP1+attJ78yUKcyYfiu6MTaISPpAFPzqRJw==", "dev": true, "license": "LGPL-3.0-only", "dependencies": { @@ -3051,14 +3051,15 @@ "builtin-modules": "^3.3.0", "bytes": "^3.1.2", "functional-red-black-tree": "^1.0.1", - "globals": "^17.4.0", + "globals": "^17.6.0", "jsx-ast-utils-x": "^0.1.0", "lodash.merge": "^4.6.2", "minimatch": "^10.2.5", "scslre": "^0.3.0", - "semver": "^7.7.4", + "semver": "^7.8.4", "ts-api-utils": "^2.5.0", - "typescript": ">=5" + "typescript": ">=5", + "yaml": "^2.9.0" }, "peerDependencies": { "eslint": "^8.0.0 || ^9.0.0 || ^10.0.0" @@ -7467,7 +7468,6 @@ "integrity": "sha512-2AvhNX3mb8zd6Zy7INTtSpl1F15HW6Wnqj0srWlkKLcpYl/gMIMJiyuGq2KeI2YFxUPjdlB+3Lc10seMLtL4cA==", "dev": true, "license": "ISC", - "optional": true, "bin": { "yaml": "bin.mjs" },