Skip to content

Commit 84f55ad

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-JSYAML-13961110
1 parent bbf3086 commit 84f55ad

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package-lock.json

Lines changed: 4 additions & 4 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
@@ -288,6 +288,6 @@
288288
"cloudformation-js-yaml-schema": "^0.4.2",
289289
"glob": "^11.0.3",
290290
"homeassistant-js-yaml-schema": "^1.1.0",
291-
"js-yaml": "^4.1.0"
291+
"js-yaml": "^4.1.1"
292292
}
293293
}

0 commit comments

Comments
 (0)