Skip to content

Commit 3e03aaf

Browse files
committed
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
1 parent cdc6db8 commit 3e03aaf

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"webpack-cli": "^4.9.2"
3737
},
3838
"dependencies": {
39-
"eslint-config-airbnb": "^19.0.0",
39+
"eslint-config-airbnb": "^19.0.4",
4040
"eslint-config-airbnb-base": "^15.0.0",
4141
"prettier": "^2.6.2",
4242
"yarn": "^1.22.18"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -595,10 +595,10 @@ eslint-config-airbnb-typescript@^14.0.2:
595595
dependencies:
596596
eslint-config-airbnb-base "^14.2.1"
597597

598-
eslint-config-airbnb@^19.0.0:
599-
version "19.0.0"
600-
resolved "https://registry.yarnpkg.com/eslint-config-airbnb/-/eslint-config-airbnb-19.0.0.tgz#c518503e2dc7c04d91a3e8ff54dcdbd30729829c"
601-
integrity sha512-f5FzCDw8osQJtifOGazdBtYuDOH38FVQSOwHvSU0iFjAmkdl4zQ1jG+YV6sVNt4gqVubqJwn98zZQzDoaCwDyw==
598+
eslint-config-airbnb@^19.0.4:
599+
version "19.0.4"
600+
resolved "https://registry.yarnpkg.com/eslint-config-airbnb/-/eslint-config-airbnb-19.0.4.tgz#84d4c3490ad70a0ffa571138ebcdea6ab085fdc3"
601+
integrity sha512-T75QYQVQX57jiNgpF9r1KegMICE94VYwoFQyMGhrvc+lB8YF2E/M/PYDaQe1AJcWaEgqLE+ErXV1Og/+6Vyzew==
602602
dependencies:
603603
eslint-config-airbnb-base "^15.0.0"
604604
object.assign "^4.1.2"

0 commit comments

Comments
 (0)