Skip to content

Commit 7eca082

Browse files
committed
fix: package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728
1 parent dfc43d4 commit 7eca082

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"docker:rc:push-rc": "docker push ipfs/js-ipfs:v`npm show ipfs@next version -q`"
6060
},
6161
"devDependencies": {
62-
"lerna": "^5.0.0",
62+
"lerna": "^7.0.0",
6363
"node-fetch": "npm:@achingbrain/node-fetch@^2.6.4",
6464
"npm-run-all": "^4.1.5",
6565
"rimraf": "^3.0.2"

0 commit comments

Comments
 (0)