From 64d7a0f204d0e37e3a9a2111b0f996448136a2a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Aug 2021 16:49:55 +0000 Subject: [PATCH] Bump think-config from 1.1.1 to 1.1.3 in /node_think Bumps [think-config](https://github.com/thinkjs/think-config) from 1.1.1 to 1.1.3. - [Release notes](https://github.com/thinkjs/think-config/releases) - [Commits](https://github.com/thinkjs/think-config/commits/v1.1.3) --- updated-dependencies: - dependency-name: think-config dependency-type: indirect ... Signed-off-by: dependabot[bot] --- node_think/package-lock.json | 26 ++++++++++++++++++++++---- 1 file changed, 22 insertions(+), 4 deletions(-) diff --git a/node_think/package-lock.json b/node_think/package-lock.json index fd5015e..888fc6f 100644 --- a/node_think/package-lock.json +++ b/node_think/package-lock.json @@ -4601,6 +4601,11 @@ "integrity": "sha1-QVxEePK8wwEgwizhDtMib30+GOA=", "dev": true }, + "lodash.merge": { + "version": "4.6.2", + "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz", + "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==" + }, "log4js": { "version": "4.5.1", "resolved": "https://registry.npmjs.org/log4js/-/log4js-4.5.1.tgz", @@ -8277,11 +8282,24 @@ } }, "think-config": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/think-config/-/think-config-1.1.1.tgz", - "integrity": "sha512-377mX9P4UMRumxpJlXJG5uhPVJVzNBhxZbktUsaOLaIhRl5aAoTUyIXat/QwG3VrVXfgNKyQXMc5ZE8ijRX1Dg==", + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/think-config/-/think-config-1.1.3.tgz", + "integrity": "sha512-BESywQ9at4xyzwtago8ApgWBxYksfHWKmlwPOqrAWUk+gkpNy1bwcPCvlCcMz5O4MZOZwBeY8wMX5dmH66548g==", "requires": { - "think-helper": "^1.0.0" + "think-helper": "^1.1.3" + }, + "dependencies": { + "think-helper": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/think-helper/-/think-helper-1.1.3.tgz", + "integrity": "sha512-ZJjBoMryWxGzAu1WUh748/Y0BeGMgbcje5XOV0u62YtIw4usN1BrCepLQxQEYY9ey7PmIAqeq+H222iTYhKMdg==", + "requires": { + "core-util-is": "^1.0.2", + "lodash.merge": "^4.6.2", + "ms": "^1.0.0", + "uuid": "^3.0.1" + } + } } }, "think-controller": {