Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8115a11

Browse files
chore: bump webpack from 5.73.0 to 5.74.0 in /site (#3208)
Bumps [webpack](https://github.com/webpack/webpack) from 5.73.0 to 5.74.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](webpack/webpack@v5.73.0...v5.74.0) --- updated-dependencies: - dependency-name: webpack dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c8d2254 commit 8115a11

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

site/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
"ts-loader": "9.3.1",
114114
"ts-node": "10.8.2",
115115
"typescript": "4.6.4",
116-
"webpack": "5.73.0",
116+
"webpack": "5.74.0",
117117
"webpack-bundle-analyzer": "4.5.0",
118118
"webpack-cli": "4.10.0",
119119
"webpack-dev-server": "4.9.3"

site/yarn.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6219,7 +6219,7 @@ enhanced-resolve@^4.5.0:
62196219
memory-fs "^0.5.0"
62206220
tapable "^1.0.0"
62216221

6222-
enhanced-resolve@^5.0.0, enhanced-resolve@^5.10.0, enhanced-resolve@^5.9.3:
6222+
enhanced-resolve@^5.0.0, enhanced-resolve@^5.10.0:
62236223
version "5.10.0"
62246224
resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-5.10.0.tgz#0dc579c3bb2a1032e357ac45b8f3a6f3ad4fb1e6"
62256225
integrity sha512-T0yTFjdpldGY8PmuXXR0PyQ1ufZpEGiHVrp7zHKB7jdR4qlmZHhONVM5AQOAWXuF/w3dnHbEQVrNptJgt7F+cQ==
@@ -14099,10 +14099,10 @@ watchpack@^1.7.4:
1409914099
chokidar "^3.4.1"
1410014100
watchpack-chokidar2 "^2.0.1"
1410114101

14102-
watchpack@^2.2.0, watchpack@^2.3.1:
14103-
version "2.3.1"
14104-
resolved "https://registry.yarnpkg.com/watchpack/-/watchpack-2.3.1.tgz#4200d9447b401156eeca7767ee610f8809bc9d25"
14105-
integrity sha512-x0t0JuydIo8qCNctdDrn1OzH/qDzk2+rdCOC3YzumZ42fiMqmQ7T3xQurykYMhYfHaPHTp4ZxAx2NfUo1K6QaA==
14102+
watchpack@^2.2.0, watchpack@^2.4.0:
14103+
version "2.4.0"
14104+
resolved "https://registry.yarnpkg.com/watchpack/-/watchpack-2.4.0.tgz#fa33032374962c78113f93c7f2fb4c54c9862a5d"
14105+
integrity sha512-Lcvm7MGST/4fup+ifyKi2hjyIAwcdI4HRgtvTpIUxBRhB+RFtUh8XtDOxUfctVCnhVi+QQj49i91OyvzkJl6cg==
1410614106
dependencies:
1410714107
glob-to-regexp "^0.4.1"
1410814108
graceful-fs "^4.1.2"
@@ -14311,21 +14311,21 @@ webpack@4:
1431114311
watchpack "^1.7.4"
1431214312
webpack-sources "^1.4.1"
1431314313

14314-
webpack@5.73.0:
14315-
version "5.73.0"
14316-
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.73.0.tgz#bbd17738f8a53ee5760ea2f59dce7f3431d35d38"
14317-
integrity sha512-svjudQRPPa0YiOYa2lM/Gacw0r6PvxptHj4FuEKQ2kX05ZLkjbVc5MnPs6its5j7IZljnIqSVo/OsY2X0IpHGA==
14314+
webpack@5.74.0:
14315+
version "5.74.0"
14316+
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.74.0.tgz#02a5dac19a17e0bb47093f2be67c695102a55980"
14317+
integrity sha512-A2InDwnhhGN4LYctJj6M1JEaGL7Luj6LOmyBHjcI8529cm5p6VXiTIW2sn6ffvEAKmveLzvu4jrihwXtPojlAA==
1431814318
dependencies:
1431914319
"@types/eslint-scope" "^3.7.3"
1432014320
"@types/estree" "^0.0.51"
1432114321
"@webassemblyjs/ast" "1.11.1"
1432214322
"@webassemblyjs/wasm-edit" "1.11.1"
1432314323
"@webassemblyjs/wasm-parser" "1.11.1"
14324-
acorn "^8.4.1"
14324+
acorn "^8.7.1"
1432514325
acorn-import-assertions "^1.7.6"
1432614326
browserslist "^4.14.5"
1432714327
chrome-trace-event "^1.0.2"
14328-
enhanced-resolve "^5.9.3"
14328+
enhanced-resolve "^5.10.0"
1432914329
es-module-lexer "^0.9.0"
1433014330
eslint-scope "5.1.1"
1433114331
events "^3.2.0"
@@ -14338,7 +14338,7 @@ [email protected]:
1433814338
schema-utils "^3.1.0"
1433914339
tapable "^2.1.1"
1434014340
terser-webpack-plugin "^5.1.3"
14341-
watchpack "^2.3.1"
14341+
watchpack "^2.4.0"
1434214342
webpack-sources "^3.2.3"
1434314343

1434414344
websocket-driver@>=0.5.1, websocket-driver@^0.7.4:

0 commit comments

Comments
 (0)