Skip to content

Commit 6a6fff3

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 d6ec7e8 commit 6a6fff3

File tree

2 files changed

+23
-8
lines changed

2 files changed

+23
-8
lines changed

package-lock.json

Lines changed: 22 additions & 7 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
@@ -48,7 +48,7 @@
4848
"html-entities": "^2.3.2",
4949
"imurmurhash": "^0.1.4",
5050
"js-cookie": "^3.0.1",
51-
"js-yaml": "^4.1.0",
51+
"js-yaml": "^4.1.1",
5252
"kleur": "4.1.4",
5353
"liquidjs": "^9.22.1",
5454
"lodash": "^4.17.21",

0 commit comments

Comments
 (0)