From 951fdb0f6540cd9149ea35f43438c4bc8d7ea18d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 10:28:38 +0000 Subject: [PATCH] Bump @rollup/plugin-replace from 6.0.1 to 6.0.2 in /js (#35929) Bumps [@rollup/plugin-replace](https://github.com/rollup/plugins/tree/HEAD/packages/replace) from 6.0.1 to 6.0.2. - [Changelog](https://github.com/rollup/plugins/blob/master/packages/replace/CHANGELOG.md) - [Commits](https://github.com/rollup/plugins/commits/babel-v6.0.2/packages/replace) --- updated-dependencies: - dependency-name: "@rollup/plugin-replace" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- js/pnpm-lock.yaml | 10 +++++----- js/themes-vendor/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/js/pnpm-lock.yaml b/js/pnpm-lock.yaml index f9762653f4c..7525b21b4ca 100644 --- a/js/pnpm-lock.yaml +++ b/js/pnpm-lock.yaml @@ -475,8 +475,8 @@ importers: specifier: ^16.0.0 version: 16.0.0(rollup@4.28.1) '@rollup/plugin-replace': - specifier: ^6.0.1 - version: 6.0.1(rollup@4.28.1) + specifier: ^6.0.2 + version: 6.0.2(rollup@4.28.1) '@rollup/plugin-terser': specifier: ^0.4.4 version: 0.4.4(rollup@4.28.1) @@ -1415,8 +1415,8 @@ packages: rollup: optional: true - '@rollup/plugin-replace@6.0.1': - resolution: {integrity: sha512-2sPh9b73dj5IxuMmDAsQWVFT7mR+yoHweBaXG2W/R8vQ+IWZlnaI7BR7J6EguVQUp1hd8Z7XuozpDjEKQAAC2Q==} + '@rollup/plugin-replace@6.0.2': + resolution: {integrity: sha512-7QaYCf8bqF04dOy7w/eHmJeNExxTYwvKAmlSAH/EaWWUzbT0h5sbF6bktFoX/0F/0qwng5/dWFMyf3gzaM8DsQ==} engines: {node: '>=14.0.0'} peerDependencies: rollup: ^1.20.0||^2.0.0||^3.0.0||^4.0.0 @@ -6376,7 +6376,7 @@ snapshots: optionalDependencies: rollup: 4.28.1 - '@rollup/plugin-replace@6.0.1(rollup@4.28.1)': + '@rollup/plugin-replace@6.0.2(rollup@4.28.1)': dependencies: '@rollup/pluginutils': 5.1.3(rollup@4.28.1) magic-string: 0.30.14 diff --git a/js/themes-vendor/package.json b/js/themes-vendor/package.json index 6a96ebb9ce6..64c669519dc 100644 --- a/js/themes-vendor/package.json +++ b/js/themes-vendor/package.json @@ -32,7 +32,7 @@ "devDependencies": { "@rollup/plugin-commonjs": "^28.0.2", "@rollup/plugin-node-resolve": "^16.0.0", - "@rollup/plugin-replace": "^6.0.1", + "@rollup/plugin-replace": "^6.0.2", "@rollup/plugin-terser": "^0.4.4", "rollup": "^4.28.1" }