Skip to content

Commit f3e0be1

Browse files
committed
Upgrade xlsx to 0.14.5 (from 0.14.3)
1 parent b6aaf90 commit f3e0be1

File tree

2 files changed

+25
-2
lines changed

2 files changed

+25
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"underscore": "1.9.1",
7777
"unitegallery": "1.7.28",
7878
"urijs": "1.19.1",
79-
"xlsx": "0.14.3",
79+
"xlsx": "0.14.5",
8080
"zeroclipboard": "2.3.0"
8181
},
8282
"devDependencies": {

yarn.lock

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -683,6 +683,16 @@ cfb@^1.1.0:
683683
crc-32 "~1.2.0"
684684
printj "~1.1.2"
685685

686+
cfb@^1.1.2:
687+
version "1.1.3"
688+
resolved "https://registry.yarnpkg.com/cfb/-/cfb-1.1.3.tgz#05de6816259c8e8bc32713aba905608ee385df66"
689+
integrity sha512-joXBW0nMuwV9no7UTMiyVJnQL6XIU3ThXVjFUDHgl9MpILPOomyfaGqC290VELZ48bbQKZXnQ81UT5HouTxHsw==
690+
dependencies:
691+
adler-32 "~1.2.0"
692+
commander "^2.16.0"
693+
crc-32 "~1.2.0"
694+
printj "~1.1.2"
695+
686696
chalk@^1.0.0:
687697
version "1.1.3"
688698
resolved "https://registry.yarnpkg.com/chalk/-/chalk-1.1.3.tgz#a8115c55e4a702fe4d150abd3872822a7e09fc98"
@@ -5979,7 +5989,20 @@ xdg-basedir@^3.0.0:
59795989
resolved "https://registry.yarnpkg.com/xdg-basedir/-/xdg-basedir-3.0.0.tgz#496b2cc109eca8dbacfe2dc72b603c17c5870ad4"
59805990
integrity sha1-SWsswQnsqNus/i3HK2A8F8WHCtQ=
59815991

5982-
[email protected], xlsx@^0.14.0:
5992+
5993+
version "0.14.5"
5994+
resolved "https://registry.yarnpkg.com/xlsx/-/xlsx-0.14.5.tgz#3637e914d791bdca7382816e173f7d725ed0e0d2"
5995+
integrity sha512-s/5f4/mjeWREmIWZ+HtDfh/rnz51ar+dZ4LWKZU3u9VBx2zLdSIWTdXgoa52/pnZ9Oe/Vu1W1qzcKzLVe+lq4w==
5996+
dependencies:
5997+
adler-32 "~1.2.0"
5998+
cfb "^1.1.2"
5999+
codepage "~1.14.0"
6000+
commander "~2.17.1"
6001+
crc-32 "~1.2.0"
6002+
exit-on-epipe "~1.0.1"
6003+
ssf "~0.10.2"
6004+
6005+
xlsx@^0.14.0:
59836006
version "0.14.3"
59846007
resolved "https://registry.yarnpkg.com/xlsx/-/xlsx-0.14.3.tgz#09b7534d95ba8f9aca2c462d0f6603e080202224"
59856008
integrity sha512-wgt9zGKeFp4WIQdPx+j2sNNbDYRbJ+M+uuFcS16pf2yLo/aKcG3RaD4xmS/LHT5rznc6V27NRwIXNWmxLj6eZw==

0 commit comments

Comments
 (0)