René's URL Explorer Experiment


Title: chore(deps): bump the dependencies group across 1 directory with 4 updates by dependabot[bot] · Pull Request #663 · NodeSecure/cli · GitHub

Open Graph Title: chore(deps): bump the dependencies group across 1 directory with 4 updates by dependabot[bot] · Pull Request #663 · NodeSecure/cli

X Title: chore(deps): bump the dependencies group across 1 directory with 4 updates by dependabot[bot] · Pull Request #663 · NodeSecure/cli

Description: Bumps the dependencies group with 4 updates in the / directory: find-my-way, glob, pino and ws. Updates find-my-way from 9.3.0 to 9.4.0 Release notes Sourced from find-my-way's releases. v9.4.0 What's Changed chore: bump actions/setup-node from 4.3.0 to 4.4.0 by @​dependabot[bot] in delvedor/find-my-way#398 chore: bump the dev-dependencies group with 2 updates by @​dependabot[bot] in delvedor/find-my-way#399 ci(nodejs): add node 24 to test matrix by @​Fdawgs in delvedor/find-my-way#400 ci: use tags for immutable github actions by @​Fdawgs in delvedor/find-my-way#401 chore: bump @​types/node from 22.15.34 to 24.0.8 in the dev-dependencies group by @​dependabot[bot] in delvedor/find-my-way#403 chore: bump actions/setup-node from 4 to 6 by @​dependabot[bot] in delvedor/find-my-way#409 chore: bump the dev-dependencies group across 1 directory with 2 updates by @​dependabot[bot] in delvedor/find-my-way#410 chore: bump actions/checkout from 4 to 6 by @​dependabot[bot] in delvedor/find-my-way#412 chore: bump the dev-dependencies group with 2 updates by @​dependabot[bot] in delvedor/find-my-way#413 feat: expose sanitizeUrlPath by @​Eomm in delvedor/find-my-way#415 Full Changelog: delvedor/find-my-way@v9.3.0...v9.4.0 Commits b214134 Bumped v9.4.0 342a757 feat: expose sanitizeUrlPath (#415) 6c01026 chore: bump the dev-dependencies group with 2 updates (#413) 3bc19fd chore: bump actions/checkout from 4 to 6 (#412) a81ad37 chore: bump the dev-dependencies group across 1 directory with 2 updates (#410) 0763218 chore: bump actions/setup-node from 4 to 6 (#409) 8688f52 chore: bump @​types/node in the dev-dependencies group (#403) a8484a8 ci: use tags for immutable github actions (#401) 476da35 ci(nodejs): add node 24 to test matrix (#400) 7b28afe chore: bump the dev-dependencies group with 2 updates (#399) Additional commits viewable in compare view Updates glob from 13.0.0 to 13.0.1 Commits c759f03 13.0.1 8354a18 update deps ff6e0f5 ci: update action versions 1469286 update workflows and formatting/docs See full diff in compare view Updates pino from 10.1.0 to 10.3.0 Release notes Sourced from pino's releases. v10.3.0 What's Changed feat: improve the return type of multistream().clone() by @​mrazauskas in pinojs/pino#2377 feat: set worker thread name for transport identification by @​mcollina in pinojs/pino#2380 Full Changelog: pinojs/pino@v10.2.1...v10.3.0 v10.2.1 What's Changed fix: prevent ERR_WORKER_INVALID_EXEC_ARGV with monitoring tools by @​mcollina in pinojs/pino#2379 Full Changelog: pinojs/pino@v10.2.0...v10.2.1 v10.2.0 What's Changed chore: lint TypeScript files by @​mrazauskas in pinojs/pino#2363 fix: prevent memory leak when using transport with --import preload by @​mcollina in pinojs/pino#2374 New Contributors @​mrazauskas made their first contribution in pinojs/pino#2363 Full Changelog: pinojs/pino@v10.1.1...v10.2.0 v10.1.1 What's Changed fix(types): Correct conditional type handling for generic log function arguments by @​samchungy in pinojs/pino#2329 perf: use JSON.stringify in fast path for node v25+ by @​ronag in pinojs/pino#2330 build(deps): bump actions/setup-node from 4 to 6 by @​dependabot[bot] in pinojs/pino#2336 build(deps-dev): bump borp from 0.20.2 to 0.21.0 by @​dependabot[bot] in pinojs/pino#2337 build(deps): bump pino-abstract-transport from 2.0.0 to 3.0.0 by @​dependabot[bot] in pinojs/pino#2338 docs: update CONTRIBUTING.md to reference 'main' instead of 'master' by @​NoobFullStack in pinojs/pino#2334 feat(browser): add reportCaller to surface user callsite by @​dev-KingMaster in pinojs/pino#2340 docs: update transports.md by @​marklai1998 in pinojs/pino#2224 docs: add Node.js 22+ native TypeScript type stripping support by @​mcollina in pinojs/pino#2347 feat(types): use ThreadStream type from thread-stream by @​CHC383 in pinojs/pino#2320 build(deps): bump actions/checkout from 5.0.0 to 6.0.0 by @​dependabot[bot] in pinojs/pino#2354 build(deps): update thread-stream to v4 by @​mcollina in pinojs/pino#2356 fix: harden transport loading against prototype pollution by @​omdxp in pinojs/pino#2358 docs: add threat model to SECURITY.md by @​mcollina in pinojs/pino#2360 build(deps): bump actions/checkout from 6.0.0 to 6.0.1 by @​dependabot[bot] in pinojs/pino#2365 build(deps-dev): bump @​types/node from 24.10.4 to 25.0.3 by @​dependabot[bot] in pinojs/pino#2367 fix: allow passing string, number, null for %o placeholder by @​rChaoz in pinojs/pino#2372 New Contributors @​NoobFullStack made their first contribution in pinojs/pino#2334 @​dev-KingMaster made their first contribution in pinojs/pino#2340 @​marklai1998 made their first contribution in pinojs/pino#2224 @​CHC383 made their first contribution in pinojs/pino#2320 ... (truncated) Commits d6adf03 Bumped v10.3.0 06d55b1 feat: set worker thread name for transport identification (#2380) a728702 fix: fix multistream().clone() return type (#2377) 31966a3 Bumped v10.2.1 417ef57 fix: prevent ERR_WORKER_INVALID_EXEC_ARGV with monitoring tools (#2379) 1833a6d Bumped v10.2.0 47619e6 Add claude files to .gitignore 658effe fix: prevent memory leak when using transport with --import preload (#2374) 79a6087 chore: lint the .ts files (#2363) 3390470 Bumped v10.1.1 Additional commits viewable in compare view Updates ws from 8.18.3 to 8.19.0 Release notes Sourced from ws's releases. 8.19.0 Features Added the closeTimeout option (#2308). Bug fixes Handled a forthcoming breaking change in Node.js core (19984854). Commits 61349ec [dist] 8.19.0 3f9ffc6 [feature] Introduce the closeTimeout option (#2308) 1998485 [fix] Ensure all remaining data is read as a single chunk 726c373 [doc] Sort options alphabetically b151f1e [ci] Update actions/checkout action to v6 dabdd5b [ci] Update actions/setup-node action to v6 86eac5b [ci] Test on node 25 1891e14 [ci] Update actions/setup-node action to v5 aa28c77 [ci] Update actions/checkout action to v5 See full diff 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 show ignore conditions will show all of the ignore conditions of the specified dependency @dependabot ignore major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) @dependabot ignore minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) @dependabot ignore will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) @dependabot unignore will remove all of the ignore conditions of the specified dependency @dependabot unignore will remove the ignore condition of the specified dependency and ignore conditions

