Bump tough-cookie and gatsby-transformer-sharp

Removes [tough-cookie](https://github.com/salesforce/tough-cookie). 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 `tough-cookie`

Updates `gatsby-transformer-sharp` from 2.3.1 to 2.12.1
- [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@2.12.1/packages/gatsby-transformer-sharp)

---
updated-dependencies:
- dependency-name: tough-cookie
  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-07-08 12:52:59 +00:00 committed by GitHub
commit 78c237f035
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1025 additions and 521 deletions

1544
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-sharp": "^4.25.1",
"gatsby-source-filesystem": "^2.1.35",
"gatsby-transformer-sharp": "^2.3.1",
"gatsby-transformer-sharp": "^2.12.1",
"prop-types": "^15.7.2",
"react": "^16.11.0",
"react-dom": "^16.11.0",