diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-02-04 18:13:06 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-04 18:13:06 +0000 |
commit | 802925ad47945bf10d178fc732e9e26b84911a73 (patch) | |
tree | ea3267f19d22857e911dcee6a26154ca3363b599 | |
parent | c29e1b0ef355736dfedb77ddd6b594475f5e5ba3 (diff) | |
download | nextcloud-server-802925ad47945bf10d178fc732e9e26b84911a73.tar.gz nextcloud-server-802925ad47945bf10d178fc732e9e26b84911a73.zip |
chore(deps): bump query-string from 9.1.0 to 9.1.1
Dependabot couldn't find the original pull request head commit, 6c36b278660fa61ce5261616700a0322e09a315d.
-rw-r--r-- | package-lock.json | 8 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/package-lock.json b/package-lock.json index 45e4d75f299..895c0f56629 100644 --- a/package-lock.json +++ b/package-lock.json @@ -64,7 +64,7 @@ "p-queue": "^7.4.1", "path": "^0.12.7", "pinia": "^2.3.1", - "query-string": "^9.1.0", + "query-string": "^9.1.1", "regenerator-runtime": "^0.14.1", "select2": "3.5.1", "snap.js": "^2.0.9", @@ -20494,9 +20494,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==", + "version": "9.1.1", + "resolved": "https://registry.npmjs.org/query-string/-/query-string-9.1.1.tgz", + "integrity": "sha512-MWkCOVIcJP9QSKU52Ngow6bsAWAPlPK2MludXvcrS2bGZSl+T1qX9MZvRIkqUIkGLJquMJHWfsT6eRqUpp4aWg==", "license": "MIT", "dependencies": { "decode-uri-component": "^0.4.1", diff --git a/package.json b/package.json index 65a88c4470d..97ab7c6407c 100644 --- a/package.json +++ b/package.json @@ -95,7 +95,7 @@ "p-queue": "^7.4.1", "path": "^0.12.7", "pinia": "^2.3.1", - "query-string": "^9.1.0", + "query-string": "^9.1.1", "regenerator-runtime": "^0.14.1", "select2": "3.5.1", "snap.js": "^2.0.9", |