Skip to content

Commit 98654ca

Browse files
renovate[bot]github-actions[bot]
andauthoredJun 22, 2023
fix(deps): update dependency fast-xml-parser to v4.2.5 [security] (#5602)
* fix(deps): update dependency fast-xml-parser to v4.2.5 [security] * chore(dependencies): updated changesets for modified dependencies --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent fdf3025 commit 98654ca

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed
 
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@omnigraph/soap": patch
3+
---
4+
dependencies updates:
5+
- Updated dependency [`fast-xml-parser@4.2.5` ↗︎](https://www.npmjs.com/package/fast-xml-parser/v/4.2.5) (from `4.2.4`, in `dependencies`)

‎packages/loaders/soap/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"graphql": "*"
3434
},
3535
"dependencies": {
36-
"fast-xml-parser": "4.2.4",
36+
"fast-xml-parser": "4.2.5",
3737
"graphql-compose": "9.0.10",
3838
"graphql-scalars": "^1.22.2"
3939
},

‎yarn.lock

+8-1
Original file line numberDiff line numberDiff line change
@@ -11201,13 +11201,20 @@ fast-url-parser@^1.1.3:
1120111201
dependencies:
1120211202
punycode "^1.3.2"
1120311203

11204-
fast-xml-parser@4.2.4, fast-xml-parser@^4.2.1:
11204+
fast-xml-parser@4.2.4:
1120511205
version "4.2.4"
1120611206
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-4.2.4.tgz#6e846ede1e56ad9e5ef07d8720809edf0ed07e9b"
1120711207
integrity sha512-fbfMDvgBNIdDJLdLOwacjFAPYt67tr31H9ZhWSm45CDAxvd0I6WTlSOUo7K2P/K5sA5JgMKG64PI3DMcaFdWpQ==
1120811208
dependencies:
1120911209
strnum "^1.0.5"
1121011210

11211+
fast-xml-parser@4.2.5, fast-xml-parser@^4.2.1:
11212+
version "4.2.5"
11213+
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-4.2.5.tgz#a6747a09296a6cb34f2ae634019bf1738f3b421f"
11214+
integrity sha512-B9/wizE4WngqQftFPmdaMYlXoJlJOYxGQOanC77fq9k8+Z0v5dDSVh+3glErdIROP//s/jgb7ZuxKfB8nVyo0g==
11215+
dependencies:
11216+
strnum "^1.0.5"
11217+
1121111218
fastify@4.18.0:
1121211219
version "4.18.0"
1121311220
resolved "https://registry.yarnpkg.com/fastify/-/fastify-4.18.0.tgz#d369630ac1dcedb218e6a933380ed81447c3af11"

0 commit comments

Comments
 (0)
Please sign in to comment.