Bump null-loader from 3.0.0 to 4.0.0

Bumps [null-loader](https://github.com/webpack-contrib/null-loader) from 3.0.0 to 4.0.0.
- [Release notes](https://github.com/webpack-contrib/null-loader/releases)
- [Changelog](https://github.com/webpack-contrib/null-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/null-loader/compare/v3.0.0...v4.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-04-20 15:16:33 +00:00 committed by Benjamin Staneck
parent b13ab80efe
commit d136ab7e02
2 changed files with 16 additions and 7 deletions

View file

@ -111,7 +111,7 @@
"inquirer": "7.1.0",
"node-addon-api": "2.0.0",
"node-gyp": "6.1.0",
"null-loader": "3.0.0",
"null-loader": "4.0.0",
"plist": "3.0.1",
"prettier": "2.0.4",
"proxyquire": "2.1.3",

View file

@ -5339,6 +5339,15 @@ loader-utils@^1.2.3, loader-utils@^1.4.0:
emojis-list "^3.0.0"
json5 "^1.0.1"
loader-utils@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-2.0.0.tgz#e4cace5b816d425a166b5f097e10cd12b36064b0"
integrity sha512-rP4F0h2RaWSvPEkD7BLDFQnvSf+nK+wr3ESUjNTyAGobqrijmW92zc+SO6d4p4B1wh7+B/Jg1mkQe5NYUEHtHQ==
dependencies:
big.js "^5.2.2"
emojis-list "^3.0.0"
json5 "^2.1.2"
locate-path@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-2.0.0.tgz#2b568b265eec944c6d9c0de9c3dbbbca0354cd8e"
@ -6066,13 +6075,13 @@ nugget@^2.0.1:
single-line-log "^1.1.2"
throttleit "0.0.2"
null-loader@3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/null-loader/-/null-loader-3.0.0.tgz#3e2b6c663c5bda8c73a54357d8fa0708dc61b245"
integrity sha512-hf5sNLl8xdRho4UPBOOeoIwT3WhjYcMUQm0zj44EhD6UscMAz72o2udpoDFBgykucdEDGIcd6SXbc/G6zssbzw==
null-loader@4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/null-loader/-/null-loader-4.0.0.tgz#8e491b253cd87341d82c0e84b66980d806dfbd04"
integrity sha512-vSoBF6M08/RHwc6r0gvB/xBJBtmbvvEkf6+IiadUCoNYchjxE8lwzCGFg0Qp2D25xPiJxUBh2iNWzlzGMILp7Q==
dependencies:
loader-utils "^1.2.3"
schema-utils "^1.0.0"
loader-utils "^2.0.0"
schema-utils "^2.6.5"
number-is-nan@^1.0.0:
version "1.0.1"