Skip to content

Commit

Permalink
Merge f4df0b7 into f38e828
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-preview[bot] committed May 31, 2019
2 parents f38e828 + f4df0b7 commit 9347edd
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -29,7 +29,7 @@
"mocha": "^4.0.1",
"mocha-lcov-reporter": "^1.3.0",
"nyc": "^11.8.0",
"rollup": "^0.59.2",
"rollup": "^1.12.5",
"rollup-plugin-babel": "^4.0.3"
},
"keywords": [
Expand Down
24 changes: 15 additions & 9 deletions yarn.lock
Expand Up @@ -588,16 +588,21 @@
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.39.tgz#e177e699ee1b8c22d23174caaa7422644389509f"
integrity sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw==

"@types/node@*":
version "10.1.2"
resolved "https://registry.yarnpkg.com/@types/node/-/node-10.1.2.tgz#1b928a0baa408fc8ae3ac012cc81375addc147c6"
integrity sha512-bjk1RIeZBCe/WukrFToIVegOf91Pebr8cXYBwLBIsfiGWVQ+ifwWsT59H3RxrWzWrzd1l/Amk1/ioY5Fq3/bpA==
"@types/node@^12.0.3":
version "12.0.4"
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.0.4.tgz#46832183115c904410c275e34cf9403992999c32"
integrity sha512-j8YL2C0fXq7IONwl/Ud5Kt0PeXw22zGERt+HSSnwbKOJVsAGkEz3sFCYwaF9IOuoG1HOtE0vKCj6sXF7Q0+Vaw==

"@willowi/validate-nif@^1.0.0":
version "1.0.0"
resolved "https://registry.yarnpkg.com/@willowi/validate-nif/-/validate-nif-1.0.0.tgz#6171cbf03b23cda693e4b8bacd897c173edb8a90"
integrity sha512-LKsCcUAfkA/nRZ/qVV9sUbMOipkmG1xMkSrtThNVesDowOk+8EZiziE3pKuUliusBVCCqunXayxKBYPEHEpxMA==

acorn@^6.1.1:
version "6.1.1"
resolved "https://registry.yarnpkg.com/acorn/-/acorn-6.1.1.tgz#7d25ae05bb8ad1f9b699108e1094ecd7884adc1f"
integrity sha512-jPTiwtOxaHNaAPg/dmrJ/beuzLRnXtB0kQPQ8JpotKJgTB6rX6c8mlf315941pyjBSaPg8NHXS9fhP4u17DpGA==

ajv@^5.1.0:
version "5.5.2"
resolved "https://registry.yarnpkg.com/ajv/-/ajv-5.5.2.tgz#73b5eeca3fab653e3d3f9422b341ad42205dc965"
Expand Down Expand Up @@ -2768,13 +2773,14 @@ rollup-pluginutils@^2.3.0:
estree-walker "^0.5.2"
micromatch "^2.3.11"

rollup@^0.59.2:
version "0.59.2"
resolved "https://registry.yarnpkg.com/rollup/-/rollup-0.59.2.tgz#37011ed83947e4e1071b66f9e7d0574b144affc9"
integrity sha512-lu+yLa4xXMccYCKCQLIcGp4Rw2ZefFvJJUjuGQuFhZpCtggwe4SI0RYq2mV9/YDwYFXBYB7z3HrSxq1tSnzjkw==
rollup@^1.12.5:
version "1.12.5"
resolved "https://registry.yarnpkg.com/rollup/-/rollup-1.12.5.tgz#11840535a2bc3591e95583c111d55fdf795e55c8"
integrity sha512-XF5YdpeKX4ueGpBCW07AxPJJHu7SHaobYzu2lZnMPX908Ely2LZF0a0EQPgb+iVy5kP4cb4QT3nXIAnyAxpL3A==
dependencies:
"@types/estree" "0.0.39"
"@types/node" "*"
"@types/node" "^12.0.3"
acorn "^6.1.1"

safe-buffer@^5.0.1, safe-buffer@^5.1.1, safe-buffer@~5.1.1:
version "5.1.2"
Expand Down

0 comments on commit 9347edd

Please sign in to comment.