1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Bump webpack from 5.58.1 to 5.58.2

Bumps [webpack](https://github.com/webpack/webpack) from 5.58.1 to 5.58.2.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.58.1...v5.58.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-10-13 15:41:29 +00:00 committed by GitHub
parent ec56c82abf
commit 923a1644fb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -16925,9 +16925,9 @@
"dev": true "dev": true
}, },
"webpack": { "webpack": {
"version": "5.58.1", "version": "5.58.2",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.58.1.tgz", "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.58.2.tgz",
"integrity": "sha512-4Z/dmbTU+VmkCb2XNgW7wkE5TfEcSooclprn/UEuVeAkwHhn07OcgUsyaKHGtCY/VobjnsYBlyhKeMLiSoOqPg==", "integrity": "sha512-3S6e9Vo1W2ijk4F4PPWRIu6D/uGgqaPmqw+av3W3jLDujuNkdxX5h5c+RQ6GkjVR+WwIPOfgY8av+j5j4tMqJw==",
"dev": true, "dev": true,
"requires": { "requires": {
"@types/eslint-scope": "^3.7.0", "@types/eslint-scope": "^3.7.0",

View file

@ -51,7 +51,7 @@
"stylelint-scss": "^3.21.0", "stylelint-scss": "^3.21.0",
"ts-loader": "^9.2.6", "ts-loader": "^9.2.6",
"typescript": "^4.4.4", "typescript": "^4.4.4",
"webpack": "^5.58.1", "webpack": "^5.58.2",
"webpack-cli": "^4.9.0", "webpack-cli": "^4.9.0",
"webpack-dev-server": "^4.3.1", "webpack-dev-server": "^4.3.1",
"webpack-merge": "^5.8.0", "webpack-merge": "^5.8.0",