From 5fd38ea5b9d5553bc13b4c68287c08a53ef292c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Dec 2022 13:11:04 +0000 Subject: [PATCH] Bump fullpage.js and @fullpage/react-fullpage Bumps [fullpage.js](https://github.com/alvarotrigo/fullPage.js) to 4.0.15 and updates ancestor dependency [@fullpage/react-fullpage](https://github.com/alvarotrigo/react-fullpage). These dependencies need to be updated together. Updates `fullpage.js` from 3.1.2 to 4.0.15 - [Release notes](https://github.com/alvarotrigo/fullPage.js/releases) - [Commits](https://github.com/alvarotrigo/fullPage.js/compare/3.1.2...4.0.15) Updates `@fullpage/react-fullpage` from 0.1.14 to 0.1.31 - [Release notes](https://github.com/alvarotrigo/react-fullpage/releases) - [Commits](https://github.com/alvarotrigo/react-fullpage/commits/0.1.31) --- updated-dependencies: - dependency-name: fullpage.js dependency-type: indirect - dependency-name: "@fullpage/react-fullpage" dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 30 +++++++++++++++--------------- package.json | 2 +- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index 711b334..f437a9d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "main-website", "version": "0.1.0", "dependencies": { - "@fullpage/react-fullpage": "0.1.14", + "@fullpage/react-fullpage": "0.1.31", "@material-ui/core": "^4.9.9", "@material-ui/icons": "^4.9.1", "babel-eslint": "^10.1.0", @@ -2246,12 +2246,12 @@ } }, "node_modules/@fullpage/react-fullpage": { - "version": "0.1.14", - "resolved": "https://registry.npmjs.org/@fullpage/react-fullpage/-/react-fullpage-0.1.14.tgz", - "integrity": "sha512-yAFlEtpQCCD2PDB9LCW9goPCvy3BXiE0bjgbe4Lw1oteeeywv+jmljXCodDQjWXFNcup3gGN0ZH9D7Hiq+W5HQ==", + "version": "0.1.31", + "resolved": "https://registry.npmjs.org/@fullpage/react-fullpage/-/react-fullpage-0.1.31.tgz", + "integrity": "sha512-pHjH6zj7E0oz8ziGGF9BR3fKN5E+mHtlrdaRC9Zgnj16NUEWe6PMn0os6bsjIaz3Y2EiBRBknAbWeUrxLuR+wg==", "dependencies": { "@babel/polyfill": "^7.2.5", - "fullpage.js": "^3.0.5" + "fullpage.js": "^4.0.15" } }, "node_modules/@gar/promisify": { @@ -8567,9 +8567,9 @@ } }, "node_modules/fullpage.js": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/fullpage.js/-/fullpage.js-3.1.2.tgz", - "integrity": "sha512-hv7z6xhbg2StTp1UDq2hi+0oHjhT7cW3zCL3qCIJ3ood5pN0FRBQ2YKIOUobhsp4ATSQlr6sZ2TOcS+Ha+T7Cg==" + "version": "4.0.15", + "resolved": "https://registry.npmjs.org/fullpage.js/-/fullpage.js-4.0.15.tgz", + "integrity": "sha512-OKyGyIY4Qlz47AmnYoJ9Kn2XzOyAufTSgkQqa+K2RENeTbmUoctFDX/Ox1LOdacsUNsYKvnty1lrKKYJNEB2Pw==" }, "node_modules/function-bind": { "version": "1.1.1", @@ -23036,12 +23036,12 @@ } }, "@fullpage/react-fullpage": { - "version": "0.1.14", - "resolved": "https://registry.npmjs.org/@fullpage/react-fullpage/-/react-fullpage-0.1.14.tgz", - "integrity": "sha512-yAFlEtpQCCD2PDB9LCW9goPCvy3BXiE0bjgbe4Lw1oteeeywv+jmljXCodDQjWXFNcup3gGN0ZH9D7Hiq+W5HQ==", + "version": "0.1.31", + "resolved": "https://registry.npmjs.org/@fullpage/react-fullpage/-/react-fullpage-0.1.31.tgz", + "integrity": "sha512-pHjH6zj7E0oz8ziGGF9BR3fKN5E+mHtlrdaRC9Zgnj16NUEWe6PMn0os6bsjIaz3Y2EiBRBknAbWeUrxLuR+wg==", "requires": { "@babel/polyfill": "^7.2.5", - "fullpage.js": "^3.0.5" + "fullpage.js": "^4.0.15" } }, "@gar/promisify": { @@ -27773,9 +27773,9 @@ "optional": true }, "fullpage.js": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/fullpage.js/-/fullpage.js-3.1.2.tgz", - "integrity": "sha512-hv7z6xhbg2StTp1UDq2hi+0oHjhT7cW3zCL3qCIJ3ood5pN0FRBQ2YKIOUobhsp4ATSQlr6sZ2TOcS+Ha+T7Cg==" + "version": "4.0.15", + "resolved": "https://registry.npmjs.org/fullpage.js/-/fullpage.js-4.0.15.tgz", + "integrity": "sha512-OKyGyIY4Qlz47AmnYoJ9Kn2XzOyAufTSgkQqa+K2RENeTbmUoctFDX/Ox1LOdacsUNsYKvnty1lrKKYJNEB2Pw==" }, "function-bind": { "version": "1.1.1", diff --git a/package.json b/package.json index bb1d60b..2c571cc 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "version": "0.1.0", "private": false, "dependencies": { - "@fullpage/react-fullpage": "0.1.14", + "@fullpage/react-fullpage": "0.1.31", "@material-ui/core": "^4.9.9", "@material-ui/icons": "^4.9.1", "babel-eslint": "^10.1.0",