From 8ffc070622ae6164ee1adde656f30551990fd40b Mon Sep 17 00:00:00 2001 From: florianfederspiel Date: Sun, 16 Feb 2025 18:36:06 +0100 Subject: [PATCH] Removed JS Print Manager Packet --- package-lock.json | 9 +++++---- package.json | 1 - 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index ab0da91..1964a34 100644 --- a/package-lock.json +++ b/package-lock.json @@ -40,7 +40,7 @@ "dayjs": "^1.11.10", "fast-sort": "^3.4.1", "handlebars": "^4.7.8", - "jsprintmanager": "^6.0.3", + "jsprintmanager": "^7.0.2", "leaflet": "^1.9.4", "maplibre-gl": "^4.7.0", "nuxt-editorjs": "^1.0.4", @@ -10049,9 +10049,10 @@ } }, "node_modules/jsprintmanager": { - "version": "6.0.3", - "resolved": "https://registry.npmjs.org/jsprintmanager/-/jsprintmanager-6.0.3.tgz", - "integrity": "sha512-5JQIUtdjad8w5SiG1cws635XW8qgSJEK6E0bTe8ksEf/Z+p8V9O1Ou6IHkU2lMD1Wv0uhOr8/aGNqIH0aSgQ4Q==" + "version": "7.0.2", + "resolved": "https://registry.npmjs.org/jsprintmanager/-/jsprintmanager-7.0.2.tgz", + "integrity": "sha512-mripy7zRw0njMoP6aft1qYwiDIUNEoSyNovge2CDxujvZYVs5p29aL9oyQVM0x0hKpVUmuGb8wLLitU+e/+HiA==", + "license": "SEE LICENSE IN " }, "node_modules/kdbush": { "version": "4.0.2", diff --git a/package.json b/package.json index a1f17dc..efc4a79 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,6 @@ "dayjs": "^1.11.10", "fast-sort": "^3.4.1", "handlebars": "^4.7.8", - "jsprintmanager": "^6.0.3", "leaflet": "^1.9.4", "maplibre-gl": "^4.7.0", "nuxt-editorjs": "^1.0.4",