diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-03-09 02:29:10 +0000 |
---|---|---|
committer | nextcloud-command <nextcloud-command@users.noreply.github.com> | 2024-03-13 13:20:59 +0000 |
commit | d9656f9997452e28a058e56571bcb4625a4df286 (patch) | |
tree | 614d24462a37065d3a2c7eb4c1c744510359e5e0 /package-lock.json | |
parent | 0ce35c707f81c56678bb8533bfb9b64af8cc84bf (diff) | |
download | nextcloud-server-d9656f9997452e28a058e56571bcb4625a4df286.tar.gz nextcloud-server-d9656f9997452e28a058e56571bcb4625a4df286.zip |
chore(deps): bump query-string from 8.2.0 to 9.0.0
Bumps [query-string](https://github.com/sindresorhus/query-string) from 8.2.0 to 9.0.0.
- [Release notes](https://github.com/sindresorhus/query-string/releases)
- [Commits](https://github.com/sindresorhus/query-string/compare/v8.2.0...v9.0.0)
---
updated-dependencies:
- dependency-name: query-string
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Diffstat (limited to 'package-lock.json')
-rw-r--r-- | package-lock.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/package-lock.json b/package-lock.json index 5c9b199584b..a81b11768e8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -64,7 +64,7 @@ "p-queue": "^7.4.1", "path": "^0.12.7", "pinia": "^2.1.7", - "query-string": "^8.1.0", + "query-string": "^9.0.0", "regenerator-runtime": "^0.14.1", "select2": "3.5.1", "snap.js": "^2.0.9", @@ -22360,16 +22360,16 @@ } }, "node_modules/query-string": { - "version": "8.2.0", - "resolved": "https://registry.npmjs.org/query-string/-/query-string-8.2.0.tgz", - "integrity": "sha512-tUZIw8J0CawM5wyGBiDOAp7ObdRQh4uBor/fUR9ZjmbZVvw95OD9If4w3MQxr99rg0DJZ/9CIORcpEqU5hQG7g==", + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/query-string/-/query-string-9.0.0.tgz", + "integrity": "sha512-4EWwcRGsO2H+yzq6ddHcVqkCQ2EFUSfDMEjF8ryp8ReymyZhIuaFRGLomeOQLkrzacMHoyky2HW0Qe30UbzkKw==", "dependencies": { "decode-uri-component": "^0.4.1", "filter-obj": "^5.1.0", "split-on-first": "^3.0.0" }, "engines": { - "node": ">=14.16" + "node": ">=18" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" |