Skip to content

Commit 40762fc

Browse files
committed
fix(deps): update dependency eslint-config-txo-typescript to ^3.1.39
1 parent 471af09 commit 40762fc

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"semantic-release": "semantic-release"
2525
},
2626
"dependencies": {
27-
"eslint-config-txo-typescript": "^3.1.38"
27+
"eslint-config-txo-typescript": "^3.1.39"
2828
},
2929
"peerDependencies": {
3030
"eslint-plugin-jsx-a11y": "^6.6.1",

yarn.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2809,13 +2809,13 @@ eslint-config-standard@17.0.0:
28092809
resolved "https://registry.yarnpkg.com/eslint-config-standard/-/eslint-config-standard-17.0.0.tgz#fd5b6cf1dcf6ba8d29f200c461de2e19069888cf"
28102810
integrity sha512-/2ks1GKyqSOkH7JFvXJicu0iMpoojkwB+f5Du/1SC0PtBL+s8v30k9njRZ21pm2drKYm2342jFnGWzttxPmZVg==
28112811

2812-
eslint-config-txo-typescript@^3.1.38:
2813-
version "3.1.38"
2814-
resolved "https://registry.yarnpkg.com/eslint-config-txo-typescript/-/eslint-config-txo-typescript-3.1.38.tgz#86920397e3f70b59c7478addf6cb1c89e671cef0"
2815-
integrity sha512-IZM2sr03YPGZeck1Pg3ojHbUmE6sLUr6CPDPs8t0QekVs46LAgleX/9iCqiy/EJhMJE4GpMBk4Dv6Pl4VbZ9zA==
2812+
eslint-config-txo-typescript@^3.1.39:
2813+
version "3.1.39"
2814+
resolved "https://registry.yarnpkg.com/eslint-config-txo-typescript/-/eslint-config-txo-typescript-3.1.39.tgz#4d64143c885eda0da1fe0e32446913043049432c"
2815+
integrity sha512-WWTWUl/NIr7pGmTPUL4qG9o4fCgA6hNcQ/TGeFNCjYTjCoAGIlZkFnZKEX4jx+8CS6g+DMGuMkSYgkyzV2ci1A==
28162816
dependencies:
28172817
eslint-config-standard-with-typescript "^23.0.0"
2818-
eslint-import-resolver-typescript "^3.5.1"
2818+
eslint-import-resolver-typescript "^3.5.2"
28192819

28202820
eslint-formatter-pretty@^4.1.0:
28212821
version "4.1.0"
@@ -2839,18 +2839,18 @@ eslint-import-resolver-node@^0.3.6:
28392839
debug "^3.2.7"
28402840
resolve "^1.20.0"
28412841

2842-
eslint-import-resolver-typescript@^3.5.1:
2843-
version "3.5.1"
2844-
resolved "https://registry.yarnpkg.com/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-3.5.1.tgz#c72634da072eebd04fe73007fa58a62c333c8147"
2845-
integrity sha512-U7LUjNJPYjNsHvAUAkt/RU3fcTSpbllA0//35B4eLYTX74frmOepbt7F7J3D1IGtj9k21buOpaqtDd4ZlS/BYQ==
2842+
eslint-import-resolver-typescript@^3.5.2:
2843+
version "3.5.2"
2844+
resolved "https://registry.yarnpkg.com/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-3.5.2.tgz#9431acded7d898fd94591a08ea9eec3514c7de91"
2845+
integrity sha512-zX4ebnnyXiykjhcBvKIf5TNvt8K7yX6bllTRZ14MiurKPjDpCAZujlszTdB8pcNXhZcOf+god4s9SjQa5GnytQ==
28462846
dependencies:
28472847
debug "^4.3.4"
28482848
enhanced-resolve "^5.10.0"
28492849
get-tsconfig "^4.2.0"
28502850
globby "^13.1.2"
28512851
is-core-module "^2.10.0"
28522852
is-glob "^4.0.3"
2853-
synckit "^0.8.3"
2853+
synckit "^0.8.4"
28542854

28552855
eslint-module-utils@^2.7.3:
28562856
version "2.7.4"
@@ -6943,7 +6943,7 @@ supports-preserve-symlinks-flag@^1.0.0:
69436943
resolved "https://registry.yarnpkg.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz#6eda4bd344a3c94aea376d4cc31bc77311039e09"
69446944
integrity sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==
69456945

6946-
synckit@^0.8.3:
6946+
synckit@^0.8.4:
69476947
version "0.8.4"
69486948
resolved "https://registry.yarnpkg.com/synckit/-/synckit-0.8.4.tgz#0e6b392b73fafdafcde56692e3352500261d64ec"
69496949
integrity sha512-Dn2ZkzMdSX827QbowGbU/4yjWuvNaCoScLLoMo/yKbu+P4GBR6cRGKZH27k6a9bRzdqcyd1DE96pQtQ6uNkmyw==

0 commit comments

Comments
 (0)