Bump @rollup/plugin-node-resolve from 8.0.0 to 8.0.1

Bumps [@rollup/plugin-node-resolve](https://github.com/rollup/plugins) from 8.0.0 to 8.0.1.
- [Release notes](https://github.com/rollup/plugins/releases)
- [Commits](https://github.com/rollup/plugins/compare/node-resolve-v8.0.0...node-resolve-v8.0.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-06-08 05:30:56 +00:00 committed by GitHub
parent c15efa55c3
commit 8b8070eedb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -70,7 +70,7 @@
"@babel/preset-env": "7.10.2",
"@babel/preset-typescript": "7.10.1",
"@rollup/plugin-commonjs": "12.0.0",
"@rollup/plugin-node-resolve": "8.0.0",
"@rollup/plugin-node-resolve": "8.0.1",
"@types/jest": "25.2.3",
"@types/js-yaml": "3.12.4",
"@types/mkdirp": "1.0.0",

View File

@ -1068,10 +1068,10 @@
magic-string "^0.25.2"
resolve "^1.11.0"
"@rollup/plugin-node-resolve@8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@rollup/plugin-node-resolve/-/plugin-node-resolve-8.0.0.tgz#47cc0775e31b6a531c88a40270377fe899a271cb"
integrity sha512-5poJCChrkVggXXND/sQ7yNqwjUNT4fP31gpRWCnSNnlXuUXTCMHT33xZrTGxgjm5Rl18MHj7iEzlCT8rYWwQSA==
"@rollup/plugin-node-resolve@8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@rollup/plugin-node-resolve/-/plugin-node-resolve-8.0.1.tgz#364b5938808ee6b5164dea5ef7291be3f7395199"
integrity sha512-KIeAmueDDaYMqMBnUngLVVZhURwxA12nq/YB6nGm5/JpVyOMwI1fCVU3oL/dAnnLBG7oiPXntO5LHOiMrfNXCA==
dependencies:
"@rollup/pluginutils" "^3.0.8"
"@types/resolve" "0.0.8"