Skip to content

Commit ba8444b

Browse files
fix(deps): update dependency eslint-config-txo-typescript to ^7.4.93 (#138)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a0679a8 commit ba8444b

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
@@ -39,7 +39,7 @@
3939
"node": ">=18.0.0"
4040
},
4141
"dependencies": {
42-
"eslint-config-txo-typescript": "^7.4.92"
42+
"eslint-config-txo-typescript": "^7.4.93"
4343
},
4444
"devDependencies": {
4545
"@txo-peer-dep/log": "^4.0.4",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3179,10 +3179,10 @@ eslint-config-love@^120.0.0:
31793179
eslint-plugin-promise "^7.0.0"
31803180
typescript-eslint "^8.32.0"
31813181

3182-
eslint-config-txo-typescript@^7.4.92:
3183-
version "7.4.92"
3184-
resolved "https://registry.yarnpkg.com/eslint-config-txo-typescript/-/eslint-config-txo-typescript-7.4.92.tgz#926a6c182d9a4bc78671cc2b1ea23e0e39ee57bb"
3185-
integrity sha512-x1HUI3a1whJtYTEr9a5pWFKqZ1eH3l6qfZS/RMLc8zSlFgU2wqvJFdOKkgn5A39sd0VvQc/KgrHE4fo4u+lUnw==
3182+
eslint-config-txo-typescript@^7.4.93:
3183+
version "7.4.93"
3184+
resolved "https://registry.yarnpkg.com/eslint-config-txo-typescript/-/eslint-config-txo-typescript-7.4.93.tgz#1cfbd9ad3df2614b1894c741caee72d33ff8a115"
3185+
integrity sha512-QImeyfzmDMTb1QjwNRzndqSMcl0Qftu7+g/B3UPgPH6fwa0wQMjXKhY5puimiUWdhifNKIlVzbFTvVx17UXbsQ==
31863186
dependencies:
31873187
"@eslint-community/eslint-plugin-eslint-comments" "^4.5.0"
31883188
"@stylistic/eslint-plugin" "^4.4.1"
@@ -3192,7 +3192,7 @@ eslint-config-txo-typescript@^7.4.92:
31923192
eslint-import-resolver-typescript "^4.4.3"
31933193
eslint-plugin-import "^2.31.0"
31943194
eslint-plugin-jest "^28.13.3"
3195-
eslint-plugin-n "^17.19.0"
3195+
eslint-plugin-n "^17.20.0"
31963196
eslint-plugin-promise "^7.2.1"
31973197
globals "^16.2.0"
31983198
typescript-eslint "^8.34.0"
@@ -3284,10 +3284,10 @@ eslint-plugin-jest@^28.13.3:
32843284
dependencies:
32853285
"@typescript-eslint/utils" "^6.0.0 || ^7.0.0 || ^8.0.0"
32863286

3287-
eslint-plugin-n@^17.0.0, eslint-plugin-n@^17.19.0:
3288-
version "17.19.0"
3289-
resolved "https://registry.yarnpkg.com/eslint-plugin-n/-/eslint-plugin-n-17.19.0.tgz#3c198306c2eb9ea950c7458cff9c9a6426d02c58"
3290-
integrity sha512-qxn1NaDHtizbhVAPpbMT8wWFaLtPnwhfN/e+chdu2i6Vgzmo/tGM62tcJ1Hf7J5Ie4dhse3DOPMmDxduzfifzw==
3287+
eslint-plugin-n@^17.0.0, eslint-plugin-n@^17.20.0:
3288+
version "17.20.0"
3289+
resolved "https://registry.yarnpkg.com/eslint-plugin-n/-/eslint-plugin-n-17.20.0.tgz#000a7a39675d737824d704ae77b626c257b318ef"
3290+
integrity sha512-IRSoatgB/NQJZG5EeTbv/iAx1byOGdbbyhQrNvWdCfTnmPxUT0ao9/eGOeG7ljD8wJBsxwE8f6tES5Db0FRKEw==
32913291
dependencies:
32923292
"@eslint-community/eslint-utils" "^4.5.0"
32933293
"@typescript-eslint/utils" "^8.26.1"

0 commit comments

Comments
 (0)