From 45143a961dda98f45ef259dc139054b166f258dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 10:35:40 +0000 Subject: [PATCH] chore(deps): bump replace-in-file from 8.2.0 to 8.3.0 (#3610) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- output/vue/package.json | 2 +- package-lock.json | 14 +++++++------- package.json | 2 +- packages/migration/package.json | 2 +- scripts/package.json | 2 +- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/output/vue/package.json b/output/vue/package.json index b486c9e96b3..91ed8bdf22e 100644 --- a/output/vue/package.json +++ b/output/vue/package.json @@ -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", diff --git a/package-lock.json b/package-lock.json index 3e2458136c9..c2633a5e89e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -46,7 +46,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", @@ -32924,9 +32924,9 @@ } }, "node_modules/replace-in-file": { - "version": "8.2.0", - "resolved": "https://registry.npmjs.org/replace-in-file/-/replace-in-file-8.2.0.tgz", - "integrity": "sha512-hMsQtdYHwWviQT5ZbNsgfu0WuCiNlcUSnnD+aHAL081kbU9dPkPocDaHlDvAHKydTWWpx1apfcEcmvIyQk3CpQ==", + "version": "8.3.0", + "resolved": "https://registry.npmjs.org/replace-in-file/-/replace-in-file-8.3.0.tgz", + "integrity": "sha512-4VhddQiMCPIuypiwHDTM+XHjZoVu9h7ngBbSCnwGRcwdHwxltjt/m//Ep3GDwqaOx1fDSrKFQ+n7uo4uVcEz9Q==", "dependencies": { "chalk": "^5.3.0", "glob": "^10.4.2", @@ -41035,7 +41035,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", @@ -41361,7 +41361,7 @@ "dependencies": { "commander": "^12.0.0", "glob": "^11.0.0", - "replace-in-file": "^8.2.0" + "replace-in-file": "^8.3.0" }, "bin": { "migration": "build/index.js" @@ -41378,7 +41378,7 @@ "@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" } }, "showcases/angular-showcase": { diff --git a/package.json b/package.json index 32eed05ee2a..25b8805312a 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/packages/migration/package.json b/packages/migration/package.json index bdbac0fe7dd..352955747e4 100644 --- a/packages/migration/package.json +++ b/packages/migration/package.json @@ -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", diff --git a/scripts/package.json b/scripts/package.json index 93ab6deb5ae..859303f7b18 100644 --- a/scripts/package.json +++ b/scripts/package.json @@ -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" } }