diff --git a/package-lock.json b/package-lock.json index 1e6cbfb..0cc31e4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -40,7 +40,7 @@ "i18next-fetch-backend": "^3.0.0", "lodash": "^4.17.20", "react": "^17.0.1", - "react-device-detect": "^1.14.0", + "react-device-detect": "^2.2.2", "react-dom": "^16.14.0", "react-i18next": "^11.8.10", "react-redux": "^7.2.4", @@ -28783,14 +28783,15 @@ } }, "node_modules/react-device-detect": { - "version": "1.15.0", - "license": "MIT", + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/react-device-detect/-/react-device-detect-2.2.2.tgz", + "integrity": "sha512-zSN1gIAztUekp5qUT/ybHwQ9fmOqVT1psxpSlTn1pe0CO+fnJHKRLOWWac5nKxOxvOpD/w84hk1I+EydrJp7SA==", "dependencies": { - "ua-parser-js": "^0.7.23" + "ua-parser-js": "^1.0.2" }, "peerDependencies": { - "react": ">= 0.14.0 < 18.0.0", - "react-dom": ">= 0.14.0 < 18.0.0" + "react": ">= 0.14.0", + "react-dom": ">= 0.14.0" } }, "node_modules/react-docgen": { @@ -33213,8 +33214,19 @@ "license": "MIT" }, "node_modules/ua-parser-js": { - "version": "0.7.23", - "license": "MIT", + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/ua-parser-js/-/ua-parser-js-1.0.2.tgz", + "integrity": "sha512-00y/AXhx0/SsnI51fTc0rLRmafiGOM4/O+ny10Ps7f+j/b8p/ZY11ytMgznXkOVo4GQ+KwQG5UQLkLGirsACRg==", + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/ua-parser-js" + }, + { + "type": "paypal", + "url": "https://paypal.me/faisalman" + } + ], "engines": { "node": "*" } @@ -56338,9 +56350,11 @@ } }, "react-device-detect": { - "version": "1.15.0", + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/react-device-detect/-/react-device-detect-2.2.2.tgz", + "integrity": "sha512-zSN1gIAztUekp5qUT/ybHwQ9fmOqVT1psxpSlTn1pe0CO+fnJHKRLOWWac5nKxOxvOpD/w84hk1I+EydrJp7SA==", "requires": { - "ua-parser-js": "^0.7.23" + "ua-parser-js": "^1.0.2" } }, "react-docgen": { @@ -59353,7 +59367,9 @@ "dev": true }, "ua-parser-js": { - "version": "0.7.23" + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/ua-parser-js/-/ua-parser-js-1.0.2.tgz", + "integrity": "sha512-00y/AXhx0/SsnI51fTc0rLRmafiGOM4/O+ny10Ps7f+j/b8p/ZY11ytMgznXkOVo4GQ+KwQG5UQLkLGirsACRg==" }, "umd": { "version": "3.0.3", diff --git a/package.json b/package.json index 8b6410f..86b0116 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "i18next-fetch-backend": "^3.0.0", "lodash": "^4.17.20", "react": "^17.0.1", - "react-device-detect": "^1.14.0", + "react-device-detect": "^2.2.2", "react-dom": "^16.14.0", "react-i18next": "^11.8.10", "react-redux": "^7.2.4",