Skip to content

Commit

Permalink
chore(deps): bump replace-in-file from 8.2.0 to 8.3.0 (#3610)
Browse files Browse the repository at this point in the history
Bumps [replace-in-file](https://github.com/adamreisnz/replace-in-file) from 8.2.0 to 8.3.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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 18, 2024
1 parent cc7b1a3 commit 45143a9
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion output/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"devDependencies": {
"@playwright/experimental-ct-vue": "1.49.1",
"@vitejs/plugin-vue": "^5.2.0",
"replace-in-file": "^8.2.0",
"replace-in-file": "^8.3.0",
"tsx": "^4.19.2",
"typescript": "^5.4.5",
"vite": "^6.0.3",
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"prettier": "^3.4.2",
"prettier-plugin-pkg": "0.18.1",
"prettier-plugin-sh": "^0.14.0",
"replace-in-file": "^8.2.0",
"replace-in-file": "^8.3.0",
"rimraf": "6.0.1",
"stylelint": "16.12.0",
"stylelint-config-sass-guidelines": "12.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/migration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"dependencies": {
"commander": "^12.0.0",
"glob": "^11.0.0",
"replace-in-file": "^8.2.0"
"replace-in-file": "^8.3.0"
},
"devDependencies": {
"cpr": "3.0.1",
Expand Down
2 changes: 1 addition & 1 deletion scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,6 @@
"@inquirer/prompts": "7.2.0",
"glob": "^11.0.0",
"inquirer": "^12.2.0",
"replace-in-file": "^8.2.0"
"replace-in-file": "^8.3.0"
}
}

0 comments on commit 45143a9

Please sign in to comment.