Skip to content

Commit 2c10ff5

Browse files
committed
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-MINIMATCH-15309438
1 parent c29cdf5 commit 2c10ff5

File tree

2 files changed

+93
-93
lines changed

2 files changed

+93
-93
lines changed

examples/quickstart/package-lock.json

Lines changed: 92 additions & 92 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
@@ -8,7 +8,7 @@
88
},
99
"dependencies": {
1010
"express": "^4.22.0",
11-
"nodemon": "^2.0.19"
11+
"nodemon": "^3.1.12"
1212
},
1313
"keywords": [
1414
"node",

0 commit comments

Comments
 (0)