Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/twofactor_totp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-06-14 10:48:56 +0300
committerGitHub <noreply@github.com>2022-06-14 10:48:56 +0300
commita2bae7ec32c32d21431c98bf387372c4e755f5d3 (patch)
tree5748801aa64e39b9ff1f8859963db8c44927d90b
parent4d74daa0bb737c9f23211c9233fa6396026fb5e1 (diff)
Bump @nextcloud/logger from 1.1.2 to 2.1.0
Bumps [@nextcloud/logger](https://github.com/nextcloud/nextcloud-logger) from 1.1.2 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/v1.1.2...v2.1.0) --- updated-dependencies: - dependency-name: "@nextcloud/logger" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--package-lock.json14
-rw-r--r--package.json2
2 files changed, 8 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json
index 454de2a..f44dd30 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -13,7 +13,7 @@
"@nextcloud/auth": "^1.3.0",
"@nextcloud/axios": "^1.6.0",
"@nextcloud/initial-state": "^1.2.0",
- "@nextcloud/logger": "^1.1.2",
+ "@nextcloud/logger": "^2.1.0",
"@nextcloud/password-confirmation": "^1.0.1",
"@nextcloud/router": "^2.0.0",
"vue": "^2.6.14",
@@ -2606,9 +2606,9 @@
}
},
"node_modules/@nextcloud/logger": {
- "version": "1.1.2",
- "resolved": "https://registry.npmjs.org/@nextcloud/logger/-/logger-1.1.2.tgz",
- "integrity": "sha512-cteyvWnUzDVqh2ppwLVS4+0LCr68SW8K4NOkx9RNoeJzTbbSc44wtSRlcpj5yUoiBUGEUO9p81Z7xrr8OIWa4w==",
+ "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",
@@ -19989,9 +19989,9 @@
}
},
"@nextcloud/logger": {
- "version": "1.1.2",
- "resolved": "https://registry.npmjs.org/@nextcloud/logger/-/logger-1.1.2.tgz",
- "integrity": "sha512-cteyvWnUzDVqh2ppwLVS4+0LCr68SW8K4NOkx9RNoeJzTbbSc44wtSRlcpj5yUoiBUGEUO9p81Z7xrr8OIWa4w==",
+ "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",
diff --git a/package.json b/package.json
index 5c04a48..0afe311 100644
--- a/package.json
+++ b/package.json
@@ -21,7 +21,7 @@
"@nextcloud/auth": "^1.3.0",
"@nextcloud/axios": "^1.6.0",
"@nextcloud/initial-state": "^1.2.0",
- "@nextcloud/logger": "^1.1.2",
+ "@nextcloud/logger": "^2.1.0",
"@nextcloud/password-confirmation": "^1.0.1",
"@nextcloud/router": "^2.0.0",
"vue": "^2.6.14",