From f812d038c470c1b39c00178c50460885e0aa31f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Aug 2022 11:28:35 -0700 Subject: [PATCH] Bump postcode-validator from 3.6.6 to 3.7.0 (#353) Bumps [postcode-validator](https://github.com/melwynfurtado/postcode-validator) from 3.6.6 to 3.7.0. - [Release notes](https://github.com/melwynfurtado/postcode-validator/releases) - [Changelog](https://github.com/melwynfurtado/postcode-validator/blob/master/release.config.js) - [Commits](https://github.com/melwynfurtado/postcode-validator/compare/v3.6.6...v3.7.0) --- updated-dependencies: - dependency-name: postcode-validator dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 167166e1..245203c4 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "@types/react-dom": "^18.0.3", "daisyui": "^2.22.0", "jwt-decode": "^3.1.2", - "postcode-validator": "^3.1.0", + "postcode-validator": "^3.7.0", "react": "^18.2.0", "react-country-region-selector": "^3.4.0", "react-daisyui": "^2.2.0", diff --git a/yarn.lock b/yarn.lock index b2ea1b85..51640a00 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7501,10 +7501,10 @@ pkg-up@^3.1.0: dependencies: find-up "^3.0.0" -postcode-validator@^3.1.0: - version "3.6.6" - resolved "https://registry.npmjs.org/postcode-validator/-/postcode-validator-3.6.6.tgz" - integrity sha512-uNjTTBFDav9D14SvqI7/f0bQkKuHCuiKikZaZh9Qy8TOy2d2N0TKvZ9nZldduNZOUS7hIE6vHsMBK2eYxwjfaw== +postcode-validator@^3.7.0: + version "3.7.0" + resolved "https://registry.yarnpkg.com/postcode-validator/-/postcode-validator-3.7.0.tgz#ea180b860e55adba839fd7f453464b99fc116ecc" + integrity sha512-pl697wPxQ8kb3S0qoIHdNsqPjMY3ieKQtR6+dp0o+NOlM6ImzDpyKSdlXgGzzjoUElDUdXWezFjGGd9yITM+Xg== postcss-attribute-case-insensitive@^5.0.0: version "5.0.0"