Skip to content

Commit

Permalink
fix(app): remove deprecated zlib package, fix #17157 (#17159)
Browse files Browse the repository at this point in the history
remove deprecated zlib package
  • Loading branch information
amc1999 committed May 6, 2024
1 parent aa6cbc8 commit a19cde9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,7 @@
"webpack-dev-server": "^3.11.3",
"webpack-merge": "^4.2.2",
"webpack-node-externals": "^2.5.2",
"write-file-webpack-plugin": "4.5.1",
"zlib": "1.0.5"
"write-file-webpack-plugin": "4.5.1"
},
"engines": {
"node": ">= 10.0.0",
Expand Down

0 comments on commit a19cde9

Please sign in to comment.