From f4bf8edbaeecf509daa00d164fc03ab48bb00ec5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Apr 2022 11:08:51 +0000 Subject: [PATCH] chore(deps-dev): bump @rollup/plugin-commonjs from 21.0.3 to 21.1.0 (#499) Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs) from 21.0.3 to 21.1.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.1.0/packages/commonjs) --- updated-dependencies: - dependency-name: "@rollup/plugin-commonjs" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1c2e887..c18c904 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4147,9 +4147,9 @@ } }, "@rollup/plugin-commonjs": { - "version": "21.0.3", - "resolved": "https://registry.npmjs.org/@rollup/plugin-commonjs/-/plugin-commonjs-21.0.3.tgz", - "integrity": "sha512-ThGfwyvcLc6cfP/MWxA5ACF+LZCvsuhUq7V5134Az1oQWsiC7lNpLT4mJI86WQunK7BYmpUiHmMk2Op6OAHs0g==", + "version": "21.1.0", + "resolved": "https://registry.npmjs.org/@rollup/plugin-commonjs/-/plugin-commonjs-21.1.0.tgz", + "integrity": "sha512-6ZtHx3VHIp2ReNNDxHjuUml6ur+WcQ28N1yHgCQwsbNkQg2suhxGMDQGJOn/KuDxKtd1xuZP5xSTwBA4GQ8hbA==", "dev": true, "requires": { "@rollup/pluginutils": "^3.1.0", diff --git a/package.json b/package.json index 78b1dd7..04a4059 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "@babel/runtime-corejs3": "^7.17.9", "@googlemaps/jest-mocks": "^2.7.1", "@rollup/plugin-babel": "^5.3.1", - "@rollup/plugin-commonjs": "^21.0.3", + "@rollup/plugin-commonjs": "^21.1.0", "@rollup/plugin-typescript": "^8.3.2", "@types/google.maps": "^3.48.5", "@types/jest": "^27.4.1",