diff --git a/package-lock.json b/package-lock.json index 2558794..d939b72 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3849,9 +3849,9 @@ "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==" }, "inquirer": { - "version": "8.2.4", - "resolved": "https://registry.npmjs.org/inquirer/-/inquirer-8.2.4.tgz", - "integrity": "sha512-nn4F01dxU8VeKfq192IjLsxu0/OmMZ4Lg3xKAns148rCaXP6ntAoEkVYZThWjwON8AlzdZZi6oqnhNbxUG9hVg==", + "version": "8.2.5", + "resolved": "https://registry.npmjs.org/inquirer/-/inquirer-8.2.5.tgz", + "integrity": "sha512-QAgPDQMEgrDssk1XiwwHoOGYF9BAbUcc1+j+FhEvaOt8/cKRqyLn0U5qA6F74fGhTMGxf92pOvPBeh29jQJDTQ==", "requires": { "ansi-escapes": "^4.2.1", "chalk": "^4.1.1", diff --git a/package.json b/package.json index 66dcde8..9ece330 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "git-user-name": "^2.0.0", "glob": "^8.0.3", "gluegun": "^5.1.2", - "inquirer": "^8.2.4", + "inquirer": "^8.2.5", "lodash": "^4.17.21", "openai": "^3.0.0", "update-notifier": "^5.1.0"