From c2d16ece7a78ab71892b20d45d0d0dfdb3b0a94d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 15:22:02 +0000 Subject: [PATCH] chore(deps): bump @apify/log from 2.5.0 to 2.5.1 Bumps [@apify/log](https://github.com/apify/apify-shared-js) from 2.5.0 to 2.5.1. - [Release notes](https://github.com/apify/apify-shared-js/releases) - [Changelog](https://github.com/apify/apify-shared-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/apify/apify-shared-js/compare/@apify/log@2.5.0...@apify/log@2.5.1) --- updated-dependencies: - dependency-name: "@apify/log" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index a250874..6f95ebe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,9 +26,9 @@ } }, "node_modules/@apify/consts": { - "version": "2.26.0", - "resolved": "https://registry.npmjs.org/@apify/consts/-/consts-2.26.0.tgz", - "integrity": "sha512-K0BacKRZhnYE3sLBMFB9CjbLFg7PAPMSQAVxwJkfACKWQcFPpf9ly95tcG0YWezkU9Euj/jsiSTSnuQvyWnMVw==" + "version": "2.27.0", + "resolved": "https://registry.npmjs.org/@apify/consts/-/consts-2.27.0.tgz", + "integrity": "sha512-GjaZ74vDmg0XBwN7sY+LxezOP9zWPgKamc97LH2GhZhPz6gFQclKK+PM/uRqBZwWXkyElScz+Nrm4UPX3uSPcg==" }, "node_modules/@apify/datastructures": { "version": "2.0.2", @@ -36,11 +36,11 @@ "integrity": "sha512-IN9A0s2SCHoZZE1tf4xKgk4fxHM5/0I/UrXhWbn/rSv7E5sA2o0NyHdwcMY2Go9f5qd+E7VAbX6WnESTE6GLeA==" }, "node_modules/@apify/log": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/@apify/log/-/log-2.5.0.tgz", - "integrity": "sha512-PYux77qonKSKePFRuPBjM6QdLTzrG2rWLGCyWNZDgSdCWY9kNMvw5dwzHxjWp4B6sYJrz6Blea0KRIemo5MO+Q==", + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/@apify/log/-/log-2.5.1.tgz", + "integrity": "sha512-Rtmdow2LlI+ViGhfgpg2K+ntI+5VEaEiLA4vZUCFhJc+TWiVH1T53HhOJS/PKzo4mlKu74HVEcmBb1PK3jWeww==", "dependencies": { - "@apify/consts": "^2.26.0", + "@apify/consts": "^2.27.0", "ansi-colors": "^4.1.1" } }, @@ -9921,9 +9921,9 @@ }, "dependencies": { "@apify/consts": { - "version": "2.26.0", - "resolved": "https://registry.npmjs.org/@apify/consts/-/consts-2.26.0.tgz", - "integrity": "sha512-K0BacKRZhnYE3sLBMFB9CjbLFg7PAPMSQAVxwJkfACKWQcFPpf9ly95tcG0YWezkU9Euj/jsiSTSnuQvyWnMVw==" + "version": "2.27.0", + "resolved": "https://registry.npmjs.org/@apify/consts/-/consts-2.27.0.tgz", + "integrity": "sha512-GjaZ74vDmg0XBwN7sY+LxezOP9zWPgKamc97LH2GhZhPz6gFQclKK+PM/uRqBZwWXkyElScz+Nrm4UPX3uSPcg==" }, "@apify/datastructures": { "version": "2.0.2", @@ -9931,11 +9931,11 @@ "integrity": "sha512-IN9A0s2SCHoZZE1tf4xKgk4fxHM5/0I/UrXhWbn/rSv7E5sA2o0NyHdwcMY2Go9f5qd+E7VAbX6WnESTE6GLeA==" }, "@apify/log": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/@apify/log/-/log-2.5.0.tgz", - "integrity": "sha512-PYux77qonKSKePFRuPBjM6QdLTzrG2rWLGCyWNZDgSdCWY9kNMvw5dwzHxjWp4B6sYJrz6Blea0KRIemo5MO+Q==", + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/@apify/log/-/log-2.5.1.tgz", + "integrity": "sha512-Rtmdow2LlI+ViGhfgpg2K+ntI+5VEaEiLA4vZUCFhJc+TWiVH1T53HhOJS/PKzo4mlKu74HVEcmBb1PK3jWeww==", "requires": { - "@apify/consts": "^2.26.0", + "@apify/consts": "^2.27.0", "ansi-colors": "^4.1.1" } },