mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 17:23:59 -04:00
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:
parent
fb2fd34576
commit
6544d9be8b
2 changed files with 8 additions and 8 deletions
14
package-lock.json
generated
14
package-lock.json
generated
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue