From 7fcac87fa8c1f18748f90a8499432f215ba9d7f1 Mon Sep 17 00:00:00 2001 From: Futa IWATA Date: Mon, 4 Nov 2024 07:14:39 +0900 Subject: [PATCH] node@22 --- .github/workflows/astro.yml | 2 +- .github/workflows/netlify.yml | 2 +- README.md | 2 +- package-lock.json | 20 +++++++++++--------- package.json | 2 +- 5 files changed, 15 insertions(+), 13 deletions(-) diff --git a/.github/workflows/astro.yml b/.github/workflows/astro.yml index 432e21697e..896eb4b958 100644 --- a/.github/workflows/astro.yml +++ b/.github/workflows/astro.yml @@ -29,7 +29,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v4 with: - node-version: 20 + node-version: 22 - name: Setup node_modules Cache uses: actions/cache@v4 with: diff --git a/.github/workflows/netlify.yml b/.github/workflows/netlify.yml index 6880ad0d89..08d013ecf5 100644 --- a/.github/workflows/netlify.yml +++ b/.github/workflows/netlify.yml @@ -14,7 +14,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v4 with: - node-version: 20 + node-version: 22 - name: Setup node_modules Cache uses: actions/cache@v4 with: diff --git a/README.md b/README.md index 1e059e5bac..6d069046ee 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ uteleconは,オンライン授業やWeb会議に関する情報をワンスト ## Preview -[Node.js](https://nodejs.org) が必要です.v20の最新版(LTS)をインストールしてください. +[Node.js](https://nodejs.org) が必要です.v22の最新版(LTS)をインストールしてください. - レポジトリをクローンしたら,まず`npm install`を実行します. - プレビューを開始するには,`npm run dev`を実行します.`^C`で終了します. diff --git a/package-lock.json b/package-lock.json index 5330e2b69a..07759c73c5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -49,7 +49,7 @@ "devDependencies": { "@types/hast": "3.0.4", "@types/mdast": "4.0.4", - "@types/node": "^20.14.15", + "@types/node": "^22.8.7", "@types/unist": "3.0.2", "typescript": "^5.5.4" } @@ -2007,12 +2007,13 @@ "integrity": "sha512-IfYcSBWE3hLpBg8+X2SEa8LVkJdJEkT2Ese2aaLs3ptGdVtABxndrMaxuFlQ1qdFf9Q5rDvDpxI3WwgvKFAsQA==" }, "node_modules/@types/node": { - "version": "20.14.15", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.14.15.tgz", - "integrity": "sha512-Fz1xDMCF/B00/tYSVMlmK7hVeLh7jE5f3B7X1/hmV0MJBwE27KlS7EvD/Yp+z1lm8mVhwV5w+n8jOZG8AfTlKw==", + "version": "22.8.7", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.8.7.tgz", + "integrity": "sha512-LidcG+2UeYIWcMuMUpBKOnryBWG/rnmOHQR5apjn8myTQcx3rinFRn7DcIFhMnS0PPFSC6OafdIKEad0lj6U0Q==", "devOptional": true, + "license": "MIT", "dependencies": { - "undici-types": "~5.26.4" + "undici-types": "~6.19.8" } }, "node_modules/@types/prop-types": { @@ -7415,10 +7416,11 @@ "license": "MIT" }, "node_modules/undici-types": { - "version": "5.26.5", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz", - "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==", - "devOptional": true + "version": "6.19.8", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.19.8.tgz", + "integrity": "sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==", + "devOptional": true, + "license": "MIT" }, "node_modules/unherit": { "version": "3.0.1", diff --git a/package.json b/package.json index 1ec6724298..4033a34453 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "devDependencies": { "@types/hast": "3.0.4", "@types/mdast": "4.0.4", - "@types/node": "^20.14.15", + "@types/node": "^22.8.7", "@types/unist": "3.0.2", "typescript": "^5.5.4" }