Skip to content

Commit e521d1e

Browse files
committed
Update dependency @types/yargs to v17.0.26
1 parent e19360c commit e521d1e

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.5",
2828
"@types/node": "^18.13.0",
2929
"@types/uuid": "^9.0.4",
30-
"@types/yargs": "17.0.25",
30+
"@types/yargs": "17.0.26",
3131
"@typescript-eslint/eslint-plugin": "^5.62.0",
3232
"@typescript-eslint/parser": "^5.62.0",
3333
"eslint": "^8.50.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.2",
32-
"@types/yargs": "^17.0.25"
32+
"@types/yargs": "^17.0.26"
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.25", "@types/yargs@^17.0.25":
1321-
version "17.0.25"
1322-
resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-17.0.25.tgz#3edd102803c97356fb4c805b2bbaf7dfc9ab6abc"
1323-
integrity sha512-gy7iPgwnzNvxgAEi2bXOHWCVOG6f7xsprVJH4MjlAWeBmJ7vh/Y1kwMtUrs64ztf24zVIRCpr3n/z6gm9QIkgg==
1320+
"@types/yargs@17.0.26", "@types/yargs@^17.0.26":
1321+
version "17.0.26"
1322+
resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-17.0.26.tgz#388e5002a8b284ad7b4599ba89920a6d74d8d79a"
1323+
integrity sha512-Y3vDy2X6zw/ZCumcwLpdhM5L7jmyGpmBCTYMHDLqT2IKVMYRRLdv6ZakA+wxhra6Z/3bwhNbNl9bDGXaFU+6rw==
13241324
dependencies:
13251325
"@types/yargs-parser" "*"
13261326

0 commit comments

Comments
 (0)