From 274ca0d78b6919dfbe87b688ca42fefb49935b0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 08:28:30 +0000 Subject: [PATCH] chore(deps): bump countryjs from `e477f39` to `e618939` Bumps [countryjs](https://github.com/parcellab/countryjs) from `e477f39` to `e618939`. - [Commits](https://github.com/parcellab/countryjs/compare/e477f39532c321d9fc1a3ba19708406d6c870837...e6189390270d34374596126f3e729dabf0c52fc3) --- updated-dependencies: - dependency-name: countryjs dependency-version: e6189390270d34374596126f3e729dabf0c52fc3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package-lock.json b/package-lock.json index 95a0831..b188085 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1438,10 +1438,12 @@ }, "node_modules/countryjs": { "version": "1.8.0", - "resolved": "git+ssh://git@github.com/parcellab/countryjs.git#e477f39532c321d9fc1a3ba19708406d6c870837", + "resolved": "git+ssh://git@github.com/parcellab/countryjs.git#e6189390270d34374596126f3e729dabf0c52fc3", + "integrity": "sha512-S+S4IPCs3SM8juM3lCZ6EkbN0AJ9Ari68iRDwXE7GKlVydMQ04M+OVUYoBAcJbtGETDeUPWJL3qTturOhYi7mg==", "engines": [ "node" ], + "license": "ISC", "dependencies": { "lodash": "^4.17.11", "require-all": "^2.2.0"