Skip to content

Commit

Permalink
Bump @rollup/plugin-replace from 5.0.7 to 6.0.1 in /web/app (#162)
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.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>
  • Loading branch information
dependabot[bot] authored Oct 2, 2024
1 parent 4683130 commit 7030aa1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion web/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"devDependencies": {
"@rollup/plugin-commonjs": "^26.0.1",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-replace": "^5.0.7",
"@rollup/plugin-replace": "^6.0.1",
"@sargassum-world/styles": "^0.3.0",
"bulma": "~0.9.4",
"eslint": "^8.57.0",
Expand Down
8 changes: 4 additions & 4 deletions web/app/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -196,10 +196,10 @@
is-module "^1.0.0"
resolve "^1.22.1"

"@rollup/plugin-replace@^5.0.7":
version "5.0.7"
resolved "https://registry.yarnpkg.com/@rollup/plugin-replace/-/plugin-replace-5.0.7.tgz#150c9ee9db8031d9e4580a61a0edeaaed3d37687"
integrity sha512-PqxSfuorkHz/SPpyngLyg5GCEkOcee9M1bkxiVDr41Pd61mqP1PLOoDPbpl44SB2mQGKwV/In74gqQmGITOhEQ==
"@rollup/plugin-replace@^6.0.1":
version "6.0.1"
resolved "https://registry.yarnpkg.com/@rollup/plugin-replace/-/plugin-replace-6.0.1.tgz#547e238f7db994ebe63dd5329ec46ffccf696029"
integrity sha512-2sPh9b73dj5IxuMmDAsQWVFT7mR+yoHweBaXG2W/R8vQ+IWZlnaI7BR7J6EguVQUp1hd8Z7XuozpDjEKQAAC2Q==
dependencies:
"@rollup/pluginutils" "^5.0.1"
magic-string "^0.30.3"
Expand Down

0 comments on commit 7030aa1

Please sign in to comment.