forked from LN-Zap/zap-desktop
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Earlier versions are incompatible with Node 10: sass/node-sass#2345
- Loading branch information
Showing
2 changed files
with
109 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2097,6 +2097,10 @@ capture-stack-trace@^1.0.0: | |
version "1.0.0" | ||
resolved "https://registry.yarnpkg.com/capture-stack-trace/-/capture-stack-trace-1.0.0.tgz#4a6fa07399c26bba47f0b2496b4d0fb408c5550d" | ||
|
||
caseless@~0.11.0: | ||
version "0.11.0" | ||
resolved "https://registry.yarnpkg.com/caseless/-/caseless-0.11.0.tgz#715b96ea9841593cc33067923f5ec60ebda4f7d7" | ||
|
||
caseless@~0.12.0: | ||
version "0.12.0" | ||
resolved "https://registry.yarnpkg.com/caseless/-/caseless-0.12.0.tgz#1b681c21ff84033c826543090689420d187151dc" | ||
|
@@ -4408,6 +4412,16 @@ gaze@^1.0.0, gaze@~1.1.2: | |
dependencies: | ||
globule "^1.0.0" | ||
|
||
generate-function@^2.0.0: | ||
version "2.0.0" | ||
resolved "https://registry.yarnpkg.com/generate-function/-/generate-function-2.0.0.tgz#6858fe7c0969b7d4e9093337647ac79f60dfbe74" | ||
|
||
generate-object-property@^1.1.0: | ||
version "1.2.0" | ||
resolved "https://registry.yarnpkg.com/generate-object-property/-/generate-object-property-1.2.0.tgz#9c0e1c40308ce804f4783618b937fa88f99d50d0" | ||
dependencies: | ||
is-property "^1.0.0" | ||
|
||
get-caller-file@^1.0.1: | ||
version "1.0.2" | ||
resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-1.0.2.tgz#f702e63127e7e231c160a80c1554acb70d5047e5" | ||
|
@@ -4460,6 +4474,16 @@ glob-parent@^2.0.0: | |
dependencies: | ||
is-glob "^2.0.0" | ||
|
||
glob@^6.0.4: | ||
version "6.0.4" | ||
resolved "https://registry.yarnpkg.com/glob/-/glob-6.0.4.tgz#0f08860f6a155127b2fadd4f9ce24b1aab6e4d22" | ||
dependencies: | ||
inflight "^1.0.4" | ||
inherits "2" | ||
minimatch "2 || 3" | ||
once "^1.3.0" | ||
path-is-absolute "^1.0.0" | ||
|
||
glob@^7.0.0, glob@^7.0.3, glob@^7.0.5, glob@^7.1.1, glob@^7.1.2, glob@~7.1.1: | ||
version "7.1.2" | ||
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.2.tgz#c19c9df9a028702d678612384a6552404c636d15" | ||
|
@@ -4652,6 +4676,15 @@ har-schema@^2.0.0: | |
version "2.0.0" | ||
resolved "https://registry.yarnpkg.com/har-schema/-/har-schema-2.0.0.tgz#a94c2224ebcac04782a0d9035521f24735b7ec92" | ||
|
||
har-validator@~2.0.6: | ||
version "2.0.6" | ||
resolved "https://registry.yarnpkg.com/har-validator/-/har-validator-2.0.6.tgz#cdcbc08188265ad119b6a5a7c8ab70eecfb5d27d" | ||
dependencies: | ||
chalk "^1.1.1" | ||
commander "^2.9.0" | ||
is-my-json-valid "^2.12.4" | ||
pinkie-promise "^2.0.0" | ||
|
||
har-validator@~4.2.1: | ||
version "4.2.1" | ||
resolved "https://registry.yarnpkg.com/har-validator/-/har-validator-4.2.1.tgz#33481d0f1bbff600dd203d75812a6a5fba002e2a" | ||
|
@@ -5253,6 +5286,20 @@ is-installed-globally@^0.1.0: | |
global-dirs "^0.1.0" | ||
is-path-inside "^1.0.0" | ||
|
||
is-my-ip-valid@^1.0.0: | ||
version "1.0.0" | ||
resolved "https://registry.yarnpkg.com/is-my-ip-valid/-/is-my-ip-valid-1.0.0.tgz#7b351b8e8edd4d3995d4d066680e664d94696824" | ||
|
||
is-my-json-valid@^2.12.4: | ||
version "2.17.2" | ||
resolved "https://registry.yarnpkg.com/is-my-json-valid/-/is-my-json-valid-2.17.2.tgz#6b2103a288e94ef3de5cf15d29dd85fc4b78d65c" | ||
dependencies: | ||
generate-function "^2.0.0" | ||
generate-object-property "^1.1.0" | ||
is-my-ip-valid "^1.0.0" | ||
jsonpointer "^4.0.0" | ||
xtend "^4.0.0" | ||
|
||
is-npm@^1.0.0: | ||
version "1.0.0" | ||
resolved "https://registry.yarnpkg.com/is-npm/-/is-npm-1.0.0.tgz#f2fb63a65e4905b406c86072765a1a4dc793b9f4" | ||
|
@@ -5315,6 +5362,10 @@ is-promise@^2.1.0: | |
version "2.1.0" | ||
resolved "https://registry.yarnpkg.com/is-promise/-/is-promise-2.1.0.tgz#79a2a9ece7f096e80f36d2b2f3bc16c1ff4bf3fa" | ||
|
||
is-property@^1.0.0: | ||
version "1.0.2" | ||
resolved "https://registry.yarnpkg.com/is-property/-/is-property-1.0.2.tgz#57fe1c4e48474edd65b09911f26b1cd4095dda84" | ||
|
||
is-redirect@^1.0.0: | ||
version "1.0.0" | ||
resolved "https://registry.yarnpkg.com/is-redirect/-/is-redirect-1.0.0.tgz#1d03dded53bd8db0f30c26e4f95d36fc7c87dc24" | ||
|
@@ -5882,6 +5933,10 @@ jsonify@~0.0.0: | |
version "0.0.0" | ||
resolved "https://registry.yarnpkg.com/jsonify/-/jsonify-0.0.0.tgz#2c74b6ee41d93ca51b7b5aaee8f503631d252a73" | ||
|
||
jsonpointer@^4.0.0: | ||
version "4.0.1" | ||
resolved "https://registry.yarnpkg.com/jsonpointer/-/jsonpointer-4.0.1.tgz#4fd92cb34e0e9db3c89c8622ecf51f9b978c6cb9" | ||
|
||
jsprim@^1.2.2: | ||
version "1.4.1" | ||
resolved "https://registry.yarnpkg.com/jsprim/-/jsprim-1.4.1.tgz#313e66bc1e5cc06e438bc1b7499c2e5c56acb6a2" | ||
|
@@ -6510,7 +6565,7 @@ minimalistic-crypto-utils@^1.0.0, minimalistic-crypto-utils@^1.0.1: | |
version "1.0.1" | ||
resolved "https://registry.yarnpkg.com/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz#f6c00c1c0b082246e5c4d99dfb8c7c083b2b582a" | ||
|
||
minimatch@^3.0.0, minimatch@^3.0.2, minimatch@^3.0.3, minimatch@^3.0.4, minimatch@~3.0.2: | ||
"minimatch@2 || 3", minimatch@^3.0.0, minimatch@^3.0.2, minimatch@^3.0.3, minimatch@^3.0.4, minimatch@~3.0.2: | ||
version "3.0.4" | ||
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083" | ||
dependencies: | ||
|
@@ -6593,7 +6648,11 @@ [email protected]: | |
version "0.0.7" | ||
resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-0.0.7.tgz#3075ce93bc21b8fab43e1bc4da7e8115ed1e7bab" | ||
|
||
nan@^2.3.0, nan@^2.3.2: | ||
nan@^2.10.0: | ||
version "2.10.0" | ||
resolved "https://registry.yarnpkg.com/nan/-/nan-2.10.0.tgz#96d0cd610ebd58d4b4de9cc0c6828cda99c7548f" | ||
|
||
nan@^2.3.0: | ||
version "2.6.2" | ||
resolved "https://registry.yarnpkg.com/nan/-/nan-2.6.2.tgz#e4ff34e6c95fdfb5aecc08de6596f43605a7db45" | ||
|
||
|
@@ -6749,9 +6808,9 @@ node-pre-gyp@^0.6.29: | |
tar "^2.2.1" | ||
tar-pack "^3.4.0" | ||
|
||
node-sass@^4.5.3: | ||
version "4.5.3" | ||
resolved "https://registry.yarnpkg.com/node-sass/-/node-sass-4.5.3.tgz#d09c9d1179641239d1b97ffc6231fdcec53e1568" | ||
node-sass@^4.9.0: | ||
version "4.9.0" | ||
resolved "https://registry.yarnpkg.com/node-sass/-/node-sass-4.9.0.tgz#d1b8aa855d98ed684d6848db929a20771cc2ae52" | ||
dependencies: | ||
async-foreach "^0.1.3" | ||
chalk "^1.1.1" | ||
|
@@ -6765,12 +6824,13 @@ node-sass@^4.5.3: | |
lodash.mergewith "^4.6.0" | ||
meow "^3.7.0" | ||
mkdirp "^0.5.1" | ||
nan "^2.3.2" | ||
nan "^2.10.0" | ||
node-gyp "^3.3.1" | ||
npmlog "^4.0.0" | ||
request "^2.79.0" | ||
sass-graph "^2.1.1" | ||
request "~2.79.0" | ||
sass-graph "^2.2.4" | ||
stdout-stream "^1.4.0" | ||
"true-case-path" "^1.0.2" | ||
|
||
noop-logger@^0.1.1: | ||
version "0.1.1" | ||
|
@@ -7785,6 +7845,10 @@ [email protected], qs@~6.4.0: | |
version "6.4.0" | ||
resolved "https://registry.yarnpkg.com/qs/-/qs-6.4.0.tgz#13e26d28ad6b0ffaa91312cd3bf708ed351e7233" | ||
|
||
qs@~6.3.0: | ||
version "6.3.2" | ||
resolved "https://registry.yarnpkg.com/qs/-/qs-6.3.2.tgz#e75bd5f6e268122a2a0e0bda630b2550c166502c" | ||
|
||
qs@~6.5.1: | ||
version "6.5.1" | ||
resolved "https://registry.yarnpkg.com/qs/-/qs-6.5.1.tgz#349cdf6eef89ec45c12d7d5eb3fc0c870343a6d8" | ||
|
@@ -8411,6 +8475,31 @@ request@^2.45.0, request@~2.83.0: | |
tunnel-agent "^0.6.0" | ||
uuid "^3.1.0" | ||
|
||
request@~2.79.0: | ||
version "2.79.0" | ||
resolved "https://registry.yarnpkg.com/request/-/request-2.79.0.tgz#4dfe5bf6be8b8cdc37fcf93e04b65577722710de" | ||
dependencies: | ||
aws-sign2 "~0.6.0" | ||
aws4 "^1.2.1" | ||
caseless "~0.11.0" | ||
combined-stream "~1.0.5" | ||
extend "~3.0.0" | ||
forever-agent "~0.6.1" | ||
form-data "~2.1.1" | ||
har-validator "~2.0.6" | ||
hawk "~3.1.3" | ||
http-signature "~1.1.0" | ||
is-typedarray "~1.0.0" | ||
isstream "~0.1.2" | ||
json-stringify-safe "~5.0.1" | ||
mime-types "~2.1.7" | ||
oauth-sign "~0.8.1" | ||
qs "~6.3.0" | ||
stringstream "~0.0.4" | ||
tough-cookie "~2.3.0" | ||
tunnel-agent "~0.4.1" | ||
uuid "^3.0.0" | ||
|
||
require-directory@^2.1.1: | ||
version "2.1.1" | ||
resolved "https://registry.yarnpkg.com/require-directory/-/require-directory-2.1.1.tgz#8c64ad5fd30dab1c976e2344ffe7f792a6a6df42" | ||
|
@@ -8558,7 +8647,7 @@ sanitize-filename@^1.6.1: | |
dependencies: | ||
truncate-utf8-bytes "^1.0.0" | ||
|
||
sass-graph@^2.1.1: | ||
sass-graph@^2.2.4: | ||
version "2.2.4" | ||
resolved "https://registry.yarnpkg.com/sass-graph/-/sass-graph-2.2.4.tgz#13fbd63cd1caf0908b9fd93476ad43a51d1e0b49" | ||
dependencies: | ||
|
@@ -9514,6 +9603,12 @@ trough@^1.0.0: | |
version "1.0.1" | ||
resolved "https://registry.yarnpkg.com/trough/-/trough-1.0.1.tgz#a9fd8b0394b0ae8fff82e0633a0a36ccad5b5f86" | ||
|
||
"true-case-path@^1.0.2": | ||
version "1.0.2" | ||
resolved "https://registry.yarnpkg.com/true-case-path/-/true-case-path-1.0.2.tgz#7ec91130924766c7f573be3020c34f8fdfd00d62" | ||
dependencies: | ||
glob "^6.0.4" | ||
|
||
truncate-utf8-bytes@^1.0.0: | ||
version "1.0.2" | ||
resolved "https://registry.yarnpkg.com/truncate-utf8-bytes/-/truncate-utf8-bytes-1.0.2.tgz#405923909592d56f78a5818434b0b78489ca5f2b" | ||
|
@@ -9534,6 +9629,10 @@ tunnel-agent@^0.6.0: | |
dependencies: | ||
safe-buffer "^5.0.1" | ||
|
||
tunnel-agent@~0.4.1: | ||
version "0.4.3" | ||
resolved "https://registry.yarnpkg.com/tunnel-agent/-/tunnel-agent-0.4.3.tgz#6373db76909fe570e08d73583365ed828a74eeeb" | ||
|
||
tweetnacl@^0.14.3, tweetnacl@~0.14.0: | ||
version "0.14.5" | ||
resolved "https://registry.yarnpkg.com/tweetnacl/-/tweetnacl-0.14.5.tgz#5ae68177f192d4456269d108afa93ff8743f4f64" | ||
|