From b56f205973cb2214590e0c56081a6e224f90da3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Dec 2022 17:15:26 +0100 Subject: [PATCH] build(deps-dev): bump eslint from 8.28.0 to 8.29.0 (#1064) Bumps [eslint](https://github.com/eslint/eslint) from 8.28.0 to 8.29.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v8.28.0...v8.29.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 8e4deaef2..0a3434f71 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "concurrently": "^7.6.0", "copy-webpack-plugin": "^11.0.0", "cypress": "^11.2.0", - "eslint": "^8.28.0", + "eslint": "^8.29.0", "eslint-config-airbnb-base": "^15.0.0", "eslint-plugin-import": "^2.26.0", "eslint-plugin-lodash": "^7.4.0", diff --git a/yarn.lock b/yarn.lock index 32c4b8ffd..be8e5f294 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5051,9 +5051,9 @@ __metadata: languageName: node linkType: hard -"eslint@npm:^8.28.0": - version: 8.28.0 - resolution: "eslint@npm:8.28.0" +"eslint@npm:^8.29.0": + version: 8.29.0 + resolution: "eslint@npm:8.29.0" dependencies: "@eslint/eslintrc": "npm:^1.3.3" "@humanwhocodes/config-array": "npm:^0.11.6" @@ -5096,7 +5096,7 @@ __metadata: text-table: "npm:^0.2.0" bin: eslint: bin/eslint.js - checksum: de3a2502929e728aa12aa54ed7cd16f4006413c3e1fffdc24bbf88f4bfd07638bac4cb8afdadb68ba19c7971b4ba00456896928e743cb17ef077eff608195982 + checksum: a819bf506466fd9a3931c4dbc07ea540824313fac13ae93f2320e78d9fdd71de5bb19205b3567274d3a841f48956a03b42ce51a29c0dc67fc3a769195d7d5cd2 languageName: node linkType: hard @@ -7510,7 +7510,7 @@ __metadata: cypress: "npm:^11.2.0" dotenv: "npm:^16.0.3" errorhandler: "npm:1.5.1" - eslint: "npm:^8.28.0" + eslint: "npm:^8.29.0" eslint-config-airbnb-base: "npm:^15.0.0" eslint-plugin-import: "npm:^2.26.0" eslint-plugin-lodash: "npm:^7.4.0"