Skip to content

Commit

Permalink
build(deps): bump replace-in-file from 8.1.0 to 8.2.0
Browse files Browse the repository at this point in the history
Bumps [replace-in-file](https://github.com/adamreisnz/replace-in-file) from 8.1.0 to 8.2.0.
- [Release notes](https://github.com/adamreisnz/replace-in-file/releases)
- [Changelog](https://github.com/adamreisnz/replace-in-file/blob/main/CHANGELOG.md)
- [Commits](https://github.com/adamreisnz/replace-in-file/commits)

---
updated-dependencies:
- dependency-name: replace-in-file
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Sep 22, 2024
1 parent 591282d commit bc5f18b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@oclif/plugin-help": "^6",
"execa": "^9.4.0",
"globby": "^14.0.2",
"replace-in-file": "^8.1.0"
"replace-in-file": "^8.2.0"
},
"devDependencies": {
"@oclif/test": "^4.0.9",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4720,10 +4720,10 @@ regexpp@^3.0.0, regexpp@^3.1.0:
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.2.0.tgz#0425a2768d8f23bad70ca4b90461fa2f1213e1b2"
integrity sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==

replace-in-file@^8.1.0:
version "8.1.0"
resolved "https://registry.yarnpkg.com/replace-in-file/-/replace-in-file-8.1.0.tgz#5264a0859ab3fbb16e3a721df738e55b1aca8cc7"
integrity sha512-ySYfKDH6uFVC4Wt6DcZ2UX0UMCqE7xhWGVqje/15WFVwHxnel1gdZjV8nOW9Nms6h/yQE2MWyeIToeqFLZkp4w==
replace-in-file@^8.2.0:
version "8.2.0"
resolved "https://registry.yarnpkg.com/replace-in-file/-/replace-in-file-8.2.0.tgz#5284a5ce0f1a04f3118b9afd4e2dfc15250c7ba8"
integrity sha512-hMsQtdYHwWviQT5ZbNsgfu0WuCiNlcUSnnD+aHAL081kbU9dPkPocDaHlDvAHKydTWWpx1apfcEcmvIyQk3CpQ==
dependencies:
chalk "^5.3.0"
glob "^10.4.2"
Expand Down

0 comments on commit bc5f18b

Please sign in to comment.