From 1812f7ee9da442c79f8bfca7edd73a43fdd732d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 May 2023 03:10:12 +0000 Subject: [PATCH] Bump i18n-iso-countries from 6.8.0 to 7.6.0 Bumps [i18n-iso-countries](https://github.com/michaelwittig/node-i18n-iso-countries) from 6.8.0 to 7.6.0. - [Release notes](https://github.com/michaelwittig/node-i18n-iso-countries/releases) - [Commits](https://github.com/michaelwittig/node-i18n-iso-countries/compare/v6.8.0...v7.6.0) --- updated-dependencies: - dependency-name: i18n-iso-countries dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index fbcc42c..c5cac73 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18311,7 +18311,7 @@ "diacritics": { "version": "1.3.0", "resolved": "https://registry.npmjs.org/diacritics/-/diacritics-1.3.0.tgz", - "integrity": "sha1-PvqHMj67hj5mls67AILUj/PW96E=" + "integrity": "sha512-wlwEkqcsaxvPJML+rDh/2iS824jbREk6DUMUKkEaSlxdYHeS43cClJtsWglvw2RfeXGm6ohKDqsXteJ5sP5enA==" }, "diff": { "version": "4.0.2", @@ -20719,9 +20719,9 @@ } }, "i18n-iso-countries": { - "version": "6.8.0", - "resolved": "https://registry.npmjs.org/i18n-iso-countries/-/i18n-iso-countries-6.8.0.tgz", - "integrity": "sha512-jJs/+CA6+VUICFxqGcB0vFMERGfhfvyNk+8Vb9EagSZkl7kSpm/kT0VyhvzM/zixDWEV/+oN9L7v/GT9BwzoGg==", + "version": "7.6.0", + "resolved": "https://registry.npmjs.org/i18n-iso-countries/-/i18n-iso-countries-7.6.0.tgz", + "integrity": "sha512-HPKjOUKS0BkjiY4ayrsuFbu7Ock++pXLs+FAOYl4WfTL5L0ploEH68fiRAP6Zev5g/jvMFt54KcPGJcb942wbg==", "requires": { "diacritics": "1.3.0" } diff --git a/package.json b/package.json index a34a097..9fcd792 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "bootstrap": "^5.1.0", "boxicons": "^2.0.9", "gsap": "^3.7.1", - "i18n-iso-countries": "^6.8.0", + "i18n-iso-countries": "^7.6.0", "jquery": "^3.6.0", "mail": "^0.2.3", "ngx-bootstrap": "^7.0.0",