From 85a47794b5e383d6cfca1987e09e7c102e54714e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 8 May 2025 02:39:24 +0000 Subject: [PATCH] fix: upgrade gatsby-react-router-scroll from 6.3.0 to 6.14.0 Snyk has created this PR to upgrade gatsby-react-router-scroll from 6.3.0 to 6.14.0. See this package in npm: gatsby-react-router-scroll See this project in Snyk: https://app.snyk.io/org/lkjaero/project/4e8f9de2-6270-41cf-b0b3-e9c4c8de3da2?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 38 +++++++++++++++++--------------------- package.json | 2 +- 2 files changed, 18 insertions(+), 22 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2a8072d6e..f2fe857f4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "gatsby-plugin-styled-components": "^5.24.0", "gatsby-plugin-typescript": "^4.25.0", "gatsby-plugin-web-font-loader": "^1.0.4", - "gatsby-react-router-scroll": "^6.3.0", + "gatsby-react-router-scroll": "^6.14.0", "gatsby-source-filesystem": "^4.25.0", "gatsby-source-prismic": "^5.2.10", "gatsby-transformer-sharp": "^4.25.0", @@ -1926,12 +1926,10 @@ } }, "node_modules/@babel/runtime": { - "version": "7.18.9", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.18.9.tgz", - "integrity": "sha512-lkqXDcvlFT5rvEjiu6+QYO+1GXrEHRo2LOtS7E4GtX5ESIZOgepqsZBVIj6Pv+a6zqsya9VCgiK1KAK4BvJDAw==", - "dependencies": { - "regenerator-runtime": "^0.13.4" - }, + "version": "7.27.1", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.27.1.tgz", + "integrity": "sha512-1x3D2xEk2fRo3PAhwQwu5UubzgiVWSXTBfWpVd2Mx2AzRqJuDJCsgaDVZ7HB5iGzDW1Hl1sWN2mFyKjmR9uAog==", + "license": "MIT", "engines": { "node": ">=6.9.0" } @@ -12327,11 +12325,12 @@ } }, "node_modules/gatsby-react-router-scroll": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/gatsby-react-router-scroll/-/gatsby-react-router-scroll-6.3.0.tgz", - "integrity": "sha512-cPgF1S7vLGuhCvL/3fmlqS5y+kS4njpe6pXqn9vyB1VPtkYLi5on/1zckAgzLl8gy50WZSa133i1Y0YpzQ75lA==", + "version": "6.14.0", + "resolved": "https://registry.npmjs.org/gatsby-react-router-scroll/-/gatsby-react-router-scroll-6.14.0.tgz", + "integrity": "sha512-Tx+TsS2JE4BGbImgadKEfESpZeCUkQKbL5OTybNHk9T/E9zDDtECD6IRVCiC1w5LucxvrNwRww9oyeAHCZbbeg==", + "license": "MIT", "dependencies": { - "@babel/runtime": "^7.15.4", + "@babel/runtime": "^7.20.13", "prop-types": "^15.8.1" }, "engines": { @@ -26190,12 +26189,9 @@ } }, "@babel/runtime": { - "version": "7.18.9", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.18.9.tgz", - "integrity": "sha512-lkqXDcvlFT5rvEjiu6+QYO+1GXrEHRo2LOtS7E4GtX5ESIZOgepqsZBVIj6Pv+a6zqsya9VCgiK1KAK4BvJDAw==", - "requires": { - "regenerator-runtime": "^0.13.4" - } + "version": "7.27.1", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.27.1.tgz", + "integrity": "sha512-1x3D2xEk2fRo3PAhwQwu5UubzgiVWSXTBfWpVd2Mx2AzRqJuDJCsgaDVZ7HB5iGzDW1Hl1sWN2mFyKjmR9uAog==" }, "@babel/runtime-corejs3": { "version": "7.12.13", @@ -35148,11 +35144,11 @@ } }, "gatsby-react-router-scroll": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/gatsby-react-router-scroll/-/gatsby-react-router-scroll-6.3.0.tgz", - "integrity": "sha512-cPgF1S7vLGuhCvL/3fmlqS5y+kS4njpe6pXqn9vyB1VPtkYLi5on/1zckAgzLl8gy50WZSa133i1Y0YpzQ75lA==", + "version": "6.14.0", + "resolved": "https://registry.npmjs.org/gatsby-react-router-scroll/-/gatsby-react-router-scroll-6.14.0.tgz", + "integrity": "sha512-Tx+TsS2JE4BGbImgadKEfESpZeCUkQKbL5OTybNHk9T/E9zDDtECD6IRVCiC1w5LucxvrNwRww9oyeAHCZbbeg==", "requires": { - "@babel/runtime": "^7.15.4", + "@babel/runtime": "^7.20.13", "prop-types": "^15.8.1" } }, diff --git a/package.json b/package.json index 1ad0a3fea..e37456edd 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "gatsby-plugin-styled-components": "^5.24.0", "gatsby-plugin-typescript": "^4.25.0", "gatsby-plugin-web-font-loader": "^1.0.4", - "gatsby-react-router-scroll": "^6.3.0", + "gatsby-react-router-scroll": "^6.14.0", "gatsby-source-filesystem": "^4.25.0", "gatsby-source-prismic": "^5.2.10", "gatsby-transformer-sharp": "^4.25.0",