Skip to content

Commit 3043f89

Browse files
Update dependency @types/yargs to v17.0.31
1 parent 184f09b commit 3043f89

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@types/jest": "^29.5.8",
2828
"@types/node": "^18.13.0",
2929
"@types/uuid": "^9.0.6",
30-
"@types/yargs": "17.0.30",
30+
"@types/yargs": "17.0.31",
3131
"@typescript-eslint/eslint-plugin": "^5.62.0",
3232
"@typescript-eslint/parser": "^5.62.0",
3333
"eslint": "^8.53.0",

packages/pine/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"license": "MIT",
3030
"devDependencies": {
3131
"@types/pify": "^5.0.4",
32-
"@types/yargs": "^17.0.30"
32+
"@types/yargs": "^17.0.31"
3333
},
3434
"dependencies": {
3535
"@pinefile/utils": "^2.0.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1317,10 +1317,10 @@
13171317
resolved "https://registry.yarnpkg.com/@types/yargs-parser/-/yargs-parser-21.0.0.tgz#0c60e537fa790f5f9472ed2776c2b71ec117351b"
13181318
integrity sha512-iO9ZQHkZxHn4mSakYV0vFHAVDyEOIJQrV2uZ06HxEPcx+mt8swXoZHIbaaJ2crJYFfErySgktuTZ3BeLz+XmFA==
13191319

1320-
"@types/yargs@17.0.30", "@types/yargs@^17.0.30":
1321-
version "17.0.30"
1322-
resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-17.0.30.tgz#921094ec92faffd2cd7e5ddb02f95ba158ab5c1d"
1323-
integrity sha512-3SJLzYk3yz3EgI9I8OLoH06B3PdXIoU2imrBZzaGqUtUXf5iUNDtmAfCGuQrny1bnmyjh/GM/YNts6WK5jR5Rw==
1320+
"@types/yargs@17.0.31", "@types/yargs@^17.0.31":
1321+
version "17.0.31"
1322+
resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-17.0.31.tgz#8fd0089803fd55d8a285895a18b88cb71a99683c"
1323+
integrity sha512-bocYSx4DI8TmdlvxqGpVNXOgCNR1Jj0gNPhhAY+iz1rgKDAaYrAYdFYnhDV1IFuiuVc9HkOwyDcFxaTElF3/wg==
13241324
dependencies:
13251325
"@types/yargs-parser" "*"
13261326

0 commit comments

Comments
 (0)