Skip to content

Commit be96929

Browse files
build(deps-dev): bump @rollup/plugin-replace from 5.0.5 to 6.0.2
--- updated-dependencies: - dependency-name: "@rollup/plugin-replace" dependency-version: 6.0.2 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 69c1261 commit be96929

2 files changed

Lines changed: 6 additions & 15 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
"devDependencies": {
8787
"@rollup/plugin-commonjs": "^28.0.6",
8888
"@rollup/plugin-node-resolve": "^16.0.1",
89-
"@rollup/plugin-replace": "^5.0.5",
89+
"@rollup/plugin-replace": "^6.0.2",
9090
"@rollup/plugin-terser": "^0.4.4",
9191
"@rollup/plugin-typescript": "^12.1.1",
9292
"@size-limit/esbuild": "^11.1.6",

yarn.lock

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1242,10 +1242,10 @@
12421242
is-module "^1.0.0"
12431243
resolve "^1.22.1"
12441244

1245-
"@rollup/plugin-replace@^5.0.5":
1246-
version "5.0.5"
1247-
resolved "https://registry.yarnpkg.com/@rollup/plugin-replace/-/plugin-replace-5.0.5.tgz#33d5653dce6d03cb24ef98bef7f6d25b57faefdf"
1248-
integrity sha512-rYO4fOi8lMaTg/z5Jb+hKnrHHVn8j2lwkqwyS4kTRhKyWOLf2wST2sWXr4WzWiTcoHTp2sTjqUbqIj2E39slKQ==
1245+
"@rollup/plugin-replace@^6.0.2":
1246+
version "6.0.2"
1247+
resolved "https://registry.yarnpkg.com/@rollup/plugin-replace/-/plugin-replace-6.0.2.tgz#2f565d312d681e4570ff376c55c5c08eb6f1908d"
1248+
integrity sha512-7QaYCf8bqF04dOy7w/eHmJeNExxTYwvKAmlSAH/EaWWUzbT0h5sbF6bktFoX/0F/0qwng5/dWFMyf3gzaM8DsQ==
12491249
dependencies:
12501250
"@rollup/pluginutils" "^5.0.1"
12511251
magic-string "^0.30.3"
@@ -1267,16 +1267,7 @@
12671267
"@rollup/pluginutils" "^5.1.0"
12681268
resolve "^1.22.1"
12691269

1270-
"@rollup/pluginutils@^5.0.1":
1271-
version "5.1.0"
1272-
resolved "https://registry.yarnpkg.com/@rollup/pluginutils/-/pluginutils-5.1.0.tgz#7e53eddc8c7f483a4ad0b94afb1f7f5fd3c771e0"
1273-
integrity sha512-XTIWOPPcpvyKI6L1NHo0lFlCyznUEyPmPY1mc3KpPVDYulHSTvyeLNVW00QTLIAFNhR3kYnJTQHeGqU4M3n09g==
1274-
dependencies:
1275-
"@types/estree" "^1.0.0"
1276-
estree-walker "^2.0.2"
1277-
picomatch "^2.3.1"
1278-
1279-
"@rollup/pluginutils@^5.1.0":
1270+
"@rollup/pluginutils@^5.0.1", "@rollup/pluginutils@^5.1.0":
12801271
version "5.1.3"
12811272
resolved "https://registry.yarnpkg.com/@rollup/pluginutils/-/pluginutils-5.1.3.tgz#3001bf1a03f3ad24457591f2c259c8e514e0dbdf"
12821273
integrity sha512-Pnsb6f32CD2W3uCaLZIzDmeFyQ2b8UWMFI7xtwUezpcGBDVDW6y9XgAWIlARiGAo6eNF5FK5aQTr0LFyNyqq5A==

0 commit comments

Comments
 (0)