From b8a5c2cddba1c99d65c47698cf0e944c4f10852c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Dec 2022 12:33:55 +0100 Subject: [PATCH] Bump eslint-config-airbnb-base from 14.2.1 to 15.0.0 in /example/zoo (#365) Bumps [eslint-config-airbnb-base](https://github.com/airbnb/javascript) from 14.2.1 to 15.0.0. - [Release notes](https://github.com/airbnb/javascript/releases) - [Commits](https://github.com/airbnb/javascript/compare/eslint-config-airbnb-base-v14.2.1...eslint-config-airbnb-base-v15.0.0) --- updated-dependencies: - dependency-name: eslint-config-airbnb-base dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- example/zoo/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/zoo/package.json b/example/zoo/package.json index 19bdd4a3..74befb49 100644 --- a/example/zoo/package.json +++ b/example/zoo/package.json @@ -3,7 +3,7 @@ "version": "1.0.0", "devDependencies": { "eslint": "^6.2.1", - "eslint-config-airbnb-base": "^14.0.0", + "eslint-config-airbnb-base": "^15.0.0", "eslint-plugin-import": "^2.18.2" }, "dependencies": {