1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-11-13 01:14:58 +03:00

Bump webpack from 5.0.0-beta.7 to 5.0.0-beta.11

Bumps [webpack](https://github.com/webpack/webpack) from 5.0.0-beta.7 to 5.0.0-beta.11.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.0.0-beta.7...v5.0.0-beta.11)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2019-12-25 04:23:26 +00:00 committed by GitHub
parent b6c97ffa49
commit 3bd89a0194
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 15 deletions

View File

@ -50,7 +50,7 @@
"typescript": "^3.7.3",
"url-loader": "^3.0.0",
"val-loader": "2.0.1",
"webpack": "^5.0.0-beta.7",
"webpack": "^5.0.0-beta.11",
"webpack-cli": "^3.3.10",
"yaml-loader": "0.5.0"
},

View File

@ -3915,10 +3915,10 @@ load-json-file@^2.0.0:
pify "^2.0.0"
strip-bom "^3.0.0"
loader-runner@3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/loader-runner/-/loader-runner-3.0.0.tgz#c86f303af2dacbd27eabd2ea3aaa957291562e23"
integrity sha512-BlinBEAJYOUubaKH9hMxshD1FltYLTd3FA4DoxEh/82C0Rc4cmcqI61bEUj0/osbmW9FCTXTpMAO/jHZDZC5Fw==
loader-runner@^3.1.0:
version "3.1.0"
resolved "https://registry.yarnpkg.com/loader-runner/-/loader-runner-3.1.0.tgz#e9440e5875f2ad2f968489cd2c7b59a4f2847fcb"
integrity sha512-wE/bOCdTKMR2rm7Xxh+eirDOmN7Vx7hntWgiTayuFPtF8MgsFDo49SP8kkYz8IVlEBTOtR7P+XI7bE1xjo/IkA==
loader-utils@1.2.3, loader-utils@^1.0.0, loader-utils@^1.1.0, loader-utils@^1.2.3:
version "1.2.3"
@ -6634,10 +6634,10 @@ table@^5.2.3:
slice-ansi "^2.1.0"
string-width "^3.0.0"
tapable@2.0.0-beta.8, tapable@^2.0.0-beta.8:
version "2.0.0-beta.8"
resolved "https://registry.yarnpkg.com/tapable/-/tapable-2.0.0-beta.8.tgz#0a8d42f6895d43d5a895de15d9a9e3e425f72a0a"
integrity sha512-7qMajFcHb2O+aWufLoAvKhEehIwikXUTH1s8RP4R5gSYMIB0Tmypp+J90EtSNVbIlI7oB0Oz8ZlpJUJlZ5owxQ==
tapable@2.0.0-beta.9, tapable@^2.0.0-beta.8:
version "2.0.0-beta.9"
resolved "https://registry.yarnpkg.com/tapable/-/tapable-2.0.0-beta.9.tgz#638496fb27b53e69c21a0e6a4435afbe805845cb"
integrity sha512-+VBUuZXh+WIHnKOeo+A27SB/1sHTVWozcKweDIAhB/XOGnr8cy6ULZjU+qpGxO/G4xEyWCCaWTX/HPEkGg3Xrg==
tapable@^1.0.0:
version "1.1.3"
@ -7267,10 +7267,10 @@ webpack-sources@^1.4.3:
source-list-map "^2.0.0"
source-map "~0.6.1"
webpack@^5.0.0-beta.7:
version "5.0.0-beta.7"
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.0.0-beta.7.tgz#e2dc0ed0543c71e97524be0fcb68a80de50aa898"
integrity sha512-ghllYmUzrCJi0Z2dohBXkEqvm7zkd2c4BO9oKfw7gTy8O/YaLr7JVFUki09ca77Xdt0JAbozFeXURlkDJTfDUw==
webpack@^5.0.0-beta.11:
version "5.0.0-beta.11"
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.0.0-beta.11.tgz#6326501cb99e8d0ad3eb92698c8f9d7405f42a85"
integrity sha512-vDdx5RXAE8b0BZMQCpoKXSkEAJ3xjYbnzExK+WZbIaf1WT7RBJXI7w3J/luhgGhCVGnfr3dmJg1o4DqGuuGa+w==
dependencies:
"@webassemblyjs/ast" "1.8.5"
"@webassemblyjs/helper-module-context" "1.8.5"
@ -7284,12 +7284,13 @@ webpack@^5.0.0-beta.7:
glob-to-regexp "^0.4.1"
graceful-fs "^4.1.15"
json-parse-better-errors "^1.0.2"
loader-runner "3.0.0"
loader-runner "^3.1.0"
loader-utils "^1.2.3"
mime "^2.4.4"
neo-async "^2.6.1"
pkg-dir "^4.2.0"
schema-utils "^2.5.0"
tapable "2.0.0-beta.8"
tapable "2.0.0-beta.9"
terser-webpack-plugin "^2.2.1"
watchpack "2.0.0-beta.10"
webpack-sources "2.0.0-beta.8"