From 1c7d7da000a4395bcbcc542656196e0efdf0b9a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 Oct 2021 00:13:12 +0000 Subject: [PATCH] Bump @nextcloud/logger from 2.0.0 to 2.1.0 Bumps [@nextcloud/logger](https://github.com/nextcloud/nextcloud-logger) from 2.0.0 to 2.1.0. - [Release notes](https://github.com/nextcloud/nextcloud-logger/releases) - [Changelog](https://github.com/nextcloud/nextcloud-logger/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/nextcloud-logger/compare/v2.0.0...v2.1.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 | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 60a5419be990b..5233940a731b2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@nextcloud/files": "^2.0.0", "@nextcloud/initial-state": "^1.2.0", "@nextcloud/l10n": "^1.4.1", - "@nextcloud/logger": "^2.0.0", + "@nextcloud/logger": "^2.1.0", "@nextcloud/moment": "^1.1.1", "@nextcloud/password-confirmation": "^1.0.1", "@nextcloud/paths": "^2.0.0", @@ -6995,9 +6995,9 @@ } }, "node_modules/@nextcloud/logger": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@nextcloud/logger/-/logger-2.0.0.tgz", - "integrity": "sha512-C3vb8I1z67c5FhSWUNB21U6gzzD7RVgjyVUeK+QVz5nYQt1UWTp9yGyqE8G+R5QAyFFWfuOw1RHHkHJ/CWQ4YA==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@nextcloud/logger/-/logger-2.1.0.tgz", + "integrity": "sha512-1G7KqRNQWorRnz/2llXWpxJtByf77J9lQfyfMdBQ/1ntMcodMFmGHnISt7lOIRA4O+T9cdgDP6nMBAHnt1gZWQ==", "dependencies": { "@nextcloud/auth": "^1.2.2", "babel-plugin-transform-class-properties": "^6.24.1", @@ -29220,9 +29220,9 @@ } }, "@nextcloud/logger": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@nextcloud/logger/-/logger-2.0.0.tgz", - "integrity": "sha512-C3vb8I1z67c5FhSWUNB21U6gzzD7RVgjyVUeK+QVz5nYQt1UWTp9yGyqE8G+R5QAyFFWfuOw1RHHkHJ/CWQ4YA==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@nextcloud/logger/-/logger-2.1.0.tgz", + "integrity": "sha512-1G7KqRNQWorRnz/2llXWpxJtByf77J9lQfyfMdBQ/1ntMcodMFmGHnISt7lOIRA4O+T9cdgDP6nMBAHnt1gZWQ==", "requires": { "@nextcloud/auth": "^1.2.2", "babel-plugin-transform-class-properties": "^6.24.1", diff --git a/package.json b/package.json index bb5e50bc57e35..24c83b701a604 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "@nextcloud/files": "^2.0.0", "@nextcloud/initial-state": "^1.2.0", "@nextcloud/l10n": "^1.4.1", - "@nextcloud/logger": "^2.0.0", + "@nextcloud/logger": "^2.1.0", "@nextcloud/moment": "^1.1.1", "@nextcloud/password-confirmation": "^1.0.1", "@nextcloud/paths": "^2.0.0",