diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-02-07 08:40:18 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-07 08:40:18 +0000 |
commit | 1bb3ba0c3f4f0620255246be95f8e4dd4c187810 (patch) | |
tree | 00543975ee6a6dfdb1c1a1122b4d5f865b31a9fb /package.json | |
parent | 9c2db7f4e40d690890024636856ec51fbcb00005 (diff) | |
download | nextcloud-server-1bb3ba0c3f4f0620255246be95f8e4dd4c187810.tar.gz nextcloud-server-1bb3ba0c3f4f0620255246be95f8e4dd4c187810.zip |
Bump query-string from 7.1.0 to 7.1.1
Bumps [query-string](https://github.com/sindresorhus/query-string) from 7.1.0 to 7.1.1.
- [Release notes](https://github.com/sindresorhus/query-string/releases)
- [Commits](https://github.com/sindresorhus/query-string/compare/v7.1.0...v7.1.1)
---
updated-dependencies:
- dependency-name: query-string
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index e3c150ab365..7e8c0265a27 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "p-limit": "^4.0.0", "p-queue": "^7.1.0", "path": "^0.12.7", - "query-string": "^7.0.1", + "query-string": "^7.1.1", "regenerator-runtime": "^0.13.9", "select2": "3.5.1", "snap.js": "^2.0.9", @@ -125,7 +125,7 @@ "vue-loader": "^15.9.8", "vue-template-compiler": "^2.6.14", "webpack": "^5.67.0", - "webpack-cli": "^4.9.1", + "webpack-cli": "^4.9.2", "webpack-merge": "^5.8.0", "handlebars": "^4.7.7", "jasmine-core": "~2.5.2", |