diff --git a/package-lock.json b/package-lock.json index 18b6a14..329a70a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0", "dependencies": { "ajv": "^8.18.0", - "ajv-formats": "2.1.1", + "ajv-formats": "3.0.1", "bootstrap": "^3.4.1", "eslint-config-react-app": "^7.0.1", "react": "^16.8.6", @@ -4162,9 +4162,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==", "license": "MIT", "dependencies": { "ajv": "^8.0.0" diff --git a/package.json b/package.json index 777a317..ecc9a5e 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "type": "module", "dependencies": { "ajv": "^8.18.0", - "ajv-formats": "2.1.1", + "ajv-formats": "3.0.1", "bootstrap": "^3.4.1", "eslint-config-react-app": "^7.0.1", "react": "^16.8.6",