From 200c2462f7d041e8cb3f512354e4c2338638cca2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 May 2023 20:55:17 +0000 Subject: [PATCH] Bump @rollup/plugin-commonjs from 24.1.0 to 25.0.0 Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs) from 24.1.0 to 25.0.0. - [Changelog](https://github.com/rollup/plugins/blob/master/packages/commonjs/CHANGELOG.md) - [Commits](https://github.com/rollup/plugins/commits/commonjs-v25.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-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index ef55fed86..4e9f40d61 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@mozilla-protocol/core": "^17.0.1", "@mozilla/glean": "^1.4.0", "@playwright/test": "^1.34.0", - "@rollup/plugin-commonjs": "24.1.0", + "@rollup/plugin-commonjs": "25.0.0", "@rollup/plugin-node-resolve": "15.0.0", "@rollup/plugin-replace": "^5.0.0", "@storybook/addon-knobs": "6.4.0", @@ -10516,9 +10516,9 @@ "dev": true }, "node_modules/@rollup/plugin-commonjs": { - "version": "24.1.0", - "resolved": "https://registry.npmjs.org/@rollup/plugin-commonjs/-/plugin-commonjs-24.1.0.tgz", - "integrity": "sha512-eSL45hjhCWI0jCCXcNtLVqM5N1JlBGvlFfY0m6oOYnLCJ6N0qEXoZql4sY2MOUArzhH4SA/qBpTxvvZp2Sc+DQ==", + "version": "25.0.0", + "resolved": "https://registry.npmjs.org/@rollup/plugin-commonjs/-/plugin-commonjs-25.0.0.tgz", + "integrity": "sha512-hoho2Kay9TZrLu0bnDsTTCaj4Npa+THk9snajP/XDNb9a9mmjTjh52EQM9sKl3HD1LsnihX7js+eA2sd2uKAhw==", "dev": true, "dependencies": { "@rollup/pluginutils": "^5.0.1", @@ -51334,9 +51334,9 @@ "dev": true }, "@rollup/plugin-commonjs": { - "version": "24.1.0", - "resolved": "https://registry.npmjs.org/@rollup/plugin-commonjs/-/plugin-commonjs-24.1.0.tgz", - "integrity": "sha512-eSL45hjhCWI0jCCXcNtLVqM5N1JlBGvlFfY0m6oOYnLCJ6N0qEXoZql4sY2MOUArzhH4SA/qBpTxvvZp2Sc+DQ==", + "version": "25.0.0", + "resolved": "https://registry.npmjs.org/@rollup/plugin-commonjs/-/plugin-commonjs-25.0.0.tgz", + "integrity": "sha512-hoho2Kay9TZrLu0bnDsTTCaj4Npa+THk9snajP/XDNb9a9mmjTjh52EQM9sKl3HD1LsnihX7js+eA2sd2uKAhw==", "dev": true, "requires": { "@rollup/pluginutils": "^5.0.1", diff --git a/package.json b/package.json index b7f66ad42..3999286eb 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "@mozilla-protocol/core": "^17.0.1", "@mozilla/glean": "^1.4.0", "@playwright/test": "^1.34.0", - "@rollup/plugin-commonjs": "24.1.0", + "@rollup/plugin-commonjs": "25.0.0", "@rollup/plugin-node-resolve": "15.0.0", "@rollup/plugin-replace": "^5.0.0", "@storybook/addon-knobs": "6.4.0",