Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/photos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-01-17 10:45:31 +0300
committerGitHub <noreply@github.com>2022-01-17 10:45:31 +0300
commit60343498404cffef0024b99a328af429818ee6d8 (patch)
tree39e101406e41c5526a4a8cd5e71a502891d70192
parent7da42092fcb670d10f876975a447ba2a6b6f808f (diff)
Bump qs from 6.9.6 to 6.9.7
Bumps [qs](https://github.com/ljharb/qs) from 6.9.6 to 6.9.7. - [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.9.6...v6.9.7) --- updated-dependencies: - dependency-name: qs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--package-lock.json6
-rw-r--r--package.json2
2 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json
index 43ff7ac8..602a85f6 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -9661,9 +9661,9 @@
"integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A=="
},
"qs": {
- "version": "6.9.6",
- "resolved": "https://registry.npmjs.org/qs/-/qs-6.9.6.tgz",
- "integrity": "sha512-TIRk4aqYLNoJUbd+g2lEdz5kLWIuTMRagAXxl78Q0RiVjAOugHmeKNGdd3cwo/ktpf9aL9epCfFqWDEKysUlLQ=="
+ "version": "6.9.7",
+ "resolved": "https://registry.npmjs.org/qs/-/qs-6.9.7.tgz",
+ "integrity": "sha512-IhMFgUmuNpyRfxA90umL7ByLlgRXu6tIfKPpF5TmcfRLlLCckfP/g3IQmju6jjpu+Hh8rA+2p6A27ZSPOOHdKw=="
},
"querystring": {
"version": "0.2.0",
diff --git a/package.json b/package.json
index ca06115d..26520ef2 100644
--- a/package.json
+++ b/package.json
@@ -44,7 +44,7 @@
"debounce": "^1.2.0",
"moment": "^2.29.1",
"path-posix": "^1.0.0",
- "qs": "^6.9.6",
+ "qs": "^6.9.7",
"regenerator-runtime": "^0.13.9",
"url-parse": "^1.4.7",
"vue": "^2.6.12",