From f3a8b8eac2a105ade1450140e19baf78e36260a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 13:34:43 +0000 Subject: [PATCH] chore(deps-dev): bump replace-in-file from 7.2.0 to 8.1.0 Bumps [replace-in-file](https://github.com/adamreisnz/replace-in-file) from 7.2.0 to 8.1.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:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 11be569..4abc1d2 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "jest": "^29", "jsdoc-to-markdown": "^8.0.0", "pre-commit": "^1.2.2", - "replace-in-file": "^7.0.1", + "replace-in-file": "^8.1.0", "stdout-stderr": "^0.1.13", "tsd-jsdoc": "^2.4.0" },