Greenkeeper/svelte 2.7.0 (#356)

* fix(package): update svelte to version 2.7.0

Closes #172

* chore(package): update lockfile

https://npm.im/greenkeeper-lockfile
This commit is contained in:
Nolan Lawson 2018-06-01 10:13:39 -07:00 committed by GitHub
parent 2e2ea9197c
commit 7dd65d7bb0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 99 additions and 40 deletions

137
package-lock.json generated
View File

@ -4276,6 +4276,7 @@
"version": "1.1.3", "version": "1.1.3",
"resolved": "https://registry.npmjs.org/fsevents/-/fsevents-1.1.3.tgz", "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-1.1.3.tgz",
"integrity": "sha512-WIr7iDkdmdbxu/Gh6eKEZJL6KPE74/5MEsf2whTOFNxbIoIixogroLdKYqB6FDav4Wavh/lZdzzd3b2KxIXC5Q==", "integrity": "sha512-WIr7iDkdmdbxu/Gh6eKEZJL6KPE74/5MEsf2whTOFNxbIoIixogroLdKYqB6FDav4Wavh/lZdzzd3b2KxIXC5Q==",
"optional": true,
"requires": { "requires": {
"nan": "2.8.0", "nan": "2.8.0",
"node-pre-gyp": "0.6.39" "node-pre-gyp": "0.6.39"
@ -4283,11 +4284,13 @@
"dependencies": { "dependencies": {
"abbrev": { "abbrev": {
"version": "1.1.0", "version": "1.1.0",
"bundled": true "bundled": true,
"optional": true
}, },
"ajv": { "ajv": {
"version": "4.11.8", "version": "4.11.8",
"bundled": true, "bundled": true,
"optional": true,
"requires": { "requires": {
"co": "4.6.0", "co": "4.6.0",
"json-stable-stringify": "1.0.1" "json-stable-stringify": "1.0.1"
@ -4299,11 +4302,13 @@
}, },
"aproba": { "aproba": {
"version": "1.1.1", "version": "1.1.1",
"bundled": true "bundled": true,
"optional": true
}, },
"are-we-there-yet": { "are-we-there-yet": {
"version": "1.1.4", "version": "1.1.4",
"bundled": true, "bundled": true,
"optional": true,
"requires": { "requires": {
"delegates": "1.0.0", "delegates": "1.0.0",
"readable-stream": "2.2.9" "readable-stream": "2.2.9"
@ -4311,23 +4316,28 @@
}, },
"asn1": { "asn1": {
"version": "0.2.3", "version": "0.2.3",
"bundled": true "bundled": true,
"optional": true
}, },
"assert-plus": { "assert-plus": {
"version": "0.2.0", "version": "0.2.0",
"bundled": true "bundled": true,
"optional": true
}, },
"asynckit": { "asynckit": {
"version": "0.4.0", "version": "0.4.0",
"bundled": true "bundled": true,
"optional": true
}, },
"aws-sign2": { "aws-sign2": {
"version": "0.6.0", "version": "0.6.0",
"bundled": true "bundled": true,
"optional": true
}, },
"aws4": { "aws4": {
"version": "1.6.0", "version": "1.6.0",
"bundled": true "bundled": true,
"optional": true
}, },
"balanced-match": { "balanced-match": {
"version": "0.4.2", "version": "0.4.2",
@ -4369,11 +4379,13 @@
}, },
"caseless": { "caseless": {
"version": "0.12.0", "version": "0.12.0",
"bundled": true "bundled": true,
"optional": true
}, },
"co": { "co": {
"version": "4.6.0", "version": "4.6.0",
"bundled": true "bundled": true,
"optional": true
}, },
"code-point-at": { "code-point-at": {
"version": "1.1.0", "version": "1.1.0",
@ -4408,13 +4420,15 @@
"dashdash": { "dashdash": {
"version": "1.14.1", "version": "1.14.1",
"bundled": true, "bundled": true,
"optional": true,
"requires": { "requires": {
"assert-plus": "1.0.0" "assert-plus": "1.0.0"
}, },
"dependencies": { "dependencies": {
"assert-plus": { "assert-plus": {
"version": "1.0.0", "version": "1.0.0",
"bundled": true "bundled": true,
"optional": true
} }
} }
}, },
@ -4427,7 +4441,8 @@
}, },
"deep-extend": { "deep-extend": {
"version": "0.4.2", "version": "0.4.2",
"bundled": true "bundled": true,
"optional": true
}, },
"delayed-stream": { "delayed-stream": {
"version": "1.0.0", "version": "1.0.0",
@ -4435,11 +4450,13 @@
}, },
"delegates": { "delegates": {
"version": "1.0.0", "version": "1.0.0",
"bundled": true "bundled": true,
"optional": true
}, },
"detect-libc": { "detect-libc": {
"version": "1.0.2", "version": "1.0.2",
"bundled": true "bundled": true,
"optional": true
}, },
"ecc-jsbn": { "ecc-jsbn": {
"version": "0.1.1", "version": "0.1.1",
@ -4451,7 +4468,8 @@
}, },
"extend": { "extend": {
"version": "3.0.1", "version": "3.0.1",
"bundled": true "bundled": true,
"optional": true
}, },
"extsprintf": { "extsprintf": {
"version": "1.0.2", "version": "1.0.2",
@ -4459,7 +4477,8 @@
}, },
"forever-agent": { "forever-agent": {
"version": "0.6.1", "version": "0.6.1",
"bundled": true "bundled": true,
"optional": true
}, },
"form-data": { "form-data": {
"version": "2.1.4", "version": "2.1.4",
@ -4487,6 +4506,7 @@
"fstream-ignore": { "fstream-ignore": {
"version": "1.0.5", "version": "1.0.5",
"bundled": true, "bundled": true,
"optional": true,
"requires": { "requires": {
"fstream": "1.0.11", "fstream": "1.0.11",
"inherits": "2.0.3", "inherits": "2.0.3",
@ -4496,6 +4516,7 @@
"gauge": { "gauge": {
"version": "2.7.4", "version": "2.7.4",
"bundled": true, "bundled": true,
"optional": true,
"requires": { "requires": {
"aproba": "1.1.1", "aproba": "1.1.1",
"console-control-strings": "1.1.0", "console-control-strings": "1.1.0",
@ -4510,13 +4531,15 @@
"getpass": { "getpass": {
"version": "0.1.7", "version": "0.1.7",
"bundled": true, "bundled": true,
"optional": true,
"requires": { "requires": {
"assert-plus": "1.0.0" "assert-plus": "1.0.0"
}, },
"dependencies": { "dependencies": {
"assert-plus": { "assert-plus": {
"version": "1.0.0", "version": "1.0.0",
"bundled": true "bundled": true,
"optional": true
} }
} }
}, },
@ -4538,7 +4561,8 @@
}, },
"har-schema": { "har-schema": {
"version": "1.0.5", "version": "1.0.5",
"bundled": true "bundled": true,
"optional": true
}, },
"har-validator": { "har-validator": {
"version": "4.2.1", "version": "4.2.1",
@ -4550,7 +4574,8 @@
}, },
"has-unicode": { "has-unicode": {
"version": "2.0.1", "version": "2.0.1",
"bundled": true "bundled": true,
"optional": true
}, },
"hawk": { "hawk": {
"version": "3.1.3", "version": "3.1.3",
@ -4569,6 +4594,7 @@
"http-signature": { "http-signature": {
"version": "1.1.1", "version": "1.1.1",
"bundled": true, "bundled": true,
"optional": true,
"requires": { "requires": {
"assert-plus": "0.2.0", "assert-plus": "0.2.0",
"jsprim": "1.4.0", "jsprim": "1.4.0",
@ -4589,7 +4615,8 @@
}, },
"ini": { "ini": {
"version": "1.3.4", "version": "1.3.4",
"bundled": true "bundled": true,
"optional": true
}, },
"is-fullwidth-code-point": { "is-fullwidth-code-point": {
"version": "1.0.0", "version": "1.0.0",
@ -4600,7 +4627,8 @@
}, },
"is-typedarray": { "is-typedarray": {
"version": "1.0.0", "version": "1.0.0",
"bundled": true "bundled": true,
"optional": true
}, },
"isarray": { "isarray": {
"version": "1.0.0", "version": "1.0.0",
@ -4608,7 +4636,8 @@
}, },
"isstream": { "isstream": {
"version": "0.1.2", "version": "0.1.2",
"bundled": true "bundled": true,
"optional": true
}, },
"jodid25519": { "jodid25519": {
"version": "1.0.2", "version": "1.0.2",
@ -4625,26 +4654,31 @@
}, },
"json-schema": { "json-schema": {
"version": "0.2.3", "version": "0.2.3",
"bundled": true "bundled": true,
"optional": true
}, },
"json-stable-stringify": { "json-stable-stringify": {
"version": "1.0.1", "version": "1.0.1",
"bundled": true, "bundled": true,
"optional": true,
"requires": { "requires": {
"jsonify": "0.0.0" "jsonify": "0.0.0"
} }
}, },
"json-stringify-safe": { "json-stringify-safe": {
"version": "5.0.1", "version": "5.0.1",
"bundled": true "bundled": true,
"optional": true
}, },
"jsonify": { "jsonify": {
"version": "0.0.0", "version": "0.0.0",
"bundled": true "bundled": true,
"optional": true
}, },
"jsprim": { "jsprim": {
"version": "1.4.0", "version": "1.4.0",
"bundled": true, "bundled": true,
"optional": true,
"requires": { "requires": {
"assert-plus": "1.0.0", "assert-plus": "1.0.0",
"extsprintf": "1.0.2", "extsprintf": "1.0.2",
@ -4694,6 +4728,7 @@
"node-pre-gyp": { "node-pre-gyp": {
"version": "0.6.39", "version": "0.6.39",
"bundled": true, "bundled": true,
"optional": true,
"requires": { "requires": {
"detect-libc": "1.0.2", "detect-libc": "1.0.2",
"hawk": "3.1.3", "hawk": "3.1.3",
@ -4711,6 +4746,7 @@
"nopt": { "nopt": {
"version": "4.0.1", "version": "4.0.1",
"bundled": true, "bundled": true,
"optional": true,
"requires": { "requires": {
"abbrev": "1.1.0", "abbrev": "1.1.0",
"osenv": "0.1.4" "osenv": "0.1.4"
@ -4719,6 +4755,7 @@
"npmlog": { "npmlog": {
"version": "4.1.0", "version": "4.1.0",
"bundled": true, "bundled": true,
"optional": true,
"requires": { "requires": {
"are-we-there-yet": "1.1.4", "are-we-there-yet": "1.1.4",
"console-control-strings": "1.1.0", "console-control-strings": "1.1.0",
@ -4756,6 +4793,7 @@
"osenv": { "osenv": {
"version": "0.1.4", "version": "0.1.4",
"bundled": true, "bundled": true,
"optional": true,
"requires": { "requires": {
"os-homedir": "1.0.2", "os-homedir": "1.0.2",
"os-tmpdir": "1.0.2" "os-tmpdir": "1.0.2"
@ -4767,7 +4805,8 @@
}, },
"performance-now": { "performance-now": {
"version": "0.2.0", "version": "0.2.0",
"bundled": true "bundled": true,
"optional": true
}, },
"process-nextick-args": { "process-nextick-args": {
"version": "1.0.7", "version": "1.0.7",
@ -4775,15 +4814,18 @@
}, },
"punycode": { "punycode": {
"version": "1.4.1", "version": "1.4.1",
"bundled": true "bundled": true,
"optional": true
}, },
"qs": { "qs": {
"version": "6.4.0", "version": "6.4.0",
"bundled": true "bundled": true,
"optional": true
}, },
"rc": { "rc": {
"version": "1.2.1", "version": "1.2.1",
"bundled": true, "bundled": true,
"optional": true,
"requires": { "requires": {
"deep-extend": "0.4.2", "deep-extend": "0.4.2",
"ini": "1.3.4", "ini": "1.3.4",
@ -4793,7 +4835,8 @@
"dependencies": { "dependencies": {
"minimist": { "minimist": {
"version": "1.2.0", "version": "1.2.0",
"bundled": true "bundled": true,
"optional": true
} }
} }
}, },
@ -4813,6 +4856,7 @@
"request": { "request": {
"version": "2.81.0", "version": "2.81.0",
"bundled": true, "bundled": true,
"optional": true,
"requires": { "requires": {
"aws-sign2": "0.6.0", "aws-sign2": "0.6.0",
"aws4": "1.6.0", "aws4": "1.6.0",
@ -4851,15 +4895,18 @@
}, },
"semver": { "semver": {
"version": "5.3.0", "version": "5.3.0",
"bundled": true "bundled": true,
"optional": true
}, },
"set-blocking": { "set-blocking": {
"version": "2.0.0", "version": "2.0.0",
"bundled": true "bundled": true,
"optional": true
}, },
"signal-exit": { "signal-exit": {
"version": "3.0.2", "version": "3.0.2",
"bundled": true "bundled": true,
"optional": true
}, },
"sntp": { "sntp": {
"version": "1.0.9", "version": "1.0.9",
@ -4871,6 +4918,7 @@
"sshpk": { "sshpk": {
"version": "1.13.0", "version": "1.13.0",
"bundled": true, "bundled": true,
"optional": true,
"requires": { "requires": {
"asn1": "0.2.3", "asn1": "0.2.3",
"assert-plus": "1.0.0", "assert-plus": "1.0.0",
@ -4885,7 +4933,8 @@
"dependencies": { "dependencies": {
"assert-plus": { "assert-plus": {
"version": "1.0.0", "version": "1.0.0",
"bundled": true "bundled": true,
"optional": true
} }
} }
}, },
@ -4907,7 +4956,8 @@
}, },
"stringstream": { "stringstream": {
"version": "0.0.5", "version": "0.0.5",
"bundled": true "bundled": true,
"optional": true
}, },
"strip-ansi": { "strip-ansi": {
"version": "3.0.1", "version": "3.0.1",
@ -4918,7 +4968,8 @@
}, },
"strip-json-comments": { "strip-json-comments": {
"version": "2.0.1", "version": "2.0.1",
"bundled": true "bundled": true,
"optional": true
}, },
"tar": { "tar": {
"version": "2.2.1", "version": "2.2.1",
@ -4932,6 +4983,7 @@
"tar-pack": { "tar-pack": {
"version": "3.4.0", "version": "3.4.0",
"bundled": true, "bundled": true,
"optional": true,
"requires": { "requires": {
"debug": "2.6.8", "debug": "2.6.8",
"fstream": "1.0.11", "fstream": "1.0.11",
@ -4946,6 +4998,7 @@
"tough-cookie": { "tough-cookie": {
"version": "2.3.2", "version": "2.3.2",
"bundled": true, "bundled": true,
"optional": true,
"requires": { "requires": {
"punycode": "1.4.1" "punycode": "1.4.1"
} }
@ -4953,6 +5006,7 @@
"tunnel-agent": { "tunnel-agent": {
"version": "0.6.0", "version": "0.6.0",
"bundled": true, "bundled": true,
"optional": true,
"requires": { "requires": {
"safe-buffer": "5.0.1" "safe-buffer": "5.0.1"
} }
@ -4964,7 +5018,8 @@
}, },
"uid-number": { "uid-number": {
"version": "0.0.6", "version": "0.0.6",
"bundled": true "bundled": true,
"optional": true
}, },
"util-deprecate": { "util-deprecate": {
"version": "1.0.2", "version": "1.0.2",
@ -4972,11 +5027,13 @@
}, },
"uuid": { "uuid": {
"version": "3.0.1", "version": "3.0.1",
"bundled": true "bundled": true,
"optional": true
}, },
"verror": { "verror": {
"version": "1.3.6", "version": "1.3.6",
"bundled": true, "bundled": true,
"optional": true,
"requires": { "requires": {
"extsprintf": "1.0.2" "extsprintf": "1.0.2"
} }
@ -4984,6 +5041,7 @@
"wide-align": { "wide-align": {
"version": "1.1.2", "version": "1.1.2",
"bundled": true, "bundled": true,
"optional": true,
"requires": { "requires": {
"string-width": "1.0.2" "string-width": "1.0.2"
} }
@ -9032,6 +9090,7 @@
}, },
"sapper": { "sapper": {
"version": "github:nolanlawson/sapper#2124ca83c315457e7d6752507240e3ac440677bd", "version": "github:nolanlawson/sapper#2124ca83c315457e7d6752507240e3ac440677bd",
"from": "sapper@github:nolanlawson/sapper#2124ca83c315457e7d6752507240e3ac440677bd",
"requires": { "requires": {
"chalk": "2.4.1", "chalk": "2.4.1",
"chokidar": "1.7.0", "chokidar": "1.7.0",
@ -9971,9 +10030,9 @@
"integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=" "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc="
}, },
"svelte": { "svelte": {
"version": "2.6.6", "version": "2.7.0",
"resolved": "https://registry.npmjs.org/svelte/-/svelte-2.6.6.tgz", "resolved": "https://registry.npmjs.org/svelte/-/svelte-2.7.0.tgz",
"integrity": "sha512-faK+9et0bJfvCb4A/rf8SncXzTDDtJWBiJd3NESY4opARWH6mU60IZRj/q/8fnnzQLatTSpl2bqnqwgjh85YSg==" "integrity": "sha512-cfti+wWQyF4hgZth4CpdL583YGHcj5B1D4WobRvsrtmAPEIj/v202NHUmdaEuxJz0RpHovoR+S7xdsmn9AM9PA=="
}, },
"svelte-dev-helper": { "svelte-dev-helper": {
"version": "1.1.7", "version": "1.1.7",

View File

@ -84,7 +84,7 @@
"shrink-ray-current": "2.1.0", "shrink-ray-current": "2.1.0",
"stringz": "1.0.0", "stringz": "1.0.0",
"style-loader": "0.21.0", "style-loader": "0.21.0",
"svelte": "2.6.6", "svelte": "2.7.0",
"svelte-extras": "2.0.2", "svelte-extras": "2.0.2",
"svelte-loader": "2.9.1", "svelte-loader": "2.9.1",
"svelte-transitions": "1.2.0", "svelte-transitions": "1.2.0",