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

github.com/nextcloud/backup.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-04-09 07:07:31 +0300
committerGitHub <noreply@github.com>2022-04-09 07:07:31 +0300
commit0a3c3102a5611bdd90ddcad91bd7fd892be81683 (patch)
treed00d7d583cd243f446590327457eb8b6c926cf01
parent88c16c15b72ca4b2ff6c42fe0bc9a83446be0568 (diff)
parenta330b54fea249a74e07607d6276d1b9d253a1877 (diff)
Merge pull request #258 from nextcloud/dependabot/npm_and_yarn/eslint-8.13.0
-rw-r--r--package-lock.json6
-rw-r--r--package.json2
2 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json
index b9f1e40..bb21fc7 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -3525,9 +3525,9 @@
"integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ="
},
"eslint": {
- "version": "8.12.0",
- "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.12.0.tgz",
- "integrity": "sha512-it1oBL9alZg1S8UycLm5YDMAkIhtH6FtAzuZs6YvoGVldWjbS08BkAdb/ymP9LlAyq8koANu32U7Ib/w+UNh8Q==",
+ "version": "8.13.0",
+ "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.13.0.tgz",
+ "integrity": "sha512-D+Xei61eInqauAyTJ6C0q6x9mx7kTUC1KZ0m0LSEexR0V+e94K12LmWX076ZIsldwfQ2RONdaJe0re0TRGQbRQ==",
"dev": true,
"requires": {
"@eslint/eslintrc": "^1.2.1",
diff --git a/package.json b/package.json
index 54f7f3c..9e991fe 100644
--- a/package.json
+++ b/package.json
@@ -56,7 +56,7 @@
"@nextcloud/webpack-vue-config": "^5.0.0",
"babel-loader": "^8.2.4",
"css-loader": "^6.5.1",
- "eslint": "^8.12.0",
+ "eslint": "^8.13.0",
"eslint-config-standard": "^17.0.0-1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsdoc": "^37.9.7",