From 81d451321c72f7482ce030730a96e57cd88342ff Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 28 Feb 2025 06:11:52 +0000 Subject: [PATCH] fix(deps): update dependency linq-to-typescript to v12 --- frontend/package-lock.json | 14 +++++++------- frontend/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index eda84c30..f5ed6351 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -16,7 +16,7 @@ "@types/react": "^18.0.26", "@types/react-dom": "^18.0.10", "axios": "^1.2.1", - "linq-to-typescript": "^10.0.0", + "linq-to-typescript": "^12.0.0", "mapbox-gl": "^2.11.1", "react": "18.1.0", "react-dom": "18.1.0", @@ -11705,9 +11705,9 @@ "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==" }, "node_modules/linq-to-typescript": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/linq-to-typescript/-/linq-to-typescript-10.0.0.tgz", - "integrity": "sha512-2DPRBExWNFe3vLfheSQXWdB+UuytZ3Gvry22pzNtU0ONUCnO6aHEc8Ooqev21CaxiTiVx3QFcyT0rKA0ZxMVuQ==", + "version": "12.0.0", + "resolved": "https://registry.npmjs.org/linq-to-typescript/-/linq-to-typescript-12.0.0.tgz", + "integrity": "sha512-oGwxHP6La0STb/7p9Kbe6XMvMmaNzZHtNGPXeTuWVK1ZsE07EVXtRbAEkYLumfsBQqWeT1ML4GMeOnDvm8gXLw==", "engines": { "node": ">=17" } @@ -26049,9 +26049,9 @@ "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==" }, "linq-to-typescript": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/linq-to-typescript/-/linq-to-typescript-10.0.0.tgz", - "integrity": "sha512-2DPRBExWNFe3vLfheSQXWdB+UuytZ3Gvry22pzNtU0ONUCnO6aHEc8Ooqev21CaxiTiVx3QFcyT0rKA0ZxMVuQ==" + "version": "12.0.0", + "resolved": "https://registry.npmjs.org/linq-to-typescript/-/linq-to-typescript-12.0.0.tgz", + "integrity": "sha512-oGwxHP6La0STb/7p9Kbe6XMvMmaNzZHtNGPXeTuWVK1ZsE07EVXtRbAEkYLumfsBQqWeT1ML4GMeOnDvm8gXLw==" }, "loader-runner": { "version": "4.3.0", diff --git a/frontend/package.json b/frontend/package.json index e90b7b13..bfbd7e99 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -12,7 +12,7 @@ "@types/react": "^18.0.26", "@types/react-dom": "^18.0.10", "axios": "^1.2.1", - "linq-to-typescript": "^10.0.0", + "linq-to-typescript": "^12.0.0", "mapbox-gl": "^2.11.1", "react": "18.1.0", "react-dom": "18.1.0",