Skip to content

Commit 236d690

Browse files
committed
Move ip to devDependencies, update compression
1 parent a4781e3 commit 236d690

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
},
6969
"dependencies": {
7070
"chalk": "4.1.0",
71-
"compression": "1.7.4",
71+
"compression": "^1.8.1",
7272
"coolors-to-hex": "^1.0.3",
7373
"core-js": "^3.37.1",
7474
"date-fns": "3.6.0",
@@ -79,8 +79,7 @@
7979
"immutable": "^4.3.6",
8080
"intl": "1.2.5",
8181
"invariant": "2.2.4",
82-
"ip": "2.0.1",
83-
"lodash": "4.17.21",
82+
"lodash": "4.17.23",
8483
"process": "^0.11.10",
8584
"prop-types": "^15.8.1",
8685
"react": "^18.3.1",
@@ -152,6 +151,7 @@
152151
"html-loader": "^5.1.0",
153152
"html-webpack-plugin": "5.6.0",
154153
"image-minimizer-webpack-plugin": "4.1.3",
154+
"ip": "2.0.1",
155155
"lint-staged": "15.2.7",
156156
"memfs": "4.9.2",
157157
"minimist": "^1.2.8",

0 commit comments

Comments
 (0)