Bump @rollup/plugin-replace from 5.0.5 to 5.0.7

Bumps [@rollup/plugin-replace](https://github.com/rollup/plugins/tree/HEAD/packages/replace) from 5.0.5 to 5.0.7.
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/replace/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/replace-v5.0.7/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>
This commit is contained in:
dependabot[bot] 2024-06-06 00:58:54 +00:00 committed by Hynek Mlnařík
parent 45a726d9ec
commit 4644de5d61
2 changed files with 6 additions and 6 deletions

View file

@ -492,8 +492,8 @@ importers:
specifier: ^15.2.3 specifier: ^15.2.3
version: 15.2.3(rollup@4.18.0) version: 15.2.3(rollup@4.18.0)
'@rollup/plugin-replace': '@rollup/plugin-replace':
specifier: ^5.0.5 specifier: ^5.0.7
version: 5.0.5(rollup@4.18.0) version: 5.0.7(rollup@4.18.0)
'@rollup/plugin-terser': '@rollup/plugin-terser':
specifier: ^0.4.4 specifier: ^0.4.4
version: 0.4.4(rollup@4.18.0) version: 0.4.4(rollup@4.18.0)
@ -1116,8 +1116,8 @@ packages:
rollup: rollup:
optional: true optional: true
'@rollup/plugin-replace@5.0.5': '@rollup/plugin-replace@5.0.7':
resolution: {integrity: sha512-rYO4fOi8lMaTg/z5Jb+hKnrHHVn8j2lwkqwyS4kTRhKyWOLf2wST2sWXr4WzWiTcoHTp2sTjqUbqIj2E39slKQ==} resolution: {integrity: sha512-PqxSfuorkHz/SPpyngLyg5GCEkOcee9M1bkxiVDr41Pd61mqP1PLOoDPbpl44SB2mQGKwV/In74gqQmGITOhEQ==}
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
@ -5611,7 +5611,7 @@ snapshots:
optionalDependencies: optionalDependencies:
rollup: 4.18.0 rollup: 4.18.0
'@rollup/plugin-replace@5.0.5(rollup@4.18.0)': '@rollup/plugin-replace@5.0.7(rollup@4.18.0)':
dependencies: dependencies:
'@rollup/pluginutils': 5.1.0(rollup@4.18.0) '@rollup/pluginutils': 5.1.0(rollup@4.18.0)
magic-string: 0.30.10 magic-string: 0.30.10

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.3", "@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-replace": "^5.0.5", "@rollup/plugin-replace": "^5.0.7",
"@rollup/plugin-terser": "^0.4.4", "@rollup/plugin-terser": "^0.4.4",
"rollup": "^4.18.0", "rollup": "^4.18.0",
"shx": "^0.3.4" "shx": "^0.3.4"