Skip to content

Commit 695f17e

Browse files
committed
Fix webpack version
1 parent b98e83b commit 695f17e

File tree

1 file changed

+3
-42
lines changed

1 file changed

+3
-42
lines changed

yarn.lock

Lines changed: 3 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -4238,7 +4238,7 @@
42384238
dependencies:
42394239
"@types/tern" "*"
42404240

4241-
"@types/eslint-scope@^3.7.0", "@types/eslint-scope@^3.7.7":
4241+
"@types/eslint-scope@^3.7.0":
42424242
version "3.7.7"
42434243
resolved "https://registry.yarnpkg.com/@types/eslint-scope/-/eslint-scope-3.7.7.tgz#3108bd5f18b0cdb277c867b3dd449c9ed7079ac5"
42444244
integrity sha512-MzMFlSLBqNF2gcHWO0G1vP/YQyfvrxZ0bF+u7mzUdZ1/xK4A4sru+nraZz5i3iEIk1l1uyicaDVTB4QbbEkAYg==
@@ -4277,11 +4277,6 @@
42774277
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.5.tgz#a6ce3e556e00fd9895dd872dd172ad0d4bd687f4"
42784278
integrity sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==
42794279

4280-
"@types/estree@^1.0.6":
4281-
version "1.0.6"
4282-
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.6.tgz#628effeeae2064a1b4e79f78e81d87b7e5fc7b50"
4283-
integrity sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==
4284-
42854280
"@types/glob@*":
42864281
version "7.1.3"
42874282
resolved "https://registry.yarnpkg.com/@types/glob/-/glob-7.1.3.tgz#e6ba80f36b7daad2c685acd9266382e68985c183"
@@ -4724,11 +4719,6 @@ acorn-walk@^8.1.1:
47244719
resolved "https://registry.yarnpkg.com/acorn-walk/-/acorn-walk-8.2.0.tgz#741210f2e2426454508853a2f44d0ab83b7f69c1"
47254720
integrity sha512-k+iyHEuPgSw6SbuDpGQM+06HQUa04DZ3o+F6CSzXMvvI5KMvnaEqXe+YVe555R9nn6GPt404fos4wcgpw12SDA==
47264721

4727-
acorn@^8.14.0:
4728-
version "8.14.0"
4729-
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.14.0.tgz#063e2c70cac5fb4f6467f0b11152e04c682795b0"
4730-
integrity sha512-cl669nCJTZBsL97OF4kUQm5g5hC2uihk0NxY3WENAC0TYdILVkAyHymAntgxGkl7K+t0cXIrH5siy5S4XkFycA==
4731-
47324722
acorn@^8.4.1, acorn@^8.5.0, acorn@^8.7.1:
47334723
version "8.8.2"
47344724
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.8.2.tgz#1b2f25db02af965399b9776b0c2c391276d37c4a"
@@ -6445,7 +6435,7 @@ enhanced-resolve@^5.16.0:
64456435
graceful-fs "^4.2.4"
64466436
tapable "^2.2.0"
64476437

6448-
enhanced-resolve@^5.17.1, enhanced-resolve@^5.8.0:
6438+
enhanced-resolve@^5.8.0:
64496439
version "5.17.1"
64506440
resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-5.17.1.tgz#67bfbbcc2f81d511be77d686a90267ef7f898a15"
64516441
integrity sha512-LMHl3dXhTcfv8gM4kEzIUeTQ+7fpdA0l2tUf34BddXPkz2A5xJ5L/Pchd5BL6rdccM9QGvu0sWZzK1Z1t4wwyg==
@@ -12645,36 +12635,7 @@ [email protected]:
1264512635
watchpack "^2.2.0"
1264612636
webpack-sources "^2.3.0"
1264712637

12648-
webpack@^5:
12649-
version "5.96.1"
12650-
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.96.1.tgz#3676d1626d8312b6b10d0c18cc049fba7ac01f0c"
12651-
integrity sha512-l2LlBSvVZGhL4ZrPwyr8+37AunkcYj5qh8o6u2/2rzoPc8gxFJkLj1WxNgooi9pnoc06jh0BjuXnamM4qlujZA==
12652-
dependencies:
12653-
"@types/eslint-scope" "^3.7.7"
12654-
"@types/estree" "^1.0.6"
12655-
"@webassemblyjs/ast" "^1.12.1"
12656-
"@webassemblyjs/wasm-edit" "^1.12.1"
12657-
"@webassemblyjs/wasm-parser" "^1.12.1"
12658-
acorn "^8.14.0"
12659-
browserslist "^4.24.0"
12660-
chrome-trace-event "^1.0.2"
12661-
enhanced-resolve "^5.17.1"
12662-
es-module-lexer "^1.2.1"
12663-
eslint-scope "5.1.1"
12664-
events "^3.2.0"
12665-
glob-to-regexp "^0.4.1"
12666-
graceful-fs "^4.2.11"
12667-
json-parse-even-better-errors "^2.3.1"
12668-
loader-runner "^4.2.0"
12669-
mime-types "^2.1.27"
12670-
neo-async "^2.6.2"
12671-
schema-utils "^3.2.0"
12672-
tapable "^2.1.1"
12673-
terser-webpack-plugin "^5.3.10"
12674-
watchpack "^2.4.1"
12675-
webpack-sources "^3.2.3"
12676-
12677-
webpack@^5.91.0:
12638+
webpack@^5, webpack@^5.91.0:
1267812639
version "5.91.0"
1267912640
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.91.0.tgz#ffa92c1c618d18c878f06892bbdc3373c71a01d9"
1268012641
integrity sha512-rzVwlLeBWHJbmgTC/8TvAcu5vpJNII+MelQpylD4jNERPwpBJOE2lEcko1zJX3QJeLjTTAnQxn/OJ8bjDzVQaw==

0 commit comments

Comments
 (0)