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:
-rw-r--r--.github/workflows/dependabot-approve.yml4
-rw-r--r--package-lock.json12
-rw-r--r--package.json6
3 files changed, 13 insertions, 9 deletions
diff --git a/.github/workflows/dependabot-approve.yml b/.github/workflows/dependabot-approve.yml
index cc5e6d1..7856d08 100644
--- a/.github/workflows/dependabot-approve.yml
+++ b/.github/workflows/dependabot-approve.yml
@@ -1,11 +1,11 @@
name: Dependabot auto approve
-on: pull_request
+on: pull_request_target
jobs:
build:
runs-on: ubuntu-latest
steps:
- - uses: hmarr/auto-approve-action@v2.0.0
+ - uses: hmarr/auto-approve-action@v2.1.0
if: github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]'
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
diff --git a/package-lock.json b/package-lock.json
index 1ac6fe7..afc01c6 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -4390,9 +4390,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.0.0",
+ "resolved": "https://registry.npmjs.org/@nextcloud/logger/-/logger-2.0.0.tgz",
+ "integrity": "sha512-C3vb8I1z67c5FhSWUNB21U6gzzD7RVgjyVUeK+QVz5nYQt1UWTp9yGyqE8G+R5QAyFFWfuOw1RHHkHJ/CWQ4YA==",
"requires": {
"@nextcloud/auth": "^1.2.2",
"babel-plugin-transform-class-properties": "^6.24.1",
@@ -4400,9 +4400,9 @@
},
"dependencies": {
"core-js": {
- "version": "3.6.4",
- "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.6.4.tgz",
- "integrity": "sha512-4paDGScNgZP2IXXilaffL9X7968RuvwlkK3xWtZRVqgd8SYNiVKRJvkFd1aqqEuPfN7E68ZHEp9hDj6lHj4Hyw=="
+ "version": "3.11.1",
+ "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.11.1.tgz",
+ "integrity": "sha512-k93Isqg7e4txZWMGNYwevZL9MiogLk8pd1PtwrmFmi8IBq4GXqUaVW/a33Llt6amSI36uSjd0GWwc9pTT9ALlQ=="
}
}
},
diff --git a/package.json b/package.json
index 434a2d1..df46590 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": "^1.1.1",
+ "@nextcloud/logger": "^2.0.0",
"@nextcloud/password-confirmation": "^1.0.1",
"@nextcloud/router": "^1.2.0",
"@nextcloud/vue": "^3.9.0",
@@ -53,6 +53,10 @@
"last 2 versions",
"ie >= 11"
],
+ "engines": {
+ "node": ">=14.0.0",
+ "npm": ">=7.0.0"
+ },
"jshintConfig": {
"esversion": 6
},