From e62da2df1216c78bde5122727e4e493cce6b1d43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Dec 2022 15:35:54 +0000 Subject: [PATCH] chore(deps): bump qs from 6.6.0 to 6.6.1 in /heyadmin/vue-cli Bumps [qs](https://github.com/ljharb/qs) from 6.6.0 to 6.6.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.6.0...v6.6.1) --- updated-dependencies: - dependency-name: qs dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- heyadmin/vue-cli/package-lock.json | 6 +++--- heyadmin/vue-cli/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/heyadmin/vue-cli/package-lock.json b/heyadmin/vue-cli/package-lock.json index 5f83c5c..53e9f6f 100644 --- a/heyadmin/vue-cli/package-lock.json +++ b/heyadmin/vue-cli/package-lock.json @@ -9698,9 +9698,9 @@ } }, "qs": { - "version": "6.6.0", - "resolved": "https://registry.npmjs.org/qs/-/qs-6.6.0.tgz", - "integrity": "sha512-KIJqT9jQJDQx5h5uAVPimw6yVg2SekOKu959OCtktD3FjzbpvaPr8i4zzg07DOMz+igA4W/aNM7OV8H37pFYfA==" + "version": "6.6.1", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.6.1.tgz", + "integrity": "sha512-DxHK46yYwC06eXWu3FCqlADDkzHZUhkaMY2o4jFbPtN90TO/Y4jzyuOpCa1iZ4OvFEOCC4MoGzubQUdxpZzk2w==" }, "query-string": { "version": "5.1.1", diff --git a/heyadmin/vue-cli/package.json b/heyadmin/vue-cli/package.json index ade65db..ae056b3 100644 --- a/heyadmin/vue-cli/package.json +++ b/heyadmin/vue-cli/package.json @@ -34,7 +34,7 @@ "marked": "^0.6.2", "plupload-es6": "^2.1.11", "qiniu-js-es6": "^1.0.31", - "qs": "^6.4.0", + "qs": "^6.6.1", "regenerator-runtime": "^0.13.2", "vue": "^2.6.10", "vue-router": "^2.5.3",