From 61c5a00b020d76822342fb0480a4bd9a366a543f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Jan 2021 21:30:08 +0000 Subject: [PATCH] chore(deps-dev): bump gsap from 2.1.0 to 3.6.0 Bumps [gsap](https://github.com/greensock/GSAP) from 2.1.0 to 3.6.0. - [Release notes](https://github.com/greensock/GSAP/releases) - [Commits](https://github.com/greensock/GSAP/compare/2.1.0...3.6.0) 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 aaee355..cb39e17 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4380,9 +4380,9 @@ } }, "gsap": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/gsap/-/gsap-2.1.0.tgz", - "integrity": "sha512-InFn9MNrXwJF6C8MQ4jMFPlkyZX04Y1eBeOvbuYYIjPCfkHKGzl8ZQkvWm4ShlpchQ8VIi4nN/nnjs50o4nklQ==", + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/gsap/-/gsap-3.6.0.tgz", + "integrity": "sha512-0P3syv1TmYr+A/VZ8UMFzw+s0XoaKSzzDFs8NqkXiJTXI4E/VTi0zRjPgxaPBpiUPPycgRnFjLDe0Tb4dRRf+w==", "dev": true }, "has": { diff --git a/package.json b/package.json index d349165..19d7f01 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "dart-sass": "^1.17.1", "eslint": "^5.15.1", "eslint-plugin-vue": "^5.2.2", - "gsap": "^2.1.0", + "gsap": "^3.6.0", "nodecg-vue": "^0.5.2", "parcel-bundler": "^1.11.0", "sass": "^1.17.1",