Skip to content

Commit e682dbb

Browse files
committed
fix(deps): update dependency eslint-config-txo-typescript to ^4.0.53
1 parent 9c18f97 commit e682dbb

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.52",
31+
"eslint-config-txo-typescript": "^4.0.53",
3232
"eslint-plugin-jsx-a11y": "^6.8.0",
3333
"eslint-plugin-react": "^7.34.1",
3434
"eslint-plugin-react-hooks": "^4.6.0"

yarn.lock

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

3067-
eslint-config-txo-typescript@^4.0.52:
3068-
version "4.0.52"
3069-
resolved "https://registry.yarnpkg.com/eslint-config-txo-typescript/-/eslint-config-txo-typescript-4.0.52.tgz#7a3f85d45900c0805d06278e8280f1c671161fd5"
3070-
integrity sha512-lIdixLBZHSp3Jb42+DVO/wMlmuyZOjkgAD/Rrm9nVJzkXit7kEP3hfZyFQG6lIiJNCblDu8VQLyvoH3RvfiItA==
3067+
eslint-config-txo-typescript@^4.0.53:
3068+
version "4.0.53"
3069+
resolved "https://registry.yarnpkg.com/eslint-config-txo-typescript/-/eslint-config-txo-typescript-4.0.53.tgz#c4e2a9906393bc2e62a42aef676caa4cef3a9714"
3070+
integrity sha512-G2QxdxtdtY6M5/mtIP/1t9GjbMirbvhPfAJUeqEVj4ckEZa/3Ip+qv72tzinkoQsKizPnEk4mfzEv/vibTs2Yg==
30713071
dependencies:
30723072
"@eslint-community/eslint-plugin-eslint-comments" "^4.3.0"
30733073
"@typescript-eslint/eslint-plugin" "^7.5.0"
@@ -3079,7 +3079,7 @@ eslint-config-txo-typescript@^4.0.52:
30793079
eslint-plugin-jest "^27.9.0"
30803080
eslint-plugin-n "^16.6.2"
30813081
eslint-plugin-promise "^6.1.1"
3082-
globals "^14.0.0"
3082+
globals "^15.0.0"
30833083

30843084
eslint-import-resolver-node@^0.3.9:
30853085
version "0.3.9"
@@ -3863,10 +3863,10 @@ globals@^13.19.0, globals@^13.24.0:
38633863
dependencies:
38643864
type-fest "^0.20.2"
38653865

3866-
globals@^14.0.0:
3867-
version "14.0.0"
3868-
resolved "https://registry.yarnpkg.com/globals/-/globals-14.0.0.tgz#898d7413c29babcf6bafe56fcadded858ada724e"
3869-
integrity sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==
3866+
globals@^15.0.0:
3867+
version "15.0.0"
3868+
resolved "https://registry.yarnpkg.com/globals/-/globals-15.0.0.tgz#9c6cd4e54327ceaab563b4c17ee5e9d181c03fd2"
3869+
integrity sha512-m/C/yR4mjO6pXDTm9/R/SpYTAIyaUB4EOzcaaMEl7mds7Mshct9GfejiJNQGjHHbdMPey13Kpu4TMbYi9ex1pw==
38703870

38713871
globalthis@^1.0.3:
38723872
version "1.0.3"

0 commit comments

Comments
 (0)