diff --git a/examples/angular/package.json b/examples/angular/package.json index 1448d9f66da..d96013b634d 100644 --- a/examples/angular/package.json +++ b/examples/angular/package.json @@ -78,7 +78,7 @@ "@capacitor/cli": "latest", "@types/express": "5.0.0", "@types/mocha": "10.0.10", - "@types/node": "22.13.0", + "@types/node": "22.13.1", "async-test-util": "2.5.0", "browser-sync": "^3.0.0", "concurrently": "9.1.2", diff --git a/examples/vue/package.json b/examples/vue/package.json index 657440e85e2..48a3d6e42b1 100644 --- a/examples/vue/package.json +++ b/examples/vue/package.json @@ -26,7 +26,7 @@ "vue-router": "4.5.0" }, "devDependencies": { - "@types/node": "22.13.0", + "@types/node": "22.13.1", "@types/pouchdb-adapter-http": "6.1.6", "@types/pouchdb-adapter-idb": "6.1.7", "@typescript-eslint/eslint-plugin": "7.18.0", diff --git a/package.json b/package.json index aee8864138e..726f141ce67 100644 --- a/package.json +++ b/package.json @@ -503,7 +503,7 @@ "@types/cors": "2.8.17", "@types/crypto-js": "4.2.2", "@types/mocha": "10.0.10", - "@types/node": "22.13.0", + "@types/node": "22.13.1", "@types/request": "2.48.12", "@types/request-promise-native": "1.0.21", "@types/source-map-support": "0.5.10", diff --git a/test/tutorials/package.json b/test/tutorials/package.json index 18ea34b9c16..fa569664e62 100644 --- a/test/tutorials/package.json +++ b/test/tutorials/package.json @@ -8,7 +8,7 @@ "rxdb": "../../" }, "devDependencies": { - "@types/node": "22.13.0", + "@types/node": "22.13.1", "@types/request-promise-native": "1.0.21", "async-test-util": "2.5.0", "request": "2.88.2",