diff options
-rw-r--r-- | package-lock.json | 14 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 8 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json index 6a89391a744..bd0de6c3cfb 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 71d6216ea70..1070e00cde5 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", |