Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"homepage": "https://github.com/microsoft/vscode-github-triage-actions#readme",
"dependencies": {
"@actions/core": "^1.6.0",
"@actions/core": "^1.10.1",
"@actions/exec": "^1.1.0",
"@actions/github": "^2.1.1",
"@betterer/betterer": "^5.3.7",
Expand Down
52 changes: 44 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,13 @@ __metadata:
version: 5
cacheKey: 8

"@actions/core@npm:^1.6.0":
version: 1.6.0
resolution: "@actions/core@npm:1.6.0"
"@actions/core@npm:^1.10.1":
version: 1.10.1
resolution: "@actions/core@npm:1.10.1"
dependencies:
"@actions/http-client": ^1.0.11
checksum: ac4689b6095110546d771f15388173c5e4ff3f808a9cadca2089df5e92b8c81e8ee32c47a38b7ab9dc9e690bac4be71561a73fec631547dfa57ee9b7ff7dc6d7
"@actions/http-client": ^2.0.1
uuid: ^8.3.2
checksum: 96524c2725e70e3c3176b4e4d93a1358a86f3c5ca777db9a2f65eadfa672f00877db359bf60fffc416c33838ffb4743db93bcc5bf53e76199dd28bf7f7ff8e80
languageName: node
linkType: hard

Expand All @@ -34,7 +35,7 @@ __metadata:
languageName: node
linkType: hard

"@actions/http-client@npm:^1.0.11, @actions/http-client@npm:^1.0.3":
"@actions/http-client@npm:^1.0.3":
version: 1.0.11
resolution: "@actions/http-client@npm:1.0.11"
dependencies:
Expand All @@ -43,6 +44,16 @@ __metadata:
languageName: node
linkType: hard

"@actions/http-client@npm:^2.0.1":
version: 2.2.0
resolution: "@actions/http-client@npm:2.2.0"
dependencies:
tunnel: ^0.0.6
undici: ^5.25.4
checksum: 075fc21e8c05e865239bfc5cc91ce42aff7ac7877a5828145545cb27c572f74af8f96f90233f3ba2376525a9032bb8eadebd7221c007ce62459b99d5d2362f94
languageName: node
linkType: hard

"@actions/io@npm:^1.0.1":
version: 1.1.1
resolution: "@actions/io@npm:1.1.1"
Expand Down Expand Up @@ -852,6 +863,13 @@ __metadata:
languageName: node
linkType: hard

"@fastify/busboy@npm:^2.0.0":
version: 2.1.0
resolution: "@fastify/busboy@npm:2.1.0"
checksum: 3233abd10f73e50668cb4bb278a79b7b3fadd30215ac6458299b0e5a09a29c3586ec07597aae6bd93f5cbedfcef43a8aeea51829cd28fc13850cdbcd324c28d5
languageName: node
linkType: hard

"@gar/promisify@npm:^1.0.1":
version: 1.1.2
resolution: "@gar/promisify@npm:1.1.2"
Expand Down Expand Up @@ -5988,7 +6006,7 @@ __metadata:
languageName: node
linkType: hard

"tunnel@npm:0.0.6":
"tunnel@npm:0.0.6, tunnel@npm:^0.0.6":
version: 0.0.6
resolution: "tunnel@npm:0.0.6"
checksum: c362948df9ad34b649b5585e54ce2838fa583aa3037091aaed66793c65b423a264e5229f0d7e9a95513a795ac2bd4cb72cda7e89a74313f182c1e9ae0b0994fa
Expand Down Expand Up @@ -6090,6 +6108,15 @@ __metadata:
languageName: node
linkType: hard

"undici@npm:^5.25.4":
version: 5.28.2
resolution: "undici@npm:5.28.2"
dependencies:
"@fastify/busboy": ^2.0.0
checksum: f9e9335803f962fff07c3c11c6d50bbc76248bacf97035047155adb29c3622a65bd6bff23a22218189740133149d22e63b68131d8c40e78ac6cb4b6d686a6dfa
languageName: node
linkType: hard

"unique-filename@npm:^1.1.1":
version: 1.1.1
resolution: "unique-filename@npm:1.1.1"
Expand Down Expand Up @@ -6147,6 +6174,15 @@ __metadata:
languageName: node
linkType: hard

"uuid@npm:^8.3.2":
version: 8.3.2
resolution: "uuid@npm:8.3.2"
bin:
uuid: dist/bin/uuid
checksum: 5575a8a75c13120e2f10e6ddc801b2c7ed7d8f3c8ac22c7ed0c7b2ba6383ec0abda88c905085d630e251719e0777045ae3236f04c812184b7c765f63a70e58df
languageName: node
linkType: hard

"v8-compile-cache-lib@npm:^3.0.1":
version: 3.0.1
resolution: "v8-compile-cache-lib@npm:3.0.1"
Expand Down Expand Up @@ -6176,7 +6212,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "vscode-github-triage-actions@workspace:."
dependencies:
"@actions/core": ^1.6.0
"@actions/core": ^1.10.1
"@actions/exec": ^1.1.0
"@actions/github": ^2.1.1
"@betterer/betterer": ^5.3.7
Expand Down