From f474579d3ec7306bf993b59e69410cb880bb3d27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 May 2021 17:02:28 +0000 Subject: [PATCH] Bump ua-parser-js from 0.7.20 to 0.7.28 Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 0.7.20 to 0.7.28. - [Release notes](https://github.com/faisalman/ua-parser-js/releases) - [Commits](https://github.com/faisalman/ua-parser-js/compare/0.7.20...0.7.28) Signed-off-by: dependabot[bot] --- package-lock.json | 24 ++++++++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8244c2f..112c9c2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1463,7 +1463,9 @@ "integrity": "sha1-G39Ln1kfHo+DZwQBYANFoCiHQ18=" }, "clsx": { - "version": "1.0.4" + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/clsx/-/clsx-1.0.4.tgz", + "integrity": "sha512-1mQ557MIZTrL/140j+JVdRM6e31/OA4vTYxXgqIIZlndyfjHpyawKZia1Im05Vp9BWmImkcNrNtFYQMyFcgJDg==" }, "coa": { "version": "2.0.2", @@ -4846,6 +4848,8 @@ }, "react": { "version": "16.9.0", + "resolved": "https://registry.npmjs.org/react/-/react-16.9.0.tgz", + "integrity": "sha512-+7LQnFBwkiw+BobzOF6N//BdoNw0ouwmSJTEm9cglOOmsg/TMiFHZLe2sEoN5M7LgJTj9oHH0gxklfnQe66S1w==", "requires": { "loose-envify": "^1.1.0", "object-assign": "^4.1.1", @@ -4995,6 +4999,8 @@ }, "remax": { "version": "1.0.18", + "resolved": "https://registry.npmjs.org/remax/-/remax-1.0.18.tgz", + "integrity": "sha512-VICVlyYa4+6xqbl7SwFjXz63z+Z8DD0YvuHW0Fi9JJY5ATYRhN6VhIqJ8qUtz4MDE3ScJW9U6QpFON0A5fGcww==", "requires": { "antd-mobile": "^2.2.14", "mini-types": "^0.0.4", @@ -5006,6 +5012,8 @@ }, "remax-cli": { "version": "1.0.18", + "resolved": "https://registry.npmjs.org/remax-cli/-/remax-cli-1.0.18.tgz", + "integrity": "sha512-6F7Q2gsXwSL24NWagEdLi+QhgO2wE6nQiLcF0Euqi1NW91LfuR2fj5zdnUTmiPjABpLS3Z5d4I/ZNUnMI4DBZg==", "requires": { "@babel/core": "^7.2.2", "@babel/helper-module-imports": "^7.0.0", @@ -5141,6 +5149,14 @@ "resolved": "https://registry.npmjs.org/rgba-regex/-/rgba-regex-1.0.0.tgz", "integrity": "sha1-QzdOLiyglosO8VI0YLfXMP8i7rM=" }, + "rimraf": { + "version": "2.7.1", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz", + "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==", + "requires": { + "glob": "^7.1.3" + } + }, "rmc-align": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/rmc-align/-/rmc-align-1.0.0.tgz", @@ -5992,9 +6008,9 @@ "optional": true }, "ua-parser-js": { - "version": "0.7.20", - "resolved": "https://registry.npmjs.org/ua-parser-js/-/ua-parser-js-0.7.20.tgz", - "integrity": "sha512-8OaIKfzL5cpx8eCMAhhvTlft8GYF8b2eQr6JkCyVdrgjcytyOmPCXrqXFcUnhonRpLlh5yxEZVohm6mzaowUOw==", + "version": "0.7.28", + "resolved": "https://registry.npmjs.org/ua-parser-js/-/ua-parser-js-0.7.28.tgz", + "integrity": "sha512-6Gurc1n//gjp9eQNXjD9O3M/sMwVtN5S8Lv9bvOYBfKfDNiIIhqiyi01vMBO45u4zkDE420w/e0se7Vs+sIg+g==", "optional": true }, "unicode-canonical-property-names-ecmascript": {