Browse Source

Pin dependencies (#163)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
pull/164/head
renovate[bot] 3 years ago committed by GitHub
parent
commit
37ffa14164
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 9
      download-artifacts/package-lock.json
  2. 8
      download-artifacts/package.json
  3. 10
      get-keyvault-secrets/package-lock.json
  4. 10
      get-keyvault-secrets/package.json

9
download-artifacts/package-lock.json generated

@ -4,11 +4,12 @@ @@ -4,11 +4,12 @@
"requires": true,
"packages": {
"": {
"name": "action-download-artifact",
"dependencies": {
"@actions/core": "^1.3.0",
"@actions/github": "^5.0.0",
"adm-zip": "^0.5.5",
"filesize": "^6.2.2"
"@actions/core": "1.3.0",
"@actions/github": "5.0.0",
"adm-zip": "0.5.5",
"filesize": "6.3.0"
}
},
"node_modules/@actions/core": {

8
download-artifacts/package.json

@ -2,9 +2,9 @@ @@ -2,9 +2,9 @@
"name": "action-download-artifact",
"main": "main.js",
"dependencies": {
"@actions/core": "^1.3.0",
"@actions/github": "^5.0.0",
"adm-zip": "^0.5.5",
"filesize": "^6.2.2"
"@actions/core": "1.3.0",
"@actions/github": "5.0.0",
"adm-zip": "0.5.5",
"filesize": "6.3.0"
}
}

10
get-keyvault-secrets/package-lock.json generated

@ -9,13 +9,13 @@ @@ -9,13 +9,13 @@
"version": "1.0.0",
"license": "ISC",
"dependencies": {
"@actions/core": "^1.2.6",
"@actions/exec": "^1.0.1",
"azure-actions-webclient": "^1.1.0"
"@actions/core": "1.10.0",
"@actions/exec": "1.1.1",
"azure-actions-webclient": "1.1.1"
},
"devDependencies": {
"@types/node": "^20.2.3",
"typescript": "^5.0.4"
"@types/node": "20.2.3",
"typescript": "5.0.4"
}
},
"node_modules/@actions/core": {

10
get-keyvault-secrets/package.json

@ -10,13 +10,13 @@ @@ -10,13 +10,13 @@
"author": "Romil Goyal",
"license": "ISC",
"devDependencies": {
"@types/node": "^20.2.3",
"typescript": "^5.0.4"
"@types/node": "20.2.3",
"typescript": "5.0.4"
},
"dependencies": {
"@actions/core": "^1.2.6",
"@actions/exec": "^1.0.1",
"azure-actions-webclient": "^1.1.0"
"@actions/core": "1.10.0",
"@actions/exec": "1.1.1",
"azure-actions-webclient": "1.1.1"
},
"repository": {
"type": "git",

Loading…
Cancel
Save