From 18d99deec52a3e6454ad467a941eea33b1fdabc1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jan 2023 07:28:43 +0000 Subject: [PATCH] build(deps): bump qs from 6.4.0 to 6.4.1 Bumps [qs](https://github.com/ljharb/qs) from 6.4.0 to 6.4.1. - [Release notes](https://github.com/ljharb/qs/releases) - [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md) - [Commits](https://github.com/ljharb/qs/compare/v6.4.0...v6.4.1) --- updated-dependencies: - dependency-name: qs dependency-type: indirect ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 77a2f184..24b14301 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "weui-wxss", - "version": "2.5.15", + "version": "2.5.16", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -4518,9 +4518,9 @@ "dev": true }, "qs": { - "version": "6.4.0", - "resolved": "https://registry.npmjs.org/qs/-/qs-6.4.0.tgz", - "integrity": "sha1-E+JtKK1rD/qpExLNO/cI7TUecjM=", + "version": "6.4.1", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.4.1.tgz", + "integrity": "sha512-LQy1Q1fcva/UsnP/6Iaa4lVeM49WiOitu2T4hZCyA/elLKu37L99qcBJk4VCCk+rdLvnMzfKyiN3SZTqdAZGSQ==", "dev": true, "optional": true }, @@ -4766,7 +4766,7 @@ "dependencies": { "isarray": { "version": "1.0.0", - "resolved": "http://mirrors.tencent.com/npm/isarray/-/isarray-1.0.0.tgz", + "resolved": "https://mirrors.tencent.com/npm/isarray/-/isarray-1.0.0.tgz", "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=", "dev": true }, @@ -4778,7 +4778,7 @@ }, "readable-stream": { "version": "2.3.7", - "resolved": "http://mirrors.tencent.com/npm/readable-stream/-/readable-stream-2.3.7.tgz", + "resolved": "https://mirrors.tencent.com/npm/readable-stream/-/readable-stream-2.3.7.tgz", "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", "dev": true, "requires": { @@ -4793,7 +4793,7 @@ }, "string_decoder": { "version": "1.1.1", - "resolved": "http://mirrors.tencent.com/npm/string_decoder/-/string_decoder-1.1.1.tgz", + "resolved": "https://mirrors.tencent.com/npm/string_decoder/-/string_decoder-1.1.1.tgz", "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", "dev": true, "requires": { @@ -5965,7 +5965,7 @@ }, "yargs-parser": { "version": "20.2.9", - "resolved": "http://mirrors.tencent.com/npm/yargs-parser/-/yargs-parser-20.2.9.tgz", + "resolved": "https://mirrors.tencent.com/npm/yargs-parser/-/yargs-parser-20.2.9.tgz", "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==", "dev": true }