From 2f2f8296938f6162b79d1659e56f4d0e5ac9b03c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 22:01:18 +0000 Subject: [PATCH] chore(deps): update dependency vite-node to v2 --- package.json | 2 +- pnpm-lock.yaml | 24 ++++++++++++------------ 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/package.json b/package.json index 34bb61af4..89179c657 100644 --- a/package.json +++ b/package.json @@ -133,7 +133,7 @@ "unplugin-icons": "0.20.2", "uuid": "10.0.0", "vite": "5.4.11", - "vite-node": "1.6.0", + "vite-node": "2.1.8", "vite-tsconfig-paths": "5.1.3", "yaml": "2.6.1", "yaml-loader": "0.8.1" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index dce1f505e..3fdb5f8fc 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -322,8 +322,8 @@ importers: specifier: 5.4.11 version: 5.4.11(@types/node@20.17.9)(sass@1.81.0)(terser@5.30.3) vite-node: - specifier: 1.6.0 - version: 1.6.0(@types/node@20.17.9)(sass@1.81.0)(terser@5.30.3) + specifier: 2.1.8 + version: 2.1.8(@types/node@20.17.9)(sass@1.81.0)(terser@5.30.3) vite-tsconfig-paths: specifier: 5.1.3 version: 5.1.3(typescript@5.4.5)(vite@5.4.11(@types/node@20.17.9)(sass@1.81.0)(terser@5.30.3)) @@ -2726,6 +2726,9 @@ packages: es-module-lexer@1.5.0: resolution: {integrity: sha512-pqrTKmwEIgafsYZAGw9kszYzmagcE/n4dbgwGWLEXg7J4QFJVQRBld8j3Q3GNez79jzxZshq0bcT962QHOghjw==} + es-module-lexer@1.5.4: + resolution: {integrity: sha512-MVNK56NiMrOwitFB7cqDwq0CQutbw+0BvLshJSse0MUNU+y1FC3bUS/AQg7oUng+/wKrrki7JfmwtVHkVfPLlw==} + es-object-atoms@1.0.0: resolution: {integrity: sha512-MZ4iQ6JwHOBQjahnjwaC1ZtIBH+2ohjamzAO3oaHcXYup7qxjF2fixyH+Q71voWHeOkI2q/TnJao/KfXYIZWbw==} engines: {node: '>= 0.4'} @@ -4072,9 +4075,6 @@ packages: perfect-debounce@1.0.0: resolution: {integrity: sha512-xCy9V055GLEqoFaHoC1SoLIaLmWctgCUaBaWxDZ7/Zx4CTyX7cJQLJOok/orfjZAh9kEYpjJa4d0KcJmCbctZA==} - picocolors@1.0.0: - resolution: {integrity: sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==} - picocolors@1.0.1: resolution: {integrity: sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew==} @@ -5061,8 +5061,8 @@ packages: vfile@6.0.1: resolution: {integrity: sha512-1bYqc7pt6NIADBJ98UiG0Bn/CHIVOoZ/IyEkqIruLg0mE1BKzkOXY2D6CSqQIcKqgadppE5lrxgWXJmXd7zZJw==} - vite-node@1.6.0: - resolution: {integrity: sha512-de6HJgzC+TFzOu0NTC4RAIsyf/DY/ibWDYQUcuEA84EMHhcefTUGkjFHKKEJhQN4A+6I0u++kr3l36ZF2d7XRw==} + vite-node@2.1.8: + resolution: {integrity: sha512-uPAwSr57kYjAUux+8E2j0q0Fxpn8M9VoyfGiRI8Kfktz9NcYMCenwY5RnZxnF1WTu3TGiYipirIzacLL3VVGFg==} engines: {node: ^18.0.0 || >=20.0.0} hasBin: true @@ -7828,6 +7828,8 @@ snapshots: es-module-lexer@1.5.0: {} + es-module-lexer@1.5.4: {} + es-object-atoms@1.0.0: dependencies: es-errors: 1.3.0 @@ -9261,8 +9263,6 @@ snapshots: perfect-debounce@1.0.0: {} - picocolors@1.0.0: {} - picocolors@1.0.1: {} picocolors@1.1.1: {} @@ -10384,12 +10384,12 @@ snapshots: unist-util-stringify-position: 4.0.0 vfile-message: 4.0.2 - vite-node@1.6.0(@types/node@20.17.9)(sass@1.81.0)(terser@5.30.3): + vite-node@2.1.8(@types/node@20.17.9)(sass@1.81.0)(terser@5.30.3): dependencies: cac: 6.7.14 - debug: 4.3.4 + debug: 4.3.7 + es-module-lexer: 1.5.4 pathe: 1.1.2 - picocolors: 1.0.0 vite: 5.4.11(@types/node@20.17.9)(sass@1.81.0)(terser@5.30.3) transitivePeerDependencies: - '@types/node'