From 28b3091eb2e9c2fd7145bcd2582024cea27642bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Oct 2021 09:15:05 +0000 Subject: [PATCH] Bump @rollup/plugin-commonjs from 17.1.0 to 21.0.0 Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs) from 17.1.0 to 21.0.0. - [Release notes](https://github.com/rollup/plugins/releases) - [Changelog](https://github.com/rollup/plugins/blob/master/packages/commonjs/CHANGELOG.md) - [Commits](https://github.com/rollup/plugins/commits/commonjs-v21.0.0/packages/commonjs) --- updated-dependencies: - dependency-name: "@rollup/plugin-commonjs" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 336503409..065229585 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "@ideditor/temaki": "~4.4.0", "@mapbox/maki": "^6.0.0", "@rollup/plugin-babel": "^5.2.1", - "@rollup/plugin-commonjs": "^17.0.0", + "@rollup/plugin-commonjs": "^21.0.0", "@rollup/plugin-json": "^4.0.1", "@rollup/plugin-node-resolve": "~11.2.0", "autoprefixer": "^10.0.1",