diff --git a/package-lock.json b/package-lock.json index cfbe323da454..680be8d809ae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "accept-language-parser": "^1.5.0", "ajv": "^8.11.0", "ajv-errors": "^3.0.0", - "ajv-formats": "^2.1.1", + "ajv-formats": "^3.0.1", "bottleneck": "2.19.5", "boxen": "7.1.1", "cheerio": "^1.0.0-rc.11", @@ -3468,8 +3468,9 @@ } }, "node_modules/ajv-formats": { - "version": "2.1.1", - "license": "MIT", + "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" }, diff --git a/package.json b/package.json index d6b1283f856e..aaa3afd9f525 100644 --- a/package.json +++ b/package.json @@ -240,7 +240,7 @@ "accept-language-parser": "^1.5.0", "ajv": "^8.11.0", "ajv-errors": "^3.0.0", - "ajv-formats": "^2.1.1", + "ajv-formats": "^3.0.1", "bottleneck": "2.19.5", "boxen": "7.1.1", "cheerio": "^1.0.0-rc.11",