diff options
author | Morris Jobke <hey@morrisjobke.de> | 2020-09-10 15:53:48 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-10 15:53:48 +0200 |
commit | 6cc8a424a3e3adc176c8ead0c4c775b573245690 (patch) | |
tree | 88f2f1755978fefc496232a422a9d533af1fcb43 /package.json | |
parent | 4ae8caaf280b3a77ce8ff9a08c41015a6bb82a3e (diff) | |
download | nextcloud-server-6cc8a424a3e3adc176c8ead0c4c775b573245690.tar.gz nextcloud-server-6cc8a424a3e3adc176c8ead0c4c775b573245690.zip |
Revert "Bump query-string from 5.1.1 to 6.13.1"
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 5bcab732ffd..a7d908b1362 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "nextcloud-vue-collections": "^0.8.1", "p-limit": "^3.0.2", "p-queue": "^6.6.1", - "query-string": "^6.13.1", + "query-string": "^5.1.1", "regenerator-runtime": "^0.13.7", "select2": "3.5.1", "snap.js": "^2.0.9", |