build(deps): bump ws from 8.16.0 to 8.17.1 in /test_runner/pg_clients/typescript/serverless-driver (#8087)

This commit is contained in:
dependabot[bot]
2024-06-18 16:40:27 +01:00
committed by GitHub
parent 68a2298973
commit cf60e4c0c5
2 changed files with 5 additions and 5 deletions

View File

@@ -6,7 +6,7 @@
"": {
"dependencies": {
"@neondatabase/serverless": "0.9.0",
"ws": "8.16.0"
"ws": "8.17.1"
}
},
"node_modules/@neondatabase/serverless": {
@@ -96,9 +96,9 @@
}
},
"node_modules/ws": {
"version": "8.16.0",
"resolved": "https://registry.npmjs.org/ws/-/ws-8.16.0.tgz",
"integrity": "sha512-HS0c//TP7Ina87TfiPUz1rQzMhHrl/SG2guqRcTOIUYD2q8uhUdNHZYJUaQ8aTGPzCh+c6oawMKW35nFl1dxyQ==",
"version": "8.17.1",
"resolved": "https://registry.npmjs.org/ws/-/ws-8.17.1.tgz",
"integrity": "sha512-6XQFvXTkbfUOZOKKILFG1PDK2NDQs4azKQl26T0YS5CxqWLgXajbPZ+h4gZekJyRqFU8pvnbAbbs/3TgRPy+GQ==",
"engines": {
"node": ">=10.0.0"
},

View File

@@ -2,6 +2,6 @@
"type": "module",
"dependencies": {
"@neondatabase/serverless": "0.9.0",
"ws": "8.16.0"
"ws": "8.17.1"
}
}