Skip to content

Commit 7c71a7e

Browse files
Bump webpack from 5.99.6 to 5.99.7
Bumps [webpack](https://github.com/webpack/webpack) from 5.99.6 to 5.99.7. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](webpack/webpack@v5.99.6...v5.99.7) --- updated-dependencies: - dependency-name: webpack dependency-version: 5.99.7 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9dcfb20 commit 7c71a7e

File tree

2 files changed

+12
-16
lines changed

2 files changed

+12
-16
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"ts-jest": "^29.3.2",
5050
"ts-loader": "^9.5.2",
5151
"typescript": "^5.8.3",
52-
"webpack": "^5.99.6",
52+
"webpack": "^5.99.7",
5353
"webpack-cli": "^6.0.1"
5454
},
5555
"scripts": {

yarn.lock

+11-15
Original file line numberDiff line numberDiff line change
@@ -1131,16 +1131,11 @@
11311131
expect "^29.0.0"
11321132
pretty-format "^29.0.0"
11331133

1134-
"@types/json-schema@*", "@types/json-schema@^7.0.9":
1134+
"@types/json-schema@*", "@types/json-schema@^7.0.12", "@types/json-schema@^7.0.15", "@types/json-schema@^7.0.9":
11351135
version "7.0.15"
11361136
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841"
11371137
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
11381138

1139-
"@types/json-schema@^7.0.12":
1140-
version "7.0.12"
1141-
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.12.tgz#d70faba7039d5fca54c83c7dbab41051d2b6f6cb"
1142-
integrity sha512-Hr5Jfhc9eYOQNPYO5WLDq/n4jqijdHNlDXjuAQkkt+mWdQR+XJToOHrsD4cPaMXpn6KO7y2+wM8AZEs8VpBLVA==
1143-
11441139
"@types/mime@*":
11451140
version "3.0.1"
11461141
resolved "https://registry.yarnpkg.com/@types/mime/-/mime-3.0.1.tgz#5f8f2bca0a5863cb69bc0b0acd88c96cb1d4ae10"
@@ -5972,10 +5967,10 @@ scheduler@^0.23.0:
59725967
dependencies:
59735968
loose-envify "^1.1.0"
59745969

5975-
schema-utils@^4.3.0:
5976-
version "4.3.0"
5977-
resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-4.3.0.tgz#3b669f04f71ff2dfb5aba7ce2d5a9d79b35622c0"
5978-
integrity sha512-Gf9qqc58SpCA/xdziiHz35F4GNIWYWZrEshUc/G/r5BnLph6xpKuLeoJoQuj5WfBIx/eQLf+hmVPYHaxJu7V2g==
5970+
schema-utils@^4.3.0, schema-utils@^4.3.2:
5971+
version "4.3.2"
5972+
resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-4.3.2.tgz#0c10878bf4a73fd2b1dfd14b9462b26788c806ae"
5973+
integrity sha512-Gn/JaSk/Mt9gYubxTtSn/QCV4em9mpAPiR1rqy/Ocu19u/G9J5WWdNoUT4SiV6mFC3y6cxyFcFwdzPM3FgxGAQ==
59795974
dependencies:
59805975
"@types/json-schema" "^7.0.9"
59815976
ajv "^8.9.0"
@@ -6963,13 +6958,14 @@ webpack-sources@^3.2.3:
69636958
resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-3.2.3.tgz#2d4daab8451fd4b240cc27055ff6a0c2ccea0cde"
69646959
integrity sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==
69656960

6966-
webpack@^5, webpack@^5.99.6:
6967-
version "5.99.6"
6968-
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.99.6.tgz#0d6ba7ce1d3609c977f193d2634d54e5cf36379d"
6969-
integrity sha512-TJOLrJ6oeccsGWPl7ujCYuc0pIq2cNsuD6GZDma8i5o5Npvcco/z+NKvZSFsP0/x6SShVb0+X2JK/JHUjKY9dQ==
6961+
webpack@^5, webpack@^5.99.7:
6962+
version "5.99.7"
6963+
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.99.7.tgz#60201c1ca66da046b07d006c2f6e0cc5e8a7bdba"
6964+
integrity sha512-CNqKBRMQjwcmKR0idID5va1qlhrqVUKpovi+Ec79ksW8ux7iS1+A6VqzfZXgVYCFRKl7XL5ap3ZoMpwBJxcg0w==
69706965
dependencies:
69716966
"@types/eslint-scope" "^3.7.7"
69726967
"@types/estree" "^1.0.6"
6968+
"@types/json-schema" "^7.0.15"
69736969
"@webassemblyjs/ast" "^1.14.1"
69746970
"@webassemblyjs/wasm-edit" "^1.14.1"
69756971
"@webassemblyjs/wasm-parser" "^1.14.1"
@@ -6986,7 +6982,7 @@ webpack@^5, webpack@^5.99.6:
69866982
loader-runner "^4.2.0"
69876983
mime-types "^2.1.27"
69886984
neo-async "^2.6.2"
6989-
schema-utils "^4.3.0"
6985+
schema-utils "^4.3.2"
69906986
tapable "^2.1.1"
69916987
terser-webpack-plugin "^5.3.11"
69926988
watchpack "^2.4.1"

0 commit comments

Comments
 (0)