Skip to content

Commit b483041

Browse files
committed
fix(deps): update dependency eslint-config-txo-typescript to ^4.0.70
1 parent ac2abe4 commit b483041

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
@@ -30,7 +30,7 @@
3030
"node": ">=18.0.0"
3131
},
3232
"dependencies": {
33-
"eslint-config-txo-typescript": "^4.0.69",
33+
"eslint-config-txo-typescript": "^4.0.70",
3434
"eslint-plugin-jsx-a11y": "^6.10.2",
3535
"eslint-plugin-react": "^7.37.2",
3636
"eslint-plugin-react-hooks": "^5.0.0"

yarn.lock

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

3047-
eslint-config-txo-typescript@^4.0.69:
3048-
version "4.0.69"
3049-
resolved "https://registry.yarnpkg.com/eslint-config-txo-typescript/-/eslint-config-txo-typescript-4.0.69.tgz#62017c551d354831f8de01fb3b8b0e9ad946eff3"
3050-
integrity sha512-wK1iclXUbkzLzuHgFOdjQP+0sgzPZW4rPfx8JRLQDZl21cddWJby/ZNOXv7Au+lATGi/Na/h0ssCNO1cEZUH7Q==
3047+
eslint-config-txo-typescript@^4.0.70:
3048+
version "4.0.70"
3049+
resolved "https://registry.yarnpkg.com/eslint-config-txo-typescript/-/eslint-config-txo-typescript-4.0.70.tgz#01d3a4202f75903bc4df23f8e1f986ce0e27af41"
3050+
integrity sha512-kORN/MnrjnjHXQ0ZfySrrme0LbLm7wXE21FHEL4tH7Z5koGZ6jxIetwpj1KapxATI623Dix515Q9xPbDfVlD7Q==
30513051
dependencies:
30523052
"@eslint-community/eslint-plugin-eslint-comments" "^4.4.1"
30533053
"@typescript-eslint/eslint-plugin" "^7.5.0"
@@ -3059,7 +3059,7 @@ eslint-config-txo-typescript@^4.0.69:
30593059
eslint-plugin-jest "^27.9.0"
30603060
eslint-plugin-n "^16.6.2"
30613061
eslint-plugin-promise "^6.1.1"
3062-
globals "^15.11.0"
3062+
globals "^15.12.0"
30633063

30643064
eslint-import-resolver-node@^0.3.9:
30653065
version "0.3.9"
@@ -3840,10 +3840,10 @@ globals@^13.19.0, globals@^13.24.0:
38403840
dependencies:
38413841
type-fest "^0.20.2"
38423842

3843-
globals@^15.11.0:
3844-
version "15.11.0"
3845-
resolved "https://registry.yarnpkg.com/globals/-/globals-15.11.0.tgz#b96ed4c6998540c6fb824b24b5499216d2438d6e"
3846-
integrity sha512-yeyNSjdbyVaWurlwCpcA6XNBrHTMIeDdj0/hnvX/OLJ9ekOXYbLsLinH/MucQyGvNnXhidTdNhTtJaffL2sMfw==
3843+
globals@^15.12.0:
3844+
version "15.12.0"
3845+
resolved "https://registry.yarnpkg.com/globals/-/globals-15.12.0.tgz#1811872883ad8f41055b61457a130221297de5b5"
3846+
integrity sha512-1+gLErljJFhbOVyaetcwJiJ4+eLe45S2E7P5UiZ9xGfeq3ATQf5DOv9G7MH3gGbKQLkzmNh2DxfZwLdw+j6oTQ==
38473847

38483848
globalthis@^1.0.3, globalthis@^1.0.4:
38493849
version "1.0.4"

0 commit comments

Comments
 (0)