Skip to content

Commit 239fab9

Browse files
chore(deps): update dependency terser-webpack-plugin to v5.3.17 (#18331)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ba09306 commit 239fab9

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"devDependencies": {
3030
"css-loader": "7.1.4",
3131
"mini-css-extract-plugin": "2.10.0",
32-
"terser-webpack-plugin": "5.3.16",
32+
"terser-webpack-plugin": "5.3.17",
3333
"webpack": "5.105.3",
3434
"webpack-cli": "6.0.1",
3535
"webpack-license-plugin": "4.5.1"

client/yarn.lock

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -973,7 +973,17 @@ tapable@^2.2.1, tapable@^2.3.0:
973973
resolved "https://registry.yarnpkg.com/tapable/-/tapable-2.3.0.tgz#7e3ea6d5ca31ba8e078b560f0d83ce9a14aa8be6"
974974
integrity sha512-g9ljZiwki/LfxmQADO3dEY1CbpmXT5Hm2fJ+QaGKwSXUylMybePR7/67YW7jOrrvjEgL1Fmz5kzyAjWVWLlucg==
975975

976-
terser-webpack-plugin@5.3.16, terser-webpack-plugin@^5.3.16:
976+
terser-webpack-plugin@5.3.17:
977+
version "5.3.17"
978+
resolved "https://registry.yarnpkg.com/terser-webpack-plugin/-/terser-webpack-plugin-5.3.17.tgz#75ea98876297fbb190d2fbb395e982582b859a67"
979+
integrity sha512-YR7PtUp6GMU91BgSJmlaX/rS2lGDbAF7D+Wtq7hRO+MiljNmodYvqslzCFiYVAgW+Qoaaia/QUIP4lGXufjdZw==
980+
dependencies:
981+
"@jridgewell/trace-mapping" "^0.3.25"
982+
jest-worker "^27.4.5"
983+
schema-utils "^4.3.0"
984+
terser "^5.31.1"
985+
986+
terser-webpack-plugin@^5.3.16:
977987
version "5.3.16"
978988
resolved "https://registry.yarnpkg.com/terser-webpack-plugin/-/terser-webpack-plugin-5.3.16.tgz#741e448cc3f93d8026ebe4f7ef9e4afacfd56330"
979989
integrity sha512-h9oBFCWrq78NyWWVcSwZarJkZ01c2AyGrzs1crmHZO3QUg9D61Wu4NPjBy69n7JqylFF5y+CsUZYmYEIZ3mR+Q==

0 commit comments

Comments
 (0)