Skip to content

Commit

Permalink
chore(dev-deps): update dependency terser-webpack-plugin to v5.3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 14, 2025
1 parent a32d423 commit f36cdc4
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"rimraf": "5.0.10",
"sinon": "15.2.0",
"sinon-chai": "3.7.0",
"terser-webpack-plugin": "5.3.10",
"terser-webpack-plugin": "5.3.11",
"webpack": "5.97.1",
"webpack-cli": "5.1.4"
},
Expand Down
52 changes: 50 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8929,7 +8929,7 @@ __metadata:
rimraf: 5.0.10
sinon: 15.2.0
sinon-chai: 3.7.0
terser-webpack-plugin: 5.3.10
terser-webpack-plugin: 5.3.11
webpack: 5.97.1
webpack-cli: 5.1.4
peerDependencies:
Expand Down Expand Up @@ -9430,6 +9430,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": ^7.0.9
ajv: ^8.9.0
ajv-formats: ^2.1.1
ajv-keywords: ^5.1.0
checksum: 3dbd9056727c871818eaf3cabeeb5c9e173ae2b17bbf2a9c7a2e49c220fa1a580e44df651c876aea3b4926cecf080730a39e28202cb63f2b68d99872b49cd37a
languageName: node
linkType: hard

"semver@npm:2 || 3 || 4 || 5, semver@npm:^5.6.0":
version: 5.7.2
resolution: "semver@npm:5.7.2"
Expand Down Expand Up @@ -10079,7 +10091,29 @@ __metadata:
languageName: node
linkType: hard

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

"terser-webpack-plugin@npm:^5.3.10":
version: 5.3.10
resolution: "terser-webpack-plugin@npm:5.3.10"
dependencies:
Expand Down Expand Up @@ -10115,6 +10149,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": ^0.3.3
acorn: ^8.8.2
commander: ^2.20.0
source-map-support: ~0.5.20
bin:
terser: bin/terser
checksum: 70c06a8ce1288ff4370a7e481beb6fc8b22fc4995371479f49df1552aa9cf8e794ace66e1da6e87057eda1745644311213f5043bda9a06cf55421eff68b3ac06
languageName: node
linkType: hard

"test-exclude@npm:^6.0.0":
version: 6.0.0
resolution: "test-exclude@npm:6.0.0"
Expand Down

0 comments on commit f36cdc4

Please sign in to comment.