chore(deps): Bump @nextcloud/logger from 3.0.1 to 3.0.2

Bumps [@nextcloud/logger](https://github.com/nextcloud-libraries/nextcloud-logger) from 3.0.1 to 3.0.2.
- [Release notes](https://github.com/nextcloud-libraries/nextcloud-logger/releases)
- [Changelog](https://github.com/nextcloud-libraries/nextcloud-logger/blob/main/CHANGELOG.md)
- [Commits](https://github.com/nextcloud-libraries/nextcloud-logger/compare/v3.0.1...v3.0.2)

---
updated-dependencies:
- dependency-name: "@nextcloud/logger"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-05-17 16:34:29 +00:00 committed by GitHub
parent 63f90df084
commit 7b3e43d229
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View file

@ -19,7 +19,7 @@
"@nextcloud/files": "^3.2.1",
"@nextcloud/initial-state": "^2.2.0",
"@nextcloud/l10n": "^3.0.0",
"@nextcloud/logger": "^3.0.1",
"@nextcloud/logger": "^3.0.2",
"@nextcloud/moment": "^1.3.1",
"@nextcloud/password-confirmation": "^5.1.0",
"@nextcloud/paths": "^2.1.0",
@ -3463,9 +3463,9 @@
}
},
"node_modules/@nextcloud/logger": {
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/@nextcloud/logger/-/logger-3.0.1.tgz",
"integrity": "sha512-Q/c3WNp2BaXJ8sBWHsZaQ6I3k/gWMDW0ikP1vCLYq55xPxmRWwNN+X1dgUeMG3iPvQQgsjOoz+JiaZ8Mej15aA==",
"version": "3.0.2",
"resolved": "https://registry.npmjs.org/@nextcloud/logger/-/logger-3.0.2.tgz",
"integrity": "sha512-wByt0R0/6QC44RBpaJr1MWghjjOxk/pRbACHo/ZWWKht1qYbJRHB4GtEi+35KEIHY07ZpqxiDk6dIRuN7sXYWQ==",
"dependencies": {
"@nextcloud/auth": "^2.3.0"
},

View file

@ -28,7 +28,7 @@
"@nextcloud/files": "^3.2.1",
"@nextcloud/initial-state": "^2.2.0",
"@nextcloud/l10n": "^3.0.0",
"@nextcloud/logger": "^3.0.1",
"@nextcloud/logger": "^3.0.2",
"@nextcloud/moment": "^1.3.1",
"@nextcloud/password-confirmation": "^5.1.0",
"@nextcloud/paths": "^2.1.0",