diff --git a/package.json b/package.json index abbb4bc..cd7c372 100644 --- a/package.json +++ b/package.json @@ -51,10 +51,10 @@ "@graphql-eslint/eslint-plugin": "^3.10.5", "@types/cli-progress": "^3.11.0", "@types/inquirer": "^8.2.0", - "@types/inquirer-autocomplete-prompt": "^1.3.3", + "@types/inquirer-autocomplete-prompt": "^1.3.5", "@types/jest": "^28.1.4", "@types/make-fetch-happen": "^9.0.1", - "concurrently": "^7.2.2", + "concurrently": "^7.3.0", "eslint": "^8.19.0", "eslint-config-airbnb-base": "^15.0.0", "eslint-plugin-import": "^2.25.4", diff --git a/yarn.lock b/yarn.lock index 63047d1..6a9348a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1596,20 +1596,19 @@ dependencies: "@types/node" "*" -"@types/inquirer-autocomplete-prompt@^1.3.3": - version "1.3.4" - resolved "https://registry.yarnpkg.com/@types/inquirer-autocomplete-prompt/-/inquirer-autocomplete-prompt-1.3.4.tgz#858c7dbb013197136315c09dbf8ed89fd2faaa96" - integrity sha512-HavFfMuxGHRzUe+/ad9o5qk857LpbYYqSG9lY8gWONM9PH2JjNYci5G3DSmF5FYURIpKysrYqEuLZ8iNkRfc3g== +"@types/inquirer-autocomplete-prompt@^1.3.5": + version "1.3.5" + resolved "https://registry.yarnpkg.com/@types/inquirer-autocomplete-prompt/-/inquirer-autocomplete-prompt-1.3.5.tgz#d5c898a218265f71d9d6d8d14c10cd627e0342ef" + integrity sha512-xsydZ63gZt/2vqlqdSJQgxhbZd2NpRO6TawrDu1/IR6VbL3HfS709y6Yu7LwrkCcy4Lr05PeBInPizErcXSokw== dependencies: - "@types/inquirer" "*" + "@types/inquirer" "^8" -"@types/inquirer@*", "@types/inquirer@^8.2.0": - version "8.2.1" - resolved "https://registry.yarnpkg.com/@types/inquirer/-/inquirer-8.2.1.tgz#28a139be3105a1175e205537e8ac10830e38dbf4" - integrity sha512-wKW3SKIUMmltbykg4I5JzCVzUhkuD9trD6efAmYgN2MrSntY0SMRQzEnD3mkyJ/rv9NLbTC7g3hKKE86YwEDLw== +"@types/inquirer@^8", "@types/inquirer@^8.2.0": + version "8.2.2" + resolved "https://registry.yarnpkg.com/@types/inquirer/-/inquirer-8.2.2.tgz#7ec5f166026b55b10df011521c8a63920cb84a7a" + integrity sha512-HXoFOl+KS4yvmUjisi83VpuSBOeeXIzdJfoT/v2pUruqybpHy0Dz1DyXy3E2jNH0cSVKJZV92VOnFBwJR6k83A== dependencies: "@types/through" "*" - rxjs "^7.2.0" "@types/istanbul-lib-coverage@*", "@types/istanbul-lib-coverage@^2.0.0", "@types/istanbul-lib-coverage@^2.0.1": version "2.0.4" @@ -2549,10 +2548,10 @@ concat-map@0.0.1: resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b" integrity sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg== -concurrently@^7.2.2: - version "7.2.2" - resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-7.2.2.tgz#4ad4a4dfd3945f668d727379de2a29502e6a531c" - integrity sha512-DcQkI0ruil5BA/g7Xy3EWySGrFJovF5RYAYxwGvv9Jf9q9B1v3jPFP2tl6axExNf1qgF30kjoNYrangZ0ey4Aw== +concurrently@^7.3.0: + version "7.3.0" + resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-7.3.0.tgz#eb45cdbc8df43da195f619aba218a980cae49184" + integrity sha512-IiDwm+8DOcFEInca494A8V402tNTQlJaYq78RF2rijOrKEk/AOHTxhN4U1cp7GYKYX5Q6Ymh1dLTBlzIMN0ikA== dependencies: chalk "^4.1.0" date-fns "^2.16.1" @@ -5451,7 +5450,7 @@ run-parallel@^1.1.9: dependencies: queue-microtask "^1.2.2" -rxjs@^7.0.0, rxjs@^7.2.0, rxjs@^7.5.4, rxjs@^7.5.5: +rxjs@^7.0.0, rxjs@^7.5.4, rxjs@^7.5.5: version "7.5.6" resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.5.6.tgz#0446577557862afd6903517ce7cae79ecb9662bc" integrity sha512-dnyv2/YsXhnm461G+R/Pe5bWP41Nm6LBXEYWI6eiFP4fiwx6WRI/CD0zbdVAudd9xwLEF2IDcKXLHit0FYjUzw==