diff --git a/package-lock.json b/package-lock.json index 639d0df..510a8a9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.9.19", "license": "AGPL-3.0-only", "dependencies": { - "@joint/core": "^4.3.1", + "@joint/core": "^4.3.2", "dxf-parser": "^1.1.2", "fast-xml-parser": "^5.11.0", "idb-keyval": "^6.3.0", @@ -1815,9 +1815,9 @@ } }, "node_modules/@joint/core": { - "version": "4.3.1", - "resolved": "https://registry.npmjs.org/@joint/core/-/core-4.3.1.tgz", - "integrity": "sha512-ikJchpM0Ux9v7CmcR7VQhu2YGS97xrZKjF+rN8nL5XE8ZYf+pSW4Zb0J0+/1AGEvjESN2ppwcJVyxVMbyJ+2XQ==", + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/@joint/core/-/core-4.3.2.tgz", + "integrity": "sha512-OelY44XvmB0mzkKT1PGrw6TARcx7Q6nrDaoHNqWeM3uI7JMoMPz3CZm5ATNLnbLjkdkFkB5vU5fK2E3I6l2StA==", "license": "MPL-2.0" }, "node_modules/@jridgewell/gen-mapping": { diff --git a/package.json b/package.json index 556f1b1..0d568cf 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "e2e": "playwright test" }, "dependencies": { - "@joint/core": "^4.3.1", + "@joint/core": "^4.3.2", "dxf-parser": "^1.1.2", "fast-xml-parser": "^5.11.0", "idb-keyval": "^6.3.0",