diff --git a/package-lock.json b/package-lock.json index 1f947b197..005cf44ea 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "dependency-graph": "^1.0.0", "entities": "^8.0.0", "import-module-string": "^2.0.3", - "iso-639-1": "^3.1.5", + "iso-639-1": "^3.1.6", "kleur": "^4.1.5", "liquidjs": "^10.27.1", "markdown-it": "^14.2.0", @@ -6638,9 +6638,9 @@ "license": "ISC" }, "node_modules/iso-639-1": { - "version": "3.1.5", - "resolved": "https://registry.npmjs.org/iso-639-1/-/iso-639-1-3.1.5.tgz", - "integrity": "sha512-gXkz5+KN7HrG0Q5UGqSMO2qB9AsbEeyLP54kF1YrMsIxmu+g4BdB7rflReZTSTZGpfj8wywu6pfPBCylPIzGQA==", + "version": "3.1.6", + "resolved": "https://registry.npmjs.org/iso-639-1/-/iso-639-1-3.1.6.tgz", + "integrity": "sha512-ZFar/L4ngX7wZh2QX+Fiftmuf0igWJsrJtfizrovWifF1gAWkfmRa5Z1m0LQZbm0hKCHRDYhLRSLFrSqNe4EJA==", "license": "MIT", "engines": { "node": ">=6.0" diff --git a/package.json b/package.json index b2d1bceaa..41d0b2061 100644 --- a/package.json +++ b/package.json @@ -153,7 +153,7 @@ "dependency-graph": "^1.0.0", "entities": "^8.0.0", "import-module-string": "^2.0.3", - "iso-639-1": "^3.1.5", + "iso-639-1": "^3.1.6", "kleur": "^4.1.5", "liquidjs": "^10.27.1", "markdown-it": "^14.2.0",