Skip to content

Commit

Permalink
chore(config-plugins, prebuild-config): bump xml2js (expo#22872)
Browse files Browse the repository at this point in the history
# Why

Hide NPM warnings

<!--
Please describe the motivation for this PR, and link to relevant GitHub
issues, forums posts, or feature requests.
-->

# How

<!--
How did you build this feature or fix this bug and why?
-->

# Test Plan

<!--
Please describe how you tested this change and how a reviewer could
reproduce your test, especially if this PR does not include automated
tests! If possible, please also provide terminal output and/or
screenshots demonstrating your test/reproduction.
-->

# Checklist

<!--
Please check the appropriate items below if they apply to your diff.
This is required for changes to Expo modules.
-->

- [ ] Documentation is up to date to reflect these changes (eg:
https://docs.expo.dev and README.md).
- [ ] Conforms with the [Documentation Writing Style
Guide](https://github.com/expo/expo/blob/main/guides/Expo%20Documentation%20Writing%20Style%20Guide.md)
- [ ] This diff will work correctly for `npx expo prebuild` & EAS Build
(eg: updated a module plugin).

---------

Co-authored-by: Expo Bot <[email protected]>
  • Loading branch information
EvanBacon and expo-bot authored Jun 14, 2023
1 parent fd592c6 commit ea613f0
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 5 deletions.
2 changes: 2 additions & 0 deletions packages/@expo/config-plugins/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@

### 💡 Others

- Update `xml2js` version. ([#22872](https://github.com/expo/expo/pull/22872) by [@EvanBacon](https://github.com/EvanBacon))

## 7.1.0 — 2023-06-13

### 🎉 New features
Expand Down
4 changes: 2 additions & 2 deletions packages/@expo/config-plugins/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@
"semver": "^7.3.5",
"slash": "^3.0.0",
"xcode": "^3.0.1",
"xml2js": "0.4.23"
"xml2js": "0.6.0"
},
"devDependencies": {
"@types/debug": "^4.1.5",
"@types/find-up": "^4.0.0",
"@types/xml2js": "^0.4.5"
"@types/xml2js": "~0.4.11"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 2 additions & 0 deletions packages/@expo/prebuild-config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@

### 💡 Others

- Update `xml2js` version. ([#22872](https://github.com/expo/expo/pull/22872) by [@EvanBacon](https://github.com/EvanBacon))

## 6.1.0 — 2023-06-13

### 🎉 New features
Expand Down
4 changes: 2 additions & 2 deletions packages/@expo/prebuild-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
],
"devDependencies": {
"@types/debug": "^4.1.5",
"@types/xml2js": "^0.4.5"
"@types/xml2js": "~0.4.11"
},
"dependencies": {
"@expo/config": "~8.0.0",
Expand All @@ -44,7 +44,7 @@
"fs-extra": "^9.0.0",
"resolve-from": "^5.0.0",
"semver": "7.3.2",
"xml2js": "0.4.23"
"xml2js": "0.6.0"
},
"peerDependencies": {
"expo-modules-autolinking": ">=0.8.1"
Expand Down
10 changes: 9 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4549,7 +4549,7 @@
dependencies:
"@types/node" "*"

"@types/xml2js@^0.4.5":
"@types/xml2js@~0.4.11":
version "0.4.11"
resolved "https://registry.yarnpkg.com/@types/xml2js/-/xml2js-0.4.11.tgz#bf46a84ecc12c41159a7bd9cf51ae84129af0e79"
integrity sha512-JdigeAKmCyoJUiQljjr7tQG3if9NkqGUgwEUqBvV0N7LM4HyQk7UXCnusRa1lnvXAEYJ8mw8GtZWioagNztOwA==
Expand Down Expand Up @@ -19750,6 +19750,14 @@ [email protected]:
sax ">=0.6.0"
xmlbuilder "~11.0.0"

[email protected]:
version "0.6.0"
resolved "https://registry.yarnpkg.com/xml2js/-/xml2js-0.6.0.tgz#07afc447a97d2bd6507a1f76eeadddb09f7a8282"
integrity sha512-eLTh0kA8uHceqesPqSE+VvO1CDDJWMwlQfB6LuN6T8w6MaDJ8Txm8P7s5cHD0miF0V+GGTZrDQfxPZQVsur33w==
dependencies:
sax ">=0.6.0"
xmlbuilder "~11.0.0"

xmlbuilder@^14.0.0:
version "14.0.0"
resolved "https://registry.yarnpkg.com/xmlbuilder/-/xmlbuilder-14.0.0.tgz#876b5aec4f05ffd5feb97b0a871c855d16fbeb8c"
Expand Down

0 comments on commit ea613f0

Please sign in to comment.