Skip to content

Commit 78b193f

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-173999
1 parent ab712c0 commit 78b193f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 3 additions & 3 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
@@ -42,7 +42,7 @@
4242
"engine.io": "^3.2.0",
4343
"engine.io-client": "^3.2.1",
4444
"express": "^4.16.3",
45-
"js-yaml": "^3.12.0",
45+
"js-yaml": "^3.13.0",
4646
"lodash.escaperegexp": "^4.1.2",
4747
"lodash.mapvalues": "^4.6.0",
4848
"minimatch": "^3.0.4",

0 commit comments

Comments
 (0)