From 1df045811ecb2ebf9ff671559cec2cbf9c2cba8f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 18 Mar 2023 22:02:38 +0000 Subject: [PATCH] fix(deps): update dependency think-helper to v1.1.4 --- package-lock.json | 33 +++++++++++++++++++++++---------- 1 file changed, 23 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6f0c05b..0d5a74d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6182,14 +6182,14 @@ } }, "node_modules/think-helper": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/think-helper/-/think-helper-1.1.3.tgz", - "integrity": "sha512-ZJjBoMryWxGzAu1WUh748/Y0BeGMgbcje5XOV0u62YtIw4usN1BrCepLQxQEYY9ey7PmIAqeq+H222iTYhKMdg==", + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/think-helper/-/think-helper-1.1.4.tgz", + "integrity": "sha512-JRAgo8CuevJ9rXazGKR91EQMbTA2xxe5w0f8/P8yeyQkaen0ZcJv4laurisg/n1gjE/xuy4zyevhCTWKVgxf8g==", "dependencies": { "core-util-is": "^1.0.2", "lodash.merge": "^4.6.2", "ms": "^1.0.0", - "uuid": "^3.0.1" + "uuid": "^7.0.3" }, "engines": { "node": ">=6.0.0" @@ -6198,7 +6198,15 @@ "node_modules/think-helper/node_modules/ms": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/ms/-/ms-1.0.0.tgz", - "integrity": "sha1-Wa3NIu3FQ/e1OBhi0xOHsfS8lHM=" + "integrity": "sha512-85ytwCiGUnD84ui6ULG1KBFMaZgHW3jg5KPr9jt+ZPYt75+XK+JGbYddGrBQ+RSHXOhekCnCZwJywBoFvFl0kw==" + }, + "node_modules/think-helper/node_modules/uuid": { + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-7.0.3.tgz", + "integrity": "sha512-DPSke0pXhTZgoF/d+WSt2QaKMCFSfx7QegxEWT+JOuHF5aWrKEn0G+ztjuJg/gG8/ItK+rbPCD/yNv8yyih6Cg==", + "bin": { + "uuid": "dist/bin/uuid" + } }, "node_modules/think-instance": { "version": "1.0.2", @@ -11470,20 +11478,25 @@ "integrity": "sha512-DWRFd3dQEGKK1Mh5kENsVA0+O12NxJbFRKk6X3cxpK0aplPQDFbdrfyS+C2Z2jomt1RbPniXUt0mGh1YrNGbAQ==" }, "think-helper": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/think-helper/-/think-helper-1.1.3.tgz", - "integrity": "sha512-ZJjBoMryWxGzAu1WUh748/Y0BeGMgbcje5XOV0u62YtIw4usN1BrCepLQxQEYY9ey7PmIAqeq+H222iTYhKMdg==", + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/think-helper/-/think-helper-1.1.4.tgz", + "integrity": "sha512-JRAgo8CuevJ9rXazGKR91EQMbTA2xxe5w0f8/P8yeyQkaen0ZcJv4laurisg/n1gjE/xuy4zyevhCTWKVgxf8g==", "requires": { "core-util-is": "^1.0.2", "lodash.merge": "^4.6.2", "ms": "^1.0.0", - "uuid": "^3.0.1" + "uuid": "^7.0.3" }, "dependencies": { "ms": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/ms/-/ms-1.0.0.tgz", - "integrity": "sha1-Wa3NIu3FQ/e1OBhi0xOHsfS8lHM=" + "integrity": "sha512-85ytwCiGUnD84ui6ULG1KBFMaZgHW3jg5KPr9jt+ZPYt75+XK+JGbYddGrBQ+RSHXOhekCnCZwJywBoFvFl0kw==" + }, + "uuid": { + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-7.0.3.tgz", + "integrity": "sha512-DPSke0pXhTZgoF/d+WSt2QaKMCFSfx7QegxEWT+JOuHF5aWrKEn0G+ztjuJg/gG8/ItK+rbPCD/yNv8yyih6Cg==" } } },