From 3d1017f2a1be73cf43567d5d3f629082ace2ba3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 21:19:18 +0000 Subject: [PATCH] build(deps): bump validator from 13.15.20 to 13.15.22 Bumps [validator](https://github.com/validatorjs/validator.js) from 13.15.20 to 13.15.22. - [Release notes](https://github.com/validatorjs/validator.js/releases) - [Changelog](https://github.com/validatorjs/validator.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/validatorjs/validator.js/compare/13.15.20...13.15.22) --- updated-dependencies: - dependency-name: validator dependency-version: 13.15.22 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- packages/dashboard/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5fbe62877..07d2ae8e7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35341,9 +35341,9 @@ } }, "node_modules/validator": { - "version": "13.15.20", - "resolved": "https://registry.npmjs.org/validator/-/validator-13.15.20.tgz", - "integrity": "sha512-KxPOq3V2LmfQPP4eqf3Mq/zrT0Dqp2Vmx2Bn285LwVahLc+CsxOM0crBHczm8ijlcjZ0Q5Xd6LW3z3odTPnlrw==", + "version": "13.15.22", + "resolved": "https://registry.npmjs.org/validator/-/validator-13.15.22.tgz", + "integrity": "sha512-uT/YQjiyLJP7HSrv/dPZqK9L28xf8hsNca01HSz1dfmI0DgMfjopp1rO/z13NeGF1tVystF0Ejx3y4rUKPw+bQ==", "engines": { "node": ">= 0.10" } @@ -36765,7 +36765,7 @@ "tiny-invariant": "^1.3.1", "usehooks-ts": "^3.1.0", "uuid": "^9.0.0", - "validator": "^13.15.20" + "validator": "^13.15.22" }, "devDependencies": { "@iot-app-kit/data-mocked": "*", diff --git a/packages/dashboard/package.json b/packages/dashboard/package.json index f32996f2c..224b900a5 100644 --- a/packages/dashboard/package.json +++ b/packages/dashboard/package.json @@ -112,7 +112,7 @@ "tiny-invariant": "^1.3.1", "usehooks-ts": "^3.1.0", "uuid": "^9.0.0", - "validator": "^13.15.20" + "validator": "^13.15.22" }, "peerDependencies": { "@aws-sdk/client-iot-events": "^3.354.0",