diff --git a/desktop/package-lock.json b/desktop/package-lock.json index ac76c8c6c..f69c0eb6c 100644 --- a/desktop/package-lock.json +++ b/desktop/package-lock.json @@ -23,7 +23,7 @@ "chart.js": "4.4.2", "chartjs-plugin-zoom": "2.0.1", "hotkeys-js": "3.13.7", - "interactjs": "1.10.26", + "interactjs": "1.10.27", "leaflet": "1.9.4", "moment": "2.30.1", "panzoom": "9.4.3", @@ -3112,9 +3112,9 @@ } }, "node_modules/@interactjs/types": { - "version": "1.10.26", - "resolved": "https://registry.npmjs.org/@interactjs/types/-/types-1.10.26.tgz", - "integrity": "sha512-DekYpdkMV3XJVd/0k3f4pJluZAsCiG86yEtVXvGLK0lS/Fj0+OzYEv7HoMpcBZSkQ8s7//yaeEBgnxy2tV81lA==" + "version": "1.10.27", + "resolved": "https://registry.npmjs.org/@interactjs/types/-/types-1.10.27.tgz", + "integrity": "sha512-BUdv0cvs4H5ODuwft2Xp4eL8Vmi3LcihK42z0Ft/FbVJZoRioBsxH+LlsBdK4tAie7PqlKGy+1oyOncu1nQ6eA==" }, "node_modules/@isaacs/cliui": { "version": "8.0.2", @@ -9709,11 +9709,11 @@ } }, "node_modules/interactjs": { - "version": "1.10.26", - "resolved": "https://registry.npmjs.org/interactjs/-/interactjs-1.10.26.tgz", - "integrity": "sha512-5gNTNDTfEHp2EifqtWGi5VkD3CMZVJSTGmtK/IsVRd+rkOk3E63iVs5Z+IeD5K1Lr0qZpU2754VHAwf5i+Z9xg==", + "version": "1.10.27", + "resolved": "https://registry.npmjs.org/interactjs/-/interactjs-1.10.27.tgz", + "integrity": "sha512-y/8RcCftGAF24gSp76X2JS3XpHiUvDQyhF8i7ujemBz77hwiHDuJzftHx7thY8cxGogwGiPJ+o97kWB6eAXnsA==", "dependencies": { - "@interactjs/types": "1.10.26" + "@interactjs/types": "1.10.27" } }, "node_modules/internal-slot": { diff --git a/desktop/package.json b/desktop/package.json index de31362cf..7bfef57bd 100644 --- a/desktop/package.json +++ b/desktop/package.json @@ -42,7 +42,7 @@ "chart.js": "4.4.2", "chartjs-plugin-zoom": "2.0.1", "hotkeys-js": "3.13.7", - "interactjs": "1.10.26", + "interactjs": "1.10.27", "leaflet": "1.9.4", "moment": "2.30.1", "panzoom": "9.4.3",