diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-05-03 02:17:52 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-03 02:17:52 +0000 |
commit | 99c93c741ec175173dcced9e03825a0bae142905 (patch) | |
tree | 521c92bdd56c51da78030ce3842ff8c15ab673f8 | |
parent | 69b30bcca91d5f87a6188a02231f762546040d09 (diff) | |
download | nextcloud-server-dependabot/npm_and_yarn/stable30/query-string-9.1.2.tar.gz nextcloud-server-dependabot/npm_and_yarn/stable30/query-string-9.1.2.zip |
build(deps): bump query-string from 9.1.0 to 9.1.2dependabot/npm_and_yarn/stable30/query-string-9.1.2
Bumps [query-string](https://github.com/sindresorhus/query-string) from 9.1.0 to 9.1.2.
- [Release notes](https://github.com/sindresorhus/query-string/releases)
- [Commits](https://github.com/sindresorhus/query-string/compare/v9.1.0...v9.1.2)
---
updated-dependencies:
- dependency-name: query-string
dependency-version: 9.1.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
-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 a88ae1344e3..f1b4af34ba9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -65,7 +65,7 @@ "p-queue": "^7.4.1", "path": "^0.12.7", "pinia": "^2.3.1", - "query-string": "^9.1.0", + "query-string": "^9.1.2", "regenerator-runtime": "^0.14.1", "select2": "3.5.1", "snap.js": "^2.0.9", @@ -24835,9 +24835,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.2", + "resolved": "https://registry.npmjs.org/query-string/-/query-string-9.1.2.tgz", + "integrity": "sha512-s3UlTyjxRux4KjwWaJsjh1Mp8zoCkSGKirbD9H89pEM9UOZsfpRZpdfzvsy2/mGlLfC3NnYVpy2gk7jXITHEtA==", "license": "MIT", "dependencies": { "decode-uri-component": "^0.4.1", diff --git a/package.json b/package.json index 7e5a515cdc7..c9e96df596d 100644 --- a/package.json +++ b/package.json @@ -93,7 +93,7 @@ "p-queue": "^7.4.1", "path": "^0.12.7", "pinia": "^2.3.1", - "query-string": "^9.1.0", + "query-string": "^9.1.2", "regenerator-runtime": "^0.14.1", "select2": "3.5.1", "snap.js": "^2.0.9", |