diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-10-02 02:06:50 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-02 02:06:50 +0000 |
commit | 6544d9be8bb750d84c622174fcb268ee54aa19a7 (patch) | |
tree | 102755597c862ff9015c650e2bb35b13fe65d1de | |
parent | fb2fd3457650464230e052a91f573ba052950fef (diff) | |
download | nextcloud-server-6544d9be8bb750d84c622174fcb268ee54aa19a7.tar.gz nextcloud-server-6544d9be8bb750d84c622174fcb268ee54aa19a7.zip |
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] <support@github.com>
-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 60a5419be99..5233940a731 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 bb5e50bc57e..24c83b701a6 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", |