Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.

Commit b9bf21b

Browse files
renovate-botqvalentin
authored andcommitted
Update dependency webpack to v5.69.1
1 parent 29b506e commit b9bf21b

File tree

2 files changed

+36
-6
lines changed

2 files changed

+36
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,6 @@
8686
"typedoc-plugin-rename-defaults": "^0.5.1",
8787
"typedoc-theme-hierarchy": "^1.1.1",
8888
"typescript": "4.3.5",
89-
"webpack": "5.69.0"
89+
"webpack": "5.69.1"
9090
}
9191
}

yarn.lock

Lines changed: 35 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16400,10 +16400,10 @@ webpack@4:
1640016400
watchpack "^1.7.4"
1640116401
webpack-sources "^1.4.1"
1640216402

16403-
[email protected].0, webpack@^5.9.0:
16404-
version "5.69.0"
16405-
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.69.0.tgz#c9eb607d4f6c49f1e5755492323a7b055c3450e3"
16406-
integrity sha512-E5Fqu89Gu8fR6vejRqu26h8ld/k6/dCVbeGUcuZjc+goQHDfCPU9rER71JmdtBYGmci7Ec2aFEATQ2IVXKy2wg==
16403+
16404+
version "5.69.1"
16405+
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.69.1.tgz#8cfd92c192c6a52c99ab00529b5a0d33aa848dc5"
16406+
integrity sha512-+VyvOSJXZMT2V5vLzOnDuMz5GxEqLk7hKWQ56YxPW/PQRUuKimPqmEIJOx8jHYeyo65pKbapbW464mvsKbaj4A==
1640716407
dependencies:
1640816408
"@types/eslint-scope" "^3.7.3"
1640916409
"@types/estree" "^0.0.51"
@@ -16414,7 +16414,7 @@ [email protected], webpack@^5.9.0:
1641416414
acorn-import-assertions "^1.7.6"
1641516415
browserslist "^4.14.5"
1641616416
chrome-trace-event "^1.0.2"
16417-
enhanced-resolve "^5.9.0"
16417+
enhanced-resolve "^5.8.3"
1641816418
es-module-lexer "^0.9.0"
1641916419
eslint-scope "5.1.1"
1642016420
events "^3.2.0"
@@ -16460,6 +16460,36 @@ webpack@^5.64.4:
1646016460
watchpack "^2.3.1"
1646116461
webpack-sources "^3.2.3"
1646216462

16463+
webpack@^5.9.0:
16464+
version "5.69.0"
16465+
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.69.0.tgz#c9eb607d4f6c49f1e5755492323a7b055c3450e3"
16466+
integrity sha512-E5Fqu89Gu8fR6vejRqu26h8ld/k6/dCVbeGUcuZjc+goQHDfCPU9rER71JmdtBYGmci7Ec2aFEATQ2IVXKy2wg==
16467+
dependencies:
16468+
"@types/eslint-scope" "^3.7.3"
16469+
"@types/estree" "^0.0.51"
16470+
"@webassemblyjs/ast" "1.11.1"
16471+
"@webassemblyjs/wasm-edit" "1.11.1"
16472+
"@webassemblyjs/wasm-parser" "1.11.1"
16473+
acorn "^8.4.1"
16474+
acorn-import-assertions "^1.7.6"
16475+
browserslist "^4.14.5"
16476+
chrome-trace-event "^1.0.2"
16477+
enhanced-resolve "^5.9.0"
16478+
es-module-lexer "^0.9.0"
16479+
eslint-scope "5.1.1"
16480+
events "^3.2.0"
16481+
glob-to-regexp "^0.4.1"
16482+
graceful-fs "^4.2.9"
16483+
json-parse-better-errors "^1.0.2"
16484+
loader-runner "^4.2.0"
16485+
mime-types "^2.1.27"
16486+
neo-async "^2.6.2"
16487+
schema-utils "^3.1.0"
16488+
tapable "^2.1.1"
16489+
terser-webpack-plugin "^5.1.3"
16490+
watchpack "^2.3.1"
16491+
webpack-sources "^3.2.3"
16492+
1646316493
websocket-driver@>=0.5.1, websocket-driver@^0.7.4:
1646416494
version "0.7.4"
1646516495
resolved "https://registry.yarnpkg.com/websocket-driver/-/websocket-driver-0.7.4.tgz#89ad5295bbf64b480abcba31e4953aca706f5760"

0 commit comments

Comments
 (0)