From 3e03aaf3850d048dd4147622562b53f50790bc8a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 16 Apr 2022 19:43:04 +0000 Subject: [PATCH] fix: upgrade eslint-config-airbnb from 19.0.0 to 19.0.4 Snyk has created this PR to upgrade eslint-config-airbnb from 19.0.0 to 19.0.4. See this package in npm: See this project in Snyk: https://app.snyk.io/org/rubix982/project/8f95f375-a032-4a72-ba2b-c202ff0ed9ad?utm_source=github&utm_medium=referral&page=upgrade-pr --- 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"