Skip to content

Commit

Permalink
fix: demos/meteor/package.json to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-ELLIPTIC-8187303
  • Loading branch information
snyk-bot committed Oct 22, 2024
1 parent d62f61b commit a186953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demos/meteor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"babel-runtime": "^6.20.0",
"meteor-node-stubs": "~0.2.4"
"meteor-node-stubs": "~1.2.8"
},
"devDependencies": {
"@meteorjs/eslint-config-meteor": "^1.0.5",
Expand Down

0 comments on commit a186953

Please sign in to comment.