Skip to content

Commit

Permalink
Update amperize to version 0.3.4 馃殌 (#7964)
Browse files Browse the repository at this point in the history
closes #7864

- manual PR is needed, because master is on amperize 1.0.0
- but 1.0.0 was not published on purpose
- the latest release is 0.3.4

* chore: yarn.lock
  • Loading branch information
kirrg001 committed Feb 8, 2017
1 parent 9a5e10c commit bf7c76b
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 39 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"node": "^4.2.0 || ^6.5.0"
},
"dependencies": {
"amperize": "1.0.0",
"amperize": "0.3.4",
"archiver": "1.3.0",
"bcryptjs": "2.4.3",
"bluebird": "3.4.7",
Expand Down
61 changes: 23 additions & 38 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -53,18 +53,18 @@ amdefine@>=0.0.4:
version "1.0.1"
resolved "https://registry.yarnpkg.com/amdefine/-/amdefine-1.0.1.tgz#4a5282ac164729e93619bcfd3ad151f817ce91f5"

amperize@1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/amperize/-/amperize-1.0.0.tgz#f1cf0b906718f23c8f259862525a0b90e5aec193"
amperize@0.3.4:
version "0.3.4"
resolved "https://registry.yarnpkg.com/amperize/-/amperize-0.3.4.tgz#04b61d8cc0eab4dd1dd822cead14c4c2461dec87"
dependencies:
async "2.0.1"
async "2.1.4"
emits "3.0.0"
htmlparser2 "3.9.1"
image-size "0.5.0"
htmlparser2 "3.9.2"
image-size "0.5.1"
lodash.merge "4.6.0"
nock "^8.0.0"
node-uuid "1.4.7"
nock "^9.0.2"
rewire "^2.5.2"
uuid "^3.0.0"

ansi-regex@^0.2.0, ansi-regex@^0.2.1:
version "0.2.1"
Expand Down Expand Up @@ -234,7 +234,13 @@ async@1.x, async@^1.4.0, async@^1.5.0, async@^1.5.2, async@~1.5.2:
version "1.5.2"
resolved "https://registry.yarnpkg.com/async/-/async-1.5.2.tgz#ec6a61ae56480c0c3cb241c95618e20892f9672a"

async@2.0.1, async@^2.0.0:
async@2.1.4:
version "2.1.4"
resolved "https://registry.yarnpkg.com/async/-/async-2.1.4.tgz#2d2160c7788032e4dd6cbe2502f1f9a2c8f6cde4"
dependencies:
lodash "^4.14.0"

async@^2.0.0:
version "2.0.1"
resolved "https://registry.yarnpkg.com/async/-/async-2.0.1.tgz#b709cc0280a9c36f09f4536be823c838a9049e25"
dependencies:
Expand Down Expand Up @@ -2872,9 +2878,9 @@ htmlparser2@3.8.3, htmlparser2@3.8.x:
entities "1.0"
readable-stream "1.1"

htmlparser2@3.9.1, htmlparser2@^3.9.1:
version "3.9.1"
resolved "https://registry.yarnpkg.com/htmlparser2/-/htmlparser2-3.9.1.tgz#621b7a58bc9acd003f7af0a2c9a00aa67c8505d2"
htmlparser2@3.9.2, htmlparser2@^3.8.3, htmlparser2@^3.9.0, htmlparser2@^3.9.2:
version "3.9.2"
resolved "https://registry.yarnpkg.com/htmlparser2/-/htmlparser2-3.9.2.tgz#1bdf87acca0f3f9e53fa4fcceb0f4b4cbb00b338"
dependencies:
domelementtype "^1.3.0"
domhandler "^2.3.0"
Expand All @@ -2883,9 +2889,9 @@ htmlparser2@3.9.1, htmlparser2@^3.9.1:
inherits "^2.0.1"
readable-stream "^2.0.2"

htmlparser2@^3.8.3, htmlparser2@^3.9.0, htmlparser2@^3.9.2:
version "3.9.2"
resolved "https://registry.yarnpkg.com/htmlparser2/-/htmlparser2-3.9.2.tgz#1bdf87acca0f3f9e53fa4fcceb0f4b4cbb00b338"
htmlparser2@^3.9.1:
version "3.9.1"
resolved "https://registry.yarnpkg.com/htmlparser2/-/htmlparser2-3.9.1.tgz#621b7a58bc9acd003f7af0a2c9a00aa67c8505d2"
dependencies:
domelementtype "^1.3.0"
domhandler "^2.3.0"
Expand Down Expand Up @@ -2950,10 +2956,6 @@ ignore-by-default@^1.0.0:
version "1.0.1"
resolved "https://registry.yarnpkg.com/ignore-by-default/-/ignore-by-default-1.0.1.tgz#48ca6d72f6c6a3af00a9ad4ae6876be3889e2b09"

image-size@0.5.0:
version "0.5.0"
resolved "https://registry.yarnpkg.com/image-size/-/image-size-0.5.0.tgz#be7aed1c37b5ac3d9ba1d66a24b4c47ff8397651"

image-size@0.5.1:
version "0.5.1"
resolved "https://registry.yarnpkg.com/image-size/-/image-size-0.5.1.tgz#28eea8548a4b1443480ddddc1e083ae54652439f"
Expand Down Expand Up @@ -3809,7 +3811,7 @@ lodash@4.16.6, lodash@~4.16.4:
version "4.16.6"
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.16.6.tgz#d22c9ac660288f3843e16ba7d2b5d06cca27d777"

lodash@4.17.4, lodash@^4.0.0, lodash@^4.12.0, lodash@^4.13.1, lodash@^4.17.4, lodash@^4.6.0, lodash@^4.7.0, lodash@^4.8.0, lodash@~4.17.2:
lodash@4.17.4, lodash@^4.0.0, lodash@^4.12.0, lodash@^4.13.1, lodash@^4.14.0, lodash@^4.17.4, lodash@^4.6.0, lodash@^4.7.0, lodash@^4.8.0, lodash@~4.17.2:
version "4.17.4"
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.4.tgz#78203a4d1c328ae1d86dca6460e369b57f4055ae"

Expand All @@ -3833,10 +3835,6 @@ lodash@~4.6.1:
version "4.6.1"
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.6.1.tgz#df00c1164ad236b183cfc3887a5e8d38cc63cbbc"

lodash@~4.9.0:
version "4.9.0"
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.9.0.tgz#4c20d742f03ce85dc700e0dd7ab9bcab85e6fc14"

log-symbols@^1.0.0:
version "1.0.2"
resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-1.0.2.tgz#376ff7b58ea3086a0f09facc74617eca501e1a18"
Expand Down Expand Up @@ -4280,7 +4278,7 @@ netjet@1.1.3:
lru-cache "^4.0.0"
posthtml "^0.9.0"

nock@9.0.4:
nock@9.0.4, nock@^9.0.2:
version "9.0.4"
resolved "https://registry.yarnpkg.com/nock/-/nock-9.0.4.tgz#56156e7d0c19980e294d932312e25859d1e3409b"
dependencies:
Expand All @@ -4293,19 +4291,6 @@ nock@9.0.4:
propagate "0.4.0"
qs "^6.0.2"

nock@^8.0.0:
version "8.2.1"
resolved "https://registry.yarnpkg.com/nock/-/nock-8.2.1.tgz#64cc65e1bdd3893f58cba7e1abfdc38f40f0364a"
dependencies:
chai ">=1.9.2 <4.0.0"
debug "^2.2.0"
deep-equal "^1.0.0"
json-stringify-safe "^5.0.1"
lodash "~4.9.0"
mkdirp "^0.5.0"
propagate "0.4.0"
qs "^6.0.2"

node-pre-gyp@^0.6.29, node-pre-gyp@~0.6.28, node-pre-gyp@~0.6.31:
version "0.6.32"
resolved "https://registry.yarnpkg.com/node-pre-gyp/-/node-pre-gyp-0.6.32.tgz#fc452b376e7319b3d255f5f34853ef6fd8fe1fd5"
Expand Down

0 comments on commit bf7c76b

Please sign in to comment.