From d8bb58ed1cd7467acd89dfc921f815ae792f7d44 Mon Sep 17 00:00:00 2001 From: Sekwah Date: Mon, 25 Apr 2022 01:47:25 +0100 Subject: [PATCH] fix: lower uuid version to fix lib export issue --- app/main/package.json | 4 ++-- yarn.lock | 13 +++++++++---- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/app/main/package.json b/app/main/package.json index a87aa5c2..a2ff3db5 100644 --- a/app/main/package.json +++ b/app/main/package.json @@ -88,7 +88,7 @@ "lodash.debounce": "^4.0.8", "node-notifier": "^8.0.0", "universal-analytics": "^0.4.23", - "uuid": "^8.3.0", + "uuid": "7.0.3", "v8-compile-cache": "^2.1.1" }, "devDependencies": { @@ -97,7 +97,7 @@ "@types/lodash.debounce": "^4.0.6", "@types/node-notifier": "^6.0.1", "@types/universal-analytics": "^0.4.4", - "@types/uuid": "^8.3.0", + "@types/uuid": "7.0.3", "babel-core": "^6.26.3", "babel-jest": "^26.6.3", "electron": "18.1.0", diff --git a/yarn.lock b/yarn.lock index aa8139e9..06ec9a94 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4799,10 +4799,10 @@ resolved "https://registry.yarnpkg.com/@types/universal-analytics/-/universal-analytics-0.4.4.tgz#496a52b92b599a0112bec7c12414062de6ea8449" integrity sha512-9g3F0SGxVr4UDd6y07bWtFnkpSSX1Ake7U7AGHgSFrwM6pF53/fV85bfxT2JLWS/3sjLCcyzoYzQlCxpkVo7wA== -"@types/uuid@^8.3.0": - version "8.3.0" - resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-8.3.0.tgz#215c231dff736d5ba92410e6d602050cce7e273f" - integrity sha512-eQ9qFW/fhfGJF8WKHGEHZEyVWfZxrT+6CLIJGBcZPfxUh/+BnEj+UCGYMlr9qZuX/2AltsvwrGqp0LhEW8D0zQ== +"@types/uuid@7.0.3": + version "7.0.3" + resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-7.0.3.tgz#45cd03e98e758f8581c79c535afbd4fc27ba7ac8" + integrity sha512-PUdqTZVrNYTNcIhLHkiaYzoOIaUi5LFg/XLerAdgvwQrUCx+oSbtoBze1AMyvYbcwzUSNC+Isl58SM4Sm/6COw== "@types/vfile-message@*": version "2.0.0" @@ -22932,6 +22932,11 @@ utils-merge@1.0.1: resolved "https://registry.yarnpkg.com/utils-merge/-/utils-merge-1.0.1.tgz#9f95710f50a267947b2ccc124741c1028427e713" integrity sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM= +uuid@7.0.3: + version "7.0.3" + resolved "https://registry.yarnpkg.com/uuid/-/uuid-7.0.3.tgz#c5c9f2c8cf25dc0a372c4df1441c41f5bd0c680b" + integrity sha512-DPSke0pXhTZgoF/d+WSt2QaKMCFSfx7QegxEWT+JOuHF5aWrKEn0G+ztjuJg/gG8/ItK+rbPCD/yNv8yyih6Cg== + uuid@^3.0.0, uuid@^3.0.1, uuid@^3.3.2, uuid@^3.4.0: version "3.4.0" resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee"