Bumps qs, qs, body-parser and bower. These dependencies needed to be updated together.
Updates qs from 6.9.4 to 6.11.0
Changelog
Sourced from qs's changelog.
6.11.0
- [New] [Fix]
stringify: revert 0e903c0; add commaRoundTrip option (#442)
- [readme] fix version badge
6.10.5
- [Fix]
stringify: with arrayFormat: comma, properly include an explicit [] on a single-item array (#434)
6.10.4
- [Fix]
stringify: with arrayFormat: comma, include an explicit [] on a single-item array (#441)
- [meta] use
npmignore to autogenerate an npmignore file
- [Dev Deps] update
eslint, @ljharb/eslint-config, aud, has-symbol, object-inspect, tape
6.10.3
- [Fix]
parse: ignore __proto__ keys (#428)
- [Robustness]
stringify: avoid relying on a global undefined (#427)
- [actions] reuse common workflows
- [Dev Deps] update
eslint, @ljharb/eslint-config, object-inspect, tape
6.10.2
- [Fix]
stringify: actually fix cyclic references (#426)
- [Fix]
stringify: avoid encoding arrayformat comma when encodeValuesOnly = true (#424)
- [readme] remove travis badge; add github actions/codecov badges; update URLs
- [Docs] add note and links for coercing primitive values (#408)
- [actions] update codecov uploader
- [actions] update workflows
- [Tests] clean up stringify tests slightly
- [Dev Deps] update
eslint, @ljharb/eslint-config, aud, object-inspect, safe-publish-latest, tape
6.10.1
- [Fix]
stringify: avoid exception on repeated object values (#402)
6.10.0
- [New]
stringify: throw on cycles, instead of an infinite loop (#395, #394, #393)
- [New]
parse: add allowSparse option for collapsing arrays with missing indices (#312)
- [meta] fix README.md (#399)
- [meta] only run
npm run dist in publish, not install
- [Dev Deps] update
eslint, @ljharb/eslint-config, aud, has-symbols, tape
- [Tests] fix tests on node v0.6
- [Tests] use
ljharb/actions/node/install instead of ljharb/actions/node/run
- [Tests] Revert "[meta] ignore eclint transitive audit warning"
6.9.7
- [Fix]
parse: ignore __proto__ keys (#428)
- [Fix]
stringify: avoid encoding arrayformat comma when encodeValuesOnly = true (#424)
- [Robustness]
stringify: avoid relying on a global undefined (#427)
- [readme] remove travis badge; add github actions/codecov badges; update URLs
- [Docs] add note and links for coercing primitive values (#408)
- [Tests] clean up stringify tests slightly
- [meta] fix README.md (#399)
- Revert "[meta] ignore eclint transitive audit warning"
... (truncated)
Commits
56763c1 v6.11.0
ddd3e29 [readme] fix version badge
c313472 [New] [Fix] stringify: revert 0e903c0; add commaRoundTrip option
95bc018 v6.10.5
0e903c0 [Fix] stringify: with arrayFormat: comma, properly include an explicit `[...
ba9703c v6.10.4
4e44019 [Fix] stringify: with arrayFormat: comma, include an explicit [] on a s...
113b990 [Dev Deps] update object-inspect
c77f38f [Dev Deps] update eslint, @ljharb/eslint-config, aud, has-symbol, tape
2cf45b2 [meta] use npmignore to autogenerate an npmignore file
- Additional commits viewable in compare view
Updates qs from 6.5.2 to 6.11.0
Changelog
Sourced from qs's changelog.
6.11.0
- [New] [Fix]
stringify: revert 0e903c0; add commaRoundTrip option (#442)
- [readme] fix version badge
6.10.5
- [Fix]
stringify: with arrayFormat: comma, properly include an explicit [] on a single-item array (#434)
6.10.4
- [Fix]
stringify: with arrayFormat: comma, include an explicit [] on a single-item array (#441)
- [meta] use
npmignore to autogenerate an npmignore file
- [Dev Deps] update
eslint, @ljharb/eslint-config, aud, has-symbol, object-inspect, tape
6.10.3
- [Fix]
parse: ignore __proto__ keys (#428)
- [Robustness]
stringify: avoid relying on a global undefined (#427)
- [actions] reuse common workflows
- [Dev Deps] update
eslint, @ljharb/eslint-config, object-inspect, tape
6.10.2
- [Fix]
stringify: actually fix cyclic references (#426)
- [Fix]
stringify: avoid encoding arrayformat comma when encodeValuesOnly = true (#424)
- [readme] remove travis badge; add github actions/codecov badges; update URLs
- [Docs] add note and links for coercing primitive values (#408)
- [actions] update codecov uploader
- [actions] update workflows
- [Tests] clean up stringify tests slightly
- [Dev Deps] update
eslint, @ljharb/eslint-config, aud, object-inspect, safe-publish-latest, tape
6.10.1
- [Fix]
stringify: avoid exception on repeated object values (#402)
6.10.0
- [New]
stringify: throw on cycles, instead of an infinite loop (#395, #394, #393)
- [New]
parse: add allowSparse option for collapsing arrays with missing indices (#312)
- [meta] fix README.md (#399)
- [meta] only run
npm run dist in publish, not install
- [Dev Deps] update
eslint, @ljharb/eslint-config, aud, has-symbols, tape
- [Tests] fix tests on node v0.6
- [Tests] use
ljharb/actions/node/install instead of ljharb/actions/node/run
- [Tests] Revert "[meta] ignore eclint transitive audit warning"
6.9.7
- [Fix]
parse: ignore __proto__ keys (#428)
- [Fix]
stringify: avoid encoding arrayformat comma when encodeValuesOnly = true (#424)
- [Robustness]
stringify: avoid relying on a global undefined (#427)
- [readme] remove travis badge; add github actions/codecov badges; update URLs
- [Docs] add note and links for coercing primitive values (#408)
- [Tests] clean up stringify tests slightly
- [meta] fix README.md (#399)
- Revert "[meta] ignore eclint transitive audit warning"
... (truncated)
Commits
56763c1 v6.11.0
ddd3e29 [readme] fix version badge
c313472 [New] [Fix] stringify: revert 0e903c0; add commaRoundTrip option
95bc018 v6.10.5
0e903c0 [Fix] stringify: with arrayFormat: comma, properly include an explicit `[...
ba9703c v6.10.4
4e44019 [Fix] stringify: with arrayFormat: comma, include an explicit [] on a s...
113b990 [Dev Deps] update object-inspect
c77f38f [Dev Deps] update eslint, @ljharb/eslint-config, aud, has-symbol, tape
2cf45b2 [meta] use npmignore to autogenerate an npmignore file
- Additional commits viewable in compare view
Updates body-parser from 1.19.0 to 1.20.1
Release notes
Sourced from body-parser's releases.
1.20.0
- Fix error message for json parse whitespace in
strict
- Fix internal error when inflated body exceeds limit
- Prevent loss of async hooks context
- Prevent hanging when request already read
- deps: depd@2.0.0
- Replace internal
eval usage with Function constructor
- Use instance methods on
process to check for listeners
- deps: http-errors@2.0.0
- deps: depd@2.0.0
- deps: statuses@2.0.1
- deps: on-finished@2.4.1
- deps: qs@6.10.3
- deps: raw-body@2.5.1
1.19.2
- deps: bytes@3.1.2
- deps: qs@6.9.7
- Fix handling of
__proto__ keys
- deps: raw-body@2.4.3
1.19.1
- deps: bytes@3.1.1
- deps: http-errors@1.8.1
- deps: inherits@2.0.4
- deps: toidentifier@1.0.1
- deps: setprototypeof@1.2.0
- deps: qs@6.9.6
- deps: raw-body@2.4.2
- deps: bytes@3.1.1
- deps: http-errors@1.8.1
- deps: safe-buffer@5.2.1
- deps: type-is@~1.6.18
Changelog
Sourced from body-parser's changelog.
1.20.1 / 2022年10月06日
- deps: qs@6.11.0
- perf: remove unnecessary object clone
1.20.0 / 2022年04月02日
- Fix error message for json parse whitespace in
strict
- Fix internal error when inflated body exceeds limit
- Prevent loss of async hooks context
- Prevent hanging when request already read
- deps: depd@2.0.0
- Replace internal
eval usage with Function constructor
- Use instance methods on
process to check for listeners
- deps: http-errors@2.0.0
- deps: depd@2.0.0
- deps: statuses@2.0.1
- deps: on-finished@2.4.1
- deps: qs@6.10.3
- deps: raw-body@2.5.1
1.19.2 / 2022年02月15日
- deps: bytes@3.1.2
- deps: qs@6.9.7
- Fix handling of
__proto__ keys
- deps: raw-body@2.4.3
1.19.1 / 2021年12月10日
- deps: bytes@3.1.1
- deps: http-errors@1.8.1
- deps: inherits@2.0.4
- deps: toidentifier@1.0.1
- deps: setprototypeof@1.2.0
- deps: qs@6.9.6
- deps: raw-body@2.4.2
- deps: bytes@3.1.1
- deps: http-errors@1.8.1
- deps: safe-buffer@5.2.1
- deps: type-is@~1.6.18
Commits
Updates bower from 1.3.12 to 1.8.8
Release notes
Sourced from bower's releases.
v1.8.8
Fix security issue connected to extracting .tar.gz archives
This bug allows to write arbitrary file on filesystem when Bower extracts malicious package
Needlessly to say, please upgrade
v1.8.7
Fixes side effect of fix from v1.8.6 that caused improper permissions for extracted folders
bower/bower#2532
v1.8.6
Fix Zip Slip Vulnerability of decompress-zip package: https://snyk.io/research/zip-slip-vulnerability
Note: v1.8.5 has been unpublished because of missing files
v1.8.4
- Fixes release 1.8.3 by publishing with npm@3 instead of npm@5 (to include
lib/node_modules)
v1.8.3
- 451c60e Do not store resolutions if --save is not used, fixes #2344 (#2508)
- 50ee729 Allow to disable shorthand resolver (#2507)
- bb17839 Allow shallow cloning when source is a ssh protocol (#2506)
- 5a6ae54 Add support for Arrays in Environment Variable replacement (#2411)
- 74af42c Only replace last
@ after (if any) last / with # (#2395)
- 💯Make tests work on Windows / Linux / OSX on node versions 0.10 / 0.12 / 4 / 6 / 8 / 9
- 💅Format source code with prettier
v1.8.2
Migrate registry url from http://bower.herokuapp.com to https://registry.bower.io
It is so we leverage CDN and offload Heroku instance reducing costs.
v1.8.0
- Download tar archives from GitHub when possible (#2263)
- Change default shorthand resolver for github from
git:// to https://
- Fix ssl handling by not setting GIT_SSL_NO_VERIFY=false (#2361)
- Allow for removing components with url instead of name (#2368)
- Show in warning message location of malformed bower.json (#2357)
- Improve handling of non-semver versions in git resolver (#2316)
- Fix handling of cached releases pluginResolverFactory (#2356)
- Allow to type the entire version when conflict occured (#2243)
- Allow
owner/reponame shorthand for registering components (#2248)
- Allow single-char repo names and package names (#2249)
- Make
bower version no longer honor version in bower.json (#2232)
- Add
postinstall hook (#2252)
- Allow for
@ instead of # for install and info commands (#2322)
- Upgrade all bundled modules
... (truncated)
Changelog
Sourced from bower's changelog.
Changelog
Newer releases
Please see: https://github.com/bower/bower/releases
1.8.0 - 2016年11月07日
- Download tar archives from GitHub when possible (#2263)
- Change default shorthand resolver for github from
git:// to https://
- Fix ssl handling by not setting GIT_SSL_NO_VERIFY=false (#2361)
- Allow for removing components with url instead of name (#2368)
- Show in warning message location of malformed bower.json (#2357)
- Improve handling of non-semver versions in git resolver (#2316)
- Fix handling of cached releases pluginResolverFactory (#2356)
- Allow to type the entire version when conflict occured (#2243)
- Allow
owner/reponame shorthand for registering components (#2248)
- Allow single-char repo names and package names (#2249)
- Make
bower version no longer honor version in bower.json (#2232)
- Add
postinstall hook (#2252)
- Allow for
@ instead of # for install and info commands (#2322)
- Upgrade all bundled modules
1.7.9 - 2016年04月05日
- Show warnings for invalid bower.json fields
- Update bower-json
- Less strict validation on package name (allow spaces, slashes, and "@")
1.7.8 - 2016年04月04日
- Don't ask for git credentials in non-interactive session, fixes #956 #1009
- Prevent swallowing exceptions with programmatic api, fixes #2187
- Update graceful-fs to 4.x in all dependences, fixes nodejs/node#5213
- Resolve pluggable resolvers using cwd and fallback to global modules, fixes #1919
- Upgrade handlebars to 4.0.5, closes #2195
- Replace all % chatacters in defined scripts, instead of only first one, fixes #2174
- Update opn package to fix issues with "bower open" command on Windows
- Update bower-config
- Do not interpolate environment variables in script hooks, fixes bower/config#47
- Update bower-json
- Validate package name more strictly and allow only latin letters, dots, dashes and underscores
- Add support for "save" and "save-exact" in .bowerrc, #2161
1.7.7 - 2016年01月27日
Revert locations of all files while still packaging node_modules.
It's because people are depending on internals of bower, like
bower/lib/renderers/StandardRenderer. We want to preserve this
... (truncated)
Commits
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase will rebase this PR
@dependabot recreate will recreate this PR, overwriting any edits that have been made to it
@dependabot merge will merge this PR after your CI passes on it
@dependabot squash and merge will squash and merge this PR after your CI passes on it
@dependabot cancel merge will cancel a previously requested merge and block automerging
@dependabot reopen will reopen this PR if it is closed
@dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
@dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
@dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
@dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
@dependabot use these labels will set the current labels as the default for future PRs for this repo and language
@dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
@dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
@dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.
Bumps qs, qs, body-parser and bower. These dependencies needed to be updated together.
Updates
qsfrom 6.9.4 to 6.11.0Changelog
Sourced from qs's changelog.
... (truncated)
Commits
56763c1v6.11.0ddd3e29[readme] fix version badgec313472[New] [Fix]stringify: revert 0e903c0; addcommaRoundTripoption95bc018v6.10.50e903c0[Fix]stringify: witharrayFormat: comma, properly include an explicit `[...ba9703cv6.10.44e44019[Fix]stringify: witharrayFormat: comma, include an explicit[]on a s...113b990[Dev Deps] updateobject-inspectc77f38f[Dev Deps] updateeslint,@ljharb/eslint-config,aud,has-symbol,tape2cf45b2[meta] usenpmignoreto autogenerate an npmignore fileUpdates
qsfrom 6.5.2 to 6.11.0Changelog
Sourced from qs's changelog.
... (truncated)
Commits
56763c1v6.11.0ddd3e29[readme] fix version badgec313472[New] [Fix]stringify: revert 0e903c0; addcommaRoundTripoption95bc018v6.10.50e903c0[Fix]stringify: witharrayFormat: comma, properly include an explicit `[...ba9703cv6.10.44e44019[Fix]stringify: witharrayFormat: comma, include an explicit[]on a s...113b990[Dev Deps] updateobject-inspectc77f38f[Dev Deps] updateeslint,@ljharb/eslint-config,aud,has-symbol,tape2cf45b2[meta] usenpmignoreto autogenerate an npmignore fileUpdates
body-parserfrom 1.19.0 to 1.20.1Release notes
Sourced from body-parser's releases.
Changelog
Sourced from body-parser's changelog.
Commits
830bdfb1.20.1ecad1ccbuild: eslint@8.24.003b93cfbuild: supertest@6.3.02c611fcbuild: Node.js@18.10f199e94perf: remove unnecessary object clone0123e12build: Node.js@18.9de1e6c2build: Node.js@16.17477ff13build: eslint-plugin-import@2.26.040c3fffdeps: qs@6.11.04aa84b7build: supertest@6.2.4Updates
bowerfrom 1.3.12 to 1.8.8Release notes
Sourced from bower's releases.
... (truncated)
Changelog
Sourced from bower's changelog.
... (truncated)
Commits
67741b4Bump to 1.8.845c6bfaFix .tar.gz extract vulnerability4f68fc7Update decompress-zip and bump206046bBump to 1.8.643894f5Bump to 1.8.56390815Update decompress-zipe8b94ecMention parcel51feb8fFix release script1c15deaBump to 1.8.42aa1f27Update publish scriptDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and languageYou can disable automated security fix PRs for this repo from the Security Alerts page.