Skip to content

Commit b8ba0a3

Browse files
authored
⬆️ Update webpack to version 5.96.1 (#258)
1 parent 6bf9682 commit b8ba0a3

File tree

2 files changed

+35
-24
lines changed

2 files changed

+35
-24
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"react-router-dom": "~6.27.0",
8888
"rimraf": "~5.0.10",
8989
"style-loader": "~4.0.0",
90-
"webpack": "5.95.0",
90+
"webpack": "5.96.1",
9191
"webpack-cli": "^5.1.4",
9292
"webpack-dev-server": "^5.1.0"
9393
},

yarn.lock

Lines changed: 34 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1497,10 +1497,26 @@
14971497
dependencies:
14981498
"@types/node" "*"
14991499

1500-
"@types/estree@^1.0.5":
1501-
version "1.0.5"
1502-
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.5.tgz#a6ce3e556e00fd9895dd872dd172ad0d4bd687f4"
1503-
integrity sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==
1500+
"@types/eslint-scope@^3.7.7":
1501+
version "3.7.7"
1502+
resolved "https://registry.yarnpkg.com/@types/eslint-scope/-/eslint-scope-3.7.7.tgz#3108bd5f18b0cdb277c867b3dd449c9ed7079ac5"
1503+
integrity sha512-MzMFlSLBqNF2gcHWO0G1vP/YQyfvrxZ0bF+u7mzUdZ1/xK4A4sru+nraZz5i3iEIk1l1uyicaDVTB4QbbEkAYg==
1504+
dependencies:
1505+
"@types/eslint" "*"
1506+
"@types/estree" "*"
1507+
1508+
"@types/eslint@*":
1509+
version "9.6.1"
1510+
resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-9.6.1.tgz#d5795ad732ce81715f27f75da913004a56751584"
1511+
integrity sha512-FXx2pKgId/WyYo2jXw63kk7/+TY7u7AziEJxJAnSFzHlqTAS3Ync6SvgYAN/k4/PQpnnVuzoMuVnByKK2qp0ag==
1512+
dependencies:
1513+
"@types/estree" "*"
1514+
"@types/json-schema" "*"
1515+
1516+
"@types/estree@*", "@types/estree@^1.0.6":
1517+
version "1.0.6"
1518+
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.6.tgz#628effeeae2064a1b4e79f78e81d87b7e5fc7b50"
1519+
integrity sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==
15041520

15051521
"@types/express-serve-static-core@*", "@types/express-serve-static-core@^4.17.33":
15061522
version "4.17.43"
@@ -1574,7 +1590,7 @@
15741590
"@types/tough-cookie" "*"
15751591
parse5 "^7.0.0"
15761592

1577-
"@types/json-schema@^7.0.8", "@types/json-schema@^7.0.9":
1593+
"@types/json-schema@*", "@types/json-schema@^7.0.8", "@types/json-schema@^7.0.9":
15781594
version "7.0.15"
15791595
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841"
15801596
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
@@ -1951,11 +1967,6 @@ acorn-globals@^7.0.0:
19511967
acorn "^8.1.0"
19521968
acorn-walk "^8.0.2"
19531969

1954-
acorn-import-attributes@^1.9.5:
1955-
version "1.9.5"
1956-
resolved "https://registry.yarnpkg.com/acorn-import-attributes/-/acorn-import-attributes-1.9.5.tgz#7eb1557b1ba05ef18b5ed0ec67591bfab04688ef"
1957-
integrity sha512-n02Vykv5uA3eHGM/Z2dQrcD56kL8TyDb2p1+0P83PClMnC/nc+anbQRhIOWnSq4Ke/KvDPrY3C9hDtC/A3eHnQ==
1958-
19591970
acorn-jsx@^5.3.2:
19601971
version "5.3.2"
19611972
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz#7ed5bb55908b3b2f1bc55c6af1653bada7f07937"
@@ -1966,10 +1977,10 @@ acorn-walk@^8.0.2:
19661977
resolved "https://registry.yarnpkg.com/acorn-walk/-/acorn-walk-8.2.0.tgz#741210f2e2426454508853a2f44d0ab83b7f69c1"
19671978
integrity sha512-k+iyHEuPgSw6SbuDpGQM+06HQUa04DZ3o+F6CSzXMvvI5KMvnaEqXe+YVe555R9nn6GPt404fos4wcgpw12SDA==
19681979

