Skip to content
This repository has been archived by the owner on Jul 14, 2019. It is now read-only.

Commit

Permalink
chore(deps): update dependency snyk to v1.147.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Apr 3, 2019
1 parent 70f7f5b commit f269773
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 17 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"devDependencies": {
"coffeelint": "2.1.0",
"snyk": "1.147.0"
"snyk": "1.147.2"
},
"engines": {
"node": ">= 4"
Expand Down
37 changes: 21 additions & 16 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -834,6 +834,17 @@ glob@^7.0.6:
once "^1.3.0"
path-is-absolute "^1.0.0"

glob@^7.1.3:
version "7.1.3"
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.3.tgz#3960832d3f1574108342dafd3a67b332c0969df1"
dependencies:
fs.realpath "^1.0.0"
inflight "^1.0.4"
inherits "2"
minimatch "^3.0.4"
once "^1.3.0"
path-is-absolute "^1.0.0"

global-dirs@^0.1.0:
version "0.1.1"
resolved "https://registry.yarnpkg.com/global-dirs/-/global-dirs-0.1.1.tgz#b319c0dd4607f353f3be9cca4c72fc148c49f445"
Expand Down Expand Up @@ -1353,18 +1364,18 @@ mimic-fn@^1.0.0:
version "1.2.0"
resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-1.2.0.tgz#820c86a39334640e99516928bd03fca88057d022"

minimatch@3.0.4:
version "3.0.4"
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083"
dependencies:
brace-expansion "^1.1.7"

minimatch@^3.0.2:
version "3.0.3"
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.3.tgz#2a4e4090b96b2db06a9d7df01055a62a77c9b774"
dependencies:
brace-expansion "^1.0.0"

minimatch@^3.0.4:
version "3.0.4"
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083"
dependencies:
brace-expansion "^1.1.7"

minimist@^1.2.0:
version "1.2.0"
resolved "http://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz#a35008b20f41383eec1fb914f4cd5df79a264284"
Expand Down Expand Up @@ -1705,12 +1716,6 @@ readable-stream@~2.0.6:
string_decoder "~0.10.x"
util-deprecate "~1.0.1"

recursive-readdir@^2.2.2:
version "2.2.2"
resolved "https://registry.yarnpkg.com/recursive-readdir/-/recursive-readdir-2.2.2.tgz#9946fb3274e1628de6e36b2f6714953b4845094f"
dependencies:
minimatch "3.0.4"

redis-commands@^1.2.0:
version "1.3.5"
resolved "https://registry.yarnpkg.com/redis-commands/-/redis-commands-1.3.5.tgz#4495889414f1e886261180b1442e7295602d83a2"
Expand Down Expand Up @@ -2069,9 +2074,9 @@ snyk-try-require@^1.1.1:
lru-cache "^4.0.0"
then-fs "^2.0.0"

snyk@1.147.0:
version "1.147.0"
resolved "https://registry.yarnpkg.com/snyk/-/snyk-1.147.0.tgz#e43bb4dff4c91ffe84f50574f5ec69d9152b383e"
snyk@1.147.2:
version "1.147.2"
resolved "https://registry.yarnpkg.com/snyk/-/snyk-1.147.2.tgz#ac904f2dec052974a4ff0858732eb51d50d07220"
dependencies:
"@snyk/dep-graph" "1.4.1"
"@snyk/gemfile" "1.2.0"
Expand All @@ -2081,14 +2086,14 @@ snyk@1.147.0:
configstore "^3.1.2"
debug "^3.1.0"
diff "^4.0.1"
glob "^7.1.3"
inquirer "^6.2.2"
lodash "^4.17.11"
needle "^2.2.4"
opn "^5.5.0"
os-name "^3.0.0"
proxy-agent "^3.1.0"
proxy-from-env "^1.0.0"
recursive-readdir "^2.2.2"
semver "^6.0.0"
snyk-config "^2.2.1"
snyk-docker-plugin "1.22.1"
Expand Down

0 comments on commit f269773

Please sign in to comment.