Skip to content

Commit 04404a2

Browse files
build(deps-dev): bump @rollup/plugin-replace from 5.0.5 to 5.0.7 (#2368)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent baa36df commit 04404a2

File tree

2 files changed

+6
-15
lines changed

2 files changed

+6
-15
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@rollup/plugin-inject": "^5.0.5",
3838
"@rollup/plugin-json": "^6.1.0",
3939
"@rollup/plugin-node-resolve": "^15.2.1",
40-
"@rollup/plugin-replace": "^5.0.5",
40+
"@rollup/plugin-replace": "^6.0.3",
4141
"@rollup/plugin-terser": "^0.4.3",
4242
"c8": "^10.1.3",
4343
"cross-env": "^7.0.2",

yarn.lock

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1889,10 +1889,10 @@
18891889
is-module "^1.0.0"
18901890
resolve "^1.22.1"
18911891

1892-
"@rollup/plugin-replace@^5.0.5":
1893-
version "5.0.7"
1894-
resolved "https://registry.yarnpkg.com/@rollup/plugin-replace/-/plugin-replace-5.0.7.tgz#150c9ee9db8031d9e4580a61a0edeaaed3d37687"
1895-
integrity sha512-PqxSfuorkHz/SPpyngLyg5GCEkOcee9M1bkxiVDr41Pd61mqP1PLOoDPbpl44SB2mQGKwV/In74gqQmGITOhEQ==
1892+
"@rollup/plugin-replace@^6.0.3":
1893+
version "6.0.3"
1894+
resolved "https://registry.yarnpkg.com/@rollup/plugin-replace/-/plugin-replace-6.0.3.tgz#0f82e41d81f6586ab0f81a1b48bd7fd92fcfb9a2"
1895+
integrity sha512-J4RZarRvQAm5IF0/LwUUg+obsm+xZhYnbMXmXROyoSE1ATJe3oXSb9L5MMppdxP2ylNSjv6zFBwKYjcKMucVfA==
18961896
dependencies:
18971897
"@rollup/pluginutils" "^5.0.1"
18981898
magic-string "^0.30.3"
@@ -1906,7 +1906,7 @@
19061906
smob "^1.0.0"
19071907
terser "^5.17.4"
19081908

1909-
"@rollup/pluginutils@^5.0.1":
1909+
"@rollup/pluginutils@^5.0.1", "@rollup/pluginutils@^5.1.0":
19101910
version "5.2.0"
19111911
resolved "https://registry.yarnpkg.com/@rollup/pluginutils/-/pluginutils-5.2.0.tgz#eac25ca5b0bdda4ba735ddaca5fbf26bd435f602"
19121912
integrity sha512-qWJ2ZTbmumwiLFomfzTyt5Kng4hwPi9rwCYN4SHb6eaRU1KNO4ccxINHr/VhH4GgPlt1XfSTLX2LBTme8ne4Zw==
@@ -1915,15 +1915,6 @@
19151915
estree-walker "^2.0.2"
19161916
picomatch "^4.0.2"
19171917

1918-
"@rollup/pluginutils@^5.1.0":
1919-
version "5.1.0"
1920-
resolved "https://registry.yarnpkg.com/@rollup/pluginutils/-/pluginutils-5.1.0.tgz#7e53eddc8c7f483a4ad0b94afb1f7f5fd3c771e0"
1921-
integrity sha512-XTIWOPPcpvyKI6L1NHo0lFlCyznUEyPmPY1mc3KpPVDYulHSTvyeLNVW00QTLIAFNhR3kYnJTQHeGqU4M3n09g==
1922-
dependencies:
1923-
"@types/estree" "^1.0.0"
1924-
estree-walker "^2.0.2"
1925-
picomatch "^2.3.1"
1926-
19271918
"@rollup/rollup-android-arm-eabi@4.60.0":
19281919
version "4.60.0"
19291920
resolved "https://registry.yarnpkg.com/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.60.0.tgz#7e158ddfc16f78da99c0d5ccbae6cae403ef3284"

0 commit comments

Comments
 (0)