Skip to content

Commit c14cc62

Browse files
chore(deps-dev): bump webpack from 5.98.0 to 5.99.7
Bumps [webpack](https://github.com/webpack/webpack) from 5.98.0 to 5.99.7. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](webpack/webpack@v5.98.0...v5.99.7) --- updated-dependencies: - dependency-name: webpack dependency-version: 5.99.7 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a76a805 commit c14cc62

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

yarn.lock

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -809,7 +809,7 @@
809809
"@types/tough-cookie" "*"
810810
parse5 "^7.0.0"
811811

812-
"@types/json-schema@*", "@types/json-schema@^7.0.9":
812+
"@types/json-schema@*", "@types/json-schema@^7.0.15", "@types/json-schema@^7.0.9":
813813
version "7.0.15"
814814
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841"
815815
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
@@ -4327,10 +4327,10 @@ saxes@^6.0.0:
43274327
dependencies:
43284328
xmlchars "^2.2.0"
43294329

4330-
schema-utils@^4.3.0:
4331-
version "4.3.0"
4332-
resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-4.3.0.tgz#3b669f04f71ff2dfb5aba7ce2d5a9d79b35622c0"
4333-
integrity sha512-Gf9qqc58SpCA/xdziiHz35F4GNIWYWZrEshUc/G/r5BnLph6xpKuLeoJoQuj5WfBIx/eQLf+hmVPYHaxJu7V2g==
4330+
schema-utils@^4.3.0, schema-utils@^4.3.2:
4331+
version "4.3.2"
4332+
resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-4.3.2.tgz#0c10878bf4a73fd2b1dfd14b9462b26788c806ae"
4333+
integrity sha512-Gn/JaSk/Mt9gYubxTtSn/QCV4em9mpAPiR1rqy/Ocu19u/G9J5WWdNoUT4SiV6mFC3y6cxyFcFwdzPM3FgxGAQ==
43344334
dependencies:
43354335
"@types/json-schema" "^7.0.9"
43364336
ajv "^8.9.0"
@@ -5061,12 +5061,13 @@ webpack-sources@^3.2.3:
50615061
integrity sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==
50625062

50635063
webpack@^5.73.0:
5064-
version "5.98.0"
5065-
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.98.0.tgz#44ae19a8f2ba97537978246072fb89d10d1fbd17"
5066-
integrity sha512-UFynvx+gM44Gv9qFgj0acCQK2VE1CtdfwFdimkapco3hlPCJ/zeq73n2yVKimVbtm+TnApIugGhLJnkU6gjYXA==
5064+
version "5.99.7"
5065+
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.99.7.tgz#60201c1ca66da046b07d006c2f6e0cc5e8a7bdba"
5066+
integrity sha512-CNqKBRMQjwcmKR0idID5va1qlhrqVUKpovi+Ec79ksW8ux7iS1+A6VqzfZXgVYCFRKl7XL5ap3ZoMpwBJxcg0w==
50675067
dependencies:
50685068
"@types/eslint-scope" "^3.7.7"
50695069
"@types/estree" "^1.0.6"
5070+
"@types/json-schema" "^7.0.15"
50705071
"@webassemblyjs/ast" "^1.14.1"
50715072
"@webassemblyjs/wasm-edit" "^1.14.1"
50725073
"@webassemblyjs/wasm-parser" "^1.14.1"
@@ -5083,7 +5084,7 @@ webpack@^5.73.0:
50835084
loader-runner "^4.2.0"
50845085
mime-types "^2.1.27"
50855086
neo-async "^2.6.2"
5086-
schema-utils "^4.3.0"
5087+
schema-utils "^4.3.2"
50875088
tapable "^2.1.1"
50885089
terser-webpack-plugin "^5.3.11"
50895090
watchpack "^2.4.1"

0 commit comments

Comments
 (0)