Skip to content

Commit

Permalink
[UPDATED] deps
Browse files Browse the repository at this point in the history
  • Loading branch information
steambap committed Jun 11, 2017
1 parent b87fa95 commit a6f3d29
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions HISTORY.md
@@ -1,3 +1,8 @@
1.3.7 / 2017-06-11
===================

* Bump `opentype.js@0.7.2`

1.3.6 / 2017-06-03
===================

Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "svg-captcha",
"version": "1.3.6",
"version": "1.3.7",
"description": "generate svg captcha in node.js or express.js",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -33,7 +33,7 @@
},
"homepage": "https://github.com/steambap/svg-captcha#readme",
"dependencies": {
"opentype.js": "^0.7.1"
"opentype.js": "^0.7.2"
},
"devDependencies": {
"fs-extra": "^3.0.1",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Expand Up @@ -1274,9 +1274,9 @@ onetime@^1.0.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/onetime/-/onetime-1.1.0.tgz#a1f7838f8314c516f05ecefcbc4ccfe04b4ed789"

opentype.js@^0.7.1:
version "0.7.1"
resolved "https://registry.yarnpkg.com/opentype.js/-/opentype.js-0.7.1.tgz#8e0bb32d99f3d092563797237eb824b45eaf3c1f"
opentype.js@^0.7.2:
version "0.7.2"
resolved "https://registry.yarnpkg.com/opentype.js/-/opentype.js-0.7.2.tgz#cfe1c98f12f858a269ac00cd3b6de5d5f67d90af"
dependencies:
tiny-inflate "^1.0.2"

Expand Down

0 comments on commit a6f3d29

Please sign in to comment.