From b9784c50d34005b8c52171f9913a9de2978b36f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Apr 2022 20:47:19 +0000 Subject: [PATCH] Bump fullpage.js from 3.0.8 to 4.0.5 Bumps [fullpage.js](https://github.com/alvarotrigo/fullPage.js) from 3.0.8 to 4.0.5. - [Release notes](https://github.com/alvarotrigo/fullPage.js/releases) - [Commits](https://github.com/alvarotrigo/fullPage.js/compare/3.0.8...4.0.5) --- updated-dependencies: - dependency-name: fullpage.js dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1305aac..25b2c67 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6102,9 +6102,9 @@ } }, "fullpage.js": { - "version": "3.0.8", - "resolved": "https://registry.npmjs.org/fullpage.js/-/fullpage.js-3.0.8.tgz", - "integrity": "sha512-r4B/MNuxylgzSlY+w4klD0lYYlmzEy7doDvurupAuO1ObKBgu9EB5GPuoeJTP7t/njFlzAM/Wu/I+FL3WvudCw==" + "version": "4.0.5", + "resolved": "https://registry.npmjs.org/fullpage.js/-/fullpage.js-4.0.5.tgz", + "integrity": "sha512-4OWRP08ogL35LwnNyDa8LNqRD0003HdolcVflfUyhMwAHVrpBNY9u1WYdAfnFEX7bd4vsermL7z22nmNqPWZvw==" }, "function-bind": { "version": "1.1.1", diff --git a/package.json b/package.json index 84a11d1..45a943e 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "dependencies": { "@babel/polyfill": "^7.10.1", "bootstrap": "^4.5.0", - "fullpage.js": "^3.0.8", + "fullpage.js": "^4.0.5", "gsap": "^2.1.3", "jquery": "^3.5.1", "popper.js": "^1.16.1",