From 53af7a916cf83ad8a4ff51440eda97f098cb4380 Mon Sep 17 00:00:00 2001 From: Patrick Fic Date: Thu, 9 Dec 2021 17:25:08 -0800 Subject: [PATCH] More package updates. --- client/package.json | 4 ++-- client/yarn.lock | 16 ++++++++-------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/client/package.json b/client/package.json index 308e440bc..12a965f5b 100644 --- a/client/package.json +++ b/client/package.json @@ -7,7 +7,7 @@ "@apollo/client": "^3.4.17", "@asseinfo/react-kanban": "^2.2.0", "@craco/craco": "^6.4.0", - "@fingerprintjs/fingerprintjs": "^3.3.0", + "@fingerprintjs/fingerprintjs": "^3.3.1", "@sentry/react": "^6.14.3", "@sentry/tracing": "^6.14.3", "@splitsoftware/splitio-react": "^1.3.0", @@ -24,7 +24,7 @@ "env-cmd": "^10.1.0", "exifr": "^7.1.3", "firebase": "^9.4.1", - "graphql": "^16.0.1", + "graphql": "^16.1.0", "i18next": "^21.4.2", "i18next-browser-languagedetector": "^6.1.2", "jsoneditor": "^9.5.7", diff --git a/client/yarn.lock b/client/yarn.lock index 268775c75..8a156e4cb 100644 --- a/client/yarn.lock +++ b/client/yarn.lock @@ -1352,10 +1352,10 @@ minimatch "^3.0.4" strip-json-comments "^3.1.1" -"@fingerprintjs/fingerprintjs@^3.3.0": - version "3.3.0" - resolved "https://registry.yarnpkg.com/@fingerprintjs/fingerprintjs/-/fingerprintjs-3.3.0.tgz#d15c2fab8e0d9138bcb8efa1429dd780f93bb945" - integrity sha512-2kw2yVrfMKd0YvmYAdNxhGytNhhLvChqNAbBZWMglYVw2J95Jm50ketK5yS1C8SJmqG2nFJgeuWvYXeZEh+b8g== +"@fingerprintjs/fingerprintjs@^3.3.1": + version "3.3.1" + resolved "https://registry.yarnpkg.com/@fingerprintjs/fingerprintjs/-/fingerprintjs-3.3.1.tgz#d080b0ea356b3ad14de4163afc3611beb5b5df20" + integrity sha512-rs9fCfINXeYO1XRTbZ/cXFSyRknyoZSwLNypO5Kf7C/o0g7mBpIDKVzJW3UsKEh+YybCS3wzaOK3z9PxtLiXaw== dependencies: tslib "^2.0.1" @@ -6791,10 +6791,10 @@ graphql-tag@^2.12.3: dependencies: tslib "^2.1.0" -graphql@^16.0.1: - version "16.0.1" - resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.0.1.tgz#93a13cd4e0e38ca8d0832e79614c8578bfd34f10" - integrity sha512-oPvCuu6dlLdiz8gZupJ47o1clgb72r1u8NDBcQYjcV6G/iEdmE11B1bBlkhXRvV0LisP/SXRFP7tT6AgaTjpzg== +graphql@^16.1.0: + version "16.1.0" + resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.1.0.tgz#83bebeae6e119766d04966f09de9305be7fd44e5" + integrity sha512-+PIjmhqGHMIxtnlEirRXDHIzs0cAHAozKG5M2w2N4TnS8VzCxO3bbv1AW9UTeycBfl2QsPduxcVrBvANFKQhiw== growly@^1.3.0: version "1.3.0"