|
|
|
@ -9,7 +9,7 @@
|
|
|
|
"version": "6.2.0",
|
|
|
|
"version": "6.2.0",
|
|
|
|
"license": "MIT",
|
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
|
|
|
"dependencies": {
|
|
|
|
"@actions/cache": "^5.0.1",
|
|
|
|
"@actions/cache": "^5.0.3",
|
|
|
|
"@actions/core": "^1.11.1",
|
|
|
|
"@actions/core": "^1.11.1",
|
|
|
|
"@actions/exec": "^1.1.1",
|
|
|
|
"@actions/exec": "^1.1.1",
|
|
|
|
"@actions/glob": "^0.5.0",
|
|
|
|
"@actions/glob": "^0.5.0",
|
|
|
|
@ -41,14 +41,15 @@
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"node_modules/@actions/cache": {
|
|
|
|
"node_modules/@actions/cache": {
|
|
|
|
"version": "5.0.1",
|
|
|
|
"version": "5.0.3",
|
|
|
|
"resolved": "https://registry.npmjs.org/@actions/cache/-/cache-5.0.1.tgz",
|
|
|
|
"resolved": "https://registry.npmjs.org/@actions/cache/-/cache-5.0.3.tgz",
|
|
|
|
"integrity": "sha512-c+oH047Z2zmXLhjMZfEKjxZfv6Ou7T0sn5fhz6yupICXm5OOR47oZn5zxNO8MP7ttkxv5TOg3WsMrffri5Xhfw==",
|
|
|
|
"integrity": "sha512-9joY8Oup+nIpksSBlkuf9/mltnhWx3lydk1tA2PVnXaxFLIIrKqrWDN2CZXlJ+PEErcBARKYn4mHiUCTyMh4Vg==",
|
|
|
|
|
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
|
|
|
"dependencies": {
|
|
|
|
"@actions/core": "^2.0.0",
|
|
|
|
"@actions/core": "^2.0.0",
|
|
|
|
"@actions/exec": "^2.0.0",
|
|
|
|
"@actions/exec": "^2.0.0",
|
|
|
|
"@actions/glob": "^0.5.0",
|
|
|
|
"@actions/glob": "^0.5.0",
|
|
|
|
"@actions/http-client": "^3.0.0",
|
|
|
|
"@actions/http-client": "^3.0.1",
|
|
|
|
"@actions/io": "^2.0.0",
|
|
|
|
"@actions/io": "^2.0.0",
|
|
|
|
"@azure/abort-controller": "^1.1.0",
|
|
|
|
"@azure/abort-controller": "^1.1.0",
|
|
|
|
"@azure/core-rest-pipeline": "^1.22.0",
|
|
|
|
"@azure/core-rest-pipeline": "^1.22.0",
|
|
|
|
@ -77,9 +78,9 @@
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"node_modules/@actions/cache/node_modules/@actions/http-client": {
|
|
|
|
"node_modules/@actions/cache/node_modules/@actions/http-client": {
|
|
|
|
"version": "3.0.0",
|
|
|
|
"version": "3.0.1",
|
|
|
|
"resolved": "https://registry.npmjs.org/@actions/http-client/-/http-client-3.0.0.tgz",
|
|
|
|
"resolved": "https://registry.npmjs.org/@actions/http-client/-/http-client-3.0.1.tgz",
|
|
|
|
"integrity": "sha512-1s3tXAfVMSz9a4ZEBkXXRQD4QhY3+GAsWSbaYpeknPOKEeyRiU3lH+bHiLMZdo2x/fIeQ/hscL1wCkDLVM2DZQ==",
|
|
|
|
"integrity": "sha512-SbGS8c/vySbNO3kjFgSW77n83C4MQx/Yoe+b1hAdpuvfHxnkHzDq2pWljUpAA56Si1Gae/7zjeZsV0CYjmLo/w==",
|
|
|
|
"license": "MIT",
|
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
|
|
|
"dependencies": {
|
|
|
|
"tunnel": "^0.0.6",
|
|
|
|
"tunnel": "^0.0.6",
|
|
|
|
|