Skip to content

Commit d49235a

Browse files
committed
fix(deps): update dependency eslint-config-txo-typescript to ^4.0.55
1 parent d7176e0 commit d49235a

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

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.54:
3068-
version "4.0.54"
3069-
resolved "https://registry.yarnpkg.com/eslint-config-txo-typescript/-/eslint-config-txo-typescript-4.0.54.tgz#d8d9faceaa0c028e6ca3600480c1821e4a8943ac"
3070-
integrity sha512-ZOLUXxpDwGY8YFNm1Y2b3eMymZv+aSkQevzcXli2A4bnlHkSXBUJcnxiVbrQ4xZRr+pygQ1zPO04ORxcBKL9wA==
3067+
eslint-config-txo-typescript@^4.0.55:
3068+
version "4.0.55"
3069+
resolved "https://registry.yarnpkg.com/eslint-config-txo-typescript/-/eslint-config-txo-typescript-4.0.55.tgz#b67cf99f4e9fa818a4081bcd3583455cebf61b0b"
3070+
integrity sha512-2+oVtCTWhRSzci+JWYiYf8VcPbgjGAmLrZ2zppwwYcWdkmo7wbuPR/ghPZGfZDA19j5aOIHWnJTWOvNABc1G6Q==
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.54:
30793079
eslint-plugin-jest "^27.9.0"
30803080
eslint-plugin-n "^16.6.2"
30813081
eslint-plugin-promise "^6.1.1"
3082-
globals "^15.0.0"
3082+
globals "^15.1.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@^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==
3866+
globals@^15.1.0:
3867+
version "15.1.0"
3868+
resolved "https://registry.yarnpkg.com/globals/-/globals-15.1.0.tgz#4e03d200c8362201636b8cdfaa316d6cef67ff1e"
3869+
integrity sha512-926gJqg+4mkxwYKiFvoomM4J0kWESfk3qfTvRL2/oc/tK/eTDBbrfcKnSa2KtfdxB5onoL7D3A3qIHQFpd4+UA==
38703870

38713871
globalthis@^1.0.3:
38723872
version "1.0.3"

0 commit comments

Comments
 (0)