diff --git a/package-lock.json b/package-lock.json index 89299aff..d3d85cc2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "@jest/globals": "^29.7.0", "@types/fs-extra": "^11.0.2", "@types/gradient-string": "^1.1.2", - "@types/inquirer": "^9.0.3", + "@types/inquirer": "^9.0.6", "@types/jest": "^29.5.5", "@types/node": "^20.6.2", "jest": "^29.7.0", @@ -1325,9 +1325,9 @@ } }, "node_modules/@types/inquirer": { - "version": "9.0.3", - "resolved": "https://registry.npmjs.org/@types/inquirer/-/inquirer-9.0.3.tgz", - "integrity": "sha512-CzNkWqQftcmk2jaCWdBTf9Sm7xSw4rkI1zpU/Udw3HX5//adEZUIm9STtoRP1qgWj0CWQtJ9UTvqmO2NNjhMJw==", + "version": "9.0.6", + "resolved": "https://registry.npmjs.org/@types/inquirer/-/inquirer-9.0.6.tgz", + "integrity": "sha512-1Go1AAP/yOy3Pth5Xf1DC3nfZ03cJLCPx6E2YnSN/5I3w1jHBVH4170DkZ+JxfmA7c9kL9+bf9z3FRGa4kNAqg==", "dev": true, "dependencies": { "@types/through": "*", @@ -5796,9 +5796,9 @@ } }, "@types/inquirer": { - "version": "9.0.3", - "resolved": "https://registry.npmjs.org/@types/inquirer/-/inquirer-9.0.3.tgz", - "integrity": "sha512-CzNkWqQftcmk2jaCWdBTf9Sm7xSw4rkI1zpU/Udw3HX5//adEZUIm9STtoRP1qgWj0CWQtJ9UTvqmO2NNjhMJw==", + "version": "9.0.6", + "resolved": "https://registry.npmjs.org/@types/inquirer/-/inquirer-9.0.6.tgz", + "integrity": "sha512-1Go1AAP/yOy3Pth5Xf1DC3nfZ03cJLCPx6E2YnSN/5I3w1jHBVH4170DkZ+JxfmA7c9kL9+bf9z3FRGa4kNAqg==", "dev": true, "requires": { "@types/through": "*", diff --git a/package.json b/package.json index a7bba9dc..52bd20aa 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "@jest/globals": "^29.7.0", "@types/fs-extra": "^11.0.2", "@types/gradient-string": "^1.1.2", - "@types/inquirer": "^9.0.3", + "@types/inquirer": "^9.0.6", "@types/jest": "^29.5.5", "@types/node": "^20.6.2", "jest": "^29.7.0",