From 75ea718359fca87982caeec2287c21fe6f9c6487 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2024 14:31:36 +0000 Subject: [PATCH] chore: bump @npmcli/eslint-config from 4.0.5 to 5.0.0 Bumps [@npmcli/eslint-config](https://github.com/npm/eslint-config) from 4.0.5 to 5.0.0. - [Release notes](https://github.com/npm/eslint-config/releases) - [Changelog](https://github.com/npm/eslint-config/blob/main/CHANGELOG.md) - [Commits](https://github.com/npm/eslint-config/compare/v4.0.5...v5.0.0) --- updated-dependencies: - dependency-name: "@npmcli/eslint-config" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- workspace/test-workspace/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 97cc78ea..43863f8e 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ ], "devDependencies": { "@github/prettier-config": "0.0.6", - "@npmcli/eslint-config": "^4.0.0", + "@npmcli/eslint-config": "^5.0.0", "@npmcli/template-oss": "file:./", "eslint-config-prettier": "^9.1.0", "nock": "^13.3.8", diff --git a/workspace/test-workspace/package.json b/workspace/test-workspace/package.json index 4acf9648..42fb0af1 100644 --- a/workspace/test-workspace/package.json +++ b/workspace/test-workspace/package.json @@ -15,7 +15,7 @@ "eslint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\"" }, "devDependencies": { - "@npmcli/eslint-config": "^4.0.0", + "@npmcli/eslint-config": "^5.0.0", "@npmcli/template-oss": "file:../../", "tap": "^16.0.0" },