Bump @nextcloud/logger from 2.2.1 to 2.3.0

Bumps [@nextcloud/logger](https://github.com/nextcloud/nextcloud-logger) from 2.2.1 to 2.3.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.2.1...v2.3.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] 2022-08-27 03:35:13 +00:00 коммит произвёл GitHub
Родитель 5f2b38b932
Коммит 1ce6bfcd2f
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 12 добавлений и 8 удалений

18
package-lock.json сгенерированный
Просмотреть файл

@ -12,7 +12,7 @@
"@nextcloud/axios": "^2.0.0",
"@nextcloud/dialogs": "^3.2.0",
"@nextcloud/l10n": "^1.6.0",
"@nextcloud/logger": "^2.2.1",
"@nextcloud/logger": "^2.3.0",
"@nextcloud/moment": "^1.2.1",
"@nextcloud/router": "^2.0.0",
"@nextcloud/vue": "^5.4.0",
@ -2181,12 +2181,16 @@
}
},
"node_modules/@nextcloud/logger": {
"version": "2.2.1",
"resolved": "https://registry.npmjs.org/@nextcloud/logger/-/logger-2.2.1.tgz",
"integrity": "sha512-MP2/5ZdjDfcTPO5ASfqV5fVU6TYeaa2QOsi2yXBHrmlJ34+HlDdsoVzDGPrbutGCToAuBDSu7nh0WW2aLOp/9A==",
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/@nextcloud/logger/-/logger-2.3.0.tgz",
"integrity": "sha512-Oa8DLJLuLY+MdpCc/xK+bbGsyiIX+ExmNnP2wsahOebVUuM7fSRA1oSLEsSBWT2IQIvjLvCo/xMw3q4vmTeVFQ==",
"dependencies": {
"@nextcloud/auth": "^1.2.2",
"core-js": "^3.6.4"
},
"engines": {
"node": "^16.0.0",
"npm": "^7.0.0 || ^8.0.0"
}
},
"node_modules/@nextcloud/moment": {
@ -13343,9 +13347,9 @@
}
},
"@nextcloud/logger": {
"version": "2.2.1",
"resolved": "https://registry.npmjs.org/@nextcloud/logger/-/logger-2.2.1.tgz",
"integrity": "sha512-MP2/5ZdjDfcTPO5ASfqV5fVU6TYeaa2QOsi2yXBHrmlJ34+HlDdsoVzDGPrbutGCToAuBDSu7nh0WW2aLOp/9A==",
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/@nextcloud/logger/-/logger-2.3.0.tgz",
"integrity": "sha512-Oa8DLJLuLY+MdpCc/xK+bbGsyiIX+ExmNnP2wsahOebVUuM7fSRA1oSLEsSBWT2IQIvjLvCo/xMw3q4vmTeVFQ==",
"requires": {
"@nextcloud/auth": "^1.2.2",
"core-js": "^3.6.4"

Просмотреть файл

@ -28,7 +28,7 @@
"@nextcloud/axios": "^2.0.0",
"@nextcloud/dialogs": "^3.2.0",
"@nextcloud/l10n": "^1.6.0",
"@nextcloud/logger": "^2.2.1",
"@nextcloud/logger": "^2.3.0",
"@nextcloud/moment": "^1.2.1",
"@nextcloud/router": "^2.0.0",
"@nextcloud/vue": "^5.4.0",