mirror of
				https://github.com/mastermindzh/rickvanlieshout.com
				synced 2025-10-26 06:17:19 +01:00 
			
		
		
		
	fix: upgrade multiple dependencies with Snyk
Snyk has created this PR to upgrade:
  - gatsby-link from 5.8.0 to 5.9.0.
    See this package in npm: https://www.npmjs.com/package/gatsby-link
  - gatsby from 5.8.1 to 5.9.0.
    See this package in npm: https://www.npmjs.com/package/gatsby
  - gatsby-plugin-catch-links from 5.8.0 to 5.9.0.
    See this package in npm: https://www.npmjs.com/package/gatsby-plugin-catch-links
  - gatsby-plugin-feed from 5.8.0 to 5.9.0.
    See this package in npm: https://www.npmjs.com/package/gatsby-plugin-feed
  - gatsby-plugin-google-gtag from 5.8.0 to 5.9.0.
    See this package in npm: https://www.npmjs.com/package/gatsby-plugin-google-gtag
  - gatsby-plugin-manifest from 5.8.0 to 5.9.0.
    See this package in npm: https://www.npmjs.com/package/gatsby-plugin-manifest
  - gatsby-plugin-react-helmet from 6.8.0 to 6.9.0.
    See this package in npm: https://www.npmjs.com/package/gatsby-plugin-react-helmet
  - gatsby-plugin-sass from 6.8.0 to 6.9.0.
    See this package in npm: https://www.npmjs.com/package/gatsby-plugin-sass
  - gatsby-plugin-sharp from 5.8.1 to 5.9.0.
    See this package in npm: https://www.npmjs.com/package/gatsby-plugin-sharp
  - gatsby-plugin-sitemap from 6.8.0 to 6.9.0.
    See this package in npm: https://www.npmjs.com/package/gatsby-plugin-sitemap
  - gatsby-remark-autolink-headers from 6.8.0 to 6.9.0.
    See this package in npm: https://www.npmjs.com/package/gatsby-remark-autolink-headers
  - gatsby-remark-copy-linked-files from 6.8.0 to 6.9.0.
    See this package in npm: https://www.npmjs.com/package/gatsby-remark-copy-linked-files
  - gatsby-remark-images from 7.8.0 to 7.9.0.
    See this package in npm: https://www.npmjs.com/package/gatsby-remark-images
  - gatsby-remark-prismjs from 7.8.0 to 7.9.0.
    See this package in npm: https://www.npmjs.com/package/gatsby-remark-prismjs
  - gatsby-remark-responsive-iframe from 6.8.0 to 6.9.0.
    See this package in npm: https://www.npmjs.com/package/gatsby-remark-responsive-iframe
  - gatsby-remark-smartypants from 6.8.0 to 6.9.0.
    See this package in npm: https://www.npmjs.com/package/gatsby-remark-smartypants
  - gatsby-source-filesystem from 5.8.0 to 5.9.0.
    See this package in npm: https://www.npmjs.com/package/gatsby-source-filesystem
  - gatsby-transformer-remark from 6.8.0 to 6.9.0.
    See this package in npm: https://www.npmjs.com/package/gatsby-transformer-remark
  - gatsby-transformer-sharp from 5.8.0 to 5.9.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
			
			
This commit is contained in:
		
							
								
								
									
										38
									
								
								package.json
									
									
									
									
									
								
							
							
						
						
									
										38
									
								
								package.json
									
									
									
									
									
								
							| @@ -54,32 +54,32 @@ | ||||
|     "@fortawesome/react-fontawesome": "^0.2.0", | ||||
|     "classnames": "^2.3.2", | ||||
|     "disqus-react": "^1.1.5", | ||||
|     "gatsby": "^5.8.1", | ||||
|     "gatsby-link": "^5.8.0", | ||||
|     "gatsby-plugin-catch-links": "^5.8.0", | ||||
|     "gatsby-plugin-feed": "^5.8.0", | ||||
|     "gatsby-plugin-google-gtag": "^5.8.0", | ||||
|     "gatsby": "^5.9.0", | ||||
|     "gatsby-link": "^5.9.0", | ||||
|     "gatsby-plugin-catch-links": "^5.9.0", | ||||
|     "gatsby-plugin-feed": "^5.9.0", | ||||
|     "gatsby-plugin-google-gtag": "^5.9.0", | ||||
|     "gatsby-plugin-image": "^3.8.0", | ||||
|     "gatsby-plugin-manifest": "^5.8.0", | ||||
|     "gatsby-plugin-manifest": "^5.9.0", | ||||
|     "gatsby-plugin-optimize-svgs": "^1.0.5", | ||||
|     "gatsby-plugin-react-helmet": "^6.8.0", | ||||
|     "gatsby-plugin-react-helmet": "^6.9.0", | ||||
|     "gatsby-plugin-react-helmet-canonical-urls": "^1.4.0", | ||||
|     "gatsby-plugin-remove-serviceworker": "^1.0.0", | ||||
|     "gatsby-plugin-robots-txt": "^1.8.0", | ||||
|     "gatsby-plugin-sass": "^6.8.0", | ||||
|     "gatsby-plugin-sharp": "^5.8.1", | ||||
|     "gatsby-plugin-sitemap": "^6.8.0", | ||||
|     "gatsby-remark-autolink-headers": "^6.8.0", | ||||
|     "gatsby-remark-copy-linked-files": "^6.8.0", | ||||
|     "gatsby-plugin-sass": "^6.9.0", | ||||
|     "gatsby-plugin-sharp": "^5.9.0", | ||||
|     "gatsby-plugin-sitemap": "^6.9.0", | ||||
|     "gatsby-remark-autolink-headers": "^6.9.0", | ||||
|     "gatsby-remark-copy-linked-files": "^6.9.0", | ||||
|     "gatsby-remark-external-links": "0.0.4", | ||||
|     "gatsby-remark-images": "^7.8.0", | ||||
|     "gatsby-remark-images": "^7.9.0", | ||||
|     "gatsby-remark-images-medium-zoom": "^1.7.0", | ||||
|     "gatsby-remark-prismjs": "^7.8.0", | ||||
|     "gatsby-remark-responsive-iframe": "^6.8.0", | ||||
|     "gatsby-remark-smartypants": "^6.8.0", | ||||
|     "gatsby-source-filesystem": "^5.8.0", | ||||
|     "gatsby-transformer-remark": "^6.8.0", | ||||
|     "gatsby-transformer-sharp": "^5.8.0", | ||||
|     "gatsby-remark-prismjs": "^7.9.0", | ||||
|     "gatsby-remark-responsive-iframe": "^6.9.0", | ||||
|     "gatsby-remark-smartypants": "^6.9.0", | ||||
|     "gatsby-source-filesystem": "^5.9.0", | ||||
|     "gatsby-transformer-remark": "^6.9.0", | ||||
|     "gatsby-transformer-sharp": "^5.9.0", | ||||
|     "prismjs": "^1.29.0", | ||||
|     "react": "^18.2.0", | ||||
|     "react-cookie-consent": "^8.0.1", | ||||
|   | ||||
		Reference in New Issue
	
	Block a user