Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency terser-webpack-plugin to ^5.2.5 #349

Merged
merged 1 commit into from
Nov 13, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/react-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"stylelint-prettier": "^2.0.0",
"stylelint-webpack-plugin": "^3.1.0",
"tailwindcss": "^2.2.19",
"terser-webpack-plugin": "^5.2.4",
"terser-webpack-plugin": "^5.2.5",
"webpack": "^5.62.1",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-dev-server": "^4.4.0",
Expand Down
11 changes: 5 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3940,7 +3940,7 @@ __metadata:
stylelint-prettier: ^2.0.0
stylelint-webpack-plugin: ^3.1.0
tailwindcss: ^2.2.19
terser-webpack-plugin: ^5.2.4
terser-webpack-plugin: ^5.2.5
webpack: ^5.62.1
webpack-bundle-analyzer: ^4.5.0
webpack-dev-server: ^4.4.0
Expand Down Expand Up @@ -19631,12 +19631,11 @@ resolve@^2.0.0-next.3:
languageName: node
linkType: hard

"terser-webpack-plugin@npm:^5.1.3, terser-webpack-plugin@npm:^5.2.4":
version: 5.2.4
resolution: "terser-webpack-plugin@npm:5.2.4"
"terser-webpack-plugin@npm:^5.1.3, terser-webpack-plugin@npm:^5.2.4, terser-webpack-plugin@npm:^5.2.5":
version: 5.2.5
resolution: "terser-webpack-plugin@npm:5.2.5"
dependencies:
jest-worker: ^27.0.6
p-limit: ^3.1.0
schema-utils: ^3.1.1
serialize-javascript: ^6.0.0
source-map: ^0.6.1
Expand All @@ -19650,7 +19649,7 @@ resolve@^2.0.0-next.3:
optional: true
uglify-js:
optional: true
checksum: ddbcdd28f9620ecacc9b50ff31776485ad012c7f1cbef53825e4fc334a78d82e2344346e5595751916494951bc64717004c07b03ad88deeb3df4a5f76c559cc9
checksum: 2a9616466becf2e968bfc0f585678581b5c83a9dd96723c49329b11a8ccc1aaa41701877fbad2b0ce570364fde58c558fb6e7e053171512624e644b99b2f83af
languageName: node
linkType: hard

Expand Down