From 0df649574286179f8d854c4ec5fa31c1b0c67ba1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Feb 2023 19:12:08 +0000 Subject: [PATCH] chore(deps): bump validator from 13.1.17 to 13.9.0 in /client Bumps [validator](https://github.com/validatorjs/validator.js) from 13.1.17 to 13.9.0. - [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.1.17...13.9.0) --- updated-dependencies: - dependency-name: validator dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- client/package-lock.json | 6 +++--- client/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index c9b6bfbe1e648f..fe01818fd1d68a 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -25971,9 +25971,9 @@ } }, "validator": { - "version": "13.1.17", - "resolved": "https://registry.npmjs.org/validator/-/validator-13.1.17.tgz", - "integrity": "sha512-zL5QBoemJ3jYFb2/j38y7ljhwYGXVLUp8H6W1nVxadnAOvUOytec+L7BHh1oBQ82/TzWXHd+GSaxUWp4lROkLg==" + "version": "13.9.0", + "resolved": "https://registry.npmjs.org/validator/-/validator-13.9.0.tgz", + "integrity": "sha512-B+dGG8U3fdtM0/aNK4/X8CXq/EcxU2WPrPEkJGslb47qyHsxmbggTWK0yEA4qnYVNF+nxNlN88o14hIcPmSIEA==" }, "vary": { "version": "1.1.2", diff --git a/client/package.json b/client/package.json index c521f5db3307cc..25fa94eff71fbc 100644 --- a/client/package.json +++ b/client/package.json @@ -75,7 +75,7 @@ "sass.js": "^0.11.0", "store": "^2.0.12", "typescript": "^4.1.2", - "validator": "^13.1.17" + "validator": "^13.9.0" }, "keywords": [ "gatsby"