1969-
acorn@^8.1.0, acorn@^8.7.1, acorn@^8.8.0, acorn@^8.8.2, acorn@^8.9.0:
1970-
version "8.11.3"
1971-
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.11.3.tgz#71e0b14e13a4ec160724b38fb7b0f233b1b81d7a"
1972-
integrity sha512-Y9rRfJG5jcKOE0CLisYbojUjIrIEE7AGMzA/Sm4BslANhbS+cDMpgBdcPT91oJ7OuJ9hYJBx59RjbhxVnrF8Xg==
1980+
acorn@^8.1.0, acorn@^8.14.0, acorn@^8.8.0, acorn@^8.8.2, acorn@^8.9.0:
1981+
version "8.14.0"
1982+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.14.0.tgz#063e2c70cac5fb4f6467f0b11152e04c682795b0"
1983+
integrity sha512-cl669nCJTZBsL97OF4kUQm5g5hC2uihk0NxY3WENAC0TYdILVkAyHymAntgxGkl7K+t0cXIrH5siy5S4XkFycA==
19731984

19741985
agent-base@6:
19751986
version "6.0.2"
@@ -2354,7 +2365,7 @@ braces@^3.0.3, braces@~3.0.2:
23542365
dependencies:
23552366
fill-range "^7.1.1"
23562367

2357-
browserslist@^4.21.10, browserslist@^4.23.3, browserslist@^4.24.0:
2368+
browserslist@^4.23.3, browserslist@^4.24.0:
23582369
version "4.24.0"
23592370
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.24.0.tgz#a1325fe4bc80b64fda169629fc01b3d6cecd38d4"
23602371
integrity sha512-Rmb62sR1Zpjql25eSanFGEhAxcFwfA1K0GuQcLoaJBAcENegrQut3hYdhXFF1obQfiDyqIW/cLM5HSJ/9k884A==
@@ -6924,18 +6935,18 @@ webpack-sources@^3.2.3:
69246935
resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-3.2.3.tgz#2d4daab8451fd4b240cc27055ff6a0c2ccea0cde"
69256936
integrity sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==
69266937

6927-
webpack@5.95.0:
6928-
version "5.95.0"
6929-
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.95.0.tgz#8fd8c454fa60dad186fbe36c400a55848307b4c0"
6930-
integrity sha512-2t3XstrKULz41MNMBF+cJ97TyHdyQ8HCt//pqErqDvNjU9YQBnZxIHa11VXsi7F3mb5/aO2tuDxdeTPdU7xu9Q==
6938+
webpack@5.96.1:
6939+
version "5.96.1"
6940+
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.96.1.tgz#3676d1626d8312b6b10d0c18cc049fba7ac01f0c"
6941+
integrity sha512-l2LlBSvVZGhL4ZrPwyr8+37AunkcYj5qh8o6u2/2rzoPc8gxFJkLj1WxNgooi9pnoc06jh0BjuXnamM4qlujZA==
69316942
dependencies:
6932-
"@types/estree" "^1.0.5"
6943+
"@types/eslint-scope" "^3.7.7"
6944+
"@types/estree" "^1.0.6"
69336945
"@webassemblyjs/ast" "^1.12.1"
69346946
"@webassemblyjs/wasm-edit" "^1.12.1"
69356947
"@webassemblyjs/wasm-parser" "^1.12.1"
6936-
acorn "^8.7.1"
6937-
acorn-import-attributes "^1.9.5"
6938-
browserslist "^4.21.10"
6948+
acorn "^8.14.0"
6949+
browserslist "^4.24.0"
69396950
chrome-trace-event "^1.0.2"
69406951
enhanced-resolve "^5.17.1"
69416952
es-module-lexer "^1.2.1"

0 commit comments

Comments
 (0)