From 6a14542f782468bc123b35c35c8fc118b759215f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2019 10:58:43 -0500 Subject: [PATCH] build(deps-dev): bump @rollup/plugin-json from 4.0.0 to 4.0.1 (#558) Bumps [@rollup/plugin-json](https://github.com/rollup/plugins) from 4.0.0 to 4.0.1. - [Release notes](https://github.com/rollup/plugins/releases) - [Commits](https://github.com/rollup/plugins/compare/url-v4.0.0...json-v4.0.1) Signed-off-by: dependabot-preview[bot] --- yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index c59864ab..8e34fecc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -372,9 +372,9 @@ fastq "^1.6.0" "@rollup/plugin-json@^4.0.0": - version "4.0.0" - resolved "https://registry.npm.taobao.org/@rollup/plugin-json/download/@rollup/plugin-json-4.0.0.tgz#4462e83c7ad5544bef4a601a6e8450daedc4b69b" - integrity sha1-RGLoPHrVVEvvSmAaboRQ2u3Etps= + version "4.0.1" + resolved "https://registry.yarnpkg.com/@rollup/plugin-json/-/plugin-json-4.0.1.tgz#223898c6c37993886da06989b0e93ceef52aa3ce" + integrity sha512-soxllkhOGgchswBAAaTe7X9G80U2tjjHvXv0sBrriLJcC/89PkP59iTrKPOfbz3SjX088mKDmMhAscuyLz8ZSg== dependencies: rollup-pluginutils "^2.5.0"