From cb2458e301735bef08555951e96c0a3a336f528a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 21 Feb 2024 21:35:04 +0000 Subject: [PATCH] fix: upgrade country-region-data from 2.6.0 to 2.7.0 Snyk has created this PR to upgrade country-region-data from 2.6.0 to 2.7.0. See this package in npm: https://www.npmjs.com/package/country-region-data See this project in Snyk: https://app.snyk.io/org/knanjukutty-polymath/project/396f1bd2-ec78-4640-8276-78a3e9f1f7f2?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 841fdde..5dc8942 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "UNLICENSED", "dependencies": { "@tippyjs/react": "^4.2.5", - "country-region-data": "^2.6.0", + "country-region-data": "^2.7.0", "focus-visible": "^5.2.0", "lodash": "^4.17.21", "moment": "^2.29.1", @@ -15056,9 +15056,9 @@ } }, "node_modules/country-region-data": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/country-region-data/-/country-region-data-2.6.0.tgz", - "integrity": "sha512-DWbBVwx+IVFKIL32Lw78ZOFEIL7Frfc7IoUIqiZKilDYfustS+QrKINR7AmtqajonU494VUfcXBi/TlJUFqbrA==" + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/country-region-data/-/country-region-data-2.7.0.tgz", + "integrity": "sha512-bBh+6PMt2uMCL4pPMYeR6GnoyOFgiITXPAdLU86gYOTOVvdgUyQtCaoIwdySDOUaFIEKXT94yuw+ldx614IUcA==" }, "node_modules/cp-file": { "version": "7.0.0", @@ -48404,9 +48404,9 @@ } }, "country-region-data": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/country-region-data/-/country-region-data-2.6.0.tgz", - "integrity": "sha512-DWbBVwx+IVFKIL32Lw78ZOFEIL7Frfc7IoUIqiZKilDYfustS+QrKINR7AmtqajonU494VUfcXBi/TlJUFqbrA==" + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/country-region-data/-/country-region-data-2.7.0.tgz", + "integrity": "sha512-bBh+6PMt2uMCL4pPMYeR6GnoyOFgiITXPAdLU86gYOTOVvdgUyQtCaoIwdySDOUaFIEKXT94yuw+ldx614IUcA==" }, "cp-file": { "version": "7.0.0", diff --git a/package.json b/package.json index b9333de..c0e91bd 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ }, "dependencies": { "@tippyjs/react": "^4.2.5", - "country-region-data": "^2.6.0", + "country-region-data": "^2.7.0", "focus-visible": "^5.2.0", "lodash": "^4.17.21", "moment": "^2.29.1",