Skip to content

Commit 91fa05b

Browse files
committed
fix: package.json & package-lock.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BRACEEXPANSION-9789073
1 parent 2f5f9d9 commit 91fa05b

File tree

2 files changed

+42
-19
lines changed

2 files changed

+42
-19
lines changed

package-lock.json

Lines changed: 41 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@
286286
"@types/vscode": "^1.98.0",
287287
"@vscode/test-electron": "^2.1.5",
288288
"cloudformation-js-yaml-schema": "^0.4.2",
289-
"glob": "^11.0.1",
289+
"glob": "^11.0.3",
290290
"homeassistant-js-yaml-schema": "^1.1.0",
291291
"js-yaml": "^4.1.0"
292292
}

0 commit comments

Comments
 (0)