chore(deps): update dependency webpack to v5.76.1 (#644)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-03-11 11:40:47 -05:00 committed by GitHub
parent aa8e8335fd
commit 1f361b39a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 8 additions and 8 deletions

View File

@ -91,7 +91,7 @@
"to-string-loader": "1.2.0",
"tsconfig-paths-webpack-plugin": "4.0.1",
"typescript": "4.9.5",
"webpack": "5.76.0",
"webpack": "5.76.1",
"webpack-cli": "5.0.1"
},
"publishConfig": {

View File

@ -256,7 +256,7 @@
"ts-jest": "29.0.5",
"tsconfig-paths-webpack-plugin": "4.0.1",
"typescript": "4.9.5",
"webpack": "5.76.0",
"webpack": "5.76.1",
"webpack-cli": "5.0.1",
"webpack-dev-server": "4.11.1"
},

View File

@ -30,7 +30,7 @@
"prettier": "2.8.4",
"react-scripts": "5.0.1",
"typescript": "4.9.5",
"webpack": "5.76.0"
"webpack": "5.76.1"
},
"browserslist": {
"production": [

View File

@ -54,7 +54,7 @@
"npm-run-all": "4.1.5",
"prettier": "2.8.4",
"typescript": "4.9.5",
"webpack": "5.76.0"
"webpack": "5.76.1"
},
"lint-staged": {
"*.ts": "prettier --write",

View File

@ -18548,10 +18548,10 @@ webpack-sources@^3.2.3:
resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-3.2.3.tgz#2d4daab8451fd4b240cc27055ff6a0c2ccea0cde"
integrity sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==
webpack@5.76.0:
version "5.76.0"
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.76.0.tgz#f9fb9fb8c4a7dbdcd0d56a98e56b8a942ee2692c"
integrity sha512-l5sOdYBDunyf72HW8dF23rFtWq/7Zgvt/9ftMof71E/yUb1YLOBmTgA2K4vQthB3kotMrSj609txVE0dnr2fjA==
webpack@5.76.1:
version "5.76.1"
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.76.1.tgz#7773de017e988bccb0f13c7d75ec245f377d295c"
integrity sha512-4+YIK4Abzv8172/SGqObnUjaIHjLEuUasz9EwQj/9xmPPkYJy2Mh03Q/lJfSD3YLzbxy5FeTq5Uw0323Oh6SJQ==
dependencies:
"@types/eslint-scope" "^3.7.3"
"@types/estree" "^0.0.51"