Skip to content

Commit 97a20b0

Browse files
author
Hesam Bahrami
authored
fix(vulnerability): dependency audit (#43)
* upgrade serve to resolve the Open Redirect issue * upgrade concurrently to resolve the Prototype Pollution issue of the yargs-parser package
1 parent f06d0a2 commit 97a20b0

File tree

2 files changed

+56
-164
lines changed

2 files changed

+56
-164
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@babel/preset-env": "7.9.5",
1919
"babel-core": "7.0.0-bridge.0",
2020
"babel-jest": "24.9.0",
21-
"concurrently": "4.1.2",
21+
"concurrently": "5.3.0",
2222
"husky": "^4.2.5",
2323
"jest": "26.6.3",
2424
"jsdom": "^16.4.0",
@@ -28,7 +28,7 @@
2828
"rollup-plugin-eslint": "^7.0.0",
2929
"rollup-plugin-node-resolve": "5.2.0",
3030
"rollup-plugin-terser": "^6.1.0",
31-
"serve": "11.3.0"
31+
"serve": "11.3.2"
3232
},
3333
"scripts": {
3434
"prepare": "yarn build",

0 commit comments

Comments
 (0)