Skip to content

Commit a4fffb0

Browse files
committed
deps: update dependency yargs to v18
1 parent fca8250 commit a4fffb0

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

benchmarks/latency-comparison/nodejs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"pg": "^8.11.3",
1616
"testcontainers": "^11.0.0",
1717
"ts-node": "^10.9.2",
18-
"yargs": "^17.7.2"
18+
"yargs": "^18.0.0"
1919
},
2020
"scripts": {
2121
"start": "ts-node src/index.ts",

samples/nodejs/knex/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"pg": "^8.9.0",
1313
"knex": "^3.0.1",
1414
"testcontainers": "^11.0.0",
15-
"yargs": "^17.5.1"
15+
"yargs": "^18.0.0"
1616
},
1717
"scripts": {
1818
"start": "ts-node src/index.ts"

samples/nodejs/prisma-sample-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"dependencies": {
1919
"@prisma/client": "^6.5.0",
20-
"yargs": "^17.5.1",
20+
"yargs": "^18.0.0",
2121
"testcontainers": "^11.0.0"
2222
}
2323
}

samples/nodejs/sequelize/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"pg": "^8.11.3",
1515
"sequelize": "^6.36.0",
1616
"umzug": "^3.6.1",
17-
"yargs": "^17.5.1"
17+
"yargs": "^18.0.0"
1818
},
1919
"scripts": {
2020
"start": "ts-node src/index.ts"

samples/snippets/nodejs-snippets/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@types/pg-copy-streams": "^1.2.5",
1919
"pg": "^8.11.5",
2020
"pg-copy-streams": "^7.0.0",
21-
"yargs": "^17.7.2"
21+
"yargs": "^18.0.0"
2222
},
2323
"scripts": {
2424
"start": "ts-node src/index.ts",

0 commit comments

Comments
 (0)