diff --git a/package-lock.json b/package-lock.json index df4e837..b37e7d2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@types/progress": "^2.0.5", "ajv": "^7.2.4", - "ajv-formats": "^2.1.1", + "ajv-formats": "^3.0.1", "chalk": "^4.1.0", "commander": "^12.0.0", "consola": "^2.15.3", @@ -2276,9 +2276,9 @@ } }, "node_modules/ajv-formats": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-2.1.1.tgz", - "integrity": "sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==", + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-3.0.1.tgz", + "integrity": "sha512-8iUql50EUR+uUcdRQ3HDqa6EVyo3docL8g5WJ3FNcWmu62IbkGUue/pEyLBW8VGKKucTPgqeks4fIU1DA4yowQ==", "dependencies": { "ajv": "^8.0.0" }, @@ -16645,9 +16645,9 @@ } }, "ajv-formats": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-2.1.1.tgz", - "integrity": "sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==", + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-3.0.1.tgz", + "integrity": "sha512-8iUql50EUR+uUcdRQ3HDqa6EVyo3docL8g5WJ3FNcWmu62IbkGUue/pEyLBW8VGKKucTPgqeks4fIU1DA4yowQ==", "requires": { "ajv": "^8.0.0" }, diff --git a/package.json b/package.json index 47425f4..7fc49a9 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "dependencies": { "@types/progress": "^2.0.5", "ajv": "^7.2.4", - "ajv-formats": "^2.1.1", + "ajv-formats": "^3.0.1", "chalk": "^4.1.0", "commander": "^12.0.0", "consola": "^2.15.3",