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

View File

@@ -1,27 +1,28 @@
{
"_from": "es6-promise@^4.2.6",
"_id": "es6-promise@4.2.6",
"_from": "es6-promise@4.2.8",
"_id": "es6-promise@4.2.8",
"_inBundle": false,
"_integrity": "sha512-aRVgGdnmW2OiySVPUC9e6m+plolMAJKjZnQlCwNSuK5yQ0JN61DZSO1X1Ufd1foqWRAlig0rhduTCHe7sVtK5Q==",
"_integrity": "sha512-HJDGx5daxeIvxdBxvG2cb9g4tEvwIk3i8+nhX0yGrYmZUzbkdg8QbDevheDB8gd0//uPj4c1EQua8Q+MViT0/w==",
"_location": "/es6-promise",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "es6-promise@^4.2.6",
"raw": "es6-promise@4.2.8",
"name": "es6-promise",
"escapedName": "es6-promise",
"rawSpec": "^4.2.6",
"rawSpec": "4.2.8",
"saveSpec": null,
"fetchSpec": "^4.2.6"
"fetchSpec": "4.2.8"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/es6-promise/-/es6-promise-4.2.6.tgz",
"_shasum": "b685edd8258886365ea62b57d30de28fadcd974f",
"_spec": "es6-promise@^4.2.6",
"_where": "F:\\projects\\vanillajs-seed",
"_resolved": "https://registry.npmjs.org/es6-promise/-/es6-promise-4.2.8.tgz",
"_shasum": "4eb21594c972bc40553d276e510539143db53e0a",
"_spec": "es6-promise@4.2.8",
"_where": "/home/s2/Code/vanillajs-seed",
"author": {
"name": "Yehuda Katz, Tom Dale, Stefan Penner and contributors",
"url": "Conversion to ES6 API by Jake Archibald"
@@ -102,5 +103,5 @@
},
"typings": "es6-promise.d.ts",
"unpkg": "dist/es6-promise.auto.min.js",
"version": "4.2.6"
"version": "4.2.8"
}