Skip to content

Commit b95847e

Browse files
committed
fix: package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-JSYAML-13961110
1 parent 356baef commit b95847e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"license": "MIT",
2525
"dependencies": {
2626
"compare-versions": "^3.6.0",
27-
"js-yaml": "^4.1.0",
27+
"js-yaml": "^4.1.1",
2828
"kubernetes-client": "^6.12.1",
2929
"object-path": "^0.11.5",
3030
"lodash.clonedeep": "^4.5.0"

0 commit comments

Comments
 (0)