Skip to content

Commit

Permalink
fix: install/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-INFLIGHT-6095116
  • Loading branch information
snyk-bot committed Nov 30, 2023
1 parent 3bd9a87 commit 2cdcc10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
"ioredis": "5.2.4",
"request": "2.88.2",
"request-promise-native": "1.0.9",
"rimraf": "3.0.2",
"rimraf": "4.0.0",
"rss": "1.2.2",
"sanitize-html": "2.8.1",
"semver": "7.3.8",
Expand Down Expand Up @@ -155,7 +155,7 @@
"eslint": "8.30.0",
"eslint-config-nodebb": "0.2.1",
"eslint-plugin-import": "2.26.0",
"grunt": "1.5.3",
"grunt": "1.6.0",
"grunt-contrib-watch": "1.1.0",
"husky": "8.0.2",
"jsdom": "20.0.3",
Expand Down

0 comments on commit 2cdcc10

Please sign in to comment.