1
0
mirror of https://github.com/kremalicious/portfolio.git synced 2025-02-14 21:10:41 +01:00

Merge pull request #251 from kremalicious/dependabot/npm_and_yarn/gatsby-transformer-json-2.4.3

Bump gatsby-transformer-json from 2.4.2 to 2.4.3
This commit is contained in:
Matthias Kretschmann 2020-05-21 10:18:36 +02:00 committed by GitHub
commit 68f52cdc6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -11045,9 +11045,9 @@
}
},
"gatsby-transformer-json": {
"version": "2.4.2",
"resolved": "https://registry.npmjs.org/gatsby-transformer-json/-/gatsby-transformer-json-2.4.2.tgz",
"integrity": "sha512-huOvWEIHRoKKg/nso3I/ScL+/9LuZdmO9eNmSLqMTVAo8NTtSPlgWSnlllqwdAez0OeuBT+3iCDj4FvbnXCkOA==",
"version": "2.4.3",
"resolved": "https://registry.npmjs.org/gatsby-transformer-json/-/gatsby-transformer-json-2.4.3.tgz",
"integrity": "sha512-yL4UfPCE0mKHugh+G5DnXVrYgwJXaXuqE5Yd7krZiNUtmNtUMqOaZtAuKI/KMfyVAlU84N37LInM5i0HKbjMdQ==",
"requires": {
"@babel/runtime": "^7.9.6",
"bluebird": "^3.7.2"

View File

@ -37,7 +37,7 @@
"gatsby-plugin-use-dark-mode": "^1.1.2",
"gatsby-plugin-webpack-size": "^1.0.0",
"gatsby-source-filesystem": "^2.3.4",
"gatsby-transformer-json": "^2.4.2",
"gatsby-transformer-json": "^2.4.3",
"gatsby-transformer-sharp": "^2.5.2",
"gatsby-transformer-yaml": "^2.4.2",
"giphy-js-sdk-core": "^1.0.6",