diff --git a/package-lock.json b/package-lock.json index 8fdfad5..7a499e2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,30 +15,30 @@ "classnames": "^2.3.3", "disqus-react": "^1.1.5", "gatsby": "^5.12.9", - "gatsby-link": "^5.12.1", - "gatsby-plugin-catch-links": "^5.12.0", - "gatsby-plugin-feed": "^5.12.3", - "gatsby-plugin-google-gtag": "^5.12.3", + "gatsby-link": "^5.13.0", + "gatsby-plugin-catch-links": "^5.13.0", + "gatsby-plugin-feed": "^5.13.0", + "gatsby-plugin-google-gtag": "^5.13.0", "gatsby-plugin-image": "^3.12.0", - "gatsby-plugin-manifest": "^5.12.3", + "gatsby-plugin-manifest": "^5.13.0", "gatsby-plugin-optimize-svgs": "^1.0.5", - "gatsby-plugin-react-helmet": "^6.12.0", + "gatsby-plugin-react-helmet": "^6.13.0", "gatsby-plugin-remove-serviceworker": "^1.0.0", "gatsby-plugin-robots-txt": "^1.8.0", - "gatsby-plugin-sass": "^6.12.3", - "gatsby-plugin-sharp": "^5.12.3", - "gatsby-plugin-sitemap": "^6.12.3", - "gatsby-remark-autolink-headers": "^6.12.3", - "gatsby-remark-copy-linked-files": "^6.12.0", + "gatsby-plugin-sass": "^6.13.0", + "gatsby-plugin-sharp": "^5.13.0", + "gatsby-plugin-sitemap": "^6.13.0", + "gatsby-remark-autolink-headers": "^6.13.0", + "gatsby-remark-copy-linked-files": "^6.13.0", "gatsby-remark-external-links": "0.0.4", - "gatsby-remark-images": "^7.12.3", + "gatsby-remark-images": "^7.13.0", "gatsby-remark-images-medium-zoom": "^1.7.0", - "gatsby-remark-prismjs": "^7.12.0", - "gatsby-remark-responsive-iframe": "^6.12.0", - "gatsby-remark-smartypants": "^6.12.0", - "gatsby-source-filesystem": "^5.12.1", - "gatsby-transformer-remark": "^6.12.3", - "gatsby-transformer-sharp": "^5.12.3", + "gatsby-remark-prismjs": "^7.13.0", + "gatsby-remark-responsive-iframe": "^6.13.0", + "gatsby-remark-smartypants": "^6.13.0", + "gatsby-source-filesystem": "^5.13.0", + "gatsby-transformer-remark": "^6.13.0", + "gatsby-transformer-sharp": "^5.13.0", "prismjs": "^1.29.0", "react": "^18.2.0", "react-cookie-consent": "^8.0.1", @@ -15727,9 +15727,9 @@ } }, "node_modules/gatsby-core-utils": { - "version": "4.12.1", - "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-4.12.1.tgz", - "integrity": "sha512-YW7eCK2M6yGQerT5LkdOHLZTNYMsDvcgeDMRy0q66FWKj7twPZX428I6NaLCMeF5dYoj1HOOO0u96iNlW5jcKQ==", + "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", @@ -15783,12 +15783,12 @@ } }, "node_modules/gatsby-link": { - "version": "5.12.1", - "resolved": "https://registry.npmjs.org/gatsby-link/-/gatsby-link-5.12.1.tgz", - "integrity": "sha512-0xhQhRnpPRHWouoNzkVTu8qhbUa8GhbRrCo2QKiOyAdVzU96ZzWEMw2FUkgG6Ht5kglDXHek6LOiWyAv6jf49g==", + "version": "5.13.0", + "resolved": "https://registry.npmjs.org/gatsby-link/-/gatsby-link-5.13.0.tgz", + "integrity": "sha512-3qgJXL9DGOjW6lp2WRtJUyJ2y+kPA7tp3fKGZVJJ2RFz2vVWajuOtH20pp9LMyJZESxX7ACDnwRd15nRGjifQw==", "dependencies": { "@types/reach__router": "^1.3.10", - "gatsby-page-utils": "^3.12.1", + "gatsby-page-utils": "^3.13.0", "prop-types": "^15.8.1" }, "engines": { @@ -15801,15 +15801,15 @@ } }, "node_modules/gatsby-page-utils": { - "version": "3.12.1", - "resolved": "https://registry.npmjs.org/gatsby-page-utils/-/gatsby-page-utils-3.12.1.tgz", - "integrity": "sha512-BGtAvx4JZ143uRHYlUbWS8ZjOJ14fpj3nQfb68y9ZsNL1gdwjdWjuPXTM1gQ+w6wXDsHD/ovmYz1ZHG7qrQjJQ==", + "version": "3.13.0", + "resolved": "https://registry.npmjs.org/gatsby-page-utils/-/gatsby-page-utils-3.13.0.tgz", + "integrity": "sha512-DZZlktfTne3b4OIJ84K+Or618ZK8wWBbqVXyClhzg8OXSF/8qbPD/eJug39ieEOlVe8mZ5k3QzCA2VZ3uK9zDg==", "dependencies": { "@babel/runtime": "^7.20.13", "bluebird": "^3.7.2", "chokidar": "^3.5.3", "fs-exists-cached": "^1.0.0", - "gatsby-core-utils": "^4.12.1", + "gatsby-core-utils": "^4.13.0", "glob": "^7.2.3", "lodash": "^4.17.21", "micromatch": "^4.0.5" @@ -15844,9 +15844,9 @@ } }, "node_modules/gatsby-plugin-catch-links": { - "version": "5.12.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-catch-links/-/gatsby-plugin-catch-links-5.12.0.tgz", - "integrity": "sha512-00qLnXgZbKmnaRHtZRbwovJAMZQlQ+DoLBTXXr3zE3SDsmgO9NBmlv2q7e43ovHj7MZ9pqQdJYDWweqrcBA9EQ==", + "version": "5.13.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-catch-links/-/gatsby-plugin-catch-links-5.13.0.tgz", + "integrity": "sha512-B8Rbn0QUOXlQ9ZSc+cgSox/aYaUq2y84ruF0gCtxXpQwdpY15MWngkbzZVaOj5nntQn3NUSKZxKAOTjbSMVmEg==", "dependencies": { "@babel/runtime": "^7.20.13", "escape-string-regexp": "^1.0.5" @@ -15859,14 +15859,14 @@ } }, "node_modules/gatsby-plugin-feed": { - "version": "5.12.3", - "resolved": "https://registry.npmjs.org/gatsby-plugin-feed/-/gatsby-plugin-feed-5.12.3.tgz", - "integrity": "sha512-o10qmwUq4PpEZm9UJZxb6CZXgvQi89S8gxLP6OHXCxefb0PNVxAItLniuK3nTCE/DwuqZNVZxfDH5GmEkeUzQQ==", + "version": "5.13.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-feed/-/gatsby-plugin-feed-5.13.0.tgz", + "integrity": "sha512-waialhDHWkah4Pohi0ulmcLE5HJInTiJm2VBDBwddrssjR/6mnuvGCn/fcsCa7DEDs+hdVuk5+3PRenYa+Ptbw==", "dependencies": { "@babel/runtime": "^7.20.13", "common-tags": "^1.8.2", "fs-extra": "^11.1.1", - "gatsby-plugin-utils": "^4.12.3", + "gatsby-plugin-utils": "^4.13.0", "lodash.merge": "^4.6.2", "rss": "^1.2.2" }, @@ -15893,9 +15893,9 @@ } }, "node_modules/gatsby-plugin-google-gtag": { - "version": "5.12.3", - "resolved": "https://registry.npmjs.org/gatsby-plugin-google-gtag/-/gatsby-plugin-google-gtag-5.12.3.tgz", - "integrity": "sha512-hQX/FAO631Il843XVzn6p6j0F3+baUhxs0RGkHoTlr60+KLZfr0LoP7WNlKjuWjah+r8L5slcTaq4fyAbv5v9g==", + "version": "5.13.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-google-gtag/-/gatsby-plugin-google-gtag-5.13.0.tgz", + "integrity": "sha512-UPC/wET8T6ZdNjpQrz43EnRUQ2WjTX5E7HT3kfwshcYSjtGyBo4RxDdY6lnnmG8gQxmsUL86cvzqQt0ojs2xAQ==", "dependencies": { "@babel/runtime": "^7.20.13", "minimatch": "^3.1.2" @@ -15960,13 +15960,13 @@ } }, "node_modules/gatsby-plugin-manifest": { - "version": "5.12.3", - "resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-5.12.3.tgz", - "integrity": "sha512-qpH0pSIIt7ggO7OnP127eKn6fhD1DKTzg9Aw8vaMCO8MMOQ5qfOn3ZrRCgH6DuaU1admZU18gFKlCKH+QHoGfQ==", + "version": "5.13.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-5.13.0.tgz", + "integrity": "sha512-qeR9fivtxNzJzQcBK/II+QXIX4+4V3Lgo7vAIPwXFbrihj48z5KedksDcwtCnYYK8KEggHGDZXCx2V28YVdJ6Q==", "dependencies": { "@babel/runtime": "^7.20.13", - "gatsby-core-utils": "^4.12.1", - "gatsby-plugin-utils": "^4.12.3", + "gatsby-core-utils": "^4.13.0", + "gatsby-plugin-utils": "^4.13.0", "semver": "^7.5.3", "sharp": "^0.32.6" }, @@ -16055,9 +16055,9 @@ } }, "node_modules/gatsby-plugin-react-helmet": { - "version": "6.12.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-6.12.0.tgz", - "integrity": "sha512-agcBCT9H8nlpkAU3D1fUeJbjh7IMPjGO/njoa7avIYLGsQ2nyGlHwcrEmS2zBHxYKaxPkztvr47OpCdnuEIvEw==", + "version": "6.13.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-6.13.0.tgz", + "integrity": "sha512-CNfCL1T5oICy2zfLAjxaQvXshtvj9/M76xbAMJaVwfV7HRmfy346NUemvNMKBJALUk4ncyQ0fJL63GNoj4ZFGw==", "dependencies": { "@babel/runtime": "^7.20.13" }, @@ -16087,9 +16087,9 @@ } }, "node_modules/gatsby-plugin-sass": { - "version": "6.12.3", - "resolved": "https://registry.npmjs.org/gatsby-plugin-sass/-/gatsby-plugin-sass-6.12.3.tgz", - "integrity": "sha512-RoWFtmw1g1LSlh+lVQxWi8AfWKWX8BHcXn+a5j83FH+JKb49Goez4BzcsgQqvqkH/mso3TGz+Qrft2y4oA1dtQ==", + "version": "6.13.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-sass/-/gatsby-plugin-sass-6.13.0.tgz", + "integrity": "sha512-AgOJsLeqpgaJUt6gTLrM28yg67jV0KPD3z27zGtSjL8KTFO4DLYDc8Ldd91vU6onk91mmiJsBy84Cy3fs3/6Ng==", "dependencies": { "@babel/runtime": "^7.20.13", "resolve-url-loader": "^3.1.5", @@ -16104,9 +16104,9 @@ } }, "node_modules/gatsby-plugin-sharp": { - "version": "5.12.3", - "resolved": "https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-5.12.3.tgz", - "integrity": "sha512-bEVhap/Ce6pzXXk/9U6Xug9+MmXwpZKzQZke8PxNBy1ouMZ2H4chgpcASnWpwnWkPvP+Fnehlh/whySDHmoLGw==", + "version": "5.13.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-5.13.0.tgz", + "integrity": "sha512-mechLDYE5dIo5n1rC3VtmqEtrts9v1136Yq6S3i2vUyW9ZhEgsMo4XXxKmF6g/SoYgN9AWevXE4XsCByFpMsMA==", "dependencies": { "@babel/runtime": "^7.20.13", "async": "^3.2.4", @@ -16114,8 +16114,8 @@ "debug": "^4.3.4", "filenamify": "^4.3.0", "fs-extra": "^11.1.1", - "gatsby-core-utils": "^4.12.1", - "gatsby-plugin-utils": "^4.12.3", + "gatsby-core-utils": "^4.13.0", + "gatsby-plugin-utils": "^4.13.0", "lodash": "^4.17.21", "probe-image-size": "^7.2.3", "semver": "^7.5.3", @@ -16177,9 +16177,9 @@ "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" }, "node_modules/gatsby-plugin-sitemap": { - "version": "6.12.3", - "resolved": "https://registry.npmjs.org/gatsby-plugin-sitemap/-/gatsby-plugin-sitemap-6.12.3.tgz", - "integrity": "sha512-D1ZAji/Tj630RPL/1eebzfihIWDArZz1xsV+9bR51UC2lYd3rApqGiGnAyT+Ou4VdL9vtIUtQ0GhhnpovoqXBg==", + "version": "6.13.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-sitemap/-/gatsby-plugin-sitemap-6.13.0.tgz", + "integrity": "sha512-j3zjgIz7aCZ0ukq0NB2xGKV2CtMMyBviYHlD1u0djstelvu9+pbsGTQKf/UpiLv0/ez9rRrFs0YhPQV2aFzx6g==", "dependencies": { "@babel/runtime": "^7.20.13", "common-tags": "^1.8.2", @@ -16216,15 +16216,15 @@ } }, "node_modules/gatsby-plugin-utils": { - "version": "4.12.3", - "resolved": "https://registry.npmjs.org/gatsby-plugin-utils/-/gatsby-plugin-utils-4.12.3.tgz", - "integrity": "sha512-AMagRfVAIwc3w66RZzq9cGPma3pkrGe/iyhktmHWDOtu45tOt0zlbSY91juuCw2Oov17WzJp2TWKQ/i0nkuLbA==", + "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.1", - "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", @@ -16269,9 +16269,9 @@ } }, "node_modules/gatsby-remark-autolink-headers": { - "version": "6.12.3", - "resolved": "https://registry.npmjs.org/gatsby-remark-autolink-headers/-/gatsby-remark-autolink-headers-6.12.3.tgz", - "integrity": "sha512-45EyYRkT7Uf7L1jhP/2/q76IC/Rg1seqV6FSbc2vtcuaEsO6V42aAhmKS6XcQAkvhc1i1HVjEwS7aof0nhvx1Q==", + "version": "6.13.0", + "resolved": "https://registry.npmjs.org/gatsby-remark-autolink-headers/-/gatsby-remark-autolink-headers-6.13.0.tgz", + "integrity": "sha512-F/JbuZs0FjHOks4Y/rNSWAfY5/o6TEZeamr0st0Etgs087ipFqw6Q4ug4+pmoazwQxebLn7d/+PgGxbm9PE9Eg==", "dependencies": { "@babel/runtime": "^7.20.13", "github-slugger": "^1.5.0", @@ -16289,9 +16289,9 @@ } }, "node_modules/gatsby-remark-copy-linked-files": { - "version": "6.12.0", - "resolved": "https://registry.npmjs.org/gatsby-remark-copy-linked-files/-/gatsby-remark-copy-linked-files-6.12.0.tgz", - "integrity": "sha512-QzD21eGL1hzSYr4XpLPbRealJreXCj4N7bicMYVyBE7vAVoROLj+29IpqCNLCq5oGwrihRkvf8Zqk/vymkTRhA==", + "version": "6.13.0", + "resolved": "https://registry.npmjs.org/gatsby-remark-copy-linked-files/-/gatsby-remark-copy-linked-files-6.13.0.tgz", + "integrity": "sha512-hdWgIjCnvfixKIGRpWQwW8kxkMJg/7zD5bRjZH7Dsm2vHn/mv+g58pV3xGCA4CQGF4e+ZgSJk5mYkXciOFaxkA==", "dependencies": { "@babel/runtime": "^7.20.13", "cheerio": "^1.0.0-rc.10", @@ -16374,14 +16374,14 @@ } }, "node_modules/gatsby-remark-images": { - "version": "7.12.3", - "resolved": "https://registry.npmjs.org/gatsby-remark-images/-/gatsby-remark-images-7.12.3.tgz", - "integrity": "sha512-rolG1X6jfLnNWlXYyqqonohpHoS0V5s9bSpS4c8wvupWUHB6dok81g6E2we8ZOo+dJAKokDkBU1YViBC+IBVHg==", + "version": "7.13.0", + "resolved": "https://registry.npmjs.org/gatsby-remark-images/-/gatsby-remark-images-7.13.0.tgz", + "integrity": "sha512-baxdl8USNJ7IiQpC4bNddTP7tB2/Zq3/dkNHrNdZK4R4izIZp58bfMsngmAVFvnHtq8kinBmkNG/W4TQNOFuzA==", "dependencies": { "@babel/runtime": "^7.20.13", "chalk": "^4.1.2", "cheerio": "^1.0.0-rc.10", - "gatsby-core-utils": "^4.12.1", + "gatsby-core-utils": "^4.13.0", "is-relative-url": "^3.0.0", "lodash": "^4.17.21", "mdast-util-definitions": "^4.0.0", @@ -16471,9 +16471,9 @@ } }, "node_modules/gatsby-remark-prismjs": { - "version": "7.12.0", - "resolved": "https://registry.npmjs.org/gatsby-remark-prismjs/-/gatsby-remark-prismjs-7.12.0.tgz", - "integrity": "sha512-W5NETUn0UTdvfNUfCnAgfpEI0wIlWk0UDTOvqUFptvyN8R6UW3FMm+KC18uv9WOQyKMgvNGU+UjJ1towTQvNLw==", + "version": "7.13.0", + "resolved": "https://registry.npmjs.org/gatsby-remark-prismjs/-/gatsby-remark-prismjs-7.13.0.tgz", + "integrity": "sha512-rleWRLq9EPwLBJ13VyxXVcwfI52JNKjw7z1Vf132JTCSPynwBnZ0lYjoHyUsZ1zfwqHC0zzGjkNaCbwLcx1X3g==", "dependencies": { "@babel/runtime": "^7.20.13", "parse-numeric-range": "^1.3.0", @@ -16488,9 +16488,9 @@ } }, "node_modules/gatsby-remark-responsive-iframe": { - "version": "6.12.0", - "resolved": "https://registry.npmjs.org/gatsby-remark-responsive-iframe/-/gatsby-remark-responsive-iframe-6.12.0.tgz", - "integrity": "sha512-OkqLDCeXI/LDJ5QtIb5z5Sex3rDkMmBEDUGz7ZAh1HG1qnj0KuVuX9w+H5TMDn2HxopuoyTotJt/lc7Y3tG5Tg==", + "version": "6.13.0", + "resolved": "https://registry.npmjs.org/gatsby-remark-responsive-iframe/-/gatsby-remark-responsive-iframe-6.13.0.tgz", + "integrity": "sha512-MMKUkTftqyNiwv11oJekz7mOma0xrpWRYOV0UYgK/GmJfMpQNGQDPyl/XuYZVIw1N7FvdjS56WyMnOd2v7WrjQ==", "dependencies": { "@babel/runtime": "^7.20.13", "cheerio": "^1.0.0-rc.10", @@ -16506,9 +16506,9 @@ } }, "node_modules/gatsby-remark-smartypants": { - "version": "6.12.0", - "resolved": "https://registry.npmjs.org/gatsby-remark-smartypants/-/gatsby-remark-smartypants-6.12.0.tgz", - "integrity": "sha512-7xg7CYglNAIkatuQKNxtlQWZEsftxO05XCDCAk36NrvqL6x1fn0eUKKBicqnovpeQUwudCoETy3wIIgbtQLKYg==", + "version": "6.13.0", + "resolved": "https://registry.npmjs.org/gatsby-remark-smartypants/-/gatsby-remark-smartypants-6.13.0.tgz", + "integrity": "sha512-AG/MhG01I+AQbAQrmV6uHPcBwyMjvbrmsrfMpyeVJeT8rLAkgeaUBezUsF1nUWbWDtIjnWbpGfpaBWTSr2nD+A==", "dependencies": { "@babel/runtime": "^7.20.13", "retext": "^7.0.1", @@ -16536,9 +16536,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" }, @@ -16547,15 +16547,15 @@ } }, "node_modules/gatsby-source-filesystem": { - "version": "5.12.1", - "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-5.12.1.tgz", - "integrity": "sha512-JV6lttId7cBDasVaweFbKuDQP9VH8fFgI1Mg0sM/tfydfKTLXiEbBadKgEHbvbwAZsYjK+/KvT7A58dzrzDdXw==", + "version": "5.13.0", + "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-5.13.0.tgz", + "integrity": "sha512-yn4axQhIPHLQDMgrhEmerXyoawiTVB1haUz36BTlQers0HfMmODyjbnIK01Dt1IKAbYVfS0A2suBjBjIbNLwAg==", "dependencies": { "@babel/runtime": "^7.20.13", "chokidar": "^3.5.3", "file-type": "^16.5.4", "fs-extra": "^11.1.1", - "gatsby-core-utils": "^4.12.1", + "gatsby-core-utils": "^4.13.0", "mime": "^3.0.0", "pretty-bytes": "^5.6.0", "valid-url": "^1.0.9", @@ -16618,12 +16618,12 @@ } }, "node_modules/gatsby-transformer-remark": { - "version": "6.12.3", - "resolved": "https://registry.npmjs.org/gatsby-transformer-remark/-/gatsby-transformer-remark-6.12.3.tgz", - "integrity": "sha512-/9eHBduRXok6Jq8hJaKUq7GOxhOnD0sDRTy/F+j3zdYe+rSVUAsgJsE9FpfvDVwb5pgbFA85wQIhOqGdf/ldYw==", + "version": "6.13.0", + "resolved": "https://registry.npmjs.org/gatsby-transformer-remark/-/gatsby-transformer-remark-6.13.0.tgz", + "integrity": "sha512-eliRUa1fXgJMXpSYTeg1ayvrVTPHQlC93Nd9LymYhgrLbxhyI/zDG46O1oNDKiY2qYE4++i6woMhk0TUSJXW8w==", "dependencies": { "@babel/runtime": "^7.20.13", - "gatsby-core-utils": "^4.12.1", + "gatsby-core-utils": "^4.13.0", "gray-matter": "^4.0.3", "hast-util-raw": "^6.1.0", "hast-util-to-html": "^7.1.3", @@ -16653,15 +16653,15 @@ } }, "node_modules/gatsby-transformer-sharp": { - "version": "5.12.3", - "resolved": "https://registry.npmjs.org/gatsby-transformer-sharp/-/gatsby-transformer-sharp-5.12.3.tgz", - "integrity": "sha512-unVF6XJX2W6XU1NzqsSPAHQJQa8L3XIFROqXsvlLvPNgYDyXdczV33XZGNg8XaLIbPWNo9eHwOPxzS5TvBz4Fg==", + "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.3", + "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 9a4bf79..6957940 100644 --- a/package.json +++ b/package.json @@ -55,30 +55,30 @@ "classnames": "^2.3.3", "disqus-react": "^1.1.5", "gatsby": "^5.12.9", - "gatsby-link": "^5.12.1", - "gatsby-plugin-catch-links": "^5.12.0", - "gatsby-plugin-feed": "^5.12.3", - "gatsby-plugin-google-gtag": "^5.12.3", + "gatsby-link": "^5.13.0", + "gatsby-plugin-catch-links": "^5.13.0", + "gatsby-plugin-feed": "^5.13.0", + "gatsby-plugin-google-gtag": "^5.13.0", "gatsby-plugin-image": "^3.12.0", - "gatsby-plugin-manifest": "^5.12.3", + "gatsby-plugin-manifest": "^5.13.0", "gatsby-plugin-optimize-svgs": "^1.0.5", - "gatsby-plugin-react-helmet": "^6.12.0", + "gatsby-plugin-react-helmet": "^6.13.0", "gatsby-plugin-remove-serviceworker": "^1.0.0", "gatsby-plugin-robots-txt": "^1.8.0", - "gatsby-plugin-sass": "^6.12.3", - "gatsby-plugin-sharp": "^5.12.3", - "gatsby-plugin-sitemap": "^6.12.3", - "gatsby-remark-autolink-headers": "^6.12.3", - "gatsby-remark-copy-linked-files": "^6.12.0", + "gatsby-plugin-sass": "^6.13.0", + "gatsby-plugin-sharp": "^5.13.0", + "gatsby-plugin-sitemap": "^6.13.0", + "gatsby-remark-autolink-headers": "^6.13.0", + "gatsby-remark-copy-linked-files": "^6.13.0", "gatsby-remark-external-links": "0.0.4", - "gatsby-remark-images": "^7.12.3", + "gatsby-remark-images": "^7.13.0", "gatsby-remark-images-medium-zoom": "^1.7.0", - "gatsby-remark-prismjs": "^7.12.0", - "gatsby-remark-responsive-iframe": "^6.12.0", - "gatsby-remark-smartypants": "^6.12.0", - "gatsby-source-filesystem": "^5.12.1", - "gatsby-transformer-remark": "^6.12.3", - "gatsby-transformer-sharp": "^5.12.3", + "gatsby-remark-prismjs": "^7.13.0", + "gatsby-remark-responsive-iframe": "^6.13.0", + "gatsby-remark-smartypants": "^6.13.0", + "gatsby-source-filesystem": "^5.13.0", + "gatsby-transformer-remark": "^6.13.0", + "gatsby-transformer-sharp": "^5.13.0", "prismjs": "^1.29.0", "react": "^18.2.0", "react-cookie-consent": "^8.0.1",