1
0
mirror of https://github.com/h3poteto/whalebird-desktop synced 2025-01-29 08:39:56 +01:00

Merge pull request #1071 from h3poteto/dependabot/npm_and_yarn/webpack-hot-middleware-2.25.0

Bump webpack-hot-middleware from 2.24.3 to 2.25.0
This commit is contained in:
AkiraFukushima 2019-11-17 20:46:20 +09:00 committed by GitHub
commit ef376bc005
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

@ -22362,9 +22362,9 @@
}
},
"webpack-hot-middleware": {
"version": "2.24.3",
"resolved": "https://registry.npmjs.org/webpack-hot-middleware/-/webpack-hot-middleware-2.24.3.tgz",
"integrity": "sha512-pPlmcdoR2Fn6UhYjAhp1g/IJy1Yc9hD+T6O9mjRcWV2pFbBjIFoJXhP0CoD0xPOhWJuWXuZXGBga9ybbOdzXpg==",
"version": "2.25.0",
"resolved": "https://registry.npmjs.org/webpack-hot-middleware/-/webpack-hot-middleware-2.25.0.tgz",
"integrity": "sha512-xs5dPOrGPCzuRXNi8F6rwhawWvQQkeli5Ro48PRuQh8pYPCPmNnltP9itiUPT4xI8oW+y0m59lyyeQk54s5VgA==",
"dev": true,
"requires": {
"ansi-html": "0.0.7",

View File

@ -289,7 +289,7 @@
"webpack": "^4.39.2",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.8.0",
"webpack-hot-middleware": "^2.24.3",
"webpack-hot-middleware": "^2.25.0",
"webpack-merge": "^4.1.4"
}
}