Skip to content

Commit 4096e4f

Browse files
author
Dane Pilcher
committed
chore(deps): bump fast-xml-parser from 4.3.2 to 4.4.1
1 parent f428460 commit 4096e4f

2 files changed

Lines changed: 6 additions & 12 deletions

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,8 @@
131131
"glob-parent": "^6.0.2",
132132
"parse-url": "^8.1.0",
133133
"graphql": "15.8.0",
134-
"xml2js": "0.5.0"
134+
"xml2js": "0.5.0",
135+
"fast-xml-parser": "^4.4.1"
135136
},
136137
"config": {
137138
"commitizen": {

yarn.lock

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10675,17 +10675,10 @@ fast-url-parser@^1.1.3:
1067510675
dependencies:
1067610676
punycode "^1.3.2"
1067710677

10678-
fast-xml-parser@4.2.5:
10679-
version "4.2.5"
10680-
resolved "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.2.5.tgz#a6747a09296a6cb34f2ae634019bf1738f3b421f"
10681-
integrity sha512-B9/wizE4WngqQftFPmdaMYlXoJlJOYxGQOanC77fq9k8+Z0v5dDSVh+3glErdIROP//s/jgb7ZuxKfB8nVyo0g==
10682-
dependencies:
10683-
strnum "^1.0.5"
10684-
10685-
fast-xml-parser@^4.2.5:
10686-
version "4.3.2"
10687-
resolved "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.3.2.tgz#761e641260706d6e13251c4ef8e3f5694d4b0d79"
10688-
integrity sha512-rmrXUXwbJedoXkStenj1kkljNF7ugn5ZjR9FJcwmCfcCbtOMDghPajbc+Tck6vE6F5XsDmx+Pr2le9fw8+pXBg==
10678+
fast-xml-parser@4.2.5, fast-xml-parser@^4.2.5, fast-xml-parser@^4.4.1:
10679+
version "4.4.1"
10680+
resolved "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.4.1.tgz#86dbf3f18edf8739326447bcaac31b4ae7f6514f"
10681+
integrity sha512-xkjOecfnKGkSsOwtZ5Pz7Us/T6mrbPQrq0nh+aCO5V9nk5NLWmasAHumTKjiPJPWANe+kAZ84Jc8ooJkzZ88Sw==
1068910682
dependencies:
1069010683
strnum "^1.0.5"
1069110684

0 commit comments

Comments
 (0)