From f806be04bdc29dbe30f93d05933f782a4763561d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Aug 2023 22:10:36 -0400 Subject: [PATCH] Bump @jgarber/eslint-config from 1.1.0 to 1.1.1 (#5) Bumps [@jgarber/eslint-config](https://github.com/jgarber623/eslint-config) from 1.1.0 to 1.1.1. - [Release notes](https://github.com/jgarber623/eslint-config/releases) - [Commits](https://github.com/jgarber623/eslint-config/compare/v1.1.0...v1.1.1) --- updated-dependencies: - dependency-name: "@jgarber/eslint-config" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6c3422f..1d10ae5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,7 +7,7 @@ "name": "nasa-iotd", "devDependencies": { "@11ty/eleventy": "^2.0.1", - "@jgarber/eslint-config": "^1.1.0", + "@jgarber/eslint-config": "^1.1.1", "markdown-it": "^13.0.1", "node-fetch": "^2.6.12", "turndown": "^7.1.2" @@ -290,17 +290,17 @@ "dev": true }, "node_modules/@jgarber/eslint-config": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@jgarber/eslint-config/-/eslint-config-1.1.0.tgz", - "integrity": "sha512-fCQagMT7hJs5UMQvE2UOL3lBhUA8cvuFw5QcPsv6kRERzXr9YUHnqDUdrh4yT4qiNgFJYxRYTNO/L5CjX53quA==", + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/@jgarber/eslint-config/-/eslint-config-1.1.1.tgz", + "integrity": "sha512-YuNVeGWT23dZ+EjzJh8OgK6tR5YH+M6iZDgAE+LSJn4ayGL31bFRsy5ygwd4lE4CQC7VlrtpmXulbMfgK+8Jng==", "dev": true, "engines": { "node": ">=16.0.0" }, "peerDependencies": { - "eslint": ">=8.43.0", - "eslint-config-standard": ">=17.1.0", - "globals": ">=13.20.0" + "eslint": ">=8.43", + "eslint-config-standard": ">=17.1", + "globals": ">=13.20" } }, "node_modules/@nodelib/fs.scandir": { diff --git a/package.json b/package.json index e04eb58..2d4dec9 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ }, "devDependencies": { "@11ty/eleventy": "^2.0.1", - "@jgarber/eslint-config": "^1.1.0", + "@jgarber/eslint-config": "^1.1.1", "markdown-it": "^13.0.1", "node-fetch": "^2.6.12", "turndown": "^7.1.2"