From 85f4e00b239140b6eded1977d329bdc007cbf405 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 12:50:54 +0000 Subject: [PATCH] fix(deps): update adobe fixes --- package-lock.json | 25 +++++++++++++------------ package.json | 4 ++-- 2 files changed, 15 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index f1e3c3bb..5ca8405d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,9 +14,9 @@ "@adobe/helix-shared-wrap": "2.0.2", "@adobe/helix-status": "10.1.2", "@adobe/helix-universal": "5.0.5", - "@adobe/helix-universal-logger": "3.0.18", + "@adobe/helix-universal-logger": "3.0.19", "@adobe/spacecat-shared-ahrefs-client": "1.5.3", - "@adobe/spacecat-shared-data-access": "1.44.1", + "@adobe/spacecat-shared-data-access": "1.44.2", "@adobe/spacecat-shared-google-client": "1.2.5", "@adobe/spacecat-shared-http-utils": "1.6.9", "@adobe/spacecat-shared-rum-api-client": "2.9.1", @@ -161,9 +161,10 @@ } }, "node_modules/@adobe/helix-log": { - "version": "6.0.3", - "resolved": "https://registry.npmjs.org/@adobe/helix-log/-/helix-log-6.0.3.tgz", - "integrity": "sha512-LaYhw9ESOa+vwnNP4PfQQ2ZUHRj/vmobehznr6ZEUw+WRa1UxqxXHsIBA3QAZGYipEo2WXa97AFk0uAafj6VRg==", + "version": "6.0.4", + "resolved": "https://registry.npmjs.org/@adobe/helix-log/-/helix-log-6.0.4.tgz", + "integrity": "sha512-3JmEZFS6ekFDQ54a8RA7ylQfUPysrGVtuUmrzJ+1//sbHm+qoGcjwmAQiCNwQQffIF46YP0Dmkjphu9fXRBS6Q==", + "license": "Apache-2.0", "dependencies": { "big.js": "^6.1.1", "colorette": "^2.0.2", @@ -223,13 +224,13 @@ } }, "node_modules/@adobe/helix-universal-logger": { - "version": "3.0.18", - "resolved": "https://registry.npmjs.org/@adobe/helix-universal-logger/-/helix-universal-logger-3.0.18.tgz", - "integrity": "sha512-+mrnS6axcJg7QvEfAi4QOc4Zs++ei0H3Qwr3mhaQIZ/E3lxyOpPT4XOKbpUwEzEY1JrFpEE9ylfAwKUuKLuIHw==", + "version": "3.0.19", + "resolved": "https://registry.npmjs.org/@adobe/helix-universal-logger/-/helix-universal-logger-3.0.19.tgz", + "integrity": "sha512-LGq5VoTVGAgwwS6eI50/yKc6smrLuN3WuH+E2X06P8MQJDUVQ4rFO2VQCFz0iOySeb2VVJYdbRPYhqiZQm8lNg==", "license": "Apache-2.0", "dependencies": { "@adobe/fetch": "4.1.8", - "@adobe/helix-log": "6.0.3" + "@adobe/helix-log": "6.0.4" } }, "node_modules/@adobe/semantic-release-coralogix": { @@ -978,9 +979,9 @@ } }, "node_modules/@adobe/spacecat-shared-data-access": { - "version": "1.44.1", - "resolved": "https://registry.npmjs.org/@adobe/spacecat-shared-data-access/-/spacecat-shared-data-access-1.44.1.tgz", - "integrity": "sha512-f2qULSC3HxSCtdd5MUSIxs0rbrWIf5aUtiDyL6eblsBoQHOx74ymiVNE36RowQw/xAu3THLgQ4fV9+DyxouUbQ==", + "version": "1.44.2", + "resolved": "https://registry.npmjs.org/@adobe/spacecat-shared-data-access/-/spacecat-shared-data-access-1.44.2.tgz", + "integrity": "sha512-090j95UYRvgW5YS7jUprSjz/t/H+SYKtCmBiY3YnKQdIKVbbCugzN9GW0rfchSo1grvZqQIcsNiCqB4iyUTPsA==", "license": "Apache-2.0", "dependencies": { "@adobe/spacecat-shared-dynamo": "1.2.5", diff --git a/package.json b/package.json index a1184b5c..a515fdc3 100644 --- a/package.json +++ b/package.json @@ -55,9 +55,9 @@ "@adobe/helix-shared-wrap": "2.0.2", "@adobe/helix-status": "10.1.2", "@adobe/helix-universal": "5.0.5", - "@adobe/helix-universal-logger": "3.0.18", + "@adobe/helix-universal-logger": "3.0.19", "@adobe/spacecat-shared-ahrefs-client": "1.5.3", - "@adobe/spacecat-shared-data-access": "1.44.1", + "@adobe/spacecat-shared-data-access": "1.44.2", "@adobe/spacecat-shared-google-client": "1.2.5", "@adobe/spacecat-shared-http-utils": "1.6.9", "@adobe/spacecat-shared-rum-api-client": "2.9.1",