diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index efb2d49..78ee7db 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v5 - uses: actions/setup-node@v6 with: - node-version: 22 + node-version: 24 - run: npm ci - run: npm run build - name: semantic release diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 69357ec..6245334 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@v5 - uses: actions/setup-node@v6 with: - node-version: 22 + node-version: 24 - run: npm ci - run: npm run lint - run: npm run build diff --git a/package-lock.json b/package-lock.json index e31119f..0f3a041 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "@semantic-release/release-notes-generator": "14.1.0", "@smartive/eslint-config": "^6.4.0", "@smartive/prettier-config": "^3.1.2", - "@types/node": "^22.7.0", + "@types/node": "^24.0.0", "eslint": "^9.16.0", "prettier": "^3.3.3", "semantic-release": "^25.0.0", @@ -1105,12 +1105,12 @@ "dev": true }, "node_modules/@types/node": { - "version": "22.18.12", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.18.12.tgz", - "integrity": "sha512-BICHQ67iqxQGFSzfCFTT7MRQ5XcBjG5aeKh5Ok38UBbPe5fxTyE+aHFxwVrGyr8GNlqFMLKD1D3P2K/1ks8tog==", + "version": "24.9.1", + "resolved": "https://registry.npmjs.org/@types/node/-/node-24.9.1.tgz", + "integrity": "sha512-QoiaXANRkSXK6p0Duvt56W208du4P9Uye9hWLWgGMDTEoKPhuenzNcC4vGUmrNkiOKTlIrBoyNQYNpSwfEZXSg==", "license": "MIT", "dependencies": { - "undici-types": "~6.21.0" + "undici-types": "~7.16.0" } }, "node_modules/@types/normalize-package-data": { @@ -10258,9 +10258,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/unicode-emoji-modifier-base": { diff --git a/package.json b/package.json index b2e3183..0d11898 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "@semantic-release/release-notes-generator": "14.1.0", "@smartive/eslint-config": "^6.4.0", "@smartive/prettier-config": "^3.1.2", - "@types/node": "^22.7.0", + "@types/node": "^24.0.0", "eslint": "^9.16.0", "prettier": "^3.3.3", "semantic-release": "^25.0.0",