Merge pull request #1577 from nextcloud/dependabot/npm_and_yarn/nextcloud/logger-2.5.0

Bump @nextcloud/logger from 2.4.0 to 2.5.0
pull/1578/head
violoncello.ch 2023-01-14 22:04:56 +01:00 zatwierdzone przez GitHub
commit 7ca10c54b1
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
2 zmienionych plików z 8 dodań i 8 usunięć

14
package-lock.json wygenerowano
Wyświetl plik

@ -14,7 +14,7 @@
"@nextcloud/dialogs": "^3.2.0",
"@nextcloud/initial-state": "^2.0.0",
"@nextcloud/l10n": "^1.6.0",
"@nextcloud/logger": "^2.4.0",
"@nextcloud/logger": "^2.5.0",
"@nextcloud/moment": "^1.2.1",
"@nextcloud/router": "^2.0.1",
"@nextcloud/stylelint-config": "^2.3.0",
@ -3320,9 +3320,9 @@
}
},
"node_modules/@nextcloud/logger": {
"version": "2.4.0",
"resolved": "https://registry.npmjs.org/@nextcloud/logger/-/logger-2.4.0.tgz",
"integrity": "sha512-OXNpa+GdA+mxSmpyFaf3PJjLdSYNJaBWfa1Ey4gF7Ap76Ndya8d43TX0sdfakCAjuZsTS/y5JfKuwHjpeipdhQ==",
"version": "2.5.0",
"resolved": "https://registry.npmjs.org/@nextcloud/logger/-/logger-2.5.0.tgz",
"integrity": "sha512-vJx5YxPyS9/tg3YoqA8CBN7YTZFHfuhMKJIIWFV28phxXqKhGwKVKh+/Ir8ZIPweIM5n8VNT6JOJq1JjGiMg2w==",
"dependencies": {
"@nextcloud/auth": "^2.0.0",
"core-js": "^3.6.4"
@ -20422,9 +20422,9 @@
}
},
"@nextcloud/logger": {
"version": "2.4.0",
"resolved": "https://registry.npmjs.org/@nextcloud/logger/-/logger-2.4.0.tgz",
"integrity": "sha512-OXNpa+GdA+mxSmpyFaf3PJjLdSYNJaBWfa1Ey4gF7Ap76Ndya8d43TX0sdfakCAjuZsTS/y5JfKuwHjpeipdhQ==",
"version": "2.5.0",
"resolved": "https://registry.npmjs.org/@nextcloud/logger/-/logger-2.5.0.tgz",
"integrity": "sha512-vJx5YxPyS9/tg3YoqA8CBN7YTZFHfuhMKJIIWFV28phxXqKhGwKVKh+/Ir8ZIPweIM5n8VNT6JOJq1JjGiMg2w==",
"requires": {
"@nextcloud/auth": "^2.0.0",
"core-js": "^3.6.4"

Wyświetl plik

@ -35,7 +35,7 @@
"@nextcloud/dialogs": "^3.2.0",
"@nextcloud/initial-state": "^2.0.0",
"@nextcloud/l10n": "^1.6.0",
"@nextcloud/logger": "^2.4.0",
"@nextcloud/logger": "^2.5.0",
"@nextcloud/moment": "^1.2.1",
"@nextcloud/router": "^2.0.1",
"@nextcloud/stylelint-config": "^2.3.0",