From 2bd46e91ffaab0870ed69070a036604f515c5e51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 11:35:06 +0000 Subject: [PATCH] Bump @jhwelch/eslint-config from 1.0.1 to 2.0.0 Bumps [@jhwelch/eslint-config](https://github.com/JHWelch/eslint-config) from 1.0.1 to 2.0.0. - [Release notes](https://github.com/JHWelch/eslint-config/releases) - [Commits](https://github.com/JHWelch/eslint-config/compare/1.0.1...2.0.0) --- updated-dependencies: - dependency-name: "@jhwelch/eslint-config" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3116e14..aad7827 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "hasInstallScript": true, "license": "MIT", "devDependencies": { - "@jhwelch/eslint-config": "^1.0.1", + "@jhwelch/eslint-config": "^2.0.0", "concurrently": "^9.0.1", "eslint": "^9.9.1", "mjml": "^4.14.1" @@ -269,11 +269,10 @@ } }, "node_modules/@jhwelch/eslint-config": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@jhwelch/eslint-config/-/eslint-config-1.0.1.tgz", - "integrity": "sha512-SEmq5dLTcOcy8JBoepJgYw5lnmBopOXVfsSeHMVJpgSDoqeR37WHJ1ZPYnO+beP9TQxQJ2iK5nFxO8wMuVO0Vw==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@jhwelch/eslint-config/-/eslint-config-2.0.0.tgz", + "integrity": "sha512-+Pm34Tc8Z31SREsD7O5c5A8RLOrW0mlo2zhaa2gpeZ1Pb7YTagK6DTiQEh8ihiev1ozmc2H38JXgNjK/Lpolbg==", "dev": true, - "license": "MIT", "dependencies": { "@eslint/js": "^9.12.0", "@stylistic/eslint-plugin": "^2.9.0", diff --git a/package.json b/package.json index 2cd1867..3ca69b9 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "author": "Jordan Welch", "license": "MIT", "devDependencies": { - "@jhwelch/eslint-config": "^1.0.1", + "@jhwelch/eslint-config": "^2.0.0", "concurrently": "^9.0.1", "eslint": "^9.9.1", "mjml": "^4.14.1"