From 90a5b39c26a0cbb662a4bbcddafaa3baa03b8605 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 15:52:15 +0000 Subject: [PATCH] Bump replace-in-file from 7.1.0 to 7.2.0 in the npm group Bumps the npm group with 1 update: [replace-in-file](https://github.com/adamreisnz/replace-in-file). Updates `replace-in-file` from 7.1.0 to 7.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:development update-type: version-update:semver-minor dependency-group: npm ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index c01ac7d6e1..87cf0a6af4 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "lightgallery": "^2.7.2" }, "devDependencies": { - "replace-in-file": "7.1.0", + "replace-in-file": "7.2.0", "svgo": "^3.3.2" }, "scripts": { diff --git a/yarn.lock b/yarn.lock index 9f5376b648..5fa9995263 100644 --- a/yarn.lock +++ b/yarn.lock @@ -290,10 +290,10 @@ picocolors@^1.0.0: resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.0.tgz#cb5bdc74ff3f51892236eaf79d68bc44564ab81c" integrity sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ== -replace-in-file@7.1.0: - version "7.1.0" - resolved "https://registry.yarnpkg.com/replace-in-file/-/replace-in-file-7.1.0.tgz#ec5d50283a3ce835d62c99d90700aacbada1d2f8" - integrity sha512-1uZmJ78WtqNYCSuPC9IWbweXkGxPOtk2rKuar8diTw7naVIQZiE3Tm8ACx2PCMXDtVH6N+XxwaRY2qZ2xHPqXw== +replace-in-file@7.2.0: + version "7.2.0" + resolved "https://registry.yarnpkg.com/replace-in-file/-/replace-in-file-7.2.0.tgz#bd66f97202ae2196fc9126d3bceab1dda68b7cc2" + integrity sha512-CiLXVop3o8/h2Kd1PwKPPimmS9wUV0Ki6Fl8+1ITD35nB3Gl/PrW5IONpTE0AXk0z4v8WYcpEpdeZqMXvSnWpg== dependencies: chalk "^4.1.2" glob "^8.1.0"