From 60943af4eadc2d3fcc1b77bbafe9fae7524e41a8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Aug 2022 11:00:52 +0000 Subject: [PATCH] fix(deps): update dependency eslint-config-airbnb-base to v15 --- package.json | 2 +- yarn.lock | 12 +++++++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index afde6f4e5..2a585769e 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "debug": "4.3.2", "eslint": "7.32.0", "eslint-config-airbnb": "18.2.1", - "eslint-config-airbnb-base": "14.2.1", + "eslint-config-airbnb-base": "15.0.0", "eslint-config-prettier": "6.15.0", "eslint-formatter-pretty": "4.1.0", "eslint-import-resolver-typescript": "2.5.0", diff --git a/yarn.lock b/yarn.lock index e8bda38c4..ee8d10d92 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6062,7 +6062,17 @@ escodegen@^2.0.0: optionalDependencies: source-map "~0.6.1" -eslint-config-airbnb-base@14.2.1, eslint-config-airbnb-base@^14.2.1: +eslint-config-airbnb-base@15.0.0: + version "15.0.0" + resolved "https://registry.yarnpkg.com/eslint-config-airbnb-base/-/eslint-config-airbnb-base-15.0.0.tgz#6b09add90ac79c2f8d723a2580e07f3925afd236" + integrity sha512-xaX3z4ZZIcFLvh2oUNvcX5oEofXda7giYmuplVxoOg5A7EXJMrUyqRgR+mhDhPK8LZ4PttFOBvCYDbX3sUoUig== + dependencies: + confusing-browser-globals "^1.0.10" + object.assign "^4.1.2" + object.entries "^1.1.5" + semver "^6.3.0" + +eslint-config-airbnb-base@^14.2.1: version "14.2.1" resolved "https://registry.yarnpkg.com/eslint-config-airbnb-base/-/eslint-config-airbnb-base-14.2.1.tgz#8a2eb38455dc5a312550193b319cdaeef042cd1e" integrity sha512-GOrQyDtVEc1Xy20U7vsB2yAoB4nBlfH5HZJeatRXHleO+OS5Ot+MWij4Dpltw4/DyIkqUfqz1epfhVR5XWWQPA==