From 0bccf8de4ad5ff0828caf779ff0d4c5a1856d85e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Dec 2023 15:05:49 +0000 Subject: [PATCH 1/2] Bump themes/projektemacher-base from `eaeea4d` to `b3aa0e3` Bumps [themes/projektemacher-base](https://github.com/cmahnke/projektemacher-base) from `eaeea4d` to `b3aa0e3`. - [Commits](https://github.com/cmahnke/projektemacher-base/compare/eaeea4dd7201c0ed2a704ad748bca6f1af2e72ee...b3aa0e35b0318f673958bfced04b68ceb69619d3) --- updated-dependencies: - dependency-name: themes/projektemacher-base dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- themes/projektemacher-base | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/projektemacher-base b/themes/projektemacher-base index eaeea4dd72..b3aa0e35b0 160000 --- a/themes/projektemacher-base +++ b/themes/projektemacher-base @@ -1 +1 @@ -Subproject commit eaeea4dd7201c0ed2a704ad748bca6f1af2e72ee +Subproject commit b3aa0e35b0318f673958bfced04b68ceb69619d3 From 36850be00105543bb50898aea88b2eed730fbafd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Dec 2023 15:58:30 +0000 Subject: [PATCH 2/2] Bump replace-in-file from 7.0.2 to 7.1.0 Bumps [replace-in-file](https://github.com/adamreisnz/replace-in-file) from 7.0.2 to 7.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-minor ... 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 10599a7c1d..b5e56f7220 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "sticky-js": "^1.3.0" }, "devDependencies": { - "replace-in-file": "7.0.2", + "replace-in-file": "7.1.0", "svgo": "^3.1.0" }, "scripts": { diff --git a/yarn.lock b/yarn.lock index 86d38bc40c..27231999b8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -282,10 +282,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.0.2: - version "7.0.2" - resolved "https://registry.yarnpkg.com/replace-in-file/-/replace-in-file-7.0.2.tgz#c38e2143134836586f902319e72f47b55e7c5fae" - integrity sha512-tPG+Qmqf+x2Rf1WVdb/9B5tFIf6KJ5hs3fgxh1OTzPRUugPPvyAva7NvCJtnSpmyq6r+ABYcuUOqZkm6yzGSUw== +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== dependencies: chalk "^4.1.2" glob "^8.1.0"