From: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2020 07:40:55 +0000 (+0000) Subject: build(deps-dev): bump @rollup/plugin-node-resolve from 6.0.0 to 6.1.0 X-Git-Tag: v4.0.0-alpha.0~112 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e8b30d605badd66a23bfa9db959d35e175e4c81;p=thirdparty%2Fvuejs%2Frouter.git build(deps-dev): bump @rollup/plugin-node-resolve from 6.0.0 to 6.1.0 Bumps [@rollup/plugin-node-resolve](https://github.com/rollup/plugins) from 6.0.0 to 6.1.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 57330773..e760ca30 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ }, "devDependencies": { "@rollup/plugin-alias": "^3.0.0", - "@rollup/plugin-node-resolve": "^6.0.0", + "@rollup/plugin-node-resolve": "^6.1.0", "@rollup/plugin-replace": "^2.3.0", "@types/jest": "^24.0.25", "@types/jsdom": "^12.2.4", diff --git a/yarn.lock b/yarn.lock index 686433af..4466e8fb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -293,10 +293,10 @@ dependencies: slash "^3.0.0" -"@rollup/plugin-node-resolve@^6.0.0": - version "6.0.0" - resolved "https://registry.yarnpkg.com/@rollup/plugin-node-resolve/-/plugin-node-resolve-6.0.0.tgz#f351e29b45c007c17df4e28a0efd0d1f5662f59b" - integrity sha512-GqWz1CfXOsqpeVMcoM315+O7zMxpRsmhWyhJoxLFHVSp9S64/u02i7len/FnbTNbmgYs+sZyilasijH8UiuboQ== +"@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== dependencies: "@rollup/pluginutils" "^3.0.0" "@types/resolve" "0.0.8"