mirror of
https://github.com/thelounge/thelounge
synced 2024-11-10 14:44:13 +00:00
Update dependency webpack to v4.34.0
This commit is contained in:
parent
7c823c90a5
commit
eac14ba58b
2 changed files with 5 additions and 5 deletions
|
@ -110,7 +110,7 @@
|
||||||
"vue-server-renderer": "2.6.10",
|
"vue-server-renderer": "2.6.10",
|
||||||
"vue-template-compiler": "2.6.10",
|
"vue-template-compiler": "2.6.10",
|
||||||
"vuedraggable": "2.21.0",
|
"vuedraggable": "2.21.0",
|
||||||
"webpack": "4.33.0",
|
"webpack": "4.34.0",
|
||||||
"webpack-cli": "3.3.3"
|
"webpack-cli": "3.3.3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -8819,10 +8819,10 @@ webpack-sources@^1.1.0, webpack-sources@^1.3.0:
|
||||||
source-list-map "^2.0.0"
|
source-list-map "^2.0.0"
|
||||||
source-map "~0.6.1"
|
source-map "~0.6.1"
|
||||||
|
|
||||||
webpack@4.33.0:
|
webpack@4.34.0:
|
||||||
version "4.33.0"
|
version "4.34.0"
|
||||||
resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.33.0.tgz#c30fc4307db432e5c5e3333aaa7c16a15a3b277e"
|
resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.34.0.tgz#a4c30129482f7b4ece4c0842002dedf2b56fab58"
|
||||||
integrity sha512-ggWMb0B2QUuYso6FPZKUohOgfm+Z0sVFs8WwWuSH1IAvkWs428VDNmOlAxvHGTB9Dm/qOB/qtE5cRx5y01clxw==
|
integrity sha512-ry2IQy1wJjOefLe1uJLzn5tG/DdIKzQqNlIAd2L84kcaADqNvQDTBlo8UcCNyDaT5FiaB+16jhAkb63YeG3H8Q==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@webassemblyjs/ast" "1.8.5"
|
"@webassemblyjs/ast" "1.8.5"
|
||||||
"@webassemblyjs/helper-module-context" "1.8.5"
|
"@webassemblyjs/helper-module-context" "1.8.5"
|
||||||
|
|
Loading…
Reference in a new issue