diff --git a/package-lock.json b/package-lock.json index bbad007..00fd88c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,6 @@ "terminal-image": "^2.0.0" }, "bin": { - "geostyler": "dist/src/index.js", "geostyler-cli": "dist/src/index.js" }, "devDependencies": { @@ -6917,12 +6916,14 @@ } }, "node_modules/geostyler-sld-parser": { - "version": "5.3.1", - "resolved": "https://registry.npmjs.org/geostyler-sld-parser/-/geostyler-sld-parser-5.3.1.tgz", - "integrity": "sha512-JwK1S+ZL5iHdXge96KrM468mOS2/MOH3+6L3RfoABrt+DF3SKSp1Yt94uzctswIHF4MUaamBtqJMIMWFVyk7tA==", + "version": "5.4.0", + "resolved": "https://registry.npmjs.org/geostyler-sld-parser/-/geostyler-sld-parser-5.4.0.tgz", + "integrity": "sha512-TY/gwMoE/M8Xv8ykviC1NqygykrojvrFSCRIc/+CNww5VS0Qf9pu9JxiSQONGfR6QWDPtQrfFIoazyH67c0jTg==", + "license": "BSD-2-Clause", "dependencies": { "fast-xml-parser": "^4.2.2", "geostyler-style": "^8.1.0", + "i18next": "^23.11.5", "lodash": "^4.17.21" }, "funding": { @@ -7492,6 +7493,29 @@ "node": ">=10.17.0" } }, + "node_modules/i18next": { + "version": "23.12.2", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.12.2.tgz", + "integrity": "sha512-XIeh5V+bi8SJSWGL3jqbTEBW5oD6rbP5L+E7dVQh1MNTxxYef0x15rhJVcRb7oiuq4jLtgy2SD8eFlf6P2cmqg==", + "funding": [ + { + "type": "individual", + "url": "https://locize.com" + }, + { + "type": "individual", + "url": "https://locize.com/i18next.html" + }, + { + "type": "individual", + "url": "https://www.i18next.com/how-to/faq#i18next-is-awesome.-how-can-i-support-the-project" + } + ], + "license": "MIT", + "dependencies": { + "@babel/runtime": "^7.23.2" + } + }, "node_modules/iconv-lite": { "version": "0.4.24", "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz",