Bump terser-webpack-plugin from 5.3.15 to 5.3.16 (#3166)

Bumps [terser-webpack-plugin](https://github.com/webpack/terser-webpack-plugin) from 5.3.15 to 5.3.16.
- [Release notes](https://github.com/webpack/terser-webpack-plugin/releases)
- [Changelog](https://github.com/webpack/terser-webpack-plugin/blob/main/CHANGELOG.md)
- [Commits](https://github.com/webpack/terser-webpack-plugin/compare/v5.3.15...v5.3.16)

---
updated-dependencies:
- dependency-name: terser-webpack-plugin
  dependency-version: 5.3.16
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-12-12 09:00:45 -05:00
committed by GitHub
parent eef910c41a
commit 8c7fce8665
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -41,7 +41,7 @@
"postcss-loader": "^8.2.0",
"sass": "^1.96.0",
"sass-loader": "^16.0.6",
"terser-webpack-plugin": "^5.3.15",
"terser-webpack-plugin": "^5.3.16",
"webpack": "^5.103.0",
"webpack-cli": "^6.0.1"
},
@@ -11793,9 +11793,9 @@
}
},
"node_modules/terser-webpack-plugin": {
"version": "5.3.15",
"resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-5.3.15.tgz",
"integrity": "sha512-PGkOdpRFK+rb1TzVz+msVhw4YMRT9txLF4kRqvJhGhCM324xuR3REBSHALN+l+sAhKUmz0aotnjp5D+P83mLhQ==",
"version": "5.3.16",
"resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-5.3.16.tgz",
"integrity": "sha512-h9oBFCWrq78NyWWVcSwZarJkZ01c2AyGrzs1crmHZO3QUg9D61Wu4NPjBy69n7JqylFF5y+CsUZYmYEIZ3mR+Q==",
"dev": true,
"license": "MIT",
"dependencies": {

View File

@@ -63,7 +63,7 @@
"postcss-loader": "^8.2.0",
"sass": "^1.96.0",
"sass-loader": "^16.0.6",
"terser-webpack-plugin": "^5.3.15",
"terser-webpack-plugin": "^5.3.16",
"webpack": "^5.103.0",
"webpack-cli": "^6.0.1"
}