Skip to content

Commit 8a3c94f

Browse files
authored
Merge pull request ledgersmb#9308 from ledgersmb/renovate/1.13-compression-webpack-plugin-12.x
chore(deps): update dependency compression-webpack-plugin to v12 (1.13)
2 parents 7455907 + 5fe0d10 commit 8a3c94f

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

UI/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"babel-loader": "10.0.0",
6464
"browserslist": "4.28.1",
6565
"clean-webpack-plugin": "4.0.0",
66-
"compression-webpack-plugin": "11.1.0",
66+
"compression-webpack-plugin": "12.0.0",
6767
"copy-webpack-plugin": "13.0.1",
6868
"core-js": "3.48.0",
6969
"coveralls-next": "6.0.1",

UI/yarn.lock

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5146,7 +5146,15 @@ compressible@~2.0.18:
51465146
dependencies:
51475147
mime-db ">= 1.43.0 < 2"
51485148

5149-
compression-webpack-plugin@11.1.0, compression-webpack-plugin@^11.1.0:
5149+
compression-webpack-plugin@12.0.0:
5150+
version "12.0.0"
5151+
resolved "https://registry.yarnpkg.com/compression-webpack-plugin/-/compression-webpack-plugin-12.0.0.tgz#6842bb3720407afb0686500411c765c37f37164d"
5152+
integrity sha512-LR4mS19Jqq41XfA3xVMLrtzVNzqJbUHdzPeLRfQoLiAS9s87f0021fDuU89xxVQFcB6d20ufBkv4j1rQ4OowHw==
5153+
dependencies:
5154+
schema-utils "^4.2.0"
5155+
serialize-javascript "^7.0.3"
5156+
5157+
compression-webpack-plugin@^11.1.0:
51505158
version "11.1.0"
51515159
resolved "https://registry.yarnpkg.com/compression-webpack-plugin/-/compression-webpack-plugin-11.1.0.tgz#ee340d2029cf99ccecdea9ad1410b377d15b48b3"
51525160
integrity sha512-zDOQYp10+upzLxW+VRSjEpRRwBXJdsb5lBMlRxx1g8hckIFBpe3DTI0en2w7h+beuq89576RVzfiXrkdPGrHhA==
@@ -11544,6 +11552,11 @@ serialize-javascript@^6.0.0, serialize-javascript@^6.0.2:
1154411552
dependencies:
1154511553
randombytes "^2.1.0"
1154611554

11555+
serialize-javascript@^7.0.3:
11556+
version "7.0.4"
11557+
resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-7.0.4.tgz#c517735bd5b7631dd1fc191ee19cbb713ff8e05c"
11558+
integrity sha512-DuGdB+Po43Q5Jxwpzt1lhyFSYKryqoNjQSA9M92tyw0lyHIOur+XCalOUe0KTJpyqzT8+fQ5A0Jf7vCx/NKmIg==
11559+
1154711560
serve-index@^1.9.1:
1154811561
version "1.9.2"
1154911562
resolved "https://registry.yarnpkg.com/serve-index/-/serve-index-1.9.2.tgz#2988e3612106d78a5e4849ddff552ce7bd3d9bcb"

0 commit comments

Comments
 (0)