Skip to content

Commit

Permalink
Merge 60058d9 into c17cefd
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 17, 2022
2 parents c17cefd + 60058d9 commit 8f747e3
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -40,7 +40,7 @@
"eslint": "8.18.0",
"eslint-config-hardcore": "24.5.0",
"eslint-formatter-github-annotations": "0.1.0",
"eslint-import-resolver-typescript": "^3.2.5",
"eslint-import-resolver-typescript": "3.2.7",
"eslint-plugin-import": "^2.26.0",
"husky": "8.0.1",
"jest": "28.1.2",
Expand Down
32 changes: 16 additions & 16 deletions yarn.lock
Expand Up @@ -1154,7 +1154,7 @@
dependencies:
esquery "^1.0.1"

"@pkgr/utils@^2.2.0":
"@pkgr/utils@^2.3.0":
version "2.3.0"
resolved "https://registry.yarnpkg.com/@pkgr/utils/-/utils-2.3.0.tgz#3b8491f112a80839450498816767eb03b7db6139"
integrity sha512-7dIJ9CRVzBnqyEl7diUHPUFJf/oty2SeoVzcMocc5PeOUDK9KGzvgIBjGRRzzlRDaOjh3ADwH0WeibQvi3ls2Q==
Expand Down Expand Up @@ -3978,18 +3978,18 @@ eslint-import-resolver-node@^0.3.2, eslint-import-resolver-node@^0.3.6:
debug "^3.2.7"
resolve "^1.20.0"

eslint-import-resolver-typescript@^3.2.5:
version "3.2.5"
resolved "https://registry.yarnpkg.com/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-3.2.5.tgz#cec82e42d93f61a039672e2ba7dc3e3663c86219"
integrity sha512-yEBi/EWxFFMjcZTBxrgdu5cFAXB2atOhYDhp0P0yHqjZa5YiPNqQVt4/lNNVWwW7Kf8IIZmyeBboWOgsfffe7w==
eslint-import-resolver-typescript@3.2.7:
version "3.2.7"
resolved "https://registry.yarnpkg.com/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-3.2.7.tgz#b873d549d9b00a880c54f9b352f7336c303794b0"
integrity sha512-WvcsRy3aPmwVsuS/XVliAJWpIdTlaFXXZPZk3TCbvvF8RtaAkjAhcLL5bl5VEoTmE+XnTHjIbWMzNZcOQpK/DA==
dependencies:
debug "^4.3.4"
enhanced-resolve "^5.10.0"
get-tsconfig "npm:@unts/get-tsconfig@^4.1.1"
get-tsconfig "^4.2.0"
globby "^13.1.2"
is-core-module "^2.9.0"
is-glob "^4.0.3"
synckit "^0.7.2"
synckit "^0.8.1"

eslint-module-utils@^2.4.1, eslint-module-utils@^2.7.1, eslint-module-utils@^2.7.3:
version "2.7.3"
Expand Down Expand Up @@ -4875,10 +4875,10 @@ get-symbol-description@^1.0.0:
call-bind "^1.0.2"
get-intrinsic "^1.1.1"

"get-tsconfig@npm:@unts/get-tsconfig@^4.1.1":
version "4.1.1"
resolved "https://registry.yarnpkg.com/@unts/get-tsconfig/-/get-tsconfig-4.1.1.tgz#f2d308a0c9e56a73b815b0525d4bf37a28914cdd"
integrity sha512-8mPf1bBzF2S+fyuyYOQWjDcaJTTgJ14UAnXW9I3KwrqioRWG1byRXHwciYdqXpbdOiu7Fg4WJbymBIakGk+aMA==
get-tsconfig@^4.2.0:
version "4.2.0"
resolved "https://registry.yarnpkg.com/get-tsconfig/-/get-tsconfig-4.2.0.tgz#ff368dd7104dab47bf923404eb93838245c66543"
integrity sha512-X8u8fREiYOE6S8hLbq99PeykTDoLVnxvF4DjWKJmz9xy2nNRdUcV8ZN9tniJFeKyTU3qnC9lL8n4Chd6LmVKHg==

glob-parent@^5.1.2, glob-parent@~5.1.2:
version "5.1.2"
Expand Down Expand Up @@ -8977,12 +8977,12 @@ sync-fetch@0.3.0:
buffer "^5.7.0"
node-fetch "^2.6.1"

synckit@^0.7.2:
version "0.7.2"
resolved "https://registry.yarnpkg.com/synckit/-/synckit-0.7.2.tgz#43c07b5a8101ee45355aebf0216895309fd32a6f"
integrity sha512-CSZRtSRZ8RhJGMtWyLRqlarmWPPlsgZJHtV6cz0VTHNOg+R7UBoE2eNPQmB5Qrhtk3RX2AAcJmVwMXFULVQSwg==
synckit@^0.8.1:
version "0.8.1"
resolved "https://registry.yarnpkg.com/synckit/-/synckit-0.8.1.tgz#697111240114a15a393fcb92786a4218bfead47f"
integrity sha512-rJEeygO5PNmcZICmrgnbOd2usi5zWE1ESc0Gn5tTmJlongoU8zCTwMFQtar2UgMSiR68vK9afPQ+uVs2lURSIA==
dependencies:
"@pkgr/utils" "^2.2.0"
"@pkgr/utils" "^2.3.0"
tslib "^2.4.0"

table@^6.0.1, table@^6.8.0:
Expand Down

0 comments on commit 8f747e3

Please sign in to comment.