From: Jérôme Benoit Date: Wed, 29 May 2024 19:32:53 +0000 (+0200) Subject: build(deps-dev): apply updates X-Git-Tag: v1.3.4~38 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=9e668960f040bf5da86a6d6e7c477d4ad39dfd04;p=e-mobility-charging-stations-simulator.git build(deps-dev): apply updates Signed-off-by: Jérôme Benoit --- diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 6278d98c..47617d4f 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -222,7 +222,7 @@ importers: specifier: ^21.1.6 version: 21.1.6 '@types/node': - specifier: ^20.12.12 + specifier: ^20.12.13 version: 20.12.13 '@typescript-eslint/eslint-plugin': specifier: ^7.11.0 @@ -2542,8 +2542,8 @@ packages: ee-first@1.1.1: resolution: {integrity: sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==} - electron-to-chromium@1.4.783: - resolution: {integrity: sha512-bT0jEz/Xz1fahQpbZ1D7LgmPYZ3iHVY39NcWWro1+hA2IvjiPeaXtfSqrQ+nXjApMvQRE2ASt1itSLRrebHMRQ==} + electron-to-chromium@1.4.784: + resolution: {integrity: sha512-9CZwh+sDrhDAeOEFh8s3PqwduzTyYIeYwZolc1b9ENAUt3ePu7R1sJSCWr/820ISssRxCJUyHI9Wb7j+0Uo1AA==} elliptic@6.5.5: resolution: {integrity: sha512-7EjbcmUm17NQFu4Pmgmq2olYMj8nwMnpcddByChSUjArp8F5DQWcIcpriwO4ZToLNAJig0yiyjswfyGNje/ixw==} @@ -8141,7 +8141,7 @@ snapshots: browserslist@4.23.0: dependencies: caniuse-lite: 1.0.30001625 - electron-to-chromium: 1.4.783 + electron-to-chromium: 1.4.784 node-releases: 2.0.14 update-browserslist-db: 1.0.16(browserslist@4.23.0) @@ -8953,7 +8953,7 @@ snapshots: ee-first@1.1.1: {} - electron-to-chromium@1.4.783: {} + electron-to-chromium@1.4.784: {} elliptic@6.5.5: dependencies: diff --git a/ui/web/package.json b/ui/web/package.json index 42bca566..e0965a2d 100644 --- a/ui/web/package.json +++ b/ui/web/package.json @@ -37,7 +37,7 @@ "@rushstack/eslint-patch": "^1.10.3", "@tsconfig/node20": "^20.1.4", "@types/jsdom": "^21.1.6", - "@types/node": "^20.12.12", + "@types/node": "^20.12.13", "@typescript-eslint/eslint-plugin": "^7.11.0", "@typescript-eslint/parser": "^7.11.0", "@vitejs/plugin-vue": "^5.0.4",