From 9678a23ecf5061df5f8b8bfb1a0f1b00551b4096 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 31 Jan 2024 06:27:36 +0000 Subject: [PATCH] fix: upgrade multiple dependencies with Snyk Snyk has created this PR to upgrade: - gatsby-plugin-catch-links from 5.12.0 to 5.13.0. See this package in npm: https://www.npmjs.com/package/gatsby-plugin-catch-links - gatsby-plugin-feed from 5.12.3 to 5.13.0. See this package in npm: https://www.npmjs.com/package/gatsby-plugin-feed - gatsby-plugin-google-gtag from 5.12.3 to 5.13.0. See this package in npm: https://www.npmjs.com/package/gatsby-plugin-google-gtag - gatsby-plugin-manifest from 5.12.3 to 5.13.0. See this package in npm: https://www.npmjs.com/package/gatsby-plugin-manifest - gatsby-plugin-react-helmet from 6.12.0 to 6.13.0. See this package in npm: https://www.npmjs.com/package/gatsby-plugin-react-helmet - gatsby-plugin-sass from 6.12.3 to 6.13.0. See this package in npm: https://www.npmjs.com/package/gatsby-plugin-sass - gatsby-plugin-sharp from 5.12.3 to 5.13.0. See this package in npm: https://www.npmjs.com/package/gatsby-plugin-sharp - gatsby-plugin-sitemap from 6.12.3 to 6.13.0. See this package in npm: https://www.npmjs.com/package/gatsby-plugin-sitemap - gatsby-remark-autolink-headers from 6.12.3 to 6.13.0. See this package in npm: https://www.npmjs.com/package/gatsby-remark-autolink-headers - gatsby-remark-copy-linked-files from 6.12.0 to 6.13.0. See this package in npm: https://www.npmjs.com/package/gatsby-remark-copy-linked-files - gatsby-remark-images from 7.12.3 to 7.13.0. See this package in npm: https://www.npmjs.com/package/gatsby-remark-images - gatsby-remark-prismjs from 7.12.0 to 7.13.0. See this package in npm: https://www.npmjs.com/package/gatsby-remark-prismjs - gatsby-remark-responsive-iframe from 6.12.0 to 6.13.0. See this package in npm: https://www.npmjs.com/package/gatsby-remark-responsive-iframe - gatsby-remark-smartypants from 6.12.0 to 6.13.0. See this package in npm: https://www.npmjs.com/package/gatsby-remark-smartypants - gatsby-source-filesystem from 5.12.1 to 5.13.0. See this package in npm: https://www.npmjs.com/package/gatsby-source-filesystem - gatsby-transformer-remark from 6.12.3 to 6.13.0. See this package in npm: https://www.npmjs.com/package/gatsby-transformer-remark - gatsby-transformer-sharp from 5.12.3 to 5.13.0. See this package in npm: https://www.npmjs.com/package/gatsby-transformer-sharp See this project in Snyk: https://app.snyk.io/org/mastermindzh/project/6eb54845-2bb5-45e0-80e2-6b3a1c53eee6?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/package.json b/package.json index d563eda..adc3256 100644 --- a/package.json +++ b/package.json @@ -56,29 +56,29 @@ "disqus-react": "^1.1.5", "gatsby": "^5.13.2", "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-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",