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>
This commit is contained in:
dependabot[bot] 2021-10-02 02:06:50 +00:00 committed by GitHub
parent fb2fd34576
commit 6544d9be8b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -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",

View file

@ -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",