Skip to content

Commit 15535a7

Browse files
committed
fix: examples/todoapp/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116
1 parent 9f1d249 commit 15535a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/todoapp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"posix-getopt": "^1.2.1",
1010
"restify-errors": "^8.0.2",
1111
"restify-clients": "^3.1.0",
12-
"restify": "^8.6.1"
12+
"restify": "^9.0.0"
1313
},
1414
"devDependencies": {
1515
"mocha": "^10.0.0",

0 commit comments

Comments
 (0)