diff --git a/package-lock.json b/package-lock.json index 09227d5..2d885a7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.1", "license": "SEE LICENSE", "dependencies": { - "generalFunctions": "git+https://gitea.centraal.wbd-rd.nl/p.vanderwilt/generalFunctions.git", + "generalFunctions": "git+https://gitea.centraal.wbd-rd.nl/p.vanderwilt/generalFunctions.git#fix-missing-references", "mathjs": "^14.5.2" } }, @@ -62,7 +62,7 @@ }, "node_modules/generalFunctions": { "version": "1.0.0", - "resolved": "git+https://gitea.centraal.wbd-rd.nl/p.vanderwilt/generalFunctions.git#6dcd3c3d26740621cb507d6b2e92c86f7c84f5e1", + "resolved": "git+https://gitea.centraal.wbd-rd.nl/p.vanderwilt/generalFunctions.git#50f99fa64286b35dbb6ba1b6918ebe1175756ebc", "license": "SEE LICENSE" }, "node_modules/javascript-natural-sort": { @@ -72,9 +72,9 @@ "license": "MIT" }, "node_modules/mathjs": { - "version": "14.6.0", - "resolved": "https://registry.npmjs.org/mathjs/-/mathjs-14.6.0.tgz", - "integrity": "sha512-5vI2BLB5GKQmiSK9BH6hVkZ+GgqpdnOgEfmHl7mqVmdQObLynr63KueyYYLCQMzj66q69mV2XZZGQqqxeftQbA==", + "version": "14.7.0", + "resolved": "https://registry.npmjs.org/mathjs/-/mathjs-14.7.0.tgz", + "integrity": "sha512-RaMhb+9MSESjDZNox/FzzuFpIUI+oxGLyOy1t3BMoW53pGWnTzZtlucJ5cvbit0dIMYlCq00gNbW1giZX4/1Rg==", "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.26.10", diff --git a/package.json b/package.json index 6bc14c8..369cba4 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ } }, "dependencies": { - "generalFunctions": "git+https://gitea.centraal.wbd-rd.nl/p.vanderwilt/generalFunctions.git", + "generalFunctions": "git+https://gitea.centraal.wbd-rd.nl/p.vanderwilt/generalFunctions.git#fix-missing-references", "mathjs": "^14.5.2" } }