Skip to content

Commit 47b2c2d

Browse files
committed
address ini vuln
1 parent 9debdbe commit 47b2c2d

File tree

2 files changed

+110
-226
lines changed

2 files changed

+110
-226
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"jest": "^27.5.1",
5959
"jest-css-modules-transform": "4.4.2",
6060
"lint-staged": "^13.3.0",
61-
"np": "7.6.0",
61+
"np": "7.7.0",
6262
"prettier": "1.15.3",
6363
"react-test-renderer": "^18.2.0",
6464
"ts-jest": "^27.1.5",
@@ -68,7 +68,7 @@
6868
"typescript": "^4.9.5",
6969
"webpack": "4.47.0",
7070
"webpack-bundle-analyzer": "4.10.2",
71-
"webpack-cli": "3.3.12"
71+
"webpack-cli": "4.9.2"
7272
},
7373
"scripts": {
7474
"analyze": "rm stats.json && webpack --profile --json > stats.json && webpack-bundle-analyzer stats.json",

0 commit comments

Comments
 (0)