From: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2020 10:13:25 +0000 (+0100) Subject: build(deps-dev): bump @rollup/plugin-node-resolve from 6.1.0 to 7.0.0 (#86) X-Git-Tag: v4.0.0-alpha.0~99 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b9f7b850653070e62986837d0c26cdf55b1d77cf;p=thirdparty%2Fvuejs%2Frouter.git build(deps-dev): bump @rollup/plugin-node-resolve from 6.1.0 to 7.0.0 (#86) Bumps [@rollup/plugin-node-resolve](https://github.com/rollup/plugins) from 6.1.0 to 7.0.0. - [Release notes](https://github.com/rollup/plugins/releases) - [Commits](https://github.com/rollup/plugins/commits) Signed-off-by: dependabot-preview[bot] --- diff --git a/package.json b/package.json index 312afa3e..dd65f5e3 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ }, "devDependencies": { "@rollup/plugin-alias": "^3.0.0", - "@rollup/plugin-node-resolve": "^6.1.0", + "@rollup/plugin-node-resolve": "^7.0.0", "@rollup/plugin-replace": "^2.3.0", "@types/jest": "^24.9.0", "@types/jsdom": "^12.2.4", diff --git a/yarn.lock b/yarn.lock index ec3dabd9..21312797 100644 --- a/yarn.lock +++ b/yarn.lock @@ -293,10 +293,10 @@ dependencies: slash "^3.0.0" -"@rollup/plugin-node-resolve@^6.1.0": - version "6.1.0" - resolved "https://registry.yarnpkg.com/@rollup/plugin-node-resolve/-/plugin-node-resolve-6.1.0.tgz#0d2909f4bf606ae34d43a9bc8be06a9b0c850cf0" - integrity sha512-Cv7PDIvxdE40SWilY5WgZpqfIUEaDxFxs89zCAHjqyRwlTSuql4M5hjIuc5QYJkOH0/vyiyNXKD72O+LhRipGA== +"@rollup/plugin-node-resolve@^7.0.0": + version "7.0.0" + resolved "https://registry.yarnpkg.com/@rollup/plugin-node-resolve/-/plugin-node-resolve-7.0.0.tgz#cce3826df801538b001972fbf9b6b1c22b69fdf8" + integrity sha512-+vOx2+WMBMFotYKM3yYeDGZxIvcQ7yO4g+SuKDFsjKaq8Lw3EPgfB6qNlp8Z/3ceDCEhHvC9/b+PgBGwDQGbzQ== dependencies: "@rollup/pluginutils" "^3.0.0" "@types/resolve" "0.0.8"