|
1875 | 1875 | eslint-scope "^5.1.1"
|
1876 | 1876 | eslint-utils "^3.0.0"
|
1877 | 1877 |
|
1878 |
| -"@typescript-eslint/parser@^4.30.0", "@typescript-eslint/parser@^4.31.2", "@typescript-eslint/parser@^4.4.1": |
| 1878 | +"@typescript-eslint/parser@^4.30.0", "@typescript-eslint/parser@^4.31.2": |
1879 | 1879 | version "4.31.2"
|
1880 | 1880 | resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.31.2.tgz#54aa75986e3302d91eff2bbbaa6ecfa8084e9c34"
|
1881 | 1881 | integrity sha512-EcdO0E7M/sv23S/rLvenHkb58l3XhuSZzKf6DBvLgHqOYdL6YFMYVtreGFWirxaU2mS1GYDby3Lyxco7X5+Vjw==
|
@@ -2735,10 +2735,10 @@ concurrently@^6.2.2:
|
2735 | 2735 | tree-kill "^1.2.2"
|
2736 | 2736 | yargs "^16.2.0"
|
2737 | 2737 |
|
2738 |
| -confusing-browser-globals@^1.0.9: |
2739 |
| - version "1.0.9" |
2740 |
| - resolved "https://registry.yarnpkg.com/confusing-browser-globals/-/confusing-browser-globals-1.0.9.tgz#72bc13b483c0276801681871d4898516f8f54fdd" |
2741 |
| - integrity sha512-KbS1Y0jMtyPgIxjO7ZzMAuUpAKMt1SzCL9fsrKsX6b0zJPTaT0SiSPmewwVZg9UAO83HVIlEhZF84LIjZ0lmAw== |
| 2738 | +confusing-browser-globals@^1.0.10: |
| 2739 | + version "1.0.10" |
| 2740 | + resolved "https://registry.yarnpkg.com/confusing-browser-globals/-/confusing-browser-globals-1.0.10.tgz#30d1e7f3d1b882b25ec4933d1d1adac353d20a59" |
| 2741 | + integrity sha512-gNld/3lySHwuhaVluJUKLePYirM3QNCKzVxqAdhJII9/WXKVX5PURzMVJspS1jTslSqjeuG4KMVTSouit5YPHA== |
2742 | 2742 |
|
2743 | 2743 | conventional-changelog-angular@^5.0.11:
|
2744 | 2744 | version "5.0.12"
|
@@ -3258,32 +3258,21 @@ escodegen@^2.0.0:
|
3258 | 3258 | optionalDependencies:
|
3259 | 3259 | source-map "~0.6.1"
|
3260 | 3260 |
|
3261 |
| -eslint-config-airbnb-base@^14.2.0: |
3262 |
| - version "14.2.0" |
3263 |
| - resolved "https://registry.yarnpkg.com/eslint-config-airbnb-base/-/eslint-config-airbnb-base-14.2.0.tgz#fe89c24b3f9dc8008c9c0d0d88c28f95ed65e9c4" |
3264 |
| - integrity sha512-Snswd5oC6nJaevs3nZoLSTvGJBvzTfnBqOIArkf3cbyTyq9UD79wOk8s+RiL6bhca0p/eRO6veczhf6A/7Jy8Q== |
| 3261 | +eslint-config-airbnb-base@^14.2.1: |
| 3262 | + version "14.2.1" |
| 3263 | + resolved "https://registry.yarnpkg.com/eslint-config-airbnb-base/-/eslint-config-airbnb-base-14.2.1.tgz#8a2eb38455dc5a312550193b319cdaeef042cd1e" |
| 3264 | + integrity sha512-GOrQyDtVEc1Xy20U7vsB2yAoB4nBlfH5HZJeatRXHleO+OS5Ot+MWij4Dpltw4/DyIkqUfqz1epfhVR5XWWQPA== |
3265 | 3265 | dependencies:
|
3266 |
| - confusing-browser-globals "^1.0.9" |
3267 |
| - object.assign "^4.1.0" |
| 3266 | + confusing-browser-globals "^1.0.10" |
| 3267 | + object.assign "^4.1.2" |
3268 | 3268 | object.entries "^1.1.2"
|
3269 | 3269 |
|
3270 |
| -eslint-config-airbnb-typescript@^12.3.1: |
3271 |
| - version "12.3.1" |
3272 |
| - resolved "https://registry.yarnpkg.com/eslint-config-airbnb-typescript/-/eslint-config-airbnb-typescript-12.3.1.tgz#83ab40d76402c208eb08516260d1d6fac8f8acbc" |
3273 |
| - integrity sha512-ql/Pe6/hppYuRp4m3iPaHJqkBB7dgeEmGPQ6X0UNmrQOfTF+dXw29/ZjU2kQ6RDoLxaxOA+Xqv07Vbef6oVTWw== |
| 3270 | +eslint-config-airbnb-typescript@^14.0.2: |
| 3271 | + version "14.0.2" |
| 3272 | + resolved "https://registry.yarnpkg.com/eslint-config-airbnb-typescript/-/eslint-config-airbnb-typescript-14.0.2.tgz#4dc1583b9eab671bb011dea7d4ff1fc0d88e6e09" |
| 3273 | + integrity sha512-oaVR63DqpRUiOOeSVxIzhD3FXbqJRH+7Lt9GCMsS9SKgrRW3XpZINN2FO4JEsnaHEGkktumd0AHE9K7KQNuXSQ== |
3274 | 3274 | dependencies:
|
3275 |
| - "@typescript-eslint/parser" "^4.4.1" |
3276 |
| - eslint-config-airbnb "^18.2.0" |
3277 |
| - eslint-config-airbnb-base "^14.2.0" |
3278 |
| - |
3279 |
| -eslint-config-airbnb@^18.2.0: |
3280 |
| - version "18.2.0" |
3281 |
| - resolved "https://registry.yarnpkg.com/eslint-config-airbnb/-/eslint-config-airbnb-18.2.0.tgz#8a82168713effce8fc08e10896a63f1235499dcd" |
3282 |
| - integrity sha512-Fz4JIUKkrhO0du2cg5opdyPKQXOI2MvF8KUvN2710nJMT6jaRUpRE2swrJftAjVGL7T1otLM5ieo5RqS1v9Udg== |
3283 |
| - dependencies: |
3284 |
| - eslint-config-airbnb-base "^14.2.0" |
3285 |
| - object.assign "^4.1.0" |
3286 |
| - object.entries "^1.1.2" |
| 3275 | + eslint-config-airbnb-base "^14.2.1" |
3287 | 3276 |
|
3288 | 3277 | eslint-config-kentcdodds@^19.2.0:
|
3289 | 3278 | version "19.2.0"
|
|
0 commit comments