Skip to content

Commit

Permalink
Merge pull request #103 from comicrelief/snyk-fix-67a206be
Browse files Browse the repository at this point in the history
STOR-103 ⁃ [Snyk] Fix for 2 vulnerable dependency paths
  • Loading branch information
koalamango authored Nov 24, 2017
2 parents cc4f7f2 + 9ea5c2d commit 6fb25cf
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 7 deletions.
2 changes: 2 additions & 0 deletions .snyk
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,5 @@ patch:
'npm:marked:20170907':
- '@storybook/addon-info > marksy > marked':
patched: '2017-10-31T09:33:31.011Z'
- '@storybook/react > markdown-loader > marked':
patched: '2017-11-24T09:05:52.373Z'
24 changes: 17 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4584,7 +4584,11 @@ inherits@2.0.1:
version "2.0.1"
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.1.tgz#b17d08d326b4423e568eff719f91b0b1cbdf69f1"

ini@1.x.x, ini@^1.2.0, ini@^1.3.4, ini@~1.3.0:
ini@1.x.x, ini@~1.3.0:
version "1.3.5"
resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.5.tgz#eee25f56db1c9ec6085e0c22778083f596abf927"

ini@^1.2.0, ini@^1.3.4:
version "1.3.4"
resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.4.tgz#0537cb79daf59b59a1a517dff706c86ec039162e"

Expand Down Expand Up @@ -7393,6 +7397,10 @@ proxy-addr@~2.0.2:
forwarded "~0.1.2"
ipaddr.js "1.5.2"

proxy-from-env@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/proxy-from-env/-/proxy-from-env-1.0.0.tgz#33c50398f70ea7eb96d21f7b817630a55791c7ee"

prr@~0.0.0:
version "0.0.0"
resolved "https://registry.yarnpkg.com/prr/-/prr-0.0.0.tgz#1a84b85908325501411853d0081ee3fa86e2926a"
Expand Down Expand Up @@ -8704,10 +8712,11 @@ snyk-mvn-plugin@1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/snyk-mvn-plugin/-/snyk-mvn-plugin-1.1.0.tgz#6ad3fb670cd22972094f065ab99b90d286c8ad6f"

snyk-nuget-plugin@1.2.0:
version "1.2.0"
resolved "https://registry.yarnpkg.com/snyk-nuget-plugin/-/snyk-nuget-plugin-1.2.0.tgz#4dad574155e4b39a5bac15f8218245f2abca32af"
snyk-nuget-plugin@1.3.2:
version "1.3.2"
resolved "https://registry.yarnpkg.com/snyk-nuget-plugin/-/snyk-nuget-plugin-1.3.2.tgz#c054b3868444435de587df4a86048323f6d4e95f"
dependencies:
debug "^3.1.0"
es6-promise "^4.1.1"
xml2js "^0.4.17"
zip "^1.2.0"
Expand Down Expand Up @@ -8783,8 +8792,8 @@ snyk-try-require@^1.1.1, snyk-try-require@^1.2.0:
then-fs "^2.0.0"

snyk@1:
version "1.49.2"
resolved "https://registry.yarnpkg.com/snyk/-/snyk-1.49.2.tgz#331bbf072599cb9ececf8d061e3177c9118158a6"
version "1.49.5"
resolved "https://registry.yarnpkg.com/snyk/-/snyk-1.49.5.tgz#3cce8e6863b1d7d95bbf1a6e4a571482f5aeb444"
dependencies:
abbrev "^1.0.7"
ansi-escapes "^1.3.0"
Expand All @@ -8797,13 +8806,14 @@ snyk@1:
needle "^2.0.1"
open "^0.0.5"
os-name "^1.0.3"
proxy-from-env "^1.0.0"
semver "^5.1.0"
snyk-config "1.0.1"
snyk-go-plugin "1.3.8"
snyk-gradle-plugin "1.2.0"
snyk-module "1.8.1"
snyk-mvn-plugin "1.1.0"
snyk-nuget-plugin "1.2.0"
snyk-nuget-plugin "1.3.2"
snyk-policy "1.7.1"
snyk-python-plugin "1.4.0"
snyk-recursive-readdir "^2.0.0"
Expand Down

0 comments on commit 6fb25cf

Please sign in to comment.