Skip to content

Commit 154d780

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 8f096b7 commit 154d780

File tree

2 files changed

+88
-14
lines changed

2 files changed

+88
-14
lines changed

package-lock.json

Lines changed: 87 additions & 13 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
@@ -80,7 +80,7 @@
8080
"express": "^4.21.2",
8181
"express-prom-bundle": "^5.1.5",
8282
"global-agent": "^3.0.0",
83-
"js-yaml": "^3.13.1",
83+
"js-yaml": "^4.1.1",
8484
"jsonwebtoken": "^9.0.2",
8585
"lodash.escaperegexp": "^4.1.2",
8686
"lodash.mapvalues": "^4.6.0",

0 commit comments

Comments
 (0)