Open Graph Description: Bumps the dependencies group with 4 updates in the / directory: find-my-way, glob, pino and ws. Updates find-my-way from 9.3.0 to 9.4.0 Release notes Sourced from find-my-way's releases. v9.4...

X Description: Bumps the dependencies group with 4 updates in the / directory: find-my-way, glob, pino and ws. Updates find-my-way from 9.3.0 to 9.4.0 Release notes Sourced from find-my-way's releases. ...

Opengraph URL: https://github.com/NodeSecure/cli/pull/663

X: @github

direct link

Domain: patch-diff.githubusercontent.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:8f43c99b-d370-8120-0de8-27b3978c923e
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idA9E8:4EB17:26E56A:33081B:698E64DC
html-safe-nonceca639b65563ed78530d1bf0cbfd8eda1cd94aefb82897b895dc68b48174e7ad1
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJBOUU4OjRFQjE3OjI2RTU2QTozMzA4MUI6Njk4RTY0REMiLCJ2aXNpdG9yX2lkIjoiMTk1ODM1NjQyMjc0ODk1NTg2OCIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmaca520ba2dbbc45983cbfc86ce13e9afc683ec80d0a7a85ded7c7d9d71a709f7ef
hovercard-subject-tagpull_request:3261346618
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/files
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/NodeSecure/cli/pull/663/files
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 the dependencies group with 4 updates in the / directory: find-my-way, glob, pino and ws. Updates find-my-way from 9.3.0 to 9.4.0 Release notes Sourced from find-my-way's releases. v9.4...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None666e30cc1de8ebdf458084bf731e95deba4f074a5008f91b50803aa9a71e3725
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/NodeSecure/cli git https://github.com/NodeSecure/cli.git
octolytics-dimension-user_id85318671
octolytics-dimension-user_loginNodeSecure
octolytics-dimension-repository_id194930898
octolytics-dimension-repository_nwoNodeSecure/cli
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id194930898
octolytics-dimension-repository_network_root_nwoNodeSecure/cli
turbo-body-classeslogged-out env-production page-responsive
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
releasec5daa44975c44e187dd9ea0d761c37973489d508
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/NodeSecure/cli/pull/663/files#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2FNodeSecure%2Fcli%2Fpull%2F663%2Ffiles
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%2FNodeSecure%2Fcli%2Fpull%2F663%2Ffiles
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%2Ffiles&source=header-repo&source_repo=NodeSecure%2Fcli
Reloadhttps://patch-diff.githubusercontent.com/NodeSecure/cli/pull/663/files
Reloadhttps://patch-diff.githubusercontent.com/NodeSecure/cli/pull/663/files
Reloadhttps://patch-diff.githubusercontent.com/NodeSecure/cli/pull/663/files
NodeSecure https://patch-diff.githubusercontent.com/NodeSecure
clihttps://patch-diff.githubusercontent.com/NodeSecure/cli
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2FNodeSecure%2Fcli
Fork 50 https://patch-diff.githubusercontent.com/login?return_to=%2FNodeSecure%2Fcli
Star 382 https://patch-diff.githubusercontent.com/login?return_to=%2FNodeSecure%2Fcli
Code https://patch-diff.githubusercontent.com/NodeSecure/cli
Issues 11 https://patch-diff.githubusercontent.com/NodeSecure/cli/issues
Pull requests 7 https://patch-diff.githubusercontent.com/NodeSecure/cli/pulls
Actions https://patch-diff.githubusercontent.com/NodeSecure/cli/actions
Projects 0 https://patch-diff.githubusercontent.com/NodeSecure/cli/projects
Security 0 https://patch-diff.githubusercontent.com/NodeSecure/cli/security
Insights https://patch-diff.githubusercontent.com/NodeSecure/cli/pulse
Code https://patch-diff.githubusercontent.com/NodeSecure/cli
Issues https://patch-diff.githubusercontent.com/NodeSecure/cli/issues
Pull requests https://patch-diff.githubusercontent.com/NodeSecure/cli/pulls
Actions https://patch-diff.githubusercontent.com/NodeSecure/cli/actions
Projects https://patch-diff.githubusercontent.com/NodeSecure/cli/projects
Security https://patch-diff.githubusercontent.com/NodeSecure/cli/security
Insights https://patch-diff.githubusercontent.com/NodeSecure/cli/pulse
Sign up for GitHub https://patch-diff.githubusercontent.com/signup?return_to=%2FNodeSecure%2Fcli%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=%2FNodeSecure%2Fcli%2Fissues%2Fnew%2Fchoose
dependabothttps://patch-diff.githubusercontent.com/apps/dependabot
masterhttps://patch-diff.githubusercontent.com/NodeSecure/cli/tree/master
dependabot/npm_and_yarn/dependencies-a8e311270ehttps://patch-diff.githubusercontent.com/NodeSecure/cli/tree/dependabot/npm_and_yarn/dependencies-a8e311270e
Conversation 0 https://patch-diff.githubusercontent.com/NodeSecure/cli/pull/663
Commits 1 https://patch-diff.githubusercontent.com/NodeSecure/cli/pull/663/commits
Checks 8 https://patch-diff.githubusercontent.com/NodeSecure/cli/pull/663/checks
Files changed https://patch-diff.githubusercontent.com/NodeSecure/cli/pull/663/files
Please reload this pagehttps://patch-diff.githubusercontent.com/NodeSecure/cli/pull/663/files
chore(deps): bump the dependencies group across 1 directory with 4 updates https://patch-diff.githubusercontent.com/NodeSecure/cli/pull/663/files#top
Show all changes 1 commit https://patch-diff.githubusercontent.com/NodeSecure/cli/pull/663/files
0a69c5a chore(deps): bump the dependencies group across 1 directory with 4 up… dependabot[bot] Feb 9, 2026 https://patch-diff.githubusercontent.com/NodeSecure/cli/pull/663/commits/0a69c5a221180b3e1b45cc5c49a716fbecd1e27c
Clear filters https://patch-diff.githubusercontent.com/NodeSecure/cli/pull/663/files
Please reload this pagehttps://patch-diff.githubusercontent.com/NodeSecure/cli/pull/663/files
Please reload this pagehttps://patch-diff.githubusercontent.com/NodeSecure/cli/pull/663/files
workspaces/server/package.jsonhttps://patch-diff.githubusercontent.com/NodeSecure/cli/pull/663/files#diff-535b1b0f4e39755742ba644ecbdf480c0cc7a766b4721f2b18331dd4181e7b53
View file https://patch-diff.githubusercontent.com/NodeSecure/cli/blob/0a69c5a221180b3e1b45cc5c49a716fbecd1e27c/workspaces/server/package.json
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://patch-diff.githubusercontent.com/NodeSecure/cli/pull/663/{{ revealButtonHref }}
https://patch-diff.githubusercontent.com/NodeSecure/cli/pull/663/files#diff-535b1b0f4e39755742ba644ecbdf480c0cc7a766b4721f2b18331dd4181e7b53
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.