Bump @rollup/plugin-replace from 5.0.7 to 6.0.1 (#33217)

Bumps [@rollup/plugin-replace](https://github.com/rollup/plugins/tree/HEAD/packages/replace) from 5.0.7 to 6.0.1.
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/replace/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/json-v6.0.1/packages/replace)

---
updated-dependencies:
- dependency-name: "@rollup/plugin-replace"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

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-09-24 11:36:57 +02:00 committed by GitHub
parent 99c51be588
commit 0508f571ed
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

View file

@ -510,8 +510,8 @@ importers:
specifier: ^15.2.4 specifier: ^15.2.4
version: 15.2.4(rollup@4.22.0) version: 15.2.4(rollup@4.22.0)
'@rollup/plugin-replace': '@rollup/plugin-replace':
specifier: ^5.0.7 specifier: ^6.0.1
version: 5.0.7(rollup@4.22.0) version: 6.0.1(rollup@4.22.0)
'@rollup/plugin-terser': '@rollup/plugin-terser':
specifier: ^0.4.4 specifier: ^0.4.4
version: 0.4.4(rollup@4.22.0) version: 0.4.4(rollup@4.22.0)
@ -1276,8 +1276,8 @@ packages:
rollup: rollup:
optional: true optional: true
'@rollup/plugin-replace@5.0.7': '@rollup/plugin-replace@6.0.1':
resolution: {integrity: sha512-PqxSfuorkHz/SPpyngLyg5GCEkOcee9M1bkxiVDr41Pd61mqP1PLOoDPbpl44SB2mQGKwV/In74gqQmGITOhEQ==} resolution: {integrity: sha512-2sPh9b73dj5IxuMmDAsQWVFT7mR+yoHweBaXG2W/R8vQ+IWZlnaI7BR7J6EguVQUp1hd8Z7XuozpDjEKQAAC2Q==}
engines: {node: '>=14.0.0'} engines: {node: '>=14.0.0'}
peerDependencies: peerDependencies:
rollup: ^1.20.0||^2.0.0||^3.0.0||^4.0.0 rollup: ^1.20.0||^2.0.0||^3.0.0||^4.0.0
@ -5827,7 +5827,7 @@ snapshots:
optionalDependencies: optionalDependencies:
rollup: 4.22.0 rollup: 4.22.0
'@rollup/plugin-replace@5.0.7(rollup@4.22.0)': '@rollup/plugin-replace@6.0.1(rollup@4.22.0)':
dependencies: dependencies:
'@rollup/pluginutils': 5.1.0(rollup@4.22.0) '@rollup/pluginutils': 5.1.0(rollup@4.22.0)
magic-string: 0.30.11 magic-string: 0.30.11

View file

@ -18,7 +18,7 @@
"devDependencies": { "devDependencies": {
"@rollup/plugin-commonjs": "^26.0.1", "@rollup/plugin-commonjs": "^26.0.1",
"@rollup/plugin-node-resolve": "^15.2.4", "@rollup/plugin-node-resolve": "^15.2.4",
"@rollup/plugin-replace": "^5.0.7", "@rollup/plugin-replace": "^6.0.1",
"@rollup/plugin-terser": "^0.4.4", "@rollup/plugin-terser": "^0.4.4",
"rollup": "^4.22.0", "rollup": "^4.22.0",
"shx": "^0.3.4" "shx": "^0.3.4"