aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-03-15 10:22:24 +0000
committerArmand Philippot <git@armandphilippot.com>2023-03-15 15:20:53 +0100
commitc31cc20a470125affc8b3d593f77c1fa2e1b5937 (patch)
tree8dec854810e3967511c1d0d9216b52afc00d5eb4
parent947830904239d51ec9e94971fed6346c1089911f (diff)
build(deps-dev): bump webpack from 5.75.0 to 5.76.0
Bumps [webpack](https://github.com/webpack/webpack) from 5.75.0 to 5.76.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.75.0...v5.76.0) --- updated-dependencies: - dependency-name: webpack dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--package.json2
-rw-r--r--yarn.lock8
2 files changed, 5 insertions, 5 deletions
diff --git a/package.json b/package.json
index 01a851b..9bc801e 100644
--- a/package.json
+++ b/package.json
@@ -107,6 +107,6 @@
"stylelint-config-standard": "^29.0.0",
"stylelint-config-standard-scss": "^6.1.0",
"typescript": "^4.9.4",
- "webpack": "^5.75.0"
+ "webpack": "^5.76.0"
}
}
diff --git a/yarn.lock b/yarn.lock
index 6f29195..2b3bda9 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -15664,10 +15664,10 @@ webpack@4:
watchpack "^1.7.4"
webpack-sources "^1.4.1"
-"webpack@>=4.43.0 <6.0.0", webpack@^5.75.0, webpack@^5.9.0:
- version "5.75.0"
- resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.75.0.tgz#1e440468647b2505860e94c9ff3e44d5b582c152"
- integrity sha512-piaIaoVJlqMsPtX/+3KTTO6jfvrSYgauFVdt8cr9LTHKmcq/AMd4mhzsiP7ZF/PGRNPGA8336jldh9l2Kt2ogQ==
+"webpack@>=4.43.0 <6.0.0", webpack@^5.76.0, webpack@^5.9.0:
+ version "5.76.0"
+ resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.76.0.tgz#f9fb9fb8c4a7dbdcd0d56a98e56b8a942ee2692c"
+ integrity sha512-l5sOdYBDunyf72HW8dF23rFtWq/7Zgvt/9ftMof71E/yUb1YLOBmTgA2K4vQthB3kotMrSj609txVE0dnr2fjA==
dependencies:
"@types/eslint-scope" "^3.7.3"
"@types/estree" "^0.0.51"