From d9d5f60e2e1ea80709340d54f0a5daba4acdc3af Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 04:12:49 +0000 Subject: [PATCH] chore(deps): update dependency @types/node to v20.11.1 --- examples/angular/package.json | 2 +- examples/vue/package.json | 2 +- package.json | 2 +- test/tutorials/package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/angular/package.json b/examples/angular/package.json index b895fd03c4a..fb5a033ca28 100644 --- a/examples/angular/package.json +++ b/examples/angular/package.json @@ -78,7 +78,7 @@ "@nguniversal/builders": "16.2.0", "@types/express": "4.17.21", "@types/mocha": "10.0.6", - "@types/node": "20.11.0", + "@types/node": "20.11.1", "async-test-util": "2.2.1", "concurrently": "8.2.2", "copyfiles": "2.4.1", diff --git a/examples/vue/package.json b/examples/vue/package.json index b549d952dbd..2fc0573afc9 100644 --- a/examples/vue/package.json +++ b/examples/vue/package.json @@ -25,7 +25,7 @@ "vue-router": "4.2.5" }, "devDependencies": { - "@types/node": "20.11.0", + "@types/node": "20.11.1", "@types/pouchdb-adapter-http": "6.1.6", "@types/pouchdb-adapter-idb": "6.1.7", "@typescript-eslint/eslint-plugin": "6.18.1", diff --git a/package.json b/package.json index be3f02f472c..e08a9ba8c19 100644 --- a/package.json +++ b/package.json @@ -491,7 +491,7 @@ "@types/cors": "2.8.17", "@types/crypto-js": "4.2.1", "@types/mocha": "10.0.6", - "@types/node": "20.11.0", + "@types/node": "20.11.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 ce11d4030a4..73d11360b16 100644 --- a/test/tutorials/package.json +++ b/test/tutorials/package.json @@ -8,7 +8,7 @@ "rxdb": "../../" }, "devDependencies": { - "@types/node": "20.11.0", + "@types/node": "20.11.1", "@types/request-promise-native": "1.0.21", "async-test-util": "2.2.1", "request": "2.88.2",