From 6f3e3b074fe52f9960f349d9fb8482a3e295dcda Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2024 01:24:25 +0000 Subject: [PATCH] Bump ajv-formats from 2.1.1 to 3.0.1 in /build Bumps [ajv-formats](https://github.com/ajv-validator/ajv-formats) from 2.1.1 to 3.0.1. - [Release notes](https://github.com/ajv-validator/ajv-formats/releases) - [Commits](https://github.com/ajv-validator/ajv-formats/compare/v2.1.1...v3.0.1) --- updated-dependencies: - dependency-name: ajv-formats dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build/package-lock.json | 14 +++++++------- build/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/build/package-lock.json b/build/package-lock.json index 92472e9367..bb9247a902 100644 --- a/build/package-lock.json +++ b/build/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "devDependencies": { "ajv-cli": "^5.0.0", - "ajv-formats": "^2.1.1", + "ajv-formats": "^3.0.1", "markdown-link-check": "3.11.2" } }, @@ -56,9 +56,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==", "dev": true, "dependencies": { "ajv": "^8.0.0" @@ -724,9 +724,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==", "dev": true, "requires": { "ajv": "^8.0.0" diff --git a/build/package.json b/build/package.json index 18c96b8d5e..f800837def 100644 --- a/build/package.json +++ b/build/package.json @@ -4,7 +4,7 @@ "version": "1.0.0", "devDependencies": { "ajv-cli": "^5.0.0", - "ajv-formats": "^2.1.1", + "ajv-formats": "^3.0.1", "markdown-link-check": "3.11.2" } } \ No newline at end of file