Skip to content

Commit 50e7920

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-GOT-2932019
1 parent 0b8402b commit 50e7920

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.18.1",
11-
"nodemon": "^2.0.15"
11+
"nodemon": "^2.0.17"
1212
},
1313
"keywords": [
1414
"node",

0 commit comments

Comments
 (0)