From da92fce2f69584094a1c75b4b3717aeaa7fa6fa5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 24 Apr 2021 23:14:38 +0000 Subject: [PATCH] deps: bump eslint from 7.22.0 to 7.25.0 Bumps [eslint](https://github.com/eslint/eslint) from 7.22.0 to 7.25.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v7.22.0...v7.25.0) Signed-off-by: dependabot[bot] --- package-lock.json | 17 ++++++++++------- package.json | 5 ++++- 2 files changed, 14 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 43c53ab..7272195 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "chai": "^4.3.4", "cross-spawn": "^7.0.3", "del": "^6.0.0", - "eslint": "^7.22.0", + "eslint": "^7.25.0", "eslint-plugin-node": "^11.1.0", "globby": "^11.0.2", "mocha": "^8.3.2", @@ -1726,9 +1726,9 @@ } }, "node_modules/eslint": { - "version": "7.22.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-7.22.0.tgz", - "integrity": "sha512-3VawOtjSJUQiiqac8MQc+w457iGLfuNGLFn8JmF051tTKbh5/x/0vlcEj8OgDCaw7Ysa2Jn8paGshV7x2abKXg==", + "version": "7.25.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-7.25.0.tgz", + "integrity": "sha512-TVpSovpvCNpLURIScDRB6g5CYu/ZFq9GfX2hLNIV4dSBKxIWojeDODvYl3t0k0VtMxYeR8OXPCFE5+oHMlGfhw==", "dependencies": { "@babel/code-frame": "7.12.11", "@eslint/eslintrc": "^0.4.0", @@ -1773,6 +1773,9 @@ }, "engines": { "node": "^10.12.0 || >=12.0.0" + }, + "funding": { + "url": "https://opencollective.com/eslint" } }, "node_modules/eslint-plugin-es": { @@ -11329,9 +11332,9 @@ "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=" }, "eslint": { - "version": "7.22.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-7.22.0.tgz", - "integrity": "sha512-3VawOtjSJUQiiqac8MQc+w457iGLfuNGLFn8JmF051tTKbh5/x/0vlcEj8OgDCaw7Ysa2Jn8paGshV7x2abKXg==", + "version": "7.25.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-7.25.0.tgz", + "integrity": "sha512-TVpSovpvCNpLURIScDRB6g5CYu/ZFq9GfX2hLNIV4dSBKxIWojeDODvYl3t0k0VtMxYeR8OXPCFE5+oHMlGfhw==", "requires": { "@babel/code-frame": "7.12.11", "@eslint/eslintrc": "^0.4.0", diff --git a/package.json b/package.json index 33adea2..6425996 100644 --- a/package.json +++ b/package.json @@ -13,6 +13,9 @@ "bugs": { "url": "https://github.com/Colonise/Config/issues" }, + "publishConfig": { + "access": "public" + }, "main": "index.js", "typings": "index.d.ts", "files": [ @@ -51,7 +54,7 @@ "chai": "^4.3.4", "cross-spawn": "^7.0.3", "del": "^6.0.0", - "eslint": "^7.22.0", + "eslint": "^7.25.0", "eslint-plugin-node": "^11.1.0", "globby": "^11.0.2", "mocha": "^8.3.2",