From 3c3ed688a7d498a9b7f036f19666a158d9fac7c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Feb 2026 16:55:27 +0000 Subject: [PATCH] chore(deps): bump ajv from 8.17.1 to 8.18.0 Bumps [ajv](https://github.com/ajv-validator/ajv) from 8.17.1 to 8.18.0. - [Release notes](https://github.com/ajv-validator/ajv/releases) - [Commits](https://github.com/ajv-validator/ajv/compare/v8.17.1...v8.18.0) --- updated-dependencies: - dependency-name: ajv dependency-version: 8.18.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/fxa-auth-server/package.json | 2 +- packages/fxa-shared/package.json | 2 +- yarn.lock | 16 ++++++++++++++-- 3 files changed, 16 insertions(+), 4 deletions(-) diff --git a/packages/fxa-auth-server/package.json b/packages/fxa-auth-server/package.json index 6bb153b15ee..08bd92af7a0 100644 --- a/packages/fxa-auth-server/package.json +++ b/packages/fxa-auth-server/package.json @@ -80,7 +80,7 @@ "@types/ejs": "^3.0.6", "@types/mjml": "^4.7.4", "agentkeepalive": "^4.6.0", - "ajv": "^8.17.1", + "ajv": "^8.18.0", "commander": "2.18.0", "convict": "^6.2.4", "convict-format-with-moment": "^6.2.0", diff --git a/packages/fxa-shared/package.json b/packages/fxa-shared/package.json index eb9e93c16f1..e63757b3f62 100644 --- a/packages/fxa-shared/package.json +++ b/packages/fxa-shared/package.json @@ -279,7 +279,7 @@ "dependencies": { "@fluent/langneg": "^0.7.0", "accept-language-parser": "^1.5.0", - "ajv": "^8.17.1", + "ajv": "^8.18.0", "celebrate": "^15.0.1", "cldr-localenames-full": "46.0.0", "cors": "^2.8.5", diff --git a/yarn.lock b/yarn.lock index e924f78d528..adb586855f1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -25699,6 +25699,18 @@ __metadata: languageName: node linkType: hard +"ajv@npm:^8.18.0": + version: 8.18.0 + resolution: "ajv@npm:8.18.0" + dependencies: + fast-deep-equal: "npm:^3.1.3" + fast-uri: "npm:^3.0.1" + json-schema-traverse: "npm:^1.0.0" + require-from-string: "npm:^2.0.2" + checksum: 10c0/e7517c426173513a07391be951879932bdf3348feaebd2199f5b901c20f99d60db8cd1591502d4d551dc82f594e82a05c4fe1c70139b15b8937f7afeaed9532f + languageName: node + linkType: hard + "amp-message@npm:~0.1.1": version: 0.1.2 resolution: "amp-message@npm:0.1.2" @@ -35828,7 +35840,7 @@ __metadata: "@types/verror": "npm:^1.10.4" "@types/webpack": "npm:5.28.5" agentkeepalive: "npm:^4.6.0" - ajv: "npm:^8.17.1" + ajv: "npm:^8.18.0" async-retry: "npm:^1.3.3" audit-filter: "npm:^0.5.0" babel-loader: "npm:^9.1.3" @@ -36577,7 +36589,7 @@ __metadata: "@types/sinon": "npm:10.0.1" "@types/uuid": "npm:^10.0.0" accept-language-parser: "npm:^1.5.0" - ajv: "npm:^8.17.1" + ajv: "npm:^8.18.0" audit-filter: "npm:^0.5.0" celebrate: "npm:^15.0.1" chai: "npm:^4.5.0"