Skip to content

Commit fe031a5

Browse files
snyk-botdeniseschannon
authored andcommitted
fix: examples/quickstart/package.json & examples/quickstart/package-lock.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-QS-14724253
1 parent 737769b commit fe031a5

File tree

2 files changed

+60
-34
lines changed

2 files changed

+60
-34
lines changed

examples/quickstart/package-lock.json

Lines changed: 59 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/quickstart/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"start": "nodemon index.js"
88
},
99
"dependencies": {
10-
"express": "^4.18.1",
10+
"express": "^4.22.0",
1111
"nodemon": "^2.0.19"
1212
},
1313
"keywords": [

0 commit comments

Comments
 (0)