From 8f103a05bc58078c5b743f413be5f91b15055a0d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2020 05:39:05 +0000 Subject: [PATCH] Bump @rollup/plugin-commonjs from 12.0.0 to 13.0.0 Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins) from 12.0.0 to 13.0.0. - [Release notes](https://github.com/rollup/plugins/releases) - [Commits](https://github.com/rollup/plugins/compare/commonjs-v12.0.0...commonjs-v13.0.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 133528af..8e9613c2 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "@babel/core": "7.10.2", "@babel/preset-env": "7.10.2", "@babel/preset-typescript": "7.10.1", - "@rollup/plugin-commonjs": "12.0.0", + "@rollup/plugin-commonjs": "13.0.0", "@rollup/plugin-node-resolve": "8.0.1", "@types/jest": "25.2.3", "@types/js-yaml": "3.12.4", diff --git a/yarn.lock b/yarn.lock index e9f30772..7453af68 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1055,10 +1055,10 @@ "@types/yargs" "^15.0.0" chalk "^4.0.0" -"@rollup/plugin-commonjs@12.0.0": - version "12.0.0" - resolved "https://registry.yarnpkg.com/@rollup/plugin-commonjs/-/plugin-commonjs-12.0.0.tgz#e2f308ae6057499e0f413f878fff7c3a0fdc02a1" - integrity sha512-8+mDQt1QUmN+4Y9D3yCG8AJNewuTSLYPJVzKKUZ+lGeQrI+bV12Tc5HCyt2WdlnG6ihIL/DPbKRJlB40DX40mw== +"@rollup/plugin-commonjs@13.0.0": + version "13.0.0" + resolved "https://registry.yarnpkg.com/@rollup/plugin-commonjs/-/plugin-commonjs-13.0.0.tgz#8a1d684ba6848afe8b9e3d85649d4b2f6f7217ec" + integrity sha512-Anxc3qgkAi7peAyesTqGYidG5GRim9jtg8xhmykNaZkImtvjA7Wsqep08D2mYsqw1IF7rA3lYfciLgzUSgRoqw== dependencies: "@rollup/pluginutils" "^3.0.8" commondir "^1.0.1"