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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-12-16 10:28:38 +00:00
committed by GitHub
parent e4b2fc1b2a
commit 951fdb0f65
2 changed files with 6 additions and 6 deletions

10
js/pnpm-lock.yaml generated
View File

@@ -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

View File

@@ -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"
}