aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-10-19 01:16:55 +0000
committerGitHub <noreply@github.com>2024-10-19 01:16:55 +0000
commit05cd2284a816f6705df42d55607a3399be97a285 (patch)
tree157d753e45de373308f6290845a92b51f30f70c1
parent603890e951d44d96fd3e38a5389c804b47eef795 (diff)
downloadnextcloud-server-dependabot/npm_and_yarn/query-string-9.1.1.tar.gz
nextcloud-server-dependabot/npm_and_yarn/query-string-9.1.1.zip
chore(deps): Bump query-string from 9.1.0 to 9.1.1dependabot/npm_and_yarn/query-string-9.1.1
Bumps [query-string](https://github.com/sindresorhus/query-string) from 9.1.0 to 9.1.1. - [Release notes](https://github.com/sindresorhus/query-string/releases) - [Commits](https://github.com/sindresorhus/query-string/compare/v9.1.0...v9.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>
-rw-r--r--package-lock.json9
-rw-r--r--package.json2
2 files changed, 5 insertions, 6 deletions
diff --git a/package-lock.json b/package-lock.json
index d7684f6958e..013b30cc765 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -65,7 +65,7 @@
"p-queue": "^7.4.1",
"path": "^0.12.7",
"pinia": "^2.1.7",
- "query-string": "^9.1.0",
+ "query-string": "^9.1.1",
"regenerator-runtime": "^0.14.1",
"select2": "3.5.1",
"snap.js": "^2.0.9",
@@ -20947,10 +20947,9 @@
}
},
"node_modules/query-string": {
- "version": "9.1.0",
- "resolved": "https://registry.npmjs.org/query-string/-/query-string-9.1.0.tgz",
- "integrity": "sha512-t6dqMECpCkqfyv2FfwVS1xcB6lgXW/0XZSaKdsCNGYkqMO76AFiJEg4vINzoDKcZa6MS7JX+OHIjwh06K5vczw==",
- "license": "MIT",
+ "version": "9.1.1",
+ "resolved": "https://registry.npmjs.org/query-string/-/query-string-9.1.1.tgz",
+ "integrity": "sha512-MWkCOVIcJP9QSKU52Ngow6bsAWAPlPK2MludXvcrS2bGZSl+T1qX9MZvRIkqUIkGLJquMJHWfsT6eRqUpp4aWg==",
"dependencies": {
"decode-uri-component": "^0.4.1",
"filter-obj": "^5.1.0",
diff --git a/package.json b/package.json
index 6424face2ab..b137f171f3e 100644
--- a/package.json
+++ b/package.json
@@ -96,7 +96,7 @@
"p-queue": "^7.4.1",
"path": "^0.12.7",
"pinia": "^2.1.7",
- "query-string": "^9.1.0",
+ "query-string": "^9.1.1",
"regenerator-runtime": "^0.14.1",
"select2": "3.5.1",
"snap.js": "^2.0.9",