Bump xml2js and gatsby-transformer-sharp

Removes [xml2js](https://github.com/Leonidas-from-XIV/node-xml2js). It's no longer used after updating ancestor dependency [gatsby-transformer-sharp](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-transformer-sharp). These dependencies need to be updated together.


Removes `xml2js`

Updates `gatsby-transformer-sharp` from 2.3.1 to 5.9.0
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-transformer-sharp/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-sharp@5.9.0/packages/gatsby-transformer-sharp)

---
updated-dependencies:
- dependency-name: xml2js
  dependency-type: indirect
- dependency-name: gatsby-transformer-sharp
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-05-02 23:17:46 +00:00 committed by GitHub
commit ab4b08c48f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 511 additions and 785 deletions

1294
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -12,7 +12,7 @@
"gatsby-plugin-react-helmet": "^3.1.13", "gatsby-plugin-react-helmet": "^3.1.13",
"gatsby-plugin-sharp": "^4.25.1", "gatsby-plugin-sharp": "^4.25.1",
"gatsby-source-filesystem": "^2.1.35", "gatsby-source-filesystem": "^2.1.35",
"gatsby-transformer-sharp": "^2.3.1", "gatsby-transformer-sharp": "^5.9.0",
"prop-types": "^15.7.2", "prop-types": "^15.7.2",
"react": "^16.11.0", "react": "^16.11.0",
"react-dom": "^16.11.0", "react-dom": "^16.11.0",