mirror of
https://github.com/thelounge/thelounge
synced 2024-11-10 14:44:13 +00:00
chore(deps): update dependency webpack to v4.18.1
This commit is contained in:
parent
e3a000ead3
commit
95a2580b6e
2 changed files with 9 additions and 5 deletions
|
@ -105,7 +105,7 @@
|
|||
"stylelint-config-standard": "18.2.0",
|
||||
"textcomplete": "0.17.1",
|
||||
"undate": "0.3.0",
|
||||
"webpack": "4.18.0",
|
||||
"webpack": "4.18.1",
|
||||
"webpack-cli": "3.1.0",
|
||||
"webpack-dev-server": "3.1.8"
|
||||
}
|
||||
|
|
12
yarn.lock
12
yarn.lock
|
@ -7216,6 +7216,10 @@ tapable@^1.0.0:
|
|||
version "1.0.0"
|
||||
resolved "https://registry.yarnpkg.com/tapable/-/tapable-1.0.0.tgz#cbb639d9002eed9c6b5975eb20598d7936f1f9f2"
|
||||
|
||||
tapable@^1.1.0:
|
||||
version "1.1.0"
|
||||
resolved "https://registry.yarnpkg.com/tapable/-/tapable-1.1.0.tgz#0d076a172e3d9ba088fd2272b2668fb8d194b78c"
|
||||
|
||||
tar@^4:
|
||||
version "4.4.6"
|
||||
resolved "https://registry.yarnpkg.com/tar/-/tar-4.4.6.tgz#63110f09c00b4e60ac8bcfe1bf3c8660235fbc9b"
|
||||
|
@ -7842,9 +7846,9 @@ webpack-sources@^1.1.0, webpack-sources@^1.2.0:
|
|||
source-list-map "^2.0.0"
|
||||
source-map "~0.6.1"
|
||||
|
||||
webpack@4.18.0:
|
||||
version "4.18.0"
|
||||
resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.18.0.tgz#7dafaaf309c12e63080d3960fba7ed94afdcbe84"
|
||||
webpack@4.18.1:
|
||||
version "4.18.1"
|
||||
resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.18.1.tgz#029042c815443fce23424de1548d9317cfca148a"
|
||||
dependencies:
|
||||
"@webassemblyjs/ast" "1.7.6"
|
||||
"@webassemblyjs/helper-module-context" "1.7.6"
|
||||
|
@ -7866,7 +7870,7 @@ webpack@4.18.0:
|
|||
neo-async "^2.5.0"
|
||||
node-libs-browser "^2.0.0"
|
||||
schema-utils "^0.4.4"
|
||||
tapable "^1.0.0"
|
||||
tapable "^1.1.0"
|
||||
uglifyjs-webpack-plugin "^1.2.4"
|
||||
watchpack "^1.5.0"
|
||||
webpack-sources "^1.2.0"
|
||||
|
|
Loading…
Reference in a new issue