From 55f49fcc78388006f6ce86018cc0192dc45d4799 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Jun 2021 04:40:48 +0000 Subject: [PATCH] chore(deps): bump @rollup/plugin-yaml from 2.1.1 to 3.0.0 Bumps [@rollup/plugin-yaml](https://github.com/rollup/plugins) from 2.1.1 to 3.0.0. - [Release notes](https://github.com/rollup/plugins/releases) - [Commits](https://github.com/rollup/plugins/compare/yaml-v2.1.1...wasm-v3.0.0) --- updated-dependencies: - dependency-name: "@rollup/plugin-yaml" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .changeset/nasty-games-share.md | 5 +++++ packages/cli/package.json | 2 +- yarn.lock | 14 +++++++------- 3 files changed, 13 insertions(+), 8 deletions(-) create mode 100644 .changeset/nasty-games-share.md diff --git a/.changeset/nasty-games-share.md b/.changeset/nasty-games-share.md new file mode 100644 index 0000000000..f154817634 --- /dev/null +++ b/.changeset/nasty-games-share.md @@ -0,0 +1,5 @@ +--- +'@backstage/cli': patch +--- + +Update dependencies diff --git a/packages/cli/package.json b/packages/cli/package.json index b0e6b021cc..8a4b71d9c6 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -40,7 +40,7 @@ "@rollup/plugin-commonjs": "^17.1.0", "@rollup/plugin-json": "^4.0.2", "@rollup/plugin-node-resolve": "^13.0.0", - "@rollup/plugin-yaml": "^2.1.1", + "@rollup/plugin-yaml": "^3.0.0", "@spotify/eslint-config-base": "^9.0.0", "@spotify/eslint-config-react": "^10.0.0", "@spotify/eslint-config-typescript": "^10.0.0", diff --git a/yarn.lock b/yarn.lock index 7885e5f724..28012b8af1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4232,16 +4232,16 @@ is-module "^1.0.0" resolve "^1.19.0" -"@rollup/plugin-yaml@^2.1.1": - version "2.1.1" - resolved "https://registry.npmjs.org/@rollup/plugin-yaml/-/plugin-yaml-2.1.1.tgz#6c864adee22004eb325d53bc4ee5553828e056d8" - integrity sha512-CnGD3dbDhP+JeKFX7kJuaBOa7jVzXpl3G8lXp1hasB87cDYOz7qNWd4cFPmYbxMsT/8OCVsceIpRtQ+cj9uxBw== +"@rollup/plugin-yaml@^3.0.0": + version "3.0.0" + resolved "https://registry.npmjs.org/@rollup/plugin-yaml/-/plugin-yaml-3.0.0.tgz#632af397a6faaea10c885680c575ae01f4556c1d" + integrity sha512-nXYI3WsfG7Oq5K5k7evGQ1ZABGCPhHxMaMX4T3GRSDi9VyhkaU1+8R1RzTRFXITFJHx0QEGn8jR+P9pux5FuBQ== dependencies: - "@rollup/pluginutils" "^3.0.1" - js-yaml "^3.13.1" + "@rollup/pluginutils" "^3.1.0" + js-yaml "^3.14.0" tosource "^1.0.0" -"@rollup/pluginutils@^3.0.1", "@rollup/pluginutils@^3.0.8", "@rollup/pluginutils@^3.1.0": +"@rollup/pluginutils@^3.0.8", "@rollup/pluginutils@^3.1.0": version "3.1.0" resolved "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-3.1.0.tgz#706b4524ee6dc8b103b3c995533e5ad680c02b9b" integrity sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg==