diff --git a/package-lock.json b/package-lock.json index 311d73e..be4d3f1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "gatsby-remark-static-images": "^1.2.1", "gatsby-source-filesystem": "^5.14.0", "gatsby-transformer-remark": "^6.14.0", - "gatsby-transformer-sharp": "^5.14.0", + "gatsby-transformer-sharp": "^5.15.0", "katex": "^0.16.21", "react": "^18.3.1", "react-dom": "^18.3.1" @@ -9961,9 +9961,9 @@ } }, "node_modules/gatsby-core-utils": { - "version": "4.14.0", - "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-4.14.0.tgz", - "integrity": "sha512-h0v20gB213PmhKjioCJ93SrUb7Hihnqxd6X6Iur4u1eiWTUDsGeV9g1bkquiuDl2qovUnjj7mOoHdWiu/Ax/9Q==", + "version": "4.15.0", + "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-4.15.0.tgz", + "integrity": "sha512-fxzHbCvQm1u74DSjy7G4PVqEcWb7sOCFg3kFFVUqVKe3hDCm6s1M/gRSvpm3/3fm74HhgLsmQ54Qaf54Ckyn9w==", "license": "MIT", "dependencies": { "@babel/runtime": "^7.20.13", @@ -10243,16 +10243,16 @@ } }, "node_modules/gatsby-plugin-utils": { - "version": "4.14.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-utils/-/gatsby-plugin-utils-4.14.0.tgz", - "integrity": "sha512-w7EZ0C7JA9sG3JiBS2ffGsrZplAbtNk0Junb3UeUFj66CY0MU8UV0rZIzBkz+EMbQvPkxvVJNQu4/tA9ohCvfA==", + "version": "4.15.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-utils/-/gatsby-plugin-utils-4.15.0.tgz", + "integrity": "sha512-6syfcye5eVYHXAU48G83mU2uXohxM3fO0BSGYYvGYlnM7FSV5HvwfFuksh3QEd0MKpE9gcQMVPvxa0pq2/PWdg==", "license": "MIT", "dependencies": { "@babel/runtime": "^7.20.13", "fastq": "^1.16.0", "fs-extra": "^11.2.0", - "gatsby-core-utils": "^4.14.0", - "gatsby-sharp": "^1.14.0", + "gatsby-core-utils": "^4.15.0", + "gatsby-sharp": "^1.15.0", "graphql-compose": "^9.0.10", "import-from": "^4.0.0", "joi": "^17.11.0", @@ -10419,9 +10419,9 @@ } }, "node_modules/gatsby-sharp": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/gatsby-sharp/-/gatsby-sharp-1.14.0.tgz", - "integrity": "sha512-2lZg8NEg5M8jzkMYZouf0I5e1TVpwjtEiKg48R4dGOhYqDKGfENVJWRnvYtw12zNfgBgQ/gUryG7Zj7qMLVANA==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/gatsby-sharp/-/gatsby-sharp-1.15.0.tgz", + "integrity": "sha512-nl+dSQwXPmhkE0qcLVvkLdE8scQALYopuk25RkLCDfi1VTNz0g6wcZwkmbcNjlTCR4RkbvCt7MGgNC7CVH3Ddw==", "license": "MIT", "dependencies": { "sharp": "^0.32.6" @@ -10490,16 +10490,16 @@ } }, "node_modules/gatsby-transformer-sharp": { - "version": "5.14.0", - "resolved": "https://registry.npmjs.org/gatsby-transformer-sharp/-/gatsby-transformer-sharp-5.14.0.tgz", - "integrity": "sha512-U4Z3t6JBKgM1QSpoicMsUzD5+BJGdO1bXW4b09M1Ze46B86gIBZFtSoH57PI3pARLjx0TmA9aoADbAo1B0jWPw==", + "version": "5.15.0", + "resolved": "https://registry.npmjs.org/gatsby-transformer-sharp/-/gatsby-transformer-sharp-5.15.0.tgz", + "integrity": "sha512-VXxxwcQZAfxom/h3Mz/e+oey4+hN2rNmdZxpEP0Wt6T5FETCxjlQ3CU83j0Q+lXLMwFtbup7eslSpp/x5GB5DA==", "license": "MIT", "dependencies": { "@babel/runtime": "^7.20.13", "bluebird": "^3.7.2", "common-tags": "^1.8.2", "fs-extra": "^11.2.0", - "gatsby-plugin-utils": "^4.14.0", + "gatsby-plugin-utils": "^4.15.0", "probe-image-size": "^7.2.3", "semver": "^7.5.3", "sharp": "^0.32.6" diff --git a/package.json b/package.json index 662c0f8..878b8c8 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "gatsby-remark-static-images": "^1.2.1", "gatsby-source-filesystem": "^5.14.0", "gatsby-transformer-remark": "^6.14.0", - "gatsby-transformer-sharp": "^5.14.0", + "gatsby-transformer-sharp": "^5.15.0", "katex": "^0.16.21", "react": "^18.3.1", "react-dom": "^18.3.1"