Bump @nextcloud/logger to 2.5.0

Signed-off-by: Christopher Ng <chrng8@gmail.com>
pull/36108/head
Christopher Ng 1 year ago
parent c2165b84e6
commit 38a313d9e1

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

14
package-lock.json generated

@ -22,7 +22,7 @@
"@nextcloud/files": "^3.0.0-beta.5",
"@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/password-confirmation": "^4.0.3",
"@nextcloud/paths": "^2.1.0",
@ -4314,9 +4314,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"
@ -28399,9 +28399,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"

@ -47,7 +47,7 @@
"@nextcloud/files": "^3.0.0-beta.5",
"@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/password-confirmation": "^4.0.3",
"@nextcloud/paths": "^2.1.0",

Loading…
Cancel
Save