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

github.com/nextcloud/twofactor_u2f.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <ChristophWurst@users.noreply.github.com>2021-10-01 09:54:42 +0300
committerGitHub <noreply@github.com>2021-10-01 09:54:42 +0300
commit1948a805122255f64d1e720d573af43523de1172 (patch)
treead4b7d15628a24d8eb82fdf71221df564561a795
parent1adb4dc8d2ce50e77cd25f1899a332a9205e5efc (diff)
parent2e4ba8cf2834c4e725073ea54882688b2bb9f088 (diff)
Merge pull request #939 from nextcloud/dependabot/npm_and_yarn/nextcloud/logger-2.1.0
Bump @nextcloud/logger from 2.0.0 to 2.1.0
-rw-r--r--package-lock.json12
-rw-r--r--package.json2
2 files changed, 7 insertions, 7 deletions
diff --git a/package-lock.json b/package-lock.json
index f877252..7f729d8 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -4660,9 +4660,9 @@
}
},
"@nextcloud/logger": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/@nextcloud/logger/-/logger-2.0.0.tgz",
- "integrity": "sha512-C3vb8I1z67c5FhSWUNB21U6gzzD7RVgjyVUeK+QVz5nYQt1UWTp9yGyqE8G+R5QAyFFWfuOw1RHHkHJ/CWQ4YA==",
+ "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",
@@ -4670,9 +4670,9 @@
},
"dependencies": {
"core-js": {
- "version": "3.11.1",
- "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.11.1.tgz",
- "integrity": "sha512-k93Isqg7e4txZWMGNYwevZL9MiogLk8pd1PtwrmFmi8IBq4GXqUaVW/a33Llt6amSI36uSjd0GWwc9pTT9ALlQ=="
+ "version": "3.18.1",
+ "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.18.1.tgz",
+ "integrity": "sha512-vJlUi/7YdlCZeL6fXvWNaLUPh/id12WXj3MbkMw5uOyF0PfWPBNOCNbs53YqgrvtujLNlt9JQpruyIKkUZ+PKA=="
}
}
},
diff --git a/package.json b/package.json
index aff28cf..5c550d5 100644
--- a/package.json
+++ b/package.json
@@ -7,7 +7,7 @@
"@nextcloud/auth": "^1.3.0",
"@nextcloud/axios": "^1.6.0",
"@nextcloud/initial-state": "^1.2.0",
- "@nextcloud/logger": "^2.0.0",
+ "@nextcloud/logger": "^2.1.0",
"@nextcloud/password-confirmation": "^1.0.1",
"@nextcloud/router": "^1.2.0",
"@nextcloud/vue": "^3.9.0",