chore(deps): bump query-string from 9.1.0 to 9.1.1 (#17061)
* chore(deps): bump query-string from 9.1.0 to 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> * chore: fix pnpm install --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
5c00059579
commit
2970a3a73e
|
|
@ -111,7 +111,7 @@
|
|||
"puppeteer-extra-plugin-stealth": "2.11.2",
|
||||
"puppeteer-extra-plugin-user-data-dir": "2.4.1",
|
||||
"puppeteer-extra-plugin-user-preferences": "2.4.1",
|
||||
"query-string": "9.1.0",
|
||||
"query-string": "9.1.1",
|
||||
"rate-limiter-flexible": "5.0.3",
|
||||
"re2js": "0.4.2",
|
||||
"rfc4648": "1.5.3",
|
||||
|
|
|
|||
|
|
@ -192,8 +192,8 @@ importers:
|
|||
specifier: 2.4.1
|
||||
version: 2.4.1(puppeteer-extra@3.3.6(puppeteer-core@22.6.2(bufferutil@4.0.8)(utf-8-validate@5.0.10))(puppeteer@22.6.2(bufferutil@4.0.8)(typescript@5.6.2)(utf-8-validate@5.0.10)))
|
||||
query-string:
|
||||
specifier: 9.1.0
|
||||
version: 9.1.0
|
||||
specifier: 9.1.1
|
||||
version: 9.1.1
|
||||
rate-limiter-flexible:
|
||||
specifier: 5.0.3
|
||||
version: 5.0.3
|
||||
|
|
@ -4768,8 +4768,8 @@ packages:
|
|||
resolution: {integrity: sha512-hh2WYhq4fi8+b+/2Kg9CEge4fDPvHS534aOOvOZeQ3+Vf2mCFsaFBYj0i+iXcAq6I9Vzp5fjMFBlONvayDC1qg==}
|
||||
engines: {node: '>=6'}
|
||||
|
||||
query-string@9.1.0:
|
||||
resolution: {integrity: sha512-t6dqMECpCkqfyv2FfwVS1xcB6lgXW/0XZSaKdsCNGYkqMO76AFiJEg4vINzoDKcZa6MS7JX+OHIjwh06K5vczw==}
|
||||
query-string@9.1.1:
|
||||
resolution: {integrity: sha512-MWkCOVIcJP9QSKU52Ngow6bsAWAPlPK2MludXvcrS2bGZSl+T1qX9MZvRIkqUIkGLJquMJHWfsT6eRqUpp4aWg==}
|
||||
engines: {node: '>=18'}
|
||||
|
||||
querystringify@2.2.0:
|
||||
|
|
@ -10754,7 +10754,7 @@ snapshots:
|
|||
split-on-first: 1.1.0
|
||||
strict-uri-encode: 2.0.0
|
||||
|
||||
query-string@9.1.0:
|
||||
query-string@9.1.1:
|
||||
dependencies:
|
||||
decode-uri-component: 0.4.1
|
||||
filter-obj: 5.1.0
|
||||
|
|
|
|||
Loading…
Reference in New Issue