diff --git a/package-lock.json b/package-lock.json index 59149d1..4270720 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "gatsby-plugin-sharp": "^5.12.1", "gatsby-plugin-styled-components": "^6.12.0", "gatsby-source-filesystem": "^5.12.0", - "gatsby-transformer-sharp": "^5.12.1", + "gatsby-transformer-sharp": "^5.13.0", "isomorphic-fetch": "3.0.0", "lodash.debounce": "4.0.8", "lodash.isequal": "4.5.0", @@ -9606,9 +9606,9 @@ } }, "node_modules/gatsby-core-utils": { - "version": "4.12.0", - "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-4.12.0.tgz", - "integrity": "sha512-1vK0cmL8FNHAddQ5WZt0yTPdFSZuMPNUSsHckM+ZdVmRxyif3aZYSi7ofj6sJo/UvhKj7fBqJv/smZYpp2PRqg==", + "version": "4.13.0", + "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-4.13.0.tgz", + "integrity": "sha512-+oJJsADfcEnzpQpof+L5qtP4iSeMaEPn1QSjXENlg/go9Pi/4eqb+Nn3y3q8bC/zy4hMWFWrPdMJmdW581uNvA==", "dependencies": { "@babel/runtime": "^7.20.13", "ci-info": "2.0.0", @@ -10214,15 +10214,15 @@ } }, "node_modules/gatsby-plugin-utils": { - "version": "4.12.1", - "resolved": "https://registry.npmjs.org/gatsby-plugin-utils/-/gatsby-plugin-utils-4.12.1.tgz", - "integrity": "sha512-WL8x0E4CkmP1m61aaIa23lhoOOpxH7PIlZCzly2ehcsZmyL/7dxfpm09B/IAkLYbSMzi6Uln1vmQAN7qvBan4A==", + "version": "4.13.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-utils/-/gatsby-plugin-utils-4.13.0.tgz", + "integrity": "sha512-3qwhM6mUYjorRiD0D0cgmCHcKwroG2d4PlfErnapHJpM/ISGfdBBOfRhPyk2N0u3dbGeb3KQq5gImCCS73bvxg==", "dependencies": { "@babel/runtime": "^7.20.13", "fastq": "^1.15.0", "fs-extra": "^11.1.1", - "gatsby-core-utils": "^4.12.0", - "gatsby-sharp": "^1.12.1", + "gatsby-core-utils": "^4.13.0", + "gatsby-sharp": "^1.13.0", "graphql-compose": "^9.0.10", "import-from": "^4.0.0", "joi": "^17.9.2", @@ -10267,9 +10267,9 @@ } }, "node_modules/gatsby-sharp": { - "version": "1.12.1", - "resolved": "https://registry.npmjs.org/gatsby-sharp/-/gatsby-sharp-1.12.1.tgz", - "integrity": "sha512-e7lqA74UZau7MOktc9V+sNh86a8oNZPFIsY5Atk+C0sGlzHx0IcivsJjwLHJ6OF11SIC38a9z2wE8Nl6YiG/Ig==", + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/gatsby-sharp/-/gatsby-sharp-1.13.0.tgz", + "integrity": "sha512-DviUtgm7tatSd1Hm54o/orHimOcyXBO9OJkSfzEchPFClvOza+2Qe/lqZShio0gFDxmG0Jgn0XCLzG7uH5VyJQ==", "dependencies": { "sharp": "^0.32.6" }, @@ -10323,15 +10323,15 @@ } }, "node_modules/gatsby-transformer-sharp": { - "version": "5.12.1", - "resolved": "https://registry.npmjs.org/gatsby-transformer-sharp/-/gatsby-transformer-sharp-5.12.1.tgz", - "integrity": "sha512-xcaWxQgdp8990Tyn88EyGQNl382trLumjYBtzL83blnQIJmbKhUoQDp4c/auZ1HylUw0IKJFvma2Yu6Ri3C7Bw==", + "version": "5.13.0", + "resolved": "https://registry.npmjs.org/gatsby-transformer-sharp/-/gatsby-transformer-sharp-5.13.0.tgz", + "integrity": "sha512-jGpH1Nf1oNiv3Yze9xNZIrzwyJx2UAkPHhcru6B6TCtYfEbvctEx018LZfgvO2VKnQZkTKPDZOvldGl3d2LdQA==", "dependencies": { "@babel/runtime": "^7.20.13", "bluebird": "^3.7.2", "common-tags": "^1.8.2", "fs-extra": "^11.1.1", - "gatsby-plugin-utils": "^4.12.1", + "gatsby-plugin-utils": "^4.13.0", "probe-image-size": "^7.2.3", "semver": "^7.5.3", "sharp": "^0.32.6" diff --git a/package.json b/package.json index f244bf9..838fb7e 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "gatsby-plugin-sharp": "^5.12.1", "gatsby-plugin-styled-components": "^6.12.0", "gatsby-source-filesystem": "^5.12.0", - "gatsby-transformer-sharp": "^5.12.1", + "gatsby-transformer-sharp": "^5.13.0", "isomorphic-fetch": "3.0.0", "lodash.debounce": "4.0.8", "lodash.isequal": "4.5.0",