diff --git a/package-lock.json b/package-lock.json index 5f9aac8c..aba0deb8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3540,9 +3540,9 @@ } }, "eslint": { - "version": "6.5.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-6.5.0.tgz", - "integrity": "sha512-IIbSW+vKOqMatPmS9ayyku4tvWxHY2iricSRtOz6+ZA5IPRlgXzEL0u/j6dr4eha0ugmhMwDTqxtmNu3kj9O4w==", + "version": "6.5.1", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-6.5.1.tgz", + "integrity": "sha512-32h99BoLYStT1iq1v2P9uwpyznQ4M2jRiFB6acitKz52Gqn+vPaMDUTB1bYi1WN4Nquj2w+t+bimYUG83DC55A==", "dev": true, "requires": { "@babel/code-frame": "^7.0.0", diff --git a/package.json b/package.json index 4840a63d..e3faee42 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "devDependencies": { "@jsdoc/eslint-config": "^1.0.8", "ajv": "^6.10.2", - "eslint": "^6.5.0", + "eslint": "^6.5.1", "gulp": "^4.0.2", "gulp-eslint": "^6.0.0", "gulp-json-editor": "^2.5.3", diff --git a/packages/jsdoc-eslint-config/package.json b/packages/jsdoc-eslint-config/package.json index 248c0042..37210d8a 100644 --- a/packages/jsdoc-eslint-config/package.json +++ b/packages/jsdoc-eslint-config/package.json @@ -11,7 +11,7 @@ "license": "Apache-2.0", "main": "index.js", "peerDependencies": { - "eslint": ">= 6.5.0" + "eslint": ">= 6.5.1" }, "publishConfig": { "access": "public"