From: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2026 16:44:56 +0000 (+0200) Subject: chore(deps): update dependency @types/jsdom to v30 (#2080) X-Git-Tag: v4.12~16 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=9337eafab836a76c239e391ebef841aab6655157;p=e-mobility-charging-stations-simulator.git chore(deps): update dependency @types/jsdom to v30 (#2080) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index b84108fe..6c98d300 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -229,8 +229,8 @@ importers: specifier: ^24.0.4 version: 24.0.4 '@types/jsdom': - specifier: ^28.0.3 - version: 28.0.3 + specifier: ^30.0.0 + version: 30.0.0 '@vitejs/plugin-vue': specifier: ^6.0.8 version: 6.0.8(vite@8.2.1(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.6.1)(tsx@4.23.11)(yaml@2.9.0))(vue@3.5.41(typescript@6.0.3)) @@ -1420,8 +1420,8 @@ packages: '@types/geojson@7946.0.16': resolution: {integrity: sha512-6C8nqWur3j98U6+lXDfTUWIfgvZU+EumvpHKcYjujKH7woYyLj2sUmff0tRhrqM7BohUw7Pz3ZB1jj2gW9Fvmg==} - '@types/jsdom@28.0.3': - resolution: {integrity: sha512-/HQ2uFoetFTXuye8vzIcHw2z6Fwi7Hi/qcgC+RoS9NCyewiqxhVGqlG+ViGB6lkax481R6dmhf1I7lIGlzJStQ==} + '@types/jsdom@30.0.0': + resolution: {integrity: sha512-uAHGxujGE0cDaKGdK28zgDotFtNA7MKq5DXl8LrfdxdCI8VHcg15oJz+amHTChPNI5JpgEPQWc2xFdrw3em/nQ==} '@types/jsesc@2.5.1': resolution: {integrity: sha512-9VN+6yxLOPLOav+7PwjZbxiID2bVaeq0ED4qSQmdQTdjnXJSaCVKTR58t15oqH1H5t8Ng2ZX1SabJVoN9Q34bw==} @@ -4452,8 +4452,8 @@ packages: undici-types@7.18.2: resolution: {integrity: sha512-AsuCzffGHJybSaRrmr5eHr81mwJU3kjw6M+uprWvCXiNeN9SOGwQ3Jn8jb8m3Z6izVgknn1R0FTCEAP2QrLY/w==} - undici-types@7.29.0: - resolution: {integrity: sha512-vamA8dGlzMwhpyYpQp9d8vka3o4D/yn5I7ez7Or+msDA4bZ8Uh+Zy91WvWf3I73gDAkFha9JcYRqm2li0Npfgg==} + undici-types@8.10.0: + resolution: {integrity: sha512-ibvdovq3nCFs8Msrd95BW+zUOq+aOVbT+wpHUoPWhztbHEoPc6oof51iFDB6Es8lTKvNvVW9jNSAB8dwrKTMGg==} undici@8.10.0: resolution: {integrity: sha512-HvltHd7avK13QIw/oLe4qoOLyoVSoafqJ2jYOrtMRBkbYT31eiBQ8O0ehRKZiEZCMEyLFQNIADpgCWC5fALvYQ==} @@ -6000,12 +6000,12 @@ snapshots: '@types/geojson@7946.0.16': {} - '@types/jsdom@28.0.3': + '@types/jsdom@30.0.0': dependencies: '@types/node': 24.13.3 '@types/tough-cookie': 4.0.5 parse5: 8.0.1 - undici-types: 7.29.0 + undici-types: 8.10.0 '@types/jsesc@2.5.1': {} @@ -9432,7 +9432,7 @@ snapshots: undici-types@7.18.2: {} - undici-types@7.29.0: {} + undici-types@8.10.0: {} undici@8.10.0: {} diff --git a/ui/web/package.json b/ui/web/package.json index 97ed8c4d..f40b70fd 100644 --- a/ui/web/package.json +++ b/ui/web/package.json @@ -37,7 +37,7 @@ }, "devDependencies": { "@tsconfig/node24": "^24.0.4", - "@types/jsdom": "^28.0.3", + "@types/jsdom": "^30.0.0", "@vitejs/plugin-vue": "^6.0.8", "@vitejs/plugin-vue-jsx": "^5.1.6", "@vitest/coverage-v8": "^4.1.10",