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

github.com/nextcloud/notifications.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-04-21 12:45:36 +0300
committerGitHub <noreply@github.com>2020-04-21 12:45:36 +0300
commitab4a51b9b0a8e244ec85f09885b61606c0817c80 (patch)
tree54bf860cb43063ea9749b05de2993e6cd1958f28
parent626936ae663a9b765758853c527abf74f7d8223a (diff)
parent97f04d889be4720395efacc7d2f7bb2d9c32c66e (diff)
Merge pull request #622 from nextcloud/dependabot/npm_and_yarn/nextcloud/eslint-plugin-1.4.0v19.0.0beta5
-rw-r--r--package-lock.json8
-rw-r--r--package.json2
2 files changed, 5 insertions, 5 deletions
diff --git a/package-lock.json b/package-lock.json
index dbc5b65..47065b6 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1333,12 +1333,12 @@
"dev": true
},
"@nextcloud/eslint-plugin": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/@nextcloud/eslint-plugin/-/eslint-plugin-1.1.0.tgz",
- "integrity": "sha512-EH9HpO28vEbBRLOREJpqwVEj9EMDedlgYP0IGwbWByF0ppD1lfz6eo4AbEPwtzJ3+B7chymvHMslPCmrYXzpSA==",
+ "version": "1.4.0",
+ "resolved": "https://registry.npmjs.org/@nextcloud/eslint-plugin/-/eslint-plugin-1.4.0.tgz",
+ "integrity": "sha512-w3k04Rj1lBHO4MNhiO4e4WPnijsqTYJhBJ3v+8bYlBi83L5OG+oqu7UHq4ETeDrHVC8QLweu/8vx6iGah00img==",
"dev": true,
"requires": {
- "requireindex": "~1.2.0"
+ "requireindex": "^1.2.0"
}
},
"@nextcloud/event-bus": {
diff --git a/package.json b/package.json
index 91504f6..9e6e257 100644
--- a/package.json
+++ b/package.json
@@ -25,7 +25,7 @@
"@babel/preset-env": "^7.9.5",
"@nextcloud/browserslist-config": "^1.0.0",
"@nextcloud/eslint-config": "^2.0.0",
- "@nextcloud/eslint-plugin": "^1.1.0",
+ "@nextcloud/eslint-plugin": "^1.4.0",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.1.0",
"css-loader": "^3.5.2",