2
0
mirror of https://github.com/cderche/greenlock-challenge-s3 synced 2025-05-10 15:36:33 +00:00
This commit is contained in:
Cyrille 2019-05-09 22:27:31 +01:00
parent 242d2a2525
commit e353705873
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "greenlock-challenge-s3",
"version": "1.0.0",
"version": "1.1.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@ -151,9 +151,9 @@
}
},
"aws-sdk": {
"version": "2.451.0",
"resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.451.0.tgz",
"integrity": "sha512-ruVK/fnUFHumSgcqVkJTHLS9eWXc8lf14ZW2G6RVR0baj2MMNDS5gxInuy8GM24Exe0GfnDFk6PnPiSuQs4AVQ==",
"version": "2.452.0",
"resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.452.0.tgz",
"integrity": "sha512-l6J2NmUg12xpDKG9YdlPje5+Z+nNvqyWMA85ookzPqwx8RcD28D3vg4K1aGi27/oo/3NsngR3XfKUBPSqUpUMA==",
"requires": {
"buffer": "4.9.1",
"events": "1.1.1",

View File

@ -33,6 +33,6 @@
"nyc": "^14.1.0"
},
"dependencies": {
"aws-sdk": "^2.451.0"
"aws-sdk": "^2.452.0"
}
}