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

Bump webpack-dev-server from 4.0.0 to 4.1.0

Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 4.0.0 to 4.1.0.
- [Release notes](https://github.com/webpack/webpack-dev-server/releases)
- [Changelog](https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-dev-server/compare/v4.0.0...v4.1.0)

---
updated-dependencies:
- dependency-name: webpack-dev-server
  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] 2021-09-06 16:10:54 +00:00 committed by GitHub
parent 04c4e03ac1
commit da8f42fcd3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 13 deletions

24
package-lock.json generated
View file

@ -6692,9 +6692,9 @@
} }
}, },
"follow-redirects": { "follow-redirects": {
"version": "1.14.2", "version": "1.14.3",
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.2.tgz", "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.3.tgz",
"integrity": "sha512-yLR6WaE2lbF0x4K2qE2p9PEXKLDjUjnR/xmjS3wHAYxtlsI9MLLBJUZirAHKzUZDGLxje7w/cXR49WOUo4rbsA==", "integrity": "sha512-3MkHxknWMUtb23apkgz/83fDoe+y+qr0TdgacGIA7bew+QLBo3vdgEN2xEsuXNivpFy4CyDhBBZnNZOtalmenw==",
"dev": true "dev": true
}, },
"for-in": { "for-in": {
@ -8453,9 +8453,9 @@
} }
}, },
"memfs": { "memfs": {
"version": "3.2.2", "version": "3.2.4",
"resolved": "https://registry.npmjs.org/memfs/-/memfs-3.2.2.tgz", "resolved": "https://registry.npmjs.org/memfs/-/memfs-3.2.4.tgz",
"integrity": "sha512-RE0CwmIM3CEvpcdK3rZ19BC4E6hv9kADkMN5rPduRak58cNArWLi/9jFLsa4rhsjfVxMP3v0jO7FHXq7SvFY5Q==", "integrity": "sha512-2mDCPhuduRPOxlfgsXF9V+uqC6Jgz8zt/bNe4d4W7d5f6pCzHrWkxLNr17jKGXd4+j2kQNsAG2HARPnt74sqVQ==",
"dev": true, "dev": true,
"requires": { "requires": {
"fs-monkey": "1.0.3" "fs-monkey": "1.0.3"
@ -16464,9 +16464,9 @@
} }
}, },
"webpack-dev-server": { "webpack-dev-server": {
"version": "4.0.0", "version": "4.1.0",
"resolved": "https://registry.npmjs.org/webpack-dev-server/-/webpack-dev-server-4.0.0.tgz", "resolved": "https://registry.npmjs.org/webpack-dev-server/-/webpack-dev-server-4.1.0.tgz",
"integrity": "sha512-ya5cjoBSf3LqrshZn2HMaRZQx8YRNBE+tx+CQNFGaLLHrvs4Y1aik0sl5SFhLz2cW1O9/NtyaZhthc+8UiuvkQ==", "integrity": "sha512-PnnoCHuLKxH3vYff2EbORntD0Pd+MKclDIO8AcKsDVRToqY9/oeIwwUs5alA2B5OPgXJhaDNkBJAmb0OaWZFJA==",
"dev": true, "dev": true,
"requires": { "requires": {
"ansi-html": "^0.0.7", "ansi-html": "^0.0.7",
@ -17094,9 +17094,9 @@
"dev": true "dev": true
}, },
"ws": { "ws": {
"version": "8.2.0", "version": "8.2.1",
"resolved": "https://registry.npmjs.org/ws/-/ws-8.2.0.tgz", "resolved": "https://registry.npmjs.org/ws/-/ws-8.2.1.tgz",
"integrity": "sha512-uYhVJ/m9oXwEI04iIVmgLmugh2qrZihkywG9y5FfZV2ATeLIzHf93qs+tUNqlttbQK957/VX3mtwAS+UfIwA4g==", "integrity": "sha512-XkgWpJU3sHU7gX8f13NqTn6KQ85bd1WU7noBHTT8fSohx7OS1TPY8k+cyRPCzFkia7C4mM229yeHr1qK9sM4JQ==",
"dev": true "dev": true
}, },
"x-is-string": { "x-is-string": {

View file

@ -53,7 +53,7 @@
"typescript": "^4.4.2", "typescript": "^4.4.2",
"webpack": "^5.51.1", "webpack": "^5.51.1",
"webpack-cli": "^4.8.0", "webpack-cli": "^4.8.0",
"webpack-dev-server": "^4.0.0", "webpack-dev-server": "^4.1.0",
"webpack-merge": "^5.8.0", "webpack-merge": "^5.8.0",
"workbox-webpack-plugin": "^6.2.4", "workbox-webpack-plugin": "^6.2.4",
"worker-plugin": "^5.0.1" "worker-plugin": "^5.0.1"