Bump @nextcloud/logger from 1.1.2 to 2.0.0

Bumps [@nextcloud/logger](https://github.com/nextcloud/nextcloud-logger) from 1.1.2 to 2.0.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/v1.1.2...v2.0.0)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-05-31 08:37:26 +00:00 committed by GitHub
parent fd63132f47
commit 75919e78ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 13 deletions

18
package-lock.json generated
View File

@ -4068,9 +4068,9 @@
}
},
"@nextcloud/logger": {
"version": "1.1.2",
"resolved": "https://registry.npmjs.org/@nextcloud/logger/-/logger-1.1.2.tgz",
"integrity": "sha512-cteyvWnUzDVqh2ppwLVS4+0LCr68SW8K4NOkx9RNoeJzTbbSc44wtSRlcpj5yUoiBUGEUO9p81Z7xrr8OIWa4w==",
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/@nextcloud/logger/-/logger-2.0.0.tgz",
"integrity": "sha512-C3vb8I1z67c5FhSWUNB21U6gzzD7RVgjyVUeK+QVz5nYQt1UWTp9yGyqE8G+R5QAyFFWfuOw1RHHkHJ/CWQ4YA==",
"requires": {
"@nextcloud/auth": "^1.2.2",
"babel-plugin-transform-class-properties": "^6.24.1",
@ -5291,9 +5291,9 @@
},
"dependencies": {
"core-js": {
"version": "2.6.11",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-2.6.11.tgz",
"integrity": "sha512-5wjnpaT/3dV+XB4borEsnAYQchn00XSgTAWKDkEqv+K8KevjbzmofK6hfJ9TZIlpj2N0xQpazy7PiRQiWHqzWg=="
"version": "2.6.12",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-2.6.12.tgz",
"integrity": "sha512-Kb2wC0fvsWfQrgk8HU5lW6U/Lcs8+9aaYcy4ZFc6DDlo4nZ7n70dEgE5rtR0oG6ufKDUnrwfWL1mXR5ljDatrQ=="
},
"regenerator-runtime": {
"version": "0.11.1",
@ -10912,12 +10912,6 @@
}
}
},
"jsdom-global": {
"version": "3.0.2",
"resolved": "https://registry.npmjs.org/jsdom-global/-/jsdom-global-3.0.2.tgz",
"integrity": "sha1-a9KZwTsMRiay2iwDk81DhdYGrLk=",
"dev": true
},
"jsesc": {
"version": "2.5.2",
"resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz",

View File

@ -34,7 +34,7 @@
"@nextcloud/files": "^1.1.0",
"@nextcloud/initial-state": "^1.2.0",
"@nextcloud/l10n": "^1.4.1",
"@nextcloud/logger": "^1.1.2",
"@nextcloud/logger": "^2.0.0",
"@nextcloud/moment": "^1.1.1",
"@nextcloud/password-confirmation": "^1.0.1",
"@nextcloud/paths": "^1.1.2",