Title: Bump qs, body-parser and express in /server by dependabot[bot] · Pull Request #41 · kdhttps/auth0-angular-node · GitHub
Open Graph Title: Bump qs, body-parser and express in /server by dependabot[bot] · Pull Request #41 · kdhttps/auth0-angular-node
X Title: Bump qs, body-parser and express in /server by dependabot[bot] · Pull Request #41 · kdhttps/auth0-angular-node
Description: Bumps qs to 6.5.3 and updates ancestor dependencies qs, body-parser and express. These dependencies need to be updated together. Updates qs from 6.5.2 to 6.5.3 Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge: avoid a crash with a null target and a truthy non-array source [Fix] correctly parse nested arrays [Fix] stringify: fix a crash with strictNullHandling and a custom filter/serializeDate (#279) [Fix] utils: merge: fix crash when source is a truthy primitive & no options are provided [Fix] when parseArrays is false, properly handle keys ending in [] [Fix] fix for an impossible situation: when the formatter is called with a non-string value [Fix] utils.merge: avoid a crash with a null target and an array source [Refactor] utils: reduce observable [[Get]]s [Refactor] use cached Array.isArray [Refactor] stringify: Avoid arr = arr.concat(...), push to the existing instance (#269) [Refactor] parse: only need to reassign the var once [Robustness] stringify: avoid relying on a global undefined (#427) [readme] remove travis badge; add github actions/codecov badges; update URLs [Docs] Clean up license text so it’s properly detected as BSD-3-Clause [Docs] Clarify the need for "arrayLimit" option [meta] fix README.md (#399) [meta] add FUNDING.yml [actions] backport actions from main [Tests] always use String(x) over x.toString() [Tests] remove nonexistent tape option [Dev Deps] backport from main Commits 298bfa5 v6.5.3 ed0f5dc [Fix] parse: ignore __proto__ keys (#428) 691e739 [Robustness] stringify: avoid relying on a global undefined (#427) 1072d57 [readme] remove travis badge; add github actions/codecov badges; update URLs 12ac1c4 [meta] fix README.md (#399) 0338716 [actions] backport actions from main 5639c20 Clean up license text so it’s properly detected as BSD-3-Clause 51b8a0b add FUNDING.yml 45f6759 [Fix] fix for an impossible situation: when the formatter is called with a no... f814a7f [Dev Deps] backport from main Additional commits viewable in compare view Updates body-parser from 1.18.3 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 deps: http-errors@2.0.0 1.19.2 deps: bytes@3.1.2 deps: qs@6.9.7 Fix handling of __proto__ keys deps: raw-body@2.4.3 deps: bytes@3.1.2 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 1.19.0 deps: bytes@3.1.0 Add petabyte (pb) support deps: http-errors@1.7.2 Set constructor name when possible deps: setprototypeof@1.1.1 deps: statuses@'>= 1.5.0 < 2' deps: iconv-lite@0.4.24 Added encoding MIK deps: qs@6.7.0 Fix parsing array brackets after index deps: raw-body@2.4.0 deps: bytes@3.1.0 deps: http-errors@1.7.2 ... (truncated) 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 deps: http-errors@2.0.0 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 deps: bytes@3.1.2 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 1.19.0 / 2019-04-25 ... (truncated) Commits 830bdfb 1.20.1 ecad1cc build: eslint@8.24.0 03b93cf build: supertest@6.3.0 2c611fc build: Node.js@18.10 f199e94 perf: remove unnecessary object clone 0123e12 build: Node.js@18.9 de1e6c2 build: Node.js@16.17 477ff13 build: eslint-plugin-import@2.26.0 40c3fff deps: qs@6.11.0 4aa84b7 build: supertest@6.2.4 Additional commits viewable in compare view Updates express from 4.16.4 to 4.18.2 Release notes Sourced from express's releases. 4.18.2 Fix regression routing a large stack in a single route deps: body-parser@1.20.1 deps: qs@6.11.0 perf: remove unnecessary object clone deps: qs@6.11.0 4.18.1 Fix hanging on large stack of sync routes 4.18.0 Add "root" option to res.download Allow options without filename in res.download Deprecate string and non-integer arguments to res.status Fix behavior of null/undefined as maxAge in res.cookie Fix handling very large stacks of sync middleware Ignore Object.prototype values in settings through app.set/app.get Invoke default with same arguments as types in res.format Support proper 205 responses using res.send Use http-errors for res.format error deps: body-parser@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 deps: http-errors@2.0.0 deps: on-finished@2.4.1 deps: qs@6.10.3 deps: raw-body@2.5.1 deps: cookie@0.5.0 Add priority option Fix expires option to reject invalid dates deps: depd@2.0.0 Replace internal eval usage with Function constructor Use instance methods on process to check for listeners deps: finalhandler@1.2.0 Remove set content headers that break response deps: on-finished@2.4.1 deps: statuses@2.0.1 deps: on-finished@2.4.1 Prevent loss of async hooks context deps: qs@6.10.3 deps: send@0.18.0 Fix emitted 416 error missing headers property Limit the headers removed for 304 response deps: depd@2.0.0 deps: destroy@1.2.0 deps: http-errors@2.0.0 deps: on-finished@2.4.1 ... (truncated) Changelog Sourced from express's changelog. 4.18.2 / 2022-10-08 Fix regression routing a large stack in a single route deps: body-parser@1.20.1 deps: qs@6.11.0 perf: remove unnecessary object clone deps: qs@6.11.0 4.18.1 / 2022-04-29 Fix hanging on large stack of sync routes 4.18.0 / 2022-04-25 Add "root" option to res.download Allow options without filename in res.download Deprecate string and non-integer arguments to res.status Fix behavior of null/undefined as maxAge in res.cookie Fix handling very large stacks of sync middleware Ignore Object.prototype values in settings through app.set/app.get Invoke default with same arguments as types in res.format Support proper 205 responses using res.send Use http-errors for res.format error deps: body-parser@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 deps: http-errors@2.0.0 deps: on-finished@2.4.1 deps: qs@6.10.3 deps: raw-body@2.5.1 deps: cookie@0.5.0 Add priority option Fix expires option to reject invalid dates deps: depd@2.0.0 Replace internal eval usage with Function constructor Use instance methods on process to check for listeners deps: finalhandler@1.2.0 Remove set content headers that break response deps: on-finished@2.4.1 deps: statuses@2.0.1 deps: on-finished@2.4.1 Prevent loss of async hooks context deps: qs@6.10.3 deps: send@0.18.0 ... (truncated) Commits 8368dc1 4.18.2 61f4049 docs: replace Freenode with Libera Chat bb7907b build: Node.js@18.10 f56ce73 build: supertest@6.3.0 24b3dc5 deps: qs@6.11.0 689d175 deps: body-parser@1.20.1 340be0f build: eslint@8.24.0 33e8dc3 docs: use Node.js name style 644f646 build: supertest@6.2.4 ecd7572 build: Node.js@14.20 Additional commits viewable in compare view 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.
Open Graph Description: Bumps qs to 6.5.3 and updates ancestor dependencies qs, body-parser and express. These dependencies need to be updated together. Updates qs from 6.5.2 to 6.5.3 Changelog Sourced from qs's chan...
X Description: Bumps qs to 6.5.3 and updates ancestor dependencies qs, body-parser and express. These dependencies need to be updated together. Updates qs from 6.5.2 to 6.5.3 Changelog Sourced from qs's ...
Opengraph URL: https://github.com/kdhttps/auth0-angular-node/pull/41
X: @github
Domain: github.com
| route-pattern | /:user_id/:repository/pull/:id/files(.:format) |
| route-controller | pull_requests |
| route-action | files |
| fetch-nonce | v2:945cf8fc-2d12-323d-0465-6f4a3cbca017 |
| current-catalog-service-hash | ae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b |
| request-id | 9A66:154212:410846:53A4B9:697E2294 |
| html-safe-nonce | 06919c5812bedf65a6132600e711598d4f01d6a602d0dc9b8c0fe0a4b3ee8b83 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5QTY2OjE1NDIxMjo0MTA4NDY6NTNBNEI5OjY5N0UyMjk0IiwidmlzaXRvcl9pZCI6IjUwNzAyNzcxMjQ1NDgzMzgzMjQiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ== |
| visitor-hmac | 802e0a4421fbddcb2dad769b5eaf6253d5f6c7ef424731e9aff05e6cc958cb48 |
| hovercard-subject-tag | pull_request:1154608140 |
| github-keyboard-shortcuts | repository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/kdhttps/auth0-angular-node/pull/41/files |
| twitter:image | https://avatars.githubusercontent.com/in/29110?s=400&v=4 |
| twitter:card | summary_large_image |
| og:image | https://avatars.githubusercontent.com/in/29110?s=400&v=4 |
| og:image:alt | Bumps qs to 6.5.3 and updates ancestor dependencies qs, body-parser and express. These dependencies need to be updated together. Updates qs from 6.5.2 to 6.5.3 Changelog Sourced from qs's chan... |
| og:site_name | GitHub |
| og:type | object |
| hostname | github.com |
| expected-hostname | github.com |
| None | 60279d4097367e16897439d16d6bbe4180663db828c666eeed2656988ffe59f6 |
| turbo-cache-control | no-preview |
| diff-view | unified |
| go-import | github.com/kdhttps/auth0-angular-node git https://github.com/kdhttps/auth0-angular-node.git |
| octolytics-dimension-user_id | 39133739 |
| octolytics-dimension-user_login | kdhttps |
| octolytics-dimension-repository_id | 177007778 |
| octolytics-dimension-repository_nwo | kdhttps/auth0-angular-node |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 177007778 |
| octolytics-dimension-repository_network_root_nwo | kdhttps/auth0-angular-node |
| turbo-body-classes | logged-out env-production page-responsive full-width |
| disable-turbo | true |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | 7c85641c598ad130c74f7bcc27f58575cac69551 |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width