mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-22 04:58:01 +01:00
Bump minimist, webpack, webpack-dev-server and webpack-stream
Bumps [minimist](https://github.com/minimistjs/minimist) to 1.2.8 and updates ancestor dependencies [minimist](https://github.com/minimistjs/minimist), [webpack](https://github.com/webpack/webpack), [webpack-dev-server](https://github.com/webpack/webpack-dev-server) and [webpack-stream](https://github.com/shama/webpack-stream). These dependencies need to be updated together. Updates `minimist` from 1.2.5 to 1.2.8 - [Release notes](https://github.com/minimistjs/minimist/releases) - [Changelog](https://github.com/minimistjs/minimist/blob/main/CHANGELOG.md) - [Commits](https://github.com/minimistjs/minimist/compare/v1.2.5...v1.2.8) Updates `webpack` from 1.13.1 to 5.75.0 - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v1.13.1...v5.75.0) Updates `webpack-dev-server` from 1.14.1 to 4.11.1 - [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/v1.14.1...v4.11.1) Updates `webpack-stream` from 3.2.0 to 7.0.0 - [Release notes](https://github.com/shama/webpack-stream/releases) - [Commits](https://github.com/shama/webpack-stream/compare/v3.2.0...v7.0.0) --- updated-dependencies: - dependency-name: minimist dependency-type: indirect - dependency-name: webpack dependency-type: direct:development - dependency-name: webpack-dev-server dependency-type: direct:development - dependency-name: webpack-stream dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
7abf99b073
commit
05868c044d
3 changed files with 4857 additions and 1973 deletions
2950
package-lock.json
generated
2950
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -50,9 +50,9 @@
|
|||
"script-loader": "0.7.0",
|
||||
"siphon-media-query": "^1.0.0",
|
||||
"underscore": "1.8.3",
|
||||
"webpack": "1.13.1",
|
||||
"webpack-dev-server": "1.14.1",
|
||||
"webpack-stream": "3.2.0",
|
||||
"webpack": "5.75.0",
|
||||
"webpack-dev-server": "4.11.1",
|
||||
"webpack-stream": "7.0.0",
|
||||
"yargs": "4.7.1"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue