From 46ebd2cff075a0adef2d23c8b3cde32a3a0a6963 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Nov 2021 03:14:59 +0000 Subject: [PATCH] Bump eslint-config-airbnb from 19.0.0 to 19.0.1 Bumps [eslint-config-airbnb](https://github.com/airbnb/javascript) from 19.0.0 to 19.0.1. - [Release notes](https://github.com/airbnb/javascript/releases) - [Commits](https://github.com/airbnb/javascript/compare/eslint-config-airbnb-v19.0.0...eslint-config-airbnb-v19.0.1) --- updated-dependencies: - dependency-name: eslint-config-airbnb dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 920e509..2e7b857 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "chai": "^4.3.4", "dirty-chai": "^2.0.1", "eslint": "^8.3.0", - "eslint-config-airbnb": "^19.0.0", + "eslint-config-airbnb": "^19.0.1", "eslint-plugin-import": "^2.25.3", "eslint-plugin-jsx-a11y": "^6.5.1", "eslint-plugin-mocha": "^9.0.0", @@ -3561,9 +3561,9 @@ } }, "node_modules/eslint-config-airbnb": { - "version": "19.0.0", - "resolved": "https://registry.npmjs.org/eslint-config-airbnb/-/eslint-config-airbnb-19.0.0.tgz", - "integrity": "sha512-f5FzCDw8osQJtifOGazdBtYuDOH38FVQSOwHvSU0iFjAmkdl4zQ1jG+YV6sVNt4gqVubqJwn98zZQzDoaCwDyw==", + "version": "19.0.1", + "resolved": "https://registry.npmjs.org/eslint-config-airbnb/-/eslint-config-airbnb-19.0.1.tgz", + "integrity": "sha512-ooV8Vdt3gmV6hCSJutRw5beArd56Cd++vvy7j0Y7DBhUKqcTyI7cWNcJpCJlcftGPRLtzdU0hNMtquOUSSm8nA==", "dev": true, "dependencies": { "eslint-config-airbnb-base": "^15.0.0", @@ -3577,7 +3577,7 @@ "eslint": "^7.32.0 || ^8.2.0", "eslint-plugin-import": "^2.25.3", "eslint-plugin-jsx-a11y": "^6.5.1", - "eslint-plugin-react": "^7.27.0", + "eslint-plugin-react": "^7.27.1", "eslint-plugin-react-hooks": "^4.3.0" } }, @@ -10980,9 +10980,9 @@ } }, "eslint-config-airbnb": { - "version": "19.0.0", - "resolved": "https://registry.npmjs.org/eslint-config-airbnb/-/eslint-config-airbnb-19.0.0.tgz", - "integrity": "sha512-f5FzCDw8osQJtifOGazdBtYuDOH38FVQSOwHvSU0iFjAmkdl4zQ1jG+YV6sVNt4gqVubqJwn98zZQzDoaCwDyw==", + "version": "19.0.1", + "resolved": "https://registry.npmjs.org/eslint-config-airbnb/-/eslint-config-airbnb-19.0.1.tgz", + "integrity": "sha512-ooV8Vdt3gmV6hCSJutRw5beArd56Cd++vvy7j0Y7DBhUKqcTyI7cWNcJpCJlcftGPRLtzdU0hNMtquOUSSm8nA==", "dev": true, "requires": { "eslint-config-airbnb-base": "^15.0.0", diff --git a/package.json b/package.json index 9b3744f..a04cb09 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "chai": "^4.3.4", "dirty-chai": "^2.0.1", "eslint": "^8.3.0", - "eslint-config-airbnb": "^19.0.0", + "eslint-config-airbnb": "^19.0.1", "eslint-plugin-import": "^2.25.3", "eslint-plugin-jsx-a11y": "^6.5.1", "eslint-plugin-mocha": "^9.0.0",