Skip to content

Commit 39a1def

Browse files
authored
Merge pull request #535 from internxt/dependabot-npm_and_yarn-fast-xml-parser-5.5.8
fix(deps): bump fast-xml-parser from 5.5.7 to 5.5.8
2 parents 77bc358 + 0eb304e commit 39a1def

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"dotenv": "17.3.1",
5353
"express": "5.2.1",
5454
"express-async-handler": "1.2.0",
55-
"fast-xml-parser": "5.5.7",
55+
"fast-xml-parser": "5.5.8",
5656
"hash-wasm": "4.12.0",
5757
"mime-types": "3.0.2",
5858
"open": "11.0.0",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4241,13 +4241,13 @@ fast-xml-parser@5.4.1:
42414241
fast-xml-builder "^1.0.0"
42424242
strnum "^2.1.2"
42434243

4244-
fast-xml-parser@5.5.7:
4245-
version "5.5.7"
4246-
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-5.5.7.tgz#e1ddc86662d808450a19cf2fb6ccc9c3c9933c5d"
4247-
integrity sha512-LteOsISQ2GEiDHZch6L9hB0+MLoYVLToR7xotrzU0opCICBkxOPgHAy1HxAvtxfJNXDJpgAsQN30mkrfpO2Prg==
4244+
fast-xml-parser@5.5.8:
4245+
version "5.5.8"
4246+
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-5.5.8.tgz#929571ed8c5eb96e6d9bd572ba14fc4b84875716"
4247+
integrity sha512-Z7Fh2nVQSb2d+poDViM063ix2ZGt9jmY1nWhPfHBOK2Hgnb/OW3P4Et3P/81SEej0J7QbWtJqxO05h8QYfK7LQ==
42484248
dependencies:
42494249
fast-xml-builder "^1.1.4"
4250-
path-expression-matcher "^1.1.3"
4250+
path-expression-matcher "^1.2.0"
42514251
strnum "^2.2.0"
42524252

42534253
fastest-levenshtein@^1.0.7:
@@ -5945,10 +5945,10 @@ path-exists@^4.0.0:
59455945
resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-4.0.0.tgz#513bdbe2d3b95d7762e8c1137efa195c6c61b5b3"
59465946
integrity sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==
59475947

5948-
path-expression-matcher@^1.1.3:
5949-
version "1.1.3"
5950-
resolved "https://registry.yarnpkg.com/path-expression-matcher/-/path-expression-matcher-1.1.3.tgz#8bf7c629dc1b114e42b633c071f06d14625b4e0d"
5951-
integrity sha512-qdVgY8KXmVdJZRSS1JdEPOKPdTiEK/pi0RkcT2sw1RhXxohdujUlJFPuS1TSkevZ9vzd3ZlL7ULl1MHGTApKzQ==
5948+
path-expression-matcher@^1.1.3, path-expression-matcher@^1.2.0:
5949+
version "1.2.0"
5950+
resolved "https://registry.yarnpkg.com/path-expression-matcher/-/path-expression-matcher-1.2.0.tgz#9bdae3787f43b0857b0269e9caaa586c12c8abee"
5951+
integrity sha512-DwmPWeFn+tq7TiyJ2CxezCAirXjFxvaiD03npak3cRjlP9+OjTmSy1EpIrEbh+l6JgUundniloMLDQ/6VTdhLQ==
59525952

59535953
path-key@^3.1.0:
59545954
version "3.1.1"

0 commit comments

Comments
 (0)