Skip to content

Commit b3deda1

Browse files
chore(deps): update dependency @types/yargs to v17.0.35 (#568)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d0c5126 commit b3deda1

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
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": "^30.0.0",
2828
"@types/node": "^18.13.0",
2929
"@types/uuid": "^10.0.0",
30-
"@types/yargs": "17.0.33",
30+
"@types/yargs": "17.0.35",
3131
"@typescript-eslint/eslint-plugin": "^5.62.0",
3232
"@typescript-eslint/parser": "^5.62.0",
3333
"eslint": "^8.57.1",

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.33"
32+
"@types/yargs": "^17.0.35"
3333
},
3434
"dependencies": {
3535
"@pinefile/utils": "^2.0.1",

yarn.lock

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1627,7 +1627,14 @@
16271627
resolved "https://registry.yarnpkg.com/@types/yargs-parser/-/yargs-parser-21.0.0.tgz#0c60e537fa790f5f9472ed2776c2b71ec117351b"
16281628
integrity sha512-iO9ZQHkZxHn4mSakYV0vFHAVDyEOIJQrV2uZ06HxEPcx+mt8swXoZHIbaaJ2crJYFfErySgktuTZ3BeLz+XmFA==
16291629

1630-
"@types/[email protected]", "@types/yargs@^17.0.33":
1630+
"@types/[email protected]", "@types/yargs@^17.0.35":
1631+
version "17.0.35"
1632+
resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-17.0.35.tgz#07013e46aa4d7d7d50a49e15604c1c5340d4eb24"
1633+
integrity sha512-qUHkeCyQFxMXg79wQfTtfndEC+N9ZZg76HJftDJp+qH2tV7Gj4OJi7l+PiWwJ+pWtW8GwSmqsDj/oymhrTWXjg==
1634+
dependencies:
1635+
"@types/yargs-parser" "*"
1636+
1637+
"@types/yargs@^17.0.33":
16311638
version "17.0.33"
16321639
resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-17.0.33.tgz#8c32303da83eec050a84b3c7ae7b9f922d13e32d"
16331640
integrity sha512-WpxBCKWPLr4xSsHgz511rFJAM+wS28w2zEO1QDNY5zM/S8ok70NNfztH0xwhqKyaK0OHCbN98LDAZuy1ctxDkA==

0 commit comments

Comments
 (0)