Skip to content

Commit bf876e8

Browse files
committed
fix(deps): update dependency eslint-config-txo-typescript to ^4.0.16
1 parent af41c55 commit bf876e8

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"node": ">=18.0.0"
2929
},
3030
"dependencies": {
31-
"eslint-config-txo-typescript": "^4.0.15",
31+
"eslint-config-txo-typescript": "^4.0.16",
3232
"eslint-plugin-jsx-a11y": "^6.8.0",
3333
"eslint-plugin-react": "^7.33.2",
3434
"eslint-plugin-react-hooks": "^4.6.0"

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3431,10 +3431,10 @@ eslint-config-standard@17.1.0:
34313431
resolved "https://registry.yarnpkg.com/eslint-config-standard/-/eslint-config-standard-17.1.0.tgz#40ffb8595d47a6b242e07cbfd49dc211ed128975"
34323432
integrity sha512-IwHwmaBNtDK4zDHQukFDW5u/aTb8+meQWZvNFWkiGmbWjD6bqyuSSBxxXKkCftCUzc1zwCH2m/baCNDLGmuO5Q==
34333433

3434-
eslint-config-txo-typescript@^4.0.15:
3435-
version "4.0.15"
3436-
resolved "https://registry.yarnpkg.com/eslint-config-txo-typescript/-/eslint-config-txo-typescript-4.0.15.tgz#aa88410279fcb0e0470d08d4d880468f6cfb9d2c"
3437-
integrity sha512-WLsDLf7juJXyYICBQFI47XNlQVoqAVbj9sdVxRGrNcVphRyX2X/WJHUotIHexnRZ7/U1LoEUM7GX79kdrvFC1Q==
3434+
eslint-config-txo-typescript@^4.0.16:
3435+
version "4.0.16"
3436+
resolved "https://registry.yarnpkg.com/eslint-config-txo-typescript/-/eslint-config-txo-typescript-4.0.16.tgz#2cb0d249da91944913121cbd307681ba85b53d0e"
3437+
integrity sha512-WydMAxyYfMXmpO3o3Mzh8jzQFdoip3/lS+Fuu2uTk93JmfRIBHQVfSrN+mSR/+ncnmyjPrQhily+mVXPNNP59w==
34383438
dependencies:
34393439
"@eslint-community/eslint-plugin-eslint-comments" "^4.1.0"
34403440
"@typescript-eslint/eslint-plugin" "^6.13.2"
@@ -3446,7 +3446,7 @@ eslint-config-txo-typescript@^4.0.15:
34463446
eslint-plugin-jest "^27.6.0"
34473447
eslint-plugin-n "^16.3.1"
34483448
eslint-plugin-promise "^6.1.1"
3449-
globals "^13.23.0"
3449+
globals "^13.24.0"
34503450

34513451
eslint-import-resolver-node@^0.3.9:
34523452
version "0.3.9"
@@ -4300,10 +4300,10 @@ globals@^13.19.0:
43004300
dependencies:
43014301
type-fest "^0.20.2"
43024302

4303-
globals@^13.23.0:
4304-
version "13.23.0"
4305-
resolved "https://registry.yarnpkg.com/globals/-/globals-13.23.0.tgz#ef31673c926a0976e1f61dab4dca57e0c0a8af02"
4306-
integrity sha512-XAmF0RjlrjY23MA51q3HltdlGxUpXPvg0GioKiD9X6HD28iMjo2dKC8Vqwm7lne4GNr78+RHTfliktR6ZH09wA==
4303+
globals@^13.24.0:
4304+
version "13.24.0"
4305+
resolved "https://registry.yarnpkg.com/globals/-/globals-13.24.0.tgz#8432a19d78ce0c1e833949c36adb345400bb1171"
4306+
integrity sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==
43074307
dependencies:
43084308
type-fest "^0.20.2"
43094309

0 commit comments

Comments
 (0)