Browse Source

Merge 5f8563539a into 06994656fe

pull/419/merge
renovate[bot] 2 days ago committed by GitHub
parent
commit
1742ec85d1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 10
      download-artifacts/package-lock.json
  2. 2
      download-artifacts/package.json

10
download-artifacts/package-lock.json generated

@ -10,7 +10,7 @@ @@ -10,7 +10,7 @@
"@actions/core": "1.10.1",
"@actions/github": "6.0.0",
"adm-zip": "0.5.12",
"filesize": "10.1.1"
"filesize": "11.0.13"
}
},
"node_modules/@actions/artifact": {
@ -957,12 +957,12 @@ @@ -957,12 +957,12 @@
"license": "MIT"
},
"node_modules/filesize": {
"version": "10.1.1",
"resolved": "https://registry.npmjs.org/filesize/-/filesize-10.1.1.tgz",
"integrity": "sha512-L0cdwZrKlwZQkMSFnCflJ6J2Y+5egO/p3vgRSDQGxQt++QbUZe5gMbRO6kg6gzwQDPvq2Fk9AmoxUNfZ5gdqaQ==",
"version": "11.0.13",
"resolved": "https://registry.npmjs.org/filesize/-/filesize-11.0.13.tgz",
"integrity": "sha512-mYJ/qXKvREuO0uH8LTQJ6v7GsUvVOguqxg2VTwQUkyTPXXRRWPdjuUPVqdBrJQhvci48OHlNGRnux+Slr2Rnvw==",
"license": "BSD-3-Clause",
"engines": {
"node": ">= 10.4.0"
"node": ">= 10.8.0"
}
},
"node_modules/foreground-child": {

2
download-artifacts/package.json

@ -6,6 +6,6 @@ @@ -6,6 +6,6 @@
"@actions/core": "1.10.1",
"@actions/github": "6.0.0",
"adm-zip": "0.5.12",
"filesize": "10.1.1"
"filesize": "11.0.13"
}
}

Loading…
Cancel
Save