Skip to content
This repository was archived by the owner on Apr 13, 2023. It is now read-only.

Commit ae86eef

Browse files
authored
fix the version (#851)
* fix the version * Revert "fix the version" This reverts commit 253f111. * version bump * Revert "fix the version" This reverts commit 253f111. * made a changes
1 parent 72a853b commit ae86eef

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,8 @@
127127
"qs": "^6.9.7",
128128
"jsonwebtoken": "^9.0.0",
129129
"json5": "^2.2.3",
130-
"luxon": "^2.5.2"
130+
"luxon": "^2.5.2",
131+
"xml2js": "^0.5.0"
131132
},
132133
"jest": {
133134
"moduleFileExtensions": [

yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -13109,18 +13109,18 @@ xml-name-validator@^3.0.0:
1310913109
resolved "https://registry.yarnpkg.com/xml-name-validator/-/xml-name-validator-3.0.0.tgz#6ae73e06de4d8c6e47f9fb181f78d648ad457c6a"
1311013110
integrity sha512-A5CUptxDsvxKJEU3yO6DuWBSJz/qizqzJKOMIfUJHETbBw/sFaDxgd6fxm1ewUaM0jZ444Fc5vC5ROYurg/4Pw==
1311113111

13112-
13113-
version "0.4.19"
13114-
resolved "https://registry.yarnpkg.com/xml2js/-/xml2js-0.4.19.tgz#686c20f213209e94abf0d1bcf1efaa291c7827a7"
13115-
integrity sha512-esZnJZJOiJR9wWKMyuvSE1y6Dq5LCuJanqhxslH2bxM6duahNZ+HMpCLhBQGZkbX6xRf8x1Y2eJlgt2q3qo49Q==
13112+
13113+
version "0.5.0"
13114+
resolved "https://registry.yarnpkg.com/xml2js/-/xml2js-0.5.0.tgz#d9440631fbb2ed800203fad106f2724f62c493b7"
13115+
integrity sha512-drPFnkQJik/O+uPKpqSgr22mpuFHqKdbS835iAQrUC73L2F5WkboIRd63ai/2Yg6I1jzifPFKH2NTK+cfglkIA==
1311613116
dependencies:
1311713117
sax ">=0.6.0"
13118-
xmlbuilder "~9.0.1"
13118+
xmlbuilder "~11.0.0"
1311913119

13120-
xmlbuilder@~9.0.1:
13121-
version "9.0.7"
13122-
resolved "https://registry.yarnpkg.com/xmlbuilder/-/xmlbuilder-9.0.7.tgz#132ee63d2ec5565c557e20f4c22df9aca686b10d"
13123-
integrity sha1-Ey7mPS7FVlxVfiD0wi35rKaGsQ0=
13120+
xmlbuilder@~11.0.0:
13121+
version "11.0.1"
13122+
resolved "https://registry.yarnpkg.com/xmlbuilder/-/xmlbuilder-11.0.1.tgz#be9bae1c8a046e76b31127726347d0ad7002beb3"
13123+
integrity sha512-fDlsI/kFEx7gLvbecc0/ohLG50fugQp8ryHzMTuW9vSa1GJ0XYWKnhsUx7oie3G98+r56aTQIUB4kht42R3JvA==
1312413124

1312513125
xmlchars@^2.2.0:
1312613126
version "2.2.0"

0 commit comments

Comments
 (0)