From 50d8468badf4ee65315b7c86d1b21266c9f5b9c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Aug 2021 16:49:39 +0000 Subject: [PATCH] Bump think-config from 1.1.1 to 1.1.3 in /weekly-node 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] --- weekly-node/package-lock.json | 28 +++++++++++++++++++++++----- 1 file changed, 23 insertions(+), 5 deletions(-) diff --git a/weekly-node/package-lock.json b/weekly-node/package-lock.json index 4f3265e..9bff336 100644 --- a/weekly-node/package-lock.json +++ b/weekly-node/package-lock.json @@ -936,7 +936,7 @@ "dependencies": { "babel-runtime": { "version": "5.8.38", - "resolved": "http://registry.npmjs.org/babel-runtime/-/babel-runtime-5.8.38.tgz", + "resolved": "https://registry.npmjs.org/babel-runtime/-/babel-runtime-5.8.38.tgz", "integrity": "sha1-HAsC62MxL18If/IEUIJ7QlydTBk=", "dev": true, "requires": { @@ -4655,6 +4655,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": "2.11.0", "resolved": "https://registry.npmjs.org/log4js/-/log4js-2.11.0.tgz", @@ -8390,11 +8395,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": {