diff --git a/.github/workflows/ci-main.yml b/.github/workflows/ci-main.yml index 5adbd140a..5b8d9fed3 100644 --- a/.github/workflows/ci-main.yml +++ b/.github/workflows/ci-main.yml @@ -17,7 +17,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 with: - node-version: '24.15.0' + node-version: '24.16.0' - name: Install dependencies run: npm ci --include=optional --ignore-scripts @@ -42,7 +42,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 with: - node-version: '24.15.0' + node-version: '24.16.0' - name: Install dependencies run: npm ci --include=optional --ignore-scripts @@ -64,7 +64,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 with: - node-version: '24.15.0' + node-version: '24.16.0' - name: Install dependencies run: npm ci --include=optional --ignore-scripts @@ -83,7 +83,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 with: - node-version: '24.15.0' + node-version: '24.16.0' - name: Install main package dependencies run: npm ci --include=optional --ignore-scripts @@ -174,7 +174,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 with: - node-version: '24.15.0' + node-version: '24.16.0' - name: Install main package dependencies run: npm ci --include=optional --ignore-scripts diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 684f71939..bba2110fd 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -17,7 +17,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 with: - node-version: '24.15.0' + node-version: '24.16.0' - name: Install dependencies run: npm ci --include=optional --ignore-scripts @@ -43,7 +43,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 with: - node-version: '24.15.0' + node-version: '24.16.0' - name: Install dependencies run: npm ci --include=optional --ignore-scripts diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 80494a94e..5524d8dc5 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -18,7 +18,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 with: - node-version: '24.15.0' + node-version: '24.16.0' - name: Install dependencies run: npm ci --include=optional --ignore-scripts @@ -43,7 +43,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 with: - node-version: '24.15.0' + node-version: '24.16.0' - name: Install dependencies run: npm ci --include=optional --ignore-scripts @@ -65,7 +65,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 with: - node-version: '24.15.0' + node-version: '24.16.0' - name: Install dependencies run: npm ci --include=optional --ignore-scripts @@ -131,7 +131,7 @@ jobs: if: steps.check-scripts.outputs.exists == 'true' && steps.cache-base.outputs.cache-hit != 'true' && steps.check-base-scripts.outputs.exists == 'true' uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 with: - node-version: '24.15.0' + node-version: '24.16.0' - name: Install dependencies if: steps.check-scripts.outputs.exists == 'true' && steps.cache-base.outputs.cache-hit != 'true' && steps.check-base-scripts.outputs.exists == 'true' @@ -164,7 +164,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 with: - node-version: '24.15.0' + node-version: '24.16.0' - name: Install main package dependencies run: npm ci --include=optional --ignore-scripts @@ -199,7 +199,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 with: - node-version: '24.15.0' + node-version: '24.16.0' - name: Install dependencies run: npm ci --include=optional --ignore-scripts @@ -354,7 +354,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 with: - node-version: '24.15.0' + node-version: '24.16.0' - name: Install main package dependencies run: npm ci --include=optional --ignore-scripts diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3c3d19c4e..627647646 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,7 +30,7 @@ jobs: - name: Setup Node.js 24.x uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 with: - node-version: '24.15.0' + node-version: '24.16.0' registry-url: 'https://registry.npmjs.org' - name: Install dependencies diff --git a/.github/workflows/size-check.yml b/.github/workflows/size-check.yml index 9355e81ac..ce227d026 100644 --- a/.github/workflows/size-check.yml +++ b/.github/workflows/size-check.yml @@ -29,7 +29,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 with: - node-version: '24.15.0' + node-version: '24.16.0' cache: 'npm' - name: Install dependencies diff --git a/.github/workflows/update-badge.yml b/.github/workflows/update-badge.yml index 452207185..982ec1aff 100644 --- a/.github/workflows/update-badge.yml +++ b/.github/workflows/update-badge.yml @@ -28,7 +28,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 with: - node-version: '24.15.0' + node-version: '24.16.0' cache: 'npm' - name: Install dependencies diff --git a/example/package-lock.json b/example/package-lock.json index c755fa24e..7f7bc354c 100644 --- a/example/package-lock.json +++ b/example/package-lock.json @@ -24,7 +24,7 @@ }, "devDependencies": { "@playwright/test": "1.61.0", - "@types/node": "24.12.4", + "@types/node": "24.13.2", "@types/react-dom": "19.2.3", "@types/react-syntax-highlighter": "15.5.13", "@vitejs/plugin-react": "6.0.2", @@ -86,7 +86,7 @@ "@types/lodash.mergewith": "4.6.9", "@types/lodash.omit": "4.5.9", "@types/lodash.omitby": "4.6.9", - "@types/node": "24.12.4", + "@types/node": "24.13.2", "@types/react": "19.2.17", "@vitest/coverage-istanbul": "4.1.9", "chalk": "5.6.2", @@ -833,13 +833,13 @@ } }, "node_modules/@types/node": { - "version": "24.12.4", - "resolved": "https://registry.npmjs.org/@types/node/-/node-24.12.4.tgz", - "integrity": "sha512-GUUEShf+PBCGW2KaXwcIt3Yk+e3pkKwWKb9GSyM9WQVE+ep2jzmHdGsHzu4wgcZy5fN9FBdVzjpBQsYlpfpgLA==", + "version": "24.13.2", + "resolved": "https://registry.npmjs.org/@types/node/-/node-24.13.2.tgz", + "integrity": "sha512-fRa09kZTgu8o71KFcDjUFuc7F+dEbZYZmkI0mg5YBTRs0yMKjYHsq/c0urDKeDb+D5qVgXOdFcuu+DZPKOITwA==", "dev": true, "license": "MIT", "dependencies": { - "undici-types": "~7.16.0" + "undici-types": "~7.18.0" } }, "node_modules/@types/prismjs": { @@ -3469,9 +3469,9 @@ "dev": true }, "node_modules/undici-types": { - "version": "7.16.0", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz", - "integrity": "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==", + "version": "7.18.2", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.18.2.tgz", + "integrity": "sha512-AsuCzffGHJybSaRrmr5eHr81mwJU3kjw6M+uprWvCXiNeN9SOGwQ3Jn8jb8m3Z6izVgknn1R0FTCEAP2QrLY/w==", "dev": true, "license": "MIT" }, diff --git a/example/package.json b/example/package.json index 38195a17b..5b1fed155 100644 --- a/example/package.json +++ b/example/package.json @@ -30,7 +30,7 @@ }, "devDependencies": { "@playwright/test": "1.61.0", - "@types/node": "24.12.4", + "@types/node": "24.13.2", "@types/react-dom": "19.2.3", "@types/react-syntax-highlighter": "15.5.13", "@vitejs/plugin-react": "6.0.2", diff --git a/package-lock.json b/package-lock.json index f57010562..aa5725dac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -57,7 +57,7 @@ "@types/lodash.mergewith": "4.6.9", "@types/lodash.omit": "4.5.9", "@types/lodash.omitby": "4.6.9", - "@types/node": "24.12.4", + "@types/node": "24.13.2", "@types/react": "19.2.17", "@vitest/coverage-istanbul": "4.1.9", "chalk": "5.6.2", @@ -4841,13 +4841,13 @@ } }, "node_modules/@types/node": { - "version": "24.12.4", - "resolved": "https://registry.npmjs.org/@types/node/-/node-24.12.4.tgz", - "integrity": "sha512-GUUEShf+PBCGW2KaXwcIt3Yk+e3pkKwWKb9GSyM9WQVE+ep2jzmHdGsHzu4wgcZy5fN9FBdVzjpBQsYlpfpgLA==", + "version": "24.13.2", + "resolved": "https://registry.npmjs.org/@types/node/-/node-24.13.2.tgz", + "integrity": "sha512-fRa09kZTgu8o71KFcDjUFuc7F+dEbZYZmkI0mg5YBTRs0yMKjYHsq/c0urDKeDb+D5qVgXOdFcuu+DZPKOITwA==", "dev": true, "license": "MIT", "dependencies": { - "undici-types": "~7.16.0" + "undici-types": "~7.18.0" } }, "node_modules/@types/react": { @@ -9322,9 +9322,9 @@ } }, "node_modules/undici-types": { - "version": "7.16.0", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz", - "integrity": "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==", + "version": "7.18.2", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.18.2.tgz", + "integrity": "sha512-AsuCzffGHJybSaRrmr5eHr81mwJU3kjw6M+uprWvCXiNeN9SOGwQ3Jn8jb8m3Z6izVgknn1R0FTCEAP2QrLY/w==", "dev": true, "license": "MIT" }, diff --git a/package.json b/package.json index 973d7e91f..d11be2230 100644 --- a/package.json +++ b/package.json @@ -139,7 +139,7 @@ "@types/lodash.mergewith": "4.6.9", "@types/lodash.omit": "4.5.9", "@types/lodash.omitby": "4.6.9", - "@types/node": "24.12.4", + "@types/node": "24.13.2", "@types/react": "19.2.17", "@vitest/coverage-istanbul": "4.1.9", "chalk": "5.6.2",