Skip to content

Commit

Permalink
fix(deps): update minor and patch for gatsby-transformer-excel (#27394)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot authored Oct 12, 2020
1 parent 5e51fed commit 3a3c3e7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/gatsby-transformer-excel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@babel/runtime": "^7.11.2",
"xlsx": "^0.16.7"
"xlsx": "^0.16.8"
},
"devDependencies": {
"@babel/cli": "^7.11.6",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -25923,10 +25923,10 @@ xhr@^2.0.1:
parse-headers "^2.0.0"
xtend "^4.0.0"

xlsx@^0.16.7:
version "0.16.7"
resolved "https://registry.yarnpkg.com/xlsx/-/xlsx-0.16.7.tgz#62fd6590addac7c4419daaaa2b0c5388015d5f69"
integrity sha512-Xc4NRjci2Grbh9NDk/XoaWycJurxEug1wwn0aJCmB0NvIMyQuHYq2muWLWGidYNZPf94aUbqm6K8Fbjd7gKTZg==
xlsx@^0.16.8:
version "0.16.8"
resolved "https://registry.yarnpkg.com/xlsx/-/xlsx-0.16.8.tgz#5546de9b0ba15169b36770d4e43b24790d3ff1b8"
integrity sha512-qWub4YCn0xLEGHI7WWhk6IJ73MDu7sPSJQImxN6/LiI8wsHi0hUhICEDbyqBT+jgFgORZxrii0HvhNSwBNAPoQ==
dependencies:
adler-32 "~1.2.0"
cfb "^1.1.4"
Expand Down

0 comments on commit 3a3c3e7

Please sign in to comment.