diff --git a/package-lock.json b/package-lock.json index 329eccf..e17ae96 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "acorn": "^8.4.0", "acorn-walk": "^8.1.0", "ajv": "^8.6.0", - "ajv-formats": "^2.1.0", + "ajv-formats": "^2.1.1", "content-type": "^1.0.4", "got": "^11.8.2", "keyv": "^4.0.3", @@ -2545,9 +2545,9 @@ } }, "node_modules/ajv-formats": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-2.1.0.tgz", - "integrity": "sha512-USH2jBb+C/hIpwD2iRjp0pe0k+MvzG0mlSn/FIdCgQhUb9ALPRjt2KIQdfZDS9r0ZIeUAg7gOu9KL0PFqGqr5Q==", + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-2.1.1.tgz", + "integrity": "sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==", "dependencies": { "ajv": "^8.0.0" }, @@ -17435,9 +17435,9 @@ } }, "ajv-formats": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-2.1.0.tgz", - "integrity": "sha512-USH2jBb+C/hIpwD2iRjp0pe0k+MvzG0mlSn/FIdCgQhUb9ALPRjt2KIQdfZDS9r0ZIeUAg7gOu9KL0PFqGqr5Q==", + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-2.1.1.tgz", + "integrity": "sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==", "requires": { "ajv": "^8.0.0" } diff --git a/package.json b/package.json index 49070aa..e7b939f 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "acorn": "^8.4.0", "acorn-walk": "^8.1.0", "ajv": "^8.6.0", - "ajv-formats": "^2.1.0", + "ajv-formats": "^2.1.1", "content-type": "^1.0.4", "got": "^11.8.2", "keyv": "^4.0.3",