|
111 | 111 | "@types/node" "*" |
112 | 112 |
|
113 | 113 | "@typescript-eslint/eslint-plugin@^4.0.1": |
114 | | - version "4.9.1" |
115 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.9.1.tgz#66758cbe129b965fe9c63b04b405d0cf5280868b" |
116 | | - integrity sha512-QRLDSvIPeI1pz5tVuurD+cStNR4sle4avtHhxA+2uyixWGFjKzJ+EaFVRW6dA/jOgjV5DTAjOxboQkRDE8cRlQ== |
| 114 | + version "4.10.0" |
| 115 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.10.0.tgz#19ed3baf4bc4232c5a7fcd32eaca75c3a5baf9f3" |
| 116 | + integrity sha512-h6/V46o6aXpKRlarP1AiJEXuCJ7cMQdlpfMDrcllIgX3dFkLwEBTXAoNP98ZoOmqd1xvymMVRAI4e7yVvlzWEg== |
117 | 117 | dependencies: |
118 | | - "@typescript-eslint/experimental-utils" "4.9.1" |
119 | | - "@typescript-eslint/scope-manager" "4.9.1" |
| 118 | + "@typescript-eslint/experimental-utils" "4.10.0" |
| 119 | + "@typescript-eslint/scope-manager" "4.10.0" |
120 | 120 | debug "^4.1.1" |
121 | 121 | functional-red-black-tree "^1.0.1" |
122 | 122 | regexpp "^3.0.0" |
123 | 123 | semver "^7.3.2" |
124 | 124 | tsutils "^3.17.1" |
125 | 125 |
|
126 | | -"@typescript-eslint/experimental-utils@4.9.1": |
127 | | - version "4.9.1" |
128 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.9.1.tgz#86633e8395191d65786a808dc3df030a55267ae2" |
129 | | - integrity sha512-c3k/xJqk0exLFs+cWSJxIjqLYwdHCuLWhnpnikmPQD2+NGAx9KjLYlBDcSI81EArh9FDYSL6dslAUSwILeWOxg== |
| 126 | +"@typescript-eslint/experimental-utils@4.10.0": |
| 127 | + version "4.10.0" |
| 128 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.10.0.tgz#dbf5d0f89802d5feaf7d11e5b32df29bbc2f3a0e" |
| 129 | + integrity sha512-opX+7ai1sdWBOIoBgpVJrH5e89ra1KoLrJTz0UtWAa4IekkKmqDosk5r6xqRaNJfCXEfteW4HXQAwMdx+jjEmw== |
130 | 130 | dependencies: |
131 | 131 | "@types/json-schema" "^7.0.3" |
132 | | - "@typescript-eslint/scope-manager" "4.9.1" |
133 | | - "@typescript-eslint/types" "4.9.1" |
134 | | - "@typescript-eslint/typescript-estree" "4.9.1" |
| 132 | + "@typescript-eslint/scope-manager" "4.10.0" |
| 133 | + "@typescript-eslint/types" "4.10.0" |
| 134 | + "@typescript-eslint/typescript-estree" "4.10.0" |
135 | 135 | eslint-scope "^5.0.0" |
136 | 136 | eslint-utils "^2.0.0" |
137 | 137 |
|
|
0 commit comments