fix(deps): update dependency qs to v6.12.0 (#1514)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-03-07 19:12:34 +08:00
committed by GitHub
parent bb2bfc956c
commit 401f650288
2 changed files with 16 additions and 7 deletions

View File

@@ -113,7 +113,7 @@
"node-machine-id": "1.1.12",
"nodemailer": "6.9.11",
"pluralize": "^8.0.0",
"qs": "6.11.2",
"qs": "6.12.0",
"reflect-metadata": "0.2.1",
"remove-markdown": "0.5.0",
"remove-md-codeblock": "0.0.4",

21
pnpm-lock.yaml generated
View File

@@ -269,8 +269,8 @@ importers:
specifier: ^8.0.0
version: 8.0.0
qs:
specifier: 6.11.2
version: 6.11.2
specifier: 6.12.0
version: 6.12.0
reflect-metadata:
specifier: 0.2.1
version: 0.2.1
@@ -7807,11 +7807,11 @@ packages:
side-channel: 1.0.4
dev: true
/qs@6.11.2:
resolution: {integrity: sha512-tDNIz22aBzCDxLtVH++VnTfzxlfeK5CbqohpSqpJgj1Wg/cQbStNAz3NuqCs5vV+pjBsK4x4pN9HlVh7rcYRiA==}
/qs@6.12.0:
resolution: {integrity: sha512-trVZiI6RMOkO476zLGaBIzszOdFPnCCXHPG9kn0yuS1uz6xdVxPfZdB3vUig9pxPFDM9BRAgz/YUIVQ1/vuiUg==}
engines: {node: '>=0.6'}
dependencies:
side-channel: 1.0.4
side-channel: 1.0.6
/quantize@1.0.2:
resolution: {integrity: sha1-0lrCAKd7bXD0ASfKFxoQ4zyFRt4=}
@@ -8284,6 +8284,15 @@ packages:
get-intrinsic: 1.2.4
object-inspect: 1.13.1
/side-channel@1.0.6:
resolution: {integrity: sha512-fDW/EZ6Q9RiO8eFG8Hj+7u/oW+XrPTIChwCOM2+th2A6OblDtYYIpve9m+KvI9Z4C9qSEXlaGR6bTEYHReuglA==}
engines: {node: '>= 0.4'}
dependencies:
call-bind: 1.0.7
es-errors: 1.3.0
get-intrinsic: 1.2.4
object-inspect: 1.13.1
/sift@16.0.1:
resolution: {integrity: sha512-Wv6BjQ5zbhW7VFefWusVP33T/EM0vYikCaQ2qR8yULbsilAT8/wQaXvuQ3ptGLpoKx+lihJE3y2UTgKDyyNHZQ==}
@@ -9110,7 +9119,7 @@ packages:
resolution: {integrity: sha512-OknwtQZddZHi0Ggi+Vr/olJ7HNMx4AzlywyK0W3NZBT7B0stjeZ9lcztA85dBgdAj3KVk8uPJPZSnGaDjELhrA==}
dependencies:
isomorphic-fetch: 2.2.1
qs: 6.11.2
qs: 6.12.0
dev: true
/unbox-primitive@1.0.2: