Skip to content

Commit

Permalink
fix: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
niftylettuce committed May 1, 2019
1 parent b8da292 commit 30a4e90
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 8 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"Nick Baugh <[email protected]> (http://niftylettuce.com/)"
],
"dependencies": {
"axe": "^3.1.0",
"axe": "^3.1.1",
"common-tags": "^1.8.0",
"lodash": "^4.17.11",
"on-finished": "^2.3.0",
Expand Down Expand Up @@ -63,7 +63,7 @@
"signale": "^1.4.0",
"supertest": "^4.0.2",
"tinyify": "^2.5.0",
"uglify-js": "^3.5.9",
"uglify-js": "^3.5.10",
"xo": "^0.24.0"
},
"engines": {
Expand Down
20 changes: 14 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1536,10 +1536,10 @@ aws4@^1.8.0:
resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.8.0.tgz#f0e003d9ca9e7f59c7a508945d7b2ef9a04a542f"
integrity sha512-ReZxvNHIOv88FlT7rxcXIIC0fPt4KZqZbOlivyWtXLt8ESx84zd3kMC6iK5jVeS2qt+g7ftS7ye4fi06X5rtRQ==

axe@^3.1.0:
version "3.1.0"
resolved "https://registry.yarnpkg.com/axe/-/axe-3.1.0.tgz#790fc4205c9fb4a88177b4a5546bdfea08dcb5d9"
integrity sha512-uRbEjuV99pFGTvJtbWPUC9s2aBP8VeunQoBEhSJvheoxSa+PP9csrNeeCBAODhXCv7qrtf8/XOkeUzLcLFMGfw==
axe@^3.1.1:
version "3.1.1"
resolved "https://registry.yarnpkg.com/axe/-/axe-3.1.1.tgz#de307b124a3d2ba6c745c26068c3e006a51b195f"
integrity sha512-7BbrHcosESCqAuEtTq60mz5IuxHnUWAQFQF7m/ZkilQO652B6Dvf6+MJqxKUrbAcUyHvQ0JJr7xvzbDW+s4S8w==
dependencies:
boolean "^1.0.0"
console-polyfill "^0.3.0"
Expand Down Expand Up @@ -8270,7 +8270,7 @@ remark-heading-gap@^3.0.0:
resolved "https://registry.yarnpkg.com/remark-heading-gap/-/remark-heading-gap-3.1.0.tgz#6a1851b4226fa82441ae1365bbd599d34b12d812"
integrity sha512-KxH9CTgfDnVTZVMMLJRw73zxZSWGX+p6x/trG7ed2UsEYqMRr8Dqtu/SXp2vD1ZZhPM8CpS7SjS+qjmiaRFotw==

"remark-license@github:niftylettuce/remark-license":
remark-license@niftylettuce/remark-license:
version "4.0.1"
resolved "https://codeload.github.com/niftylettuce/remark-license/tar.gz/17ecb8f64f8f6082414d14f9267a12764e6ddbfb"
dependencies:
Expand Down Expand Up @@ -10536,14 +10536,22 @@ typedarray@^0.0.6:
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=

uglify-js@^3.1.4, uglify-js@^3.5.9:
uglify-js@^3.1.4:
version "3.5.9"
resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.5.9.tgz#372fbf95939555b1f460b1777d33a67d4a994ac9"
integrity sha512-WpT0RqsDtAWPNJK955DEnb6xjymR8Fn0OlK4TT4pS0ASYsVPqr5ELhgwOwLCP5J5vHeJ4xmMmz3DEgdqC10JeQ==
dependencies:
commander "~2.20.0"
source-map "~0.6.1"

uglify-js@^3.5.10:
version "3.5.10"
resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.5.10.tgz#652bef39f86d9dbfd6674407ee05a5e2d372cf2d"
integrity sha512-/GTF0nosyPLbdJBd+AwYiZ+Hu5z8KXWnO0WCGt1BQ/u9Iamhejykqmz5o1OHJ53+VAk6xVxychonnApDjuqGsw==
dependencies:
commander "~2.20.0"
source-map "~0.6.1"

uglifyify@^5.0.0:
version "5.0.1"
resolved "https://registry.yarnpkg.com/uglifyify/-/uglifyify-5.0.1.tgz#70b1d8b413c410348c8e35e7f8bd1330a422d5f6"
Expand Down

0 comments on commit 30a4e90

Please sign in to comment.