diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index f82c4b4..544a242 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -26,7 +26,7 @@ jobs: - run: bun test - run: bun run build - - uses: actions/setup-node@v5 + - uses: actions/setup-node@v6 with: registry-url: https://registry.npmjs.org/ node-version: 20 diff --git a/bun.lock b/bun.lock index c96a59c..ed4f70d 100644 --- a/bun.lock +++ b/bun.lock @@ -9,9 +9,9 @@ "devDependencies": { "@types/bun": "1.3.0", "@types/jest": "^30.0.0", - "@types/node": "24.7.1", + "@types/node": "24.8.1", "bun-types": "1.3.0", - "fake-indexeddb": "6.2.3", + "fake-indexeddb": "6.2.4", "typescript": "^5.9.3", }, }, @@ -45,7 +45,7 @@ "@types/jest": ["@types/jest@30.0.0", "", { "dependencies": { "expect": "^30.0.0", "pretty-format": "^30.0.0" } }, "sha512-XTYugzhuwqWjws0CVz8QpM36+T+Dz5mTEBKhNs/esGLnCIlGdRy+Dq78NRjd7ls7r8BC8ZRMOrKlkO1hU0JOwA=="], - "@types/node": ["@types/node@24.7.1", "", { "dependencies": { "undici-types": "~7.14.0" } }, "sha512-CmyhGZanP88uuC5GpWU9q+fI61j2SkhO3UGMUdfYRE6Bcy0ccyzn1Rqj9YAB/ZY4kOXmNf0ocah5GtphmLMP6Q=="], + "@types/node": ["@types/node@24.8.1", "", { "dependencies": { "undici-types": "~7.14.0" } }, "sha512-alv65KGRadQVfVcG69MuB4IzdYVpRwMG/mq8KWOaoOdyY617P5ivaDiMCGOFDWD2sAn5Q0mR3mRtUOgm99hL9Q=="], "@types/react": ["@types/react@19.1.13", "", { "dependencies": { "csstype": "^3.0.2" } }, "sha512-hHkbU/eoO3EG5/MZkuFSKmYqPbSVk5byPFa3e7y/8TybHiLMACgI8seVYlicwk7H5K/rI2px9xrQp/C+AUDTiQ=="], @@ -77,7 +77,7 @@ "expect": ["expect@30.1.2", "", { "dependencies": { "@jest/expect-utils": "30.1.2", "@jest/get-type": "30.1.0", "jest-matcher-utils": "30.1.2", "jest-message-util": "30.1.0", "jest-mock": "30.0.5", "jest-util": "30.0.5" } }, "sha512-xvHszRavo28ejws8FpemjhwswGj4w/BetHIL8cU49u4sGyXDw2+p3YbeDbj6xzlxi6kWTjIRSTJ+9sNXPnF0Zg=="], - "fake-indexeddb": ["fake-indexeddb@6.2.3", "", {}, "sha512-idzJXFtDIHNShFZ9ssS8IdsRgAP0t9zwWvSdCKsWK2dgh2xcXA6/2Oteaxar5GJqmwzZXCrKRO6F5IEiR4yJzw=="], + "fake-indexeddb": ["fake-indexeddb@6.2.4", "", {}, "sha512-INKeIKEtSViN4yVtEWEUqbsqmaIy7Ls+MfU0yxQVXg67pOJ/sH1ZxcVrP8XrKULUFohcPD9gnmym+qBfEybACw=="], "fill-range": ["fill-range@7.1.1", "", { "dependencies": { "to-regex-range": "^5.0.1" } }, "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg=="], diff --git a/package.json b/package.json index c485466..e294bd5 100644 --- a/package.json +++ b/package.json @@ -52,9 +52,9 @@ "devDependencies": { "@types/bun": "1.3.0", "@types/jest": "^30.0.0", - "@types/node": "24.7.1", + "@types/node": "24.8.1", "bun-types": "1.3.0", - "fake-indexeddb": "6.2.3", + "fake-indexeddb": "6.2.4", "typescript": "^5.9.3" } } \ No newline at end of file