From 91bbbf513792b9450214fa95856bca2defe23693 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 22:09:06 +0000 Subject: [PATCH] chore(deps): update dependency node to v24 --- .github/workflows/main.yml | 2 +- package.json | 2 +- pnpm-lock.yaml | 22 +++++++++++----------- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 73af483..483e6b9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -25,7 +25,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: "16" + node-version: "24" - uses: pnpm/action-setup@v2.4.1 with: version: 6.35.1 diff --git a/package.json b/package.json index b954d8e..fdc4d3f 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "@semantic-release/exec": "6.0.3", "@semantic-release/git": "10.0.1", "@semantic-release/npm": "10.0.6", - "@types/node": "18.19.130", + "@types/node": "24.10.1", "@types/react": "18.3.27", "@types/react-dom": "18.3.7", "@typescript-eslint/eslint-plugin": "5.62.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 605c7f4..a276ff7 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -29,8 +29,8 @@ devDependencies: specifier: 10.0.6 version: 10.0.6(semantic-release@21.1.2) '@types/node': - specifier: 18.19.130 - version: 18.19.130 + specifier: 24.10.1 + version: 24.10.1 '@types/react': specifier: 18.3.27 version: 18.3.27 @@ -75,7 +75,7 @@ devDependencies: version: 4.9.5 vite: specifier: 4.5.14 - version: 4.5.14(@types/node@18.19.130) + version: 4.5.14(@types/node@24.10.1) vite-plugin-logseq: specifier: 1.1.2 version: 1.1.2 @@ -973,10 +973,10 @@ packages: resolution: {integrity: sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==} dev: true - /@types/node@18.19.130: - resolution: {integrity: sha512-GRaXQx6jGfL8sKfaIDD6OupbIHBr9jv7Jnaml9tB7l4v068PAOXqfcujMMo5PhbIs6ggR1XODELqahT2R8v0fg==} + /@types/node@24.10.1: + resolution: {integrity: sha512-GNWcUTRBgIRJD5zj+Tq0fKOJ5XZajIiBroOF0yvj2bSU1WvNdYS/dn9UxwsujGW4JX06dnHyjV2y9rRaybH0iQ==} dependencies: - undici-types: 5.26.5 + undici-types: 7.16.0 dev: true /@types/normalize-package-data@2.4.1: @@ -1151,7 +1151,7 @@ packages: '@babel/plugin-transform-react-jsx-source': 7.19.6(@babel/core@7.20.12) magic-string: 0.27.0 react-refresh: 0.14.0 - vite: 4.5.14(@types/node@18.19.130) + vite: 4.5.14(@types/node@24.10.1) transitivePeerDependencies: - supports-color dev: true @@ -5166,8 +5166,8 @@ packages: which-boxed-primitive: 1.1.1 dev: true - /undici-types@5.26.5: - resolution: {integrity: sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==} + /undici-types@7.16.0: + resolution: {integrity: sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==} dev: true /unique-string@3.0.0: @@ -5242,7 +5242,7 @@ packages: magic-string: 0.26.1 dev: true - /vite@4.5.14(@types/node@18.19.130): + /vite@4.5.14(@types/node@24.10.1): resolution: {integrity: sha512-+v57oAaoYNnO3hIu5Z/tJRZjq5aHM2zDve9YZ8HngVHbhk66RStobhb1sqPMIPEleV6cNKYK4eGrAbE9Ulbl2g==} engines: {node: ^14.18.0 || >=16.0.0} hasBin: true @@ -5270,7 +5270,7 @@ packages: terser: optional: true dependencies: - '@types/node': 18.19.130 + '@types/node': 24.10.1 esbuild: 0.18.11 postcss: 8.5.6 rollup: 3.27.2