build(deps-dev): bump webpack from 5.84.1 to 5.86.0

Bumps [webpack](https://github.com/webpack/webpack) from 5.84.1 to 5.86.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.84.1...v5.86.0)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-06-08 11:00:31 +00:00 committed by GitHub
parent 2b2c1d287e
commit e9cadce3bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -23,7 +23,7 @@
"eslint": "8.41.0",
"stylelint": "14.16.1",
"stylelint-config-standard-scss": "^6.1.0",
"webpack": "5.84.1",
"webpack": "5.86.0",
"webpack-cli": "5.1.1"
}
},
@ -3700,9 +3700,9 @@
}
},
"node_modules/webpack": {
"version": "5.84.1",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.84.1.tgz",
"integrity": "sha512-ZP4qaZ7vVn/K8WN/p990SGATmrL1qg4heP/MrVneczYtpDGJWlrgZv55vxaV2ul885Kz+25MP2kSXkPe3LZfmg==",
"version": "5.86.0",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.86.0.tgz",
"integrity": "sha512-3BOvworZ8SO/D4GVP+GoRC3fVeg5MO4vzmq8TJJEkdmopxyazGDxN8ClqN12uzrZW9Tv8EED8v5VSb6Sqyi0pg==",
"devOptional": true,
"dependencies": {
"@types/eslint-scope": "^3.7.3",
@ -6725,9 +6725,9 @@
}
},
"webpack": {
"version": "5.84.1",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.84.1.tgz",
"integrity": "sha512-ZP4qaZ7vVn/K8WN/p990SGATmrL1qg4heP/MrVneczYtpDGJWlrgZv55vxaV2ul885Kz+25MP2kSXkPe3LZfmg==",
"version": "5.86.0",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.86.0.tgz",
"integrity": "sha512-3BOvworZ8SO/D4GVP+GoRC3fVeg5MO4vzmq8TJJEkdmopxyazGDxN8ClqN12uzrZW9Tv8EED8v5VSb6Sqyi0pg==",
"devOptional": true,
"requires": {
"@types/eslint-scope": "^3.7.3",

View file

@ -27,7 +27,7 @@
"eslint": "8.41.0",
"stylelint": "14.16.1",
"stylelint-config-standard-scss": "^6.1.0",
"webpack": "5.84.1",
"webpack": "5.86.0",
"webpack-cli": "5.1.1"
}
}