From c3324dd7f5c6b8fe37dafb013d100c975ea6c9b8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 08:45:01 +0000 Subject: [PATCH] fix(deps): update dependency @adobe/helix-log to v6.0.1 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8be06729..666ed550 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.1.1", "license": "Apache-2.0", "dependencies": { - "@adobe/helix-log": "6.0.0", + "@adobe/helix-log": "6.0.1", "@types/json-schema": "^7.0.8", "@types/mdast": "^4.0.0", "es2015-i18n-tag": "1.6.1", @@ -86,9 +86,9 @@ } }, "node_modules/@adobe/helix-log": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/@adobe/helix-log/-/helix-log-6.0.0.tgz", - "integrity": "sha512-+9gpf49sFDmZLV3gtjY+RmEUistqYJdVWpiqlRYpxE59x5bHFzYf93dZ7fljSTBtZdVq8lm97HxrTUloh5HvRg==", + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/@adobe/helix-log/-/helix-log-6.0.1.tgz", + "integrity": "sha512-yobBoOVJy9SJ8T29v41ZDLUcvSzhKBUG0eqmlyDsT304BH7aQZdF1IYz6PIID/2HKPYp/Ny2mC4Hz1fEnErbNw==", "dependencies": { "big.js": "^6.1.1", "colorette": "^2.0.2", @@ -13724,9 +13724,9 @@ } }, "@adobe/helix-log": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/@adobe/helix-log/-/helix-log-6.0.0.tgz", - "integrity": "sha512-+9gpf49sFDmZLV3gtjY+RmEUistqYJdVWpiqlRYpxE59x5bHFzYf93dZ7fljSTBtZdVq8lm97HxrTUloh5HvRg==", + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/@adobe/helix-log/-/helix-log-6.0.1.tgz", + "integrity": "sha512-yobBoOVJy9SJ8T29v41ZDLUcvSzhKBUG0eqmlyDsT304BH7aQZdF1IYz6PIID/2HKPYp/Ny2mC4Hz1fEnErbNw==", "requires": { "big.js": "^6.1.1", "colorette": "^2.0.2", diff --git a/package.json b/package.json index c7d263b2..57cc2d7e 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "prepare": "husky install" }, "dependencies": { - "@adobe/helix-log": "6.0.0", + "@adobe/helix-log": "6.0.1", "@types/json-schema": "^7.0.8", "@types/mdast": "^4.0.0", "es2015-i18n-tag": "1.6.1",