René's URL Explorer Experiment


Title: Bump qs and express in /listing-11.4 by dependabot[bot] · Pull Request #2 · Data-Wrangling-with-JavaScript/Chapter-11 · GitHub

Open Graph Title: Bump qs and express in /listing-11.4 by dependabot[bot] · Pull Request #2 · Data-Wrangling-with-JavaScript/Chapter-11

X Title: Bump qs and express in /listing-11.4 by dependabot[bot] · Pull Request #2 · Data-Wrangling-with-JavaScript/Chapter-11

Description: Bumps qs to 6.5.3 and updates ancestor dependency express. These dependencies need to be updated together. Updates qs from 6.5.1 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 6.5.2 [Fix] use safer-buffer instead of Buffer constructor [Refactor] utils: module.exports one thing, instead of mutating exports (#230) [Dev Deps] update browserify, eslint, iconv-lite, safer-buffer, tape, browserify 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 express from 4.16.2 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 dependency express. These dependencies need to be updated together. Updates qs from 6.5.1 to 6.5.3 Changelog Sourced from qs's changelog. 6.5.3 [Fix] p...

X Description: Bumps qs to 6.5.3 and updates ancestor dependency express. These dependencies need to be updated together. Updates qs from 6.5.1 to 6.5.3 Changelog Sourced from qs's changelog. 6.5.3 [Fi...

Opengraph URL: https://github.com/Data-Wrangling-with-JavaScript/Chapter-11/pull/2

X: @github

direct link

Domain: patch-diff.githubusercontent.com

route-pattern/:user_id/:repository/pull/:id/checks(.:format)
route-controllerpull_requests
route-actionchecks
fetch-noncev2:2ad7e9cf-6f84-0e5c-a236-ec333049c965
current-catalog-service-hash87dc3bc62d9b466312751bfd5f889726f4f1337bdff4e8be7da7c93d6c00a25a
request-idDD78:1D96F5:77948:9B9FE:698E9900
html-safe-nonce47cb7902f9cac847bfd70df7975a9ac91606ac823602c26a97d123ab95833e9c
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJERDc4OjFEOTZGNTo3Nzk0ODo5QjlGRTo2OThFOTkwMCIsInZpc2l0b3JfaWQiOiI3ODEzMzA1NzY5NjUwOTg1MjE2IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmac4dfc7e5015a702f4543d1cc1c810d9554728de33e036333288409b0066bb4fdc
hovercard-subject-tagpull_request:1150750517
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,checks,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/checks
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/Data-Wrangling-with-JavaScript/Chapter-11/pull/2/checks
twitter:imagehttps://avatars.githubusercontent.com/in/29110?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/in/29110?s=400&v=4
og:image:altBumps qs to 6.5.3 and updates ancestor dependency express. These dependencies need to be updated together. Updates qs from 6.5.1 to 6.5.3 Changelog Sourced from qs's changelog. 6.5.3 [Fix] p...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
Nonecb2828a801ee6b7be618f3ac76fbf55def35bbc30f053a9c41bf90210b8b72ba
turbo-cache-controlno-preview
go-importgithub.com/Data-Wrangling-with-JavaScript/Chapter-11 git https://github.com/Data-Wrangling-with-JavaScript/Chapter-11.git
octolytics-dimension-user_id26530279
octolytics-dimension-user_loginData-Wrangling-with-JavaScript
octolytics-dimension-repository_id123987706
octolytics-dimension-repository_nwoData-Wrangling-with-JavaScript/Chapter-11
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id123987706
octolytics-dimension-repository_network_root_nwoData-Wrangling-with-JavaScript/Chapter-11
turbo-body-classeslogged-out env-production page-responsive full-width full-width-p-0
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
releasee6b91a7e6e46287d26887e3fb7a4161657bab8f7
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/Data-Wrangling-with-JavaScript/Chapter-11/pull/2/checks#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2FData-Wrangling-with-JavaScript%2FChapter-11%2Fpull%2F2%2Fchecks
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2FData-Wrangling-with-JavaScript%2FChapter-11%2Fpull%2F2%2Fchecks
Sign up https://patch-diff.githubusercontent.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Fchecks&source=header-repo&source_repo=Data-Wrangling-with-JavaScript%2FChapter-11
Reloadhttps://patch-diff.githubusercontent.com/Data-Wrangling-with-JavaScript/Chapter-11/pull/2/checks
Reloadhttps://patch-diff.githubusercontent.com/Data-Wrangling-with-JavaScript/Chapter-11/pull/2/checks
Reloadhttps://patch-diff.githubusercontent.com/Data-Wrangling-with-JavaScript/Chapter-11/pull/2/checks
Data-Wrangling-with-JavaScript https://patch-diff.githubusercontent.com/Data-Wrangling-with-JavaScript
Chapter-11https://patch-diff.githubusercontent.com/Data-Wrangling-with-JavaScript/Chapter-11
Please reload this pagehttps://patch-diff.githubusercontent.com/Data-Wrangling-with-JavaScript/Chapter-11/pull/2/checks
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2FData-Wrangling-with-JavaScript%2FChapter-11
Fork 0 https://patch-diff.githubusercontent.com/login?return_to=%2FData-Wrangling-with-JavaScript%2FChapter-11
Star 2 https://patch-diff.githubusercontent.com/login?return_to=%2FData-Wrangling-with-JavaScript%2FChapter-11
Code https://patch-diff.githubusercontent.com/Data-Wrangling-with-JavaScript/Chapter-11
Issues 0 https://patch-diff.githubusercontent.com/Data-Wrangling-with-JavaScript/Chapter-11/issues
Pull requests 5 https://patch-diff.githubusercontent.com/Data-Wrangling-with-JavaScript/Chapter-11/pulls
Actions https://patch-diff.githubusercontent.com/Data-Wrangling-with-JavaScript/Chapter-11/actions
Projects 0 https://patch-diff.githubusercontent.com/Data-Wrangling-with-JavaScript/Chapter-11/projects
Security 0 https://patch-diff.githubusercontent.com/Data-Wrangling-with-JavaScript/Chapter-11/security
Insights https://patch-diff.githubusercontent.com/Data-Wrangling-with-JavaScript/Chapter-11/pulse
Code https://patch-diff.githubusercontent.com/Data-Wrangling-with-JavaScript/Chapter-11
Issues https://patch-diff.githubusercontent.com/Data-Wrangling-with-JavaScript/Chapter-11/issues
Pull requests https://patch-diff.githubusercontent.com/Data-Wrangling-with-JavaScript/Chapter-11/pulls
Actions https://patch-diff.githubusercontent.com/Data-Wrangling-with-JavaScript/Chapter-11/actions
Projects https://patch-diff.githubusercontent.com/Data-Wrangling-with-JavaScript/Chapter-11/projects
Security https://patch-diff.githubusercontent.com/Data-Wrangling-with-JavaScript/Chapter-11/security
Insights https://patch-diff.githubusercontent.com/Data-Wrangling-with-JavaScript/Chapter-11/pulse
Sign up for GitHub https://patch-diff.githubusercontent.com/signup?return_to=%2FData-Wrangling-with-JavaScript%2FChapter-11%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://patch-diff.githubusercontent.com/login?return_to=%2FData-Wrangling-with-JavaScript%2FChapter-11%2Fissues%2Fnew%2Fchoose
dependabothttps://patch-diff.githubusercontent.com/apps/dependabot
masterhttps://patch-diff.githubusercontent.com/Data-Wrangling-with-JavaScript/Chapter-11/tree/master
dependabot/npm_and_yarn/listing-11.4/qs-and-express-6.5.3https://patch-diff.githubusercontent.com/Data-Wrangling-with-JavaScript/Chapter-11/tree/dependabot/npm_and_yarn/listing-11.4/qs-and-express-6.5.3
Conversation 0 https://patch-diff.githubusercontent.com/Data-Wrangling-with-JavaScript/Chapter-11/pull/2
Commits 1 https://patch-diff.githubusercontent.com/Data-Wrangling-with-JavaScript/Chapter-11/pull/2/commits
Checks 0 https://patch-diff.githubusercontent.com/Data-Wrangling-with-JavaScript/Chapter-11/pull/2/checks
Files changed https://patch-diff.githubusercontent.com/Data-Wrangling-with-JavaScript/Chapter-11/pull/2/files
Please reload this pagehttps://patch-diff.githubusercontent.com/Data-Wrangling-with-JavaScript/Chapter-11/pull/2/checks
Please reload this pagehttps://patch-diff.githubusercontent.com/Data-Wrangling-with-JavaScript/Chapter-11/pull/2/checks
Bump qs and express in /listing-11.4 https://patch-diff.githubusercontent.com/Data-Wrangling-with-JavaScript/Chapter-11/pull/2/checks#top
Please reload this pagehttps://patch-diff.githubusercontent.com/Data-Wrangling-with-JavaScript/Chapter-11/pull/2/checks
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.