From 76256f298ddd767a132e9870c33a9760e2c7cc4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Oct 2022 07:19:48 +0000 Subject: [PATCH] Bump gsap from 3.6.0 to 3.11.3 in /client Bumps [gsap](https://github.com/greensock/GSAP) from 3.6.0 to 3.11.3. - [Release notes](https://github.com/greensock/GSAP/releases) - [Commits](https://github.com/greensock/GSAP/compare/3.6.0...3.11.3) --- updated-dependencies: - dependency-name: gsap dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- client/package-lock.json | 6 +++--- client/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index ad29692..4517bd4 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -6774,9 +6774,9 @@ "integrity": "sha1-8QdIy+dq+WS3yWyTxrzCivEgwIE=" }, "gsap": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/gsap/-/gsap-3.6.0.tgz", - "integrity": "sha512-0P3syv1TmYr+A/VZ8UMFzw+s0XoaKSzzDFs8NqkXiJTXI4E/VTi0zRjPgxaPBpiUPPycgRnFjLDe0Tb4dRRf+w==" + "version": "3.11.3", + "resolved": "https://registry.npmjs.org/gsap/-/gsap-3.11.3.tgz", + "integrity": "sha512-xc/iIJy+LWiMbRa4IdMtdnnKa/7PXEK6NNzV71gdOYUVeTZN7UWnLU0fB7Hi1iwiz4ZZoYkBZPPYGg+2+zzFHA==" }, "gzip-size": { "version": "5.0.0", diff --git a/client/package.json b/client/package.json index 2889ce0..3767709 100644 --- a/client/package.json +++ b/client/package.json @@ -12,7 +12,7 @@ "constants": "^0.0.2", "date-and-time": "^0.14.2", "filename-regex": "^2.0.1", - "gsap": "^3.6.0", + "gsap": "^3.11.3", "http2": "^3.3.7", "jquery": "^3.5.1", "quart": "^0.5.0",