Skip to content

Commit

Permalink
chore(deps): update dependency @types/node to v20.16.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 24, 2024
1 parent 699d126 commit d443fdb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"@capacitor/cli": "latest",
"@types/express": "4.17.21",
"@types/mocha": "10.0.8",
"@types/node": "20.16.5",
"@types/node": "20.16.6",
"async-test-util": "2.5.0",
"browser-sync": "^3.0.0",
"concurrently": "9.0.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"vue-router": "4.4.5"
},
"devDependencies": {
"@types/node": "20.16.5",
"@types/node": "20.16.6",
"@types/pouchdb-adapter-http": "6.1.6",
"@types/pouchdb-adapter-idb": "6.1.7",
"@typescript-eslint/eslint-plugin": "7.18.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@
"@types/cors": "2.8.17",
"@types/crypto-js": "4.2.2",
"@types/mocha": "10.0.8",
"@types/node": "20.16.5",
"@types/node": "20.16.6",
"@types/request": "2.48.12",
"@types/request-promise-native": "1.0.21",
"@types/source-map-support": "0.5.10",
Expand Down
2 changes: 1 addition & 1 deletion test/tutorials/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"rxdb": "../../"
},
"devDependencies": {
"@types/node": "20.16.5",
"@types/node": "20.16.6",
"@types/request-promise-native": "1.0.21",
"async-test-util": "2.5.0",
"request": "2.88.2",
Expand Down

0 comments on commit d443fdb

Please sign in to comment.