update deps

This commit is contained in:
s2
2019-12-20 20:02:44 +01:00
parent 14c1b72301
commit b7fa481dcb
833 changed files with 68364 additions and 18390 deletions

14
node_modules/aws4/package.json generated vendored
View File

@@ -1,8 +1,8 @@
{
"_from": "aws4@^1.8.0",
"_id": "aws4@1.8.0",
"_id": "aws4@1.9.0",
"_inBundle": false,
"_integrity": "sha512-ReZxvNHIOv88FlT7rxcXIIC0fPt4KZqZbOlivyWtXLt8ESx84zd3kMC6iK5jVeS2qt+g7ftS7ye4fi06X5rtRQ==",
"_integrity": "sha512-Uvq6hVe90D0B2WEnUqtdgY1bATGz3mw33nH9Y+dmA+w5DHvUmBgkr5rM/KCHpCsiFNRUfokW/szpPPgMK2hm4A==",
"_location": "/aws4",
"_phantomChildren": {},
"_requested": {
@@ -18,10 +18,10 @@
"_requiredBy": [
"/request"
],
"_resolved": "https://registry.npmjs.org/aws4/-/aws4-1.8.0.tgz",
"_shasum": "f0e003d9ca9e7f59c7a508945d7b2ef9a04a542f",
"_resolved": "https://registry.npmjs.org/aws4/-/aws4-1.9.0.tgz",
"_shasum": "24390e6ad61386b0a747265754d2a17219de862c",
"_spec": "aws4@^1.8.0",
"_where": "F:\\projects\\vanillajs-seed\\node_modules\\request",
"_where": "/home/s2/Code/vanillajs-seed/node_modules/request",
"author": {
"name": "Michael Hart",
"email": "michael.hart.au@gmail.com",
@@ -98,7 +98,7 @@
"url": "git+https://github.com/mhart/aws4.git"
},
"scripts": {
"test": "mocha ./test/fast.js ./test/slow.js -b -t 100s -R list"
"test": "mocha ./test/fast.js -b -t 100s -R list"
},
"version": "1.8.0"
"version": "1.9.0"
}