From f7c2bff18212725319e8b0ebd95bfa2c8e28a910 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Feb 2021 11:48:23 +0530 Subject: [PATCH] Bump vnu-jar from 20.6.30 to 21.2.5 (#3393) Bumps [vnu-jar](https://github.com/validator/validator) from 20.6.30 to 21.2.5. - [Release notes](https://github.com/validator/validator/releases) - [Changelog](https://github.com/validator/validator/blob/master/CHANGELOG.md) - [Commits](https://github.com/validator/validator/compare/20.6.30...21.2.5) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index d35125c93..f80a7a63e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11452,9 +11452,9 @@ } }, "vnu-jar": { - "version": "20.6.30", - "resolved": "https://registry.npmjs.org/vnu-jar/-/vnu-jar-20.6.30.tgz", - "integrity": "sha512-zlNNe7jW6cTIrxVlZK9AcZiNWjxzjqi7LpTafBCi4OY4bsh2uyGhxXT2l6hZ3ibpxP0ZC/pQsBpFQEACS0ePIg==", + "version": "21.2.5", + "resolved": "https://registry.npmjs.org/vnu-jar/-/vnu-jar-21.2.5.tgz", + "integrity": "sha512-mVBXRui9jAkZwXyiqofprrDIAB91F5S0xRic49elb5sutx/L3JFICVut4rMlOoX5Jwqv7lAMHGnl7RMOFdSkVA==", "dev": true }, "which": { diff --git a/package.json b/package.json index 65fa3de6e..3d41fc58f 100644 --- a/package.json +++ b/package.json @@ -157,6 +157,6 @@ "stylelint": "^13.9.0", "stylelint-config-twbs-bootstrap": "^2.1.0", "terser": "^5.5.1", - "vnu-jar": "^20.6.30" + "vnu-jar": "^21.2.5" } }