diff --git a/package.json b/package.json index 02e4291..bf9d419 100644 --- a/package.json +++ b/package.json @@ -28,11 +28,11 @@ "eslint --fix" ] }, - "packageManager": "pnpm@10.18.0", + "packageManager": "pnpm@10.20.0", "type": "module", "engines": { "node": ">=18", - "pnpm": "^10.18.0" + "pnpm": "^10.20.0" }, "repository": { "type": "git", @@ -47,22 +47,22 @@ "@actions/core": "^1.11.1", "cac": "^6.7.14", "execa": "^9.6.0", - "verdaccio": "^6.2.0", + "verdaccio": "^6.2.1", "verdaccio-auth-memory": "^10.3.1" }, "devDependencies": { "@antfu/ni": "^27.0.1", - "@eslint/js": "^9.36.0", - "eslint": "^9.36.0", + "@eslint/js": "^9.39.1", + "eslint": "^9.39.1", "eslint-plugin-n": "^17.23.1", "jiti": "^2.6.1", - "lint-staged": "^16.2.3", + "lint-staged": "^16.2.6", "prettier": "3.6.2", - "rimraf": "^6.0.1", + "rimraf": "^6.1.0", "simple-git-hooks": "^2.13.1", "tsx": "^4.20.6", "typescript": "^5.7.3", - "typescript-eslint": "^8.45.0", + "typescript-eslint": "^8.46.3", "yaml": "^2.8.1" }, "pnpm": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 8edf7d9..0e83025 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -21,7 +21,7 @@ importers: specifier: ^9.6.0 version: 9.6.0 verdaccio: - specifier: ^6.2.0 + specifier: ^6.2.1 version: 6.2.1(typanion@3.14.0) verdaccio-auth-memory: specifier: ^10.3.1 @@ -31,10 +31,10 @@ importers: specifier: ^27.0.1 version: 27.0.1 '@eslint/js': - specifier: ^9.36.0 + specifier: ^9.39.1 version: 9.39.1 eslint: - specifier: ^9.36.0 + specifier: ^9.39.1 version: 9.39.1(jiti@2.6.1) eslint-plugin-n: specifier: ^17.23.1 @@ -43,13 +43,13 @@ importers: specifier: ^2.6.1 version: 2.6.1 lint-staged: - specifier: ^16.2.3 + specifier: ^16.2.6 version: 16.2.6 prettier: specifier: 3.6.2 version: 3.6.2 rimraf: - specifier: ^6.0.1 + specifier: ^6.1.0 version: 6.1.0 simple-git-hooks: specifier: ^2.13.1 @@ -61,7 +61,7 @@ importers: specifier: ^5.7.3 version: 5.9.3 typescript-eslint: - specifier: ^8.45.0 + specifier: ^8.46.3 version: 8.46.3(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3) yaml: specifier: ^2.8.1 @@ -3493,7 +3493,7 @@ snapshots: lodash.isstring: 4.0.1 lodash.once: 4.1.1 ms: 2.1.3 - semver: 7.7.2 + semver: 7.7.3 jsprim@2.0.2: dependencies: diff --git a/typings/package.json b/typings/package.json index 9cc7aa2..8b1318a 100644 --- a/typings/package.json +++ b/typings/package.json @@ -4,6 +4,6 @@ "private": true, "description": "Alternative typing root directory for the project in order not to pollute the root node_modules", "devDependencies": { - "@types/node": "^22.18.8" + "@types/node": "^22.19.0" } } diff --git a/typings/pnpm-lock.yaml b/typings/pnpm-lock.yaml index d7c9c00..7e2718d 100644 --- a/typings/pnpm-lock.yaml +++ b/typings/pnpm-lock.yaml @@ -9,20 +9,20 @@ importers: .: devDependencies: '@types/node': - specifier: ^22.18.8 - version: 22.18.8 + specifier: ^22.19.0 + version: 22.19.0 packages: - '@types/node@22.18.8': - resolution: {integrity: sha512-pAZSHMiagDR7cARo/cch1f3rXy0AEXwsVsVH09FcyeJVAzCnGgmYis7P3JidtTUjyadhTeSo8TgRPswstghDaw==} + '@types/node@22.19.0': + resolution: {integrity: sha512-xpr/lmLPQEj+TUnHmR+Ab91/glhJvsqcjB+yY0Ix9GO70H6Lb4FHH5GeqdOE5btAx7eIMwuHkp4H2MSkLcqWbA==} undici-types@6.21.0: resolution: {integrity: sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==} snapshots: - '@types/node@22.18.8': + '@types/node@22.19.0': dependencies: undici-types: 6.21.0