From 208e4a8bedf765ab4618381b8911fd9de5637014 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Jun 2024 13:32:31 +0900 Subject: [PATCH] web: bump @rollup/plugin-replace from 5.0.5 to 5.0.6 in /web in the rollup group (#9980) web: bump @rollup/plugin-replace in /web in the rollup group Bumps the rollup group in /web with 1 update: [@rollup/plugin-replace](https://github.com/rollup/plugins/tree/HEAD/packages/replace). Updates `@rollup/plugin-replace` from 5.0.5 to 5.0.6 - [Changelog](https://github.com/rollup/plugins/blob/master/packages/replace/CHANGELOG.md) - [Commits](https://github.com/rollup/plugins/commits/replace-v5.0.6/packages/replace) --- updated-dependencies: - dependency-name: "@rollup/plugin-replace" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: rollup ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- web/package-lock.json | 8 ++++---- web/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/web/package-lock.json b/web/package-lock.json index 74a80a3d76..6bd9194518 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -58,7 +58,7 @@ "@hcaptcha/types": "^1.0.3", "@jeysal/storybook-addon-css-user-preferences": "^0.2.0", "@lit/localize-tools": "^0.7.2", - "@rollup/plugin-replace": "^5.0.5", + "@rollup/plugin-replace": "^5.0.6", "@spotlightjs/spotlight": "^1.2.17", "@storybook/addon-essentials": "^8.1.5", "@storybook/addon-links": "^8.1.5", @@ -4384,9 +4384,9 @@ } }, "node_modules/@rollup/plugin-replace": { - "version": "5.0.5", - "resolved": "https://registry.npmjs.org/@rollup/plugin-replace/-/plugin-replace-5.0.5.tgz", - "integrity": "sha512-rYO4fOi8lMaTg/z5Jb+hKnrHHVn8j2lwkqwyS4kTRhKyWOLf2wST2sWXr4WzWiTcoHTp2sTjqUbqIj2E39slKQ==", + "version": "5.0.6", + "resolved": "https://registry.npmjs.org/@rollup/plugin-replace/-/plugin-replace-5.0.6.tgz", + "integrity": "sha512-n/Eea4MuS38M5iT+0nz7UzSbI4H4hVTKV5hOTAQzNVKT3nYxj8iaG4t9IW86Ugv/jApGY+O+SANAFqWPzZ9xkw==", "dev": true, "dependencies": { "@rollup/pluginutils": "^5.0.1", diff --git a/web/package.json b/web/package.json index 1d6c7d7f34..32d95684b8 100644 --- a/web/package.json +++ b/web/package.json @@ -79,7 +79,7 @@ "@hcaptcha/types": "^1.0.3", "@jeysal/storybook-addon-css-user-preferences": "^0.2.0", "@lit/localize-tools": "^0.7.2", - "@rollup/plugin-replace": "^5.0.5", + "@rollup/plugin-replace": "^5.0.6", "@spotlightjs/spotlight": "^1.2.17", "@storybook/addon-essentials": "^8.1.5", "@storybook/addon-links": "^8.1.5",