From 571ee8a54e57375e8e8805d52aede81af2e2839a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Apr 2022 00:48:40 +0000 Subject: [PATCH] build(deps): bump eslint-config-airbnb from 19.0.0 to 19.0.4 Bumps [eslint-config-airbnb](https://github.com/airbnb/javascript) from 19.0.0 to 19.0.4. - [Release notes](https://github.com/airbnb/javascript/releases) - [Commits](https://github.com/airbnb/javascript/compare/eslint-config-airbnb-v19.0.0...eslint-config-airbnb-v19.0.4) --- updated-dependencies: - dependency-name: eslint-config-airbnb dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 8f918b0..e3afa1b 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "webpack-cli": "^4.9.2" }, "dependencies": { - "eslint-config-airbnb": "^19.0.0", + "eslint-config-airbnb": "^19.0.4", "eslint-config-airbnb-base": "^15.0.0", "prettier": "^2.6.2", "yarn": "^1.22.18" diff --git a/yarn.lock b/yarn.lock index 9bccf96..54356f2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -595,10 +595,10 @@ eslint-config-airbnb-typescript@^14.0.2: dependencies: eslint-config-airbnb-base "^14.2.1" -eslint-config-airbnb@^19.0.0: - version "19.0.0" - resolved "https://registry.yarnpkg.com/eslint-config-airbnb/-/eslint-config-airbnb-19.0.0.tgz#c518503e2dc7c04d91a3e8ff54dcdbd30729829c" - integrity sha512-f5FzCDw8osQJtifOGazdBtYuDOH38FVQSOwHvSU0iFjAmkdl4zQ1jG+YV6sVNt4gqVubqJwn98zZQzDoaCwDyw== +eslint-config-airbnb@^19.0.4: + version "19.0.4" + resolved "https://registry.yarnpkg.com/eslint-config-airbnb/-/eslint-config-airbnb-19.0.4.tgz#84d4c3490ad70a0ffa571138ebcdea6ab085fdc3" + integrity sha512-T75QYQVQX57jiNgpF9r1KegMICE94VYwoFQyMGhrvc+lB8YF2E/M/PYDaQe1AJcWaEgqLE+ErXV1Og/+6Vyzew== dependencies: eslint-config-airbnb-base "^15.0.0" object.assign "^4.1.2"