summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2020-11-14 02:51:21 +0000
committerGitHub <noreply@github.com>2020-11-14 02:51:21 +0000
commit1259e6cec770991ba07517c811fcb6d710a80654 (patch)
tree604b44d5a6305dd8fa9f0f9cee3cb51c45e1e975
parent44afd11b0e303da2847cb49ffa8cba5c3401f680 (diff)
parent9647f85f509b91e81b9a8ae7c31cdeee9854e408 (diff)
Merge pull request #1935 from nextcloud/dependabot/npm_and_yarn/eslint-7.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 22b7104e..9e9065c8 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -6062,9 +6062,9 @@
"integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ="
},
"eslint": {
- "version": "7.12.1",
- "resolved": "https://registry.npmjs.org/eslint/-/eslint-7.12.1.tgz",
- "integrity": "sha512-HlMTEdr/LicJfN08LB3nM1rRYliDXOmfoO4vj39xN6BLpFzF00hbwBoqHk8UcJ2M/3nlARZWy/mslvGEuZFvsg==",
+ "version": "7.13.0",
+ "resolved": "https://registry.npmjs.org/eslint/-/eslint-7.13.0.tgz",
+ "integrity": "sha512-uCORMuOO8tUzJmsdRtrvcGq5qposf7Rw0LwkTJkoDbOycVQtQjmnhZSuLQnozLE4TmAzlMVV45eCHmQ1OpDKUQ==",
"dev": true,
"requires": {
"@babel/code-frame": "^7.0.0",
diff --git a/package.json b/package.json
index 34e68b59..29c039bd 100644
--- a/package.json
+++ b/package.json
@@ -81,7 +81,7 @@
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.1",
"css-loader": "^4.3.0",
- "eslint": "^7.12.1",
+ "eslint": "^7.13.0",
"eslint-config-standard": "^16.0.1",
"eslint-loader": "^4.0.2",
"eslint-plugin-import": "^2.22.1",