diff --git a/package.json b/package.json index e99804e..cd435c1 100644 --- a/package.json +++ b/package.json @@ -33,29 +33,29 @@ "packages/playground" ], "devDependencies": { - "@commitlint/config-conventional": "19.6.0", + "@commitlint/config-conventional": "19.8.1", "@semantic-release/changelog": "6.0.3", "@semantic-release/commit-analyzer": "13.0.1", "@semantic-release/git": "10.0.1", - "@semantic-release/github": "11.0.1", - "@semantic-release/npm": "12.0.1", + "@semantic-release/github": "11.0.3", + "@semantic-release/npm": "12.0.2", "@semantic-release/release-notes-generator": "14.0.3", - "@vitest/coverage-v8": "2.1.8", - "@vitest/eslint-plugin": "1.1.24", - "@vitest/ui": "2.1.8", - "commitlint": "19.6.1", - "eslint": "9.17.0", + "@vitest/coverage-v8": "2.1.9", + "@vitest/eslint-plugin": "1.3.4", + "@vitest/ui": "2.1.9", + "commitlint": "19.8.1", + "eslint": "9.31.0", "eslint-config-prettier": "9.1.0", "eslint-plugin-no-secrets": "1.1.2", - "eslint-plugin-perfectionist": "4.6.0", - "eslint-plugin-prettier": "5.2.1", + "eslint-plugin-perfectionist": "4.15.0", + "eslint-plugin-prettier": "5.5.1", "eslint-plugin-security": "3.0.1", - "fetch-mock": "12.2.0", + "fetch-mock": "12.5.3", "happy-dom": "15.11.7", "husky": "9.1.7", - "lint-staged": "15.3.0", - "prettier": "3.4.2", - "semantic-release": "24.2.1", + "lint-staged": "15.5.2", + "prettier": "3.6.2", + "semantic-release": "24.2.7", "semantic-release-monorepo": "8.0.2", "vitest": "2.1.8" } diff --git a/packages/observables/package.json b/packages/observables/package.json index ebfa8e1..5027e4b 100644 --- a/packages/observables/package.json +++ b/packages/observables/package.json @@ -22,6 +22,6 @@ }, "dependencies": { "@rxjs-collection/operators": "*", - "rxjs": "7.8.1" + "rxjs": "7.8.2" } } diff --git a/packages/operators/package.json b/packages/operators/package.json index 789e5a4..747ef23 100644 --- a/packages/operators/package.json +++ b/packages/operators/package.json @@ -25,9 +25,9 @@ "@rxjs-collection/observables": "*", "ansi-colors": "4.1.3", "ascii-table3": "0.9.0", - "debug": "4.4.0", + "debug": "4.4.1", "fast-equals": "5.2.2", - "rxjs": "7.8.1" + "rxjs": "7.8.2" }, "devDependencies": { "node-fetch": "3.3.2" diff --git a/packages/playground/package.json b/packages/playground/package.json index f00cb9a..9e3e4b6 100644 --- a/packages/playground/package.json +++ b/packages/playground/package.json @@ -26,7 +26,7 @@ "dependencies": { "@rxjs-collection/observables": "*", "@rxjs-collection/operators": "*", - "rxjs": "7.8.1" + "rxjs": "7.8.2" }, "devDependencies": { "node-fetch": "3.3.2"