diff options
| author | renovate[bot] <renovatebot@noreply.localhost> | 2026-02-07 03:01:46 +0300 |
|---|---|---|
| committer | renovate[bot] <renovatebot@noreply.localhost> | 2026-02-07 03:01:46 +0300 |
| commit | b1a853bbb90d79927c0a736cfd4daef711bb0e08 (patch) | |
| tree | 8a5fd73c5fc6c8543f0527bf9fde1095105e8325 | |
| parent | 37a1495ca7b52891d9fa79aa129af5a6c1fd6bf7 (diff) | |
| download | strapi-plugin-checkbox-list-b1a853bbb90d79927c0a736cfd4daef711bb0e08.tar.xz strapi-plugin-checkbox-list-b1a853bbb90d79927c0a736cfd4daef711bb0e08.zip | |
Update dependency node to v24
| -rw-r--r-- | .gitea/workflows/test.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/publish.yml | 4 | ||||
| -rw-r--r-- | playground/package-lock.json | 16 | ||||
| -rw-r--r-- | playground/package.json | 2 |
4 files changed, 12 insertions, 12 deletions
diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index cba6c12..f682493 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -17,7 +17,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v6 with: - node-version: 22 + node-version: 24 cache: "npm" cache-dependency-path: | package-lock.json diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 69af75e..77b0112 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -19,7 +19,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v6 with: - node-version: 22 + node-version: 24 cache: "npm" cache-dependency-path: | package-lock.json @@ -66,7 +66,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v6 with: - node-version: 22 + node-version: 24 cache: "npm" cache-dependency-path: package-lock.json - name: Upgrade npm for trusted publishing diff --git a/playground/package-lock.json b/playground/package-lock.json index 380e377..8000913 100644 --- a/playground/package-lock.json +++ b/playground/package-lock.json @@ -21,7 +21,7 @@ "styled-components": "^6.0.0" }, "devDependencies": { - "@types/node": "^20", + "@types/node": "^24.0.0", "@types/react": "^18", "@types/react-dom": "^18", "jest": "^30.0.0", @@ -8183,12 +8183,12 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "20.19.32", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.19.32.tgz", - "integrity": "sha512-Ez8QE4DMfhjjTsES9K2dwfV258qBui7qxUsoaixZDiTzbde4U12e1pXGNu/ECsUIOi5/zoCxAQxIhQnaUQ2VvA==", + "version": "24.10.11", + "resolved": "https://registry.npmjs.org/@types/node/-/node-24.10.11.tgz", + "integrity": "sha512-/Af7O8r1frCVgOz0I62jWUtMohJ0/ZQU/ZoketltOJPZpnb17yoNc9BSoVuV9qlaIXJiPNOpsfq4ByFajSArNQ==", "license": "MIT", "dependencies": { - "undici-types": "~6.21.0" + "undici-types": "~7.16.0" } }, "node_modules/@types/nodemon": { @@ -23241,9 +23241,9 @@ } }, "node_modules/undici-types": { - "version": "6.21.0", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz", - "integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==", + "version": "7.16.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz", + "integrity": "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==", "license": "MIT" }, "node_modules/unicorn-magic": { diff --git a/playground/package.json b/playground/package.json index 9f5447a..db446f5 100644 --- a/playground/package.json +++ b/playground/package.json @@ -30,7 +30,7 @@ "styled-components": "^6.0.0" }, "devDependencies": { - "@types/node": "^20", + "@types/node": "^24.0.0", "@types/react": "^18", "@types/react-dom": "^18", "jest": "^30.0.0", |
