From 6462b62822a7f87d85dcb9f97ab49df4da90bec2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 29 Apr 2022 13:46:56 -0300 Subject: [PATCH] chore(deps) Update dependency @rollup/plugin-commonjs to v22 (#3981) Co-authored-by: Renovate Bot --- tooling/api/package.json | 2 +- tooling/api/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/tooling/api/package.json b/tooling/api/package.json index 7c53de9d1..fd1f2acc9 100644 --- a/tooling/api/package.json +++ b/tooling/api/package.json @@ -46,7 +46,7 @@ "@babel/preset-env": "7.16.11", "@babel/preset-typescript": "7.16.7", "@rollup/plugin-babel": "5.3.1", - "@rollup/plugin-commonjs": "21.1.0", + "@rollup/plugin-commonjs": "22.0.0", "@rollup/plugin-node-resolve": "13.2.1", "@rollup/plugin-sucrase": "4.0.3", "@rollup/plugin-typescript": "8.3.2", diff --git a/tooling/api/yarn.lock b/tooling/api/yarn.lock index 989b5865e..29da8e9fe 100644 --- a/tooling/api/yarn.lock +++ b/tooling/api/yarn.lock @@ -1334,10 +1334,10 @@ "@babel/helper-module-imports" "^7.10.4" "@rollup/pluginutils" "^3.1.0" -"@rollup/plugin-commonjs@21.1.0": - version "21.1.0" - resolved "https://registry.yarnpkg.com/@rollup/plugin-commonjs/-/plugin-commonjs-21.1.0.tgz#45576d7b47609af2db87f55a6d4b46e44fc3a553" - integrity sha512-6ZtHx3VHIp2ReNNDxHjuUml6ur+WcQ28N1yHgCQwsbNkQg2suhxGMDQGJOn/KuDxKtd1xuZP5xSTwBA4GQ8hbA== +"@rollup/plugin-commonjs@22.0.0": + version "22.0.0" + resolved "https://registry.yarnpkg.com/@rollup/plugin-commonjs/-/plugin-commonjs-22.0.0.tgz#f4d87016e2fbf187a593ab9f46626fe05b59e8bd" + integrity sha512-Ktvf2j+bAO+30awhbYoCaXpBcyPmJbaEUYClQns/+6SNCYFURbvBiNbWgHITEsIgDDWCDUclWRKEuf8cwZCFoQ== dependencies: "@rollup/pluginutils" "^3.1.0" commondir "^1.0.1"