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

Bump terser-webpack-plugin from 5.3.10 to 5.3.11 #10426

Merged
merged 1 commit into from
Dec 16, 2024
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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"semantic-ui-react": "^2.1.5",
"shakapacker": "8.0.2",
"style-loader": "^4.0.0",
"terser-webpack-plugin": "^5.3.10",
"terser-webpack-plugin": "^5.3.11",
"webpack": "^5.97.1",
"webpack-assets-manifest": "^5.2.1",
"webpack-cli": "^5.1.4",
Expand Down
50 changes: 49 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10179,7 +10179,7 @@ __metadata:
stylelint: "npm:^16.11.0"
stylelint-config-recommended-scss: "npm:^14.1.0"
stylelint-scss: "npm:^6.10.0"
terser-webpack-plugin: "npm:^5.3.10"
terser-webpack-plugin: "npm:^5.3.11"
webpack: "npm:^5.97.1"
webpack-assets-manifest: "npm:^5.2.1"
webpack-bundle-analyzer: "npm:^4.10.2"
Expand Down Expand Up @@ -10326,6 +10326,18 @@ __metadata:
languageName: node
linkType: hard

"schema-utils@npm:^4.3.0":
version: 4.3.0
resolution: "schema-utils@npm:4.3.0"
dependencies:
"@types/json-schema": "npm:^7.0.9"
ajv: "npm:^8.9.0"
ajv-formats: "npm:^2.1.1"
ajv-keywords: "npm:^5.1.0"
checksum: 10c0/c23f0fa73ef71a01d4a2bb7af4c91e0d356ec640e071aa2d06ea5e67f042962bb7ac7c29a60a295bb0125878801bc3209197a2b8a833dd25bd38e37c3ed21427
languageName: node
linkType: hard

"select-hose@npm:^2.0.0":
version: 2.0.0
resolution: "select-hose@npm:2.0.0"
Expand Down Expand Up @@ -11182,6 +11194,28 @@ __metadata:
languageName: node
linkType: hard

"terser-webpack-plugin@npm:^5.3.11":
version: 5.3.11
resolution: "terser-webpack-plugin@npm:5.3.11"
dependencies:
"@jridgewell/trace-mapping": "npm:^0.3.25"
jest-worker: "npm:^27.4.5"
schema-utils: "npm:^4.3.0"
serialize-javascript: "npm:^6.0.2"
terser: "npm:^5.31.1"
peerDependencies:
webpack: ^5.1.0
peerDependenciesMeta:
"@swc/core":
optional: true
esbuild:
optional: true
uglify-js:
optional: true
checksum: 10c0/4794274f445dc589f4c113c75a55ce51364ccf09bfe8a545cdb462e3f752bf300ea91f072fa28bbed291bbae03274da06fe4eca180e784fb8a43646aa7dbcaef
languageName: node
linkType: hard

"terser@npm:^5.26.0":
version: 5.26.0
resolution: "terser@npm:5.26.0"
Expand All @@ -11196,6 +11230,20 @@ __metadata:
languageName: node
linkType: hard

"terser@npm:^5.31.1":
version: 5.37.0
resolution: "terser@npm:5.37.0"
dependencies:
"@jridgewell/source-map": "npm:^0.3.3"
acorn: "npm:^8.8.2"
commander: "npm:^2.20.0"
source-map-support: "npm:~0.5.20"
bin:
terser: bin/terser
checksum: 10c0/ff0dc79b0a0da821e7f5bf7a047eab6d04e70e88b62339a0f1d71117db3310e255f5c00738fa3b391f56c3571f800a00047720261ba04ced0241c1f9922199f4
languageName: node
linkType: hard

"text-table@npm:^0.2.0":
version: 0.2.0
resolution: "text-table@npm:0.2.0"
Expand Down
Loading