Skip to content

Commit

Permalink
build(dev-deps): bump @rollup/plugin-replace from 5.0.2 to 5.0.5
Browse files Browse the repository at this point in the history
Bumps [@rollup/plugin-replace](https://github.com/rollup/plugins/tree/HEAD/packages/replace) from 5.0.2 to 5.0.5.
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/replace/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/inject-v5.0.5/packages/replace)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 15, 2023
1 parent d079510 commit 6ecfb91
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@jest/globals": "29.3.1",
"@rollup/plugin-commonjs": "25.0.3",
"@rollup/plugin-node-resolve": "15.1.0",
"@rollup/plugin-replace": "5.0.2",
"@rollup/plugin-replace": "5.0.5",
"@rollup/plugin-url": "8.0.1",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/commit-analyzer": "10.0.1",
Expand Down
25 changes: 17 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3308,7 +3308,7 @@ __metadata:
languageName: node
linkType: hard

"@jridgewell/sourcemap-codec@npm:^1.4.10, @jridgewell/sourcemap-codec@npm:^1.4.13, @jridgewell/sourcemap-codec@npm:^1.4.14":
"@jridgewell/sourcemap-codec@npm:^1.4.10, @jridgewell/sourcemap-codec@npm:^1.4.13, @jridgewell/sourcemap-codec@npm:^1.4.14, @jridgewell/sourcemap-codec@npm:^1.4.15":
version: 1.4.15
resolution: "@jridgewell/sourcemap-codec@npm:1.4.15"
checksum: 0c6b5ae663087558039052a626d2d7ed5208da36cfd707dcc5cea4a07cfc918248403dcb5989a8f7afaf245ce0573b7cc6fd94c4a30453bd10e44d9363940ba5
Expand Down Expand Up @@ -3411,7 +3411,7 @@ __metadata:
"@jest/globals": "npm:29.3.1"
"@rollup/plugin-commonjs": "npm:25.0.3"
"@rollup/plugin-node-resolve": "npm:15.1.0"
"@rollup/plugin-replace": "npm:5.0.2"
"@rollup/plugin-replace": "npm:5.0.5"
"@rollup/plugin-url": "npm:8.0.1"
"@semantic-release/changelog": "npm:6.0.3"
"@semantic-release/commit-analyzer": "npm:10.0.1"
Expand Down Expand Up @@ -4164,18 +4164,18 @@ __metadata:
languageName: node
linkType: hard

"@rollup/plugin-replace@npm:5.0.2":
version: 5.0.2
resolution: "@rollup/plugin-replace@npm:5.0.2"
"@rollup/plugin-replace@npm:5.0.5":
version: 5.0.5
resolution: "@rollup/plugin-replace@npm:5.0.5"
dependencies:
"@rollup/pluginutils": "npm:^5.0.1"
magic-string: "npm:^0.27.0"
magic-string: "npm:^0.30.3"
peerDependencies:
rollup: ^1.20.0||^2.0.0||^3.0.0
rollup: ^1.20.0||^2.0.0||^3.0.0||^4.0.0
peerDependenciesMeta:
rollup:
optional: true
checksum: bd3d6c192464c07d3d0661ea7c17b1b13ab2f87f0265a396edc8ab99055aba03f2b5ee192cad7b1299ea4af59732865b5be28420efbe13cfcc1db231963dd53b
checksum: a896ebc67e0aeb59102dd3cc8647cfeaac6d37cf337f2e2ae412a83e14dace2bb65b52271a1186f8d1c1ea151a7f9d387a3d89d03012802af40543481571ea0a
languageName: node
linkType: hard

Expand Down Expand Up @@ -16252,6 +16252,15 @@ __metadata:
languageName: node
linkType: hard

"magic-string@npm:^0.30.3":
version: 0.30.5
resolution: "magic-string@npm:0.30.5"
dependencies:
"@jridgewell/sourcemap-codec": "npm:^1.4.15"
checksum: 38ac220ca7539e96da7ea2f38d85796bdf5c69b6bcae728c4bc2565084e6dc326b9174ee9770bea345cf6c9b3a24041b767167874fab5beca874d2356a9d1520
languageName: node
linkType: hard

"make-dir@npm:^2.0.0, make-dir@npm:^2.1.0":
version: 2.1.0
resolution: "make-dir@npm:2.1.0"
Expand Down

0 comments on commit 6ecfb91

Please sign in to comment.