From 4287ebfbbec8b26b416b0259c5bcad1439a5a3b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Nov 2023 02:34:44 +0000 Subject: [PATCH] chore(deps): Bump @nextcloud/logger from 2.5.0 to 2.7.0 Bumps [@nextcloud/logger](https://github.com/nextcloud/nextcloud-logger) from 2.5.0 to 2.7.0. - [Release notes](https://github.com/nextcloud/nextcloud-logger/releases) - [Changelog](https://github.com/nextcloud-libraries/nextcloud-logger/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/nextcloud-logger/compare/v2.5.0...v2.7.0) --- updated-dependencies: - dependency-name: "@nextcloud/logger" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9aaef01dbaa50..c875c4e7867b6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "@nextcloud/files": "^3.0.0-beta.11", "@nextcloud/initial-state": "^2.0.0", "@nextcloud/l10n": "^2.1.0", - "@nextcloud/logger": "^2.5.0", + "@nextcloud/logger": "^2.7.0", "@nextcloud/moment": "^1.2.1", "@nextcloud/password-confirmation": "^4.0.4", "@nextcloud/paths": "^2.1.0", @@ -3703,16 +3703,16 @@ } }, "node_modules/@nextcloud/logger": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/@nextcloud/logger/-/logger-2.5.0.tgz", - "integrity": "sha512-vJx5YxPyS9/tg3YoqA8CBN7YTZFHfuhMKJIIWFV28phxXqKhGwKVKh+/Ir8ZIPweIM5n8VNT6JOJq1JjGiMg2w==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/@nextcloud/logger/-/logger-2.7.0.tgz", + "integrity": "sha512-DSJg9H1jT2zfr7uoP4tL5hKncyY+LOuxJzLauj0M/f6gnpoXU5WG1Zw8EFPOrRWjkC0ZE+NCqrMnITgdRRpXJQ==", "dependencies": { "@nextcloud/auth": "^2.0.0", "core-js": "^3.6.4" }, "engines": { - "node": "^16.0.0", - "npm": "^7.0.0 || ^8.0.0" + "node": "^20.0.0", + "npm": "^9.0.0" } }, "node_modules/@nextcloud/moment": { diff --git a/package.json b/package.json index d6ee76ca1b563..3541c5facdb98 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "@nextcloud/files": "^3.0.0-beta.11", "@nextcloud/initial-state": "^2.0.0", "@nextcloud/l10n": "^2.1.0", - "@nextcloud/logger": "^2.5.0", + "@nextcloud/logger": "^2.7.0", "@nextcloud/moment": "^1.2.1", "@nextcloud/password-confirmation": "^4.0.4", "@nextcloud/paths": "^2.1.0",