René's URL Explorer Experiment


Title: Bump the npm-version-updates group in /documentation with 5 updates by dependabot[bot] · Pull Request #3307 · secureCodeBox/secureCodeBox · GitHub

Open Graph Title: Bump the npm-version-updates group in /documentation with 5 updates by dependabot[bot] · Pull Request #3307 · secureCodeBox/secureCodeBox

X Title: Bump the npm-version-updates group in /documentation with 5 updates by dependabot[bot] · Pull Request #3307 · secureCodeBox/secureCodeBox

Description: Bumps the npm-version-updates group in /documentation with 5 updates: Package From To react 19.1.1 19.2.0 @types/react 19.1.15 19.2.0 react-dom 19.1.1 19.2.0 @types/node 24.5.2 24.7.0 typescript 5.9.2 5.9.3 Updates react from 19.1.1 to 19.2.0 Release notes Sourced from react's releases. 19.2.0 (Oct 1, 2025) Below is a list of all new features, APIs, and bug fixes. Read the React 19.2 release post for more information. New React Features : A new API to hide and restore the UI and internal state of its children. useEffectEvent is a React Hook that lets you extract non-reactive logic into an Effect Event. cacheSignal (for RSCs) lets your know when the cache() lifetime is over. React Performance tracks appear on the Performance panel’s timeline in your browser developer tools New React DOM Features Added resume APIs for partial pre-rendering with Web Streams: resume: to resume a prerender to a stream. resumeAndPrerender: to resume a prerender to HTML. Added resume APIs for partial pre-rendering with Node Streams: resumeToPipeableStream: to resume a prerender to a stream. resumeAndPrerenderToNodeStream: to resume a prerender to HTML. Updated prerender APIs to return a postponed state that can be passed to the resume APIs. Notable changes React DOM now batches suspense boundary reveals, matching the behavior of client side rendering. This change is especially noticeable when animating the reveal of Suspense boundaries e.g. with the upcoming Component. React will batch as much reveals as possible before the first paint while trying to hit popular first-contentful paint metrics. Add Node Web Streams (prerender, renderToReadableStream) to server-side-rendering APIs for Node.js Use underscore instead of : IDs generated by useId All Changes React was developed over many years, starting before ClassComponent.setState (@​acdlite @​sebmarkbage and many others) Stringify context as "SomeContext" instead of "SomeContext.Provider" (@​kassens #33507) Include stack of cause of React instrumentation errors with %o placeholder (@​eps1lon #34198) Fix infinite useDeferredValue loop in popstate event (@​acdlite #32821) Fix a bug when an initial value was passed to useDeferredValue (@​acdlite #34376) Fix a crash when submitting forms with Client Actions (@​sebmarkbage #33055) Hide/unhide the content of dehydrated suspense boundaries if they resuspend (@​sebmarkbage #32900) Avoid stack overflow on wide trees during Hot Reload (@​sophiebits #34145) Improve Owner and Component stacks in various places (@​sebmarkbage, @​eps1lon: #33629, #33724, #32735, #33723) Add cacheSignal (@​sebmarkbage #33557) React DOM Block on Suspensey Fonts during reveal of server-side-rendered content (@​sebmarkbage #33342) Use underscore instead of : for IDs generated by useId (@​sebmarkbage, @​eps1lon: #32001, facebook/react#33342#33099, #33422) Stop warning when ARIA 1.3 attributes are used (@​Abdul-Omira #34264) Allow nonce to be used on hoistable styles (@​Andarist #32461) Warn for using a React owned node as a Container if it also has text content (@​sebmarkbage #32774) ... (truncated) Changelog Sourced from react's changelog. 19.2.0 (October 1st, 2025) Below is a list of all new features, APIs, and bug fixes. Read the React 19.2 release post for more information. New React Features : A new API to hide and restore the UI and internal state of its children. useEffectEvent is a React Hook that lets you extract non-reactive logic into an Effect Event. cacheSignal (for RSCs) lets your know when the cache() lifetime is over. React Performance tracks appear on the Performance panel’s timeline in your browser developer tools New React DOM Features Added resume APIs for partial pre-rendering with Web Streams: resume: to resume a prerender to a stream. resumeAndPrerender: to resume a prerender to HTML. Added resume APIs for partial pre-rendering with Node Streams: resumeToPipeableStream: to resume a prerender to a stream. resumeAndPrerenderToNodeStream: to resume a prerender to HTML. Updated prerender APIs to return a postponed state that can be passed to the resume APIs. Notable changes React DOM now batches suspense boundary reveals, matching the behavior of client side rendering. This change is especially noticeable when animating the reveal of Suspense boundaries e.g. with the upcoming Component. React will batch as much reveals as possible before the first paint while trying to hit popular first-contentful paint metrics. Add Node Web Streams (prerender, renderToReadableStream) to server-side-rendering APIs for Node.js Use underscore instead of : IDs generated by useId All Changes React was developed over many years, starting before ClassComponent.setState (@​acdlite @​sebmarkbage and many others) Stringify context as "SomeContext" instead of "SomeContext.Provider" (@​kassens #33507) Include stack of cause of React instrumentation errors with %o placeholder (@​eps1lon #34198) Fix infinite useDeferredValue loop in popstate event (@​acdlite #32821) Fix a bug when an initial value was passed to useDeferredValue (@​acdlite #34376) Fix a crash when submitting forms with Client Actions (@​sebmarkbage #33055) Hide/unhide the content of dehydrated suspense boundaries if they resuspend (@​sebmarkbage #32900) Avoid stack overflow on wide trees during Hot Reload (@​sophiebits #34145) Improve Owner and Component stacks in various places (@​sebmarkbage, @​eps1lon: #33629, #33724, #32735, #33723) Add cacheSignal (@​sebmarkbage #33557) React DOM Block on Suspensey Fonts during reveal of server-side-rendered content (@​sebmarkbage #33342) Use underscore instead of : for IDs generated by useId (@​sebmarkbage, @​eps1lon: #32001, facebook/react#33342#33099, #33422) Stop warning when ARIA 1.3 attributes are used (@​Abdul-Omira #34264) Allow nonce to be used on hoistable styles (@​Andarist #32461) ... (truncated) Commits 5667a41 Bump next prerelease version numbers (#34639) 8bb7241 Bump useEffectEvent to Canary (#34610) e3c9656 Ensure Performance Track are Clamped and Don't overlap (#34509) 68f00c9 Release Activity in Canary (#34374) 0e10ee9 [Reconciler] Set ProfileMode for Host Root Fiber by default in dev (#34432) 3bf8ab4 Add missing Activity export to development mode (#34439) 1549bda [Flight] Only assign _store in dev mode when creating lazy types (#34354) bb6f0c8 [Flight] Fix wrong missing key warning when static child is blocked (#34350) 05addfc Update Flow to 0.266 (#34271) ec5dd0a Update Flow to 0.257 (#34253) Additional commits viewable in compare view Updates @types/react from 19.1.15 to 19.2.0 Commits See full diff in compare view Updates react-dom from 19.1.1 to 19.2.0 Release notes Sourced from react-dom's releases. 19.2.0 (Oct 1, 2025) Below is a list of all new features, APIs, and bug fixes. Read the React 19.2 release post for more information. New React Features : A new API to hide and restore the UI and internal state of its children. useEffectEvent is a React Hook that lets you extract non-reactive logic into an Effect Event. cacheSignal (for RSCs) lets your know when the cache() lifetime is over. React Performance tracks appear on the Performance panel’s timeline in your browser developer tools New React DOM Features Added resume APIs for partial pre-rendering with Web Streams: resume: to resume a prerender to a stream. resumeAndPrerender: to resume a prerender to HTML. Added resume APIs for partial pre-rendering with Node Streams: resumeToPipeableStream: to resume a prerender to a stream. resumeAndPrerenderToNodeStream: to resume a prerender to HTML. Updated prerender APIs to return a postponed state that can be passed to the resume APIs. Notable changes React DOM now batches suspense boundary reveals, matching the behavior of client side rendering. This change is especially noticeable when animating the reveal of Suspense boundaries e.g. with the upcoming Component. React will batch as much reveals as possible before the first paint while trying to hit popular first-contentful paint metrics. Add Node Web Streams (prerender, renderToReadableStream) to server-side-rendering APIs for Node.js Use underscore instead of : IDs generated by useId All Changes React was developed over many years, starting before ClassComponent.setState (@​acdlite @​sebmarkbage and many others) Stringify context as "SomeContext" instead of "SomeContext.Provider" (@​kassens #33507) Include stack of cause of React instrumentation errors with %o placeholder (@​eps1lon #34198) Fix infinite useDeferredValue loop in popstate event (@​acdlite #32821) Fix a bug when an initial value was passed to useDeferredValue (@​acdlite #34376) Fix a crash when submitting forms with Client Actions (@​sebmarkbage #33055) Hide/unhide the content of dehydrated suspense boundaries if they resuspend (@​sebmarkbage #32900) Avoid stack overflow on wide trees during Hot Reload (@​sophiebits #34145) Improve Owner and Component stacks in various places (@​sebmarkbage, @​eps1lon: #33629, #33724, #32735, #33723) Add cacheSignal (@​sebmarkbage #33557) React DOM Block on Suspensey Fonts during reveal of server-side-rendered content (@​sebmarkbage #33342) Use underscore instead of : for IDs generated by useId (@​sebmarkbage, @​eps1lon: #32001, facebook/react#33342#33099, #33422) Stop warning when ARIA 1.3 attributes are used (@​Abdul-Omira #34264) Allow nonce to be used on hoistable styles (@​Andarist #32461) Warn for using a React owned node as a Container if it also has text content (@​sebmarkbage #32774) ... (truncated) Changelog Sourced from react-dom's changelog. 19.2.0 (October 1st, 2025) Below is a list of all new features, APIs, and bug fixes. Read the React 19.2 release post for more information. New React Features : A new API to hide and restore the UI and internal state of its children. useEffectEvent is a React Hook that lets you extract non-reactive logic into an Effect Event. cacheSignal (for RSCs) lets your know when the cache() lifetime is over. React Performance tracks appear on the Performance panel’s timeline in your browser developer tools New React DOM Features Added resume APIs for partial pre-rendering with Web Streams: resume: to resume a prerender to a stream. resumeAndPrerender: to resume a prerender to HTML. Added resume APIs for partial pre-rendering with Node Streams: resumeToPipeableStream: to resume a prerender to a stream. resumeAndPrerenderToNodeStream: to resume a prerender to HTML. Updated prerender APIs to return a postponed state that can be passed to the resume APIs. Notable changes React DOM now batches suspense boundary reveals, matching the behavior of client side rendering. This change is especially noticeable when animating the reveal of Suspense boundaries e.g. with the upcoming Component. React will batch as much reveals as possible before the first paint while trying to hit popular first-contentful paint metrics. Add Node Web Streams (prerender, renderToReadableStream) to server-side-rendering APIs for Node.js Use underscore instead of : IDs generated by useId All Changes React was developed over many years, starting before ClassComponent.setState (@​acdlite @​sebmarkbage and many others) Stringify context as "SomeContext" instead of "SomeContext.Provider" (@​kassens #33507) Include stack of cause of React instrumentation errors with %o placeholder (@​eps1lon #34198) Fix infinite useDeferredValue loop in popstate event (@​acdlite #32821) Fix a bug when an initial value was passed to useDeferredValue (@​acdlite #34376) Fix a crash when submitting forms with Client Actions (@​sebmarkbage #33055) Hide/unhide the content of dehydrated suspense boundaries if they resuspend (@​sebmarkbage #32900) Avoid stack overflow on wide trees during Hot Reload (@​sophiebits #34145) Improve Owner and Component stacks in various places (@​sebmarkbage, @​eps1lon: #33629, #33724, #32735, #33723) Add cacheSignal (@​sebmarkbage #33557) React DOM Block on Suspensey Fonts during reveal of server-side-rendered content (@​sebmarkbage #33342) Use underscore instead of : for IDs generated by useId (@​sebmarkbage, @​eps1lon: #32001, facebook/react#33342#33099, #33422) Stop warning when ARIA 1.3 attributes are used (@​Abdul-Omira #34264) Allow nonce to be used on hoistable styles (@​Andarist #32461) ... (truncated) Commits 8618113 Bump scheduler version (#34671) 1bd1f01 Ship partial-prerendering APIs to Canary (#34633) 2f0649a [Fizz] Remove nonce option from resume-and-prerender APIs (#34664) 5667a41 Bump next prerelease version numbers (#34639) e08f53b Match react-dom/static test entrypoints and published entrypoints (#34599) 8bb7241 Bump useEffectEvent to Canary (#34610) 83c88ad Handle fabric root level fragment with compareDocumentPosition (#34533) 68f00c9 Release Activity in Canary (#34374) 3168e08 [flags] enable opt-in for enableDefaultTransitionIndicator (#34373) 3434ff4 Add scrollIntoView to fragment instances (#32814) Additional commits viewable in compare view Updates @types/node from 24.5.2 to 24.7.0 Commits See full diff in compare view Updates @types/react from 19.1.15 to 19.2.0 Commits See full diff in compare view Updates typescript from 5.9.2 to 5.9.3 Release notes Sourced from typescript's releases. TypeScript 5.9.3 Note: this tag was recreated to point at the correct commit. The npm package contained the correct content. For release notes, check out the release announcement fixed issues query for Typescript 5.9.0 (Beta). fixed issues query for Typescript 5.9.1 (RC). No specific changes for TypeScript 5.9.2 (Stable) fixed issues query for Typescript 5.9.3 (Stable). Downloads are available on: npm Commits c63de15 Bump version to 5.9.3 and LKG 8428ca4 🤖 Pick PR #62438 (Fix incorrectly ignored dts file fr...) into release-5.9 (#... a131cac 🤖 Pick PR #62351 (Add missing Float16Array constructo...) into release-5.9 (#... 0424333 🤖 Pick PR #62423 (Revert PR 61928) into release-5.9 (#62425) bdb641a 🤖 Pick PR #62311 (Fix parenthesizer rules for manuall...) into release-5.9 (#... 0d9b9b9 🤖 Pick PR #61978 (Restructure CI to prepare for requi...) into release-5.9 (#... 2dce0c5 Intentionally regress one buggy declaration output to an older version (#62163) 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 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 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 npm-version-updates group in /documentation with 5 updates: Package From To react 19.1.1 19.2.0 @types/react 19.1.15 19.2.0 react-dom 19.1.1 19.2.0 @types/node 24.5.2 24.7.0 ...

X Description: Bumps the npm-version-updates group in /documentation with 5 updates: Package From To react 19.1.1 19.2.0 @types/react 19.1.15 19.2.0 react-dom 19.1.1 19.2.0 @types/node 24.5.2 24.7.0 ...

Opengraph URL: https://github.com/secureCodeBox/secureCodeBox/pull/3307

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:34756b4f-537c-6d07-4169-98fc27d7f3a9
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idB146:1BD7A5:CC3CB0C:10920BAA:6976DE89
html-safe-nonce27ec24777819e86684f764dbb4d9ef0f10ce56424503c0e4f4b9fd82a7300eb5
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJCMTQ2OjFCRDdBNTpDQzNDQjBDOjEwOTIwQkFBOjY5NzZERTg5IiwidmlzaXRvcl9pZCI6IjIxMzI4NzIwMTIxMTQ2MTU5NDUiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmac240cb75ec1057472c4c69b9ea28004641fa88000c48dbe8def2e57154bb2659d
hovercard-subject-tagpull_request:2889380474
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/secureCodeBox/secureCodeBox/pull/3307/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 npm-version-updates group in /documentation with 5 updates: Package From To react 19.1.1 19.2.0 @types/react 19.1.15 19.2.0 react-dom 19.1.1 19.2.0 @types/node 24.5.2 24.7.0 ...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None01d198479908d09a841b2febe8eb105a81af2af7d81830960fe0971e1f4adc09
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/secureCodeBox/secureCodeBox git https://github.com/secureCodeBox/secureCodeBox.git
octolytics-dimension-user_id34573705
octolytics-dimension-user_loginsecureCodeBox
octolytics-dimension-repository_id80711933
octolytics-dimension-repository_nwosecureCodeBox/secureCodeBox
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id80711933
octolytics-dimension-repository_network_root_nwosecureCodeBox/secureCodeBox
turbo-body-classeslogged-out env-production page-responsive full-width
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
releasef752335dbbea672610081196a1998e39aec5e14b
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/secureCodeBox/secureCodeBox/pull/3307/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FsecureCodeBox%2FsecureCodeBox%2Fpull%2F3307%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://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FsecureCodeBox%2FsecureCodeBox%2Fpull%2F3307%2Ffiles
Sign up https://github.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=secureCodeBox%2FsecureCodeBox
Reloadhttps://github.com/secureCodeBox/secureCodeBox/pull/3307/files
Reloadhttps://github.com/secureCodeBox/secureCodeBox/pull/3307/files
Reloadhttps://github.com/secureCodeBox/secureCodeBox/pull/3307/files
secureCodeBox https://github.com/secureCodeBox
secureCodeBoxhttps://github.com/secureCodeBox/secureCodeBox
Notifications https://github.com/login?return_to=%2FsecureCodeBox%2FsecureCodeBox
Fork 175 https://github.com/login?return_to=%2FsecureCodeBox%2FsecureCodeBox
Star 941 https://github.com/login?return_to=%2FsecureCodeBox%2FsecureCodeBox
Code https://github.com/secureCodeBox/secureCodeBox
Issues 72 https://github.com/secureCodeBox/secureCodeBox/issues
Pull requests 3 https://github.com/secureCodeBox/secureCodeBox/pulls
Discussions https://github.com/secureCodeBox/secureCodeBox/discussions
Actions https://github.com/secureCodeBox/secureCodeBox/actions
Projects 1 https://github.com/secureCodeBox/secureCodeBox/projects
Security 1 https://github.com/secureCodeBox/secureCodeBox/security
Insights https://github.com/secureCodeBox/secureCodeBox/pulse
Code https://github.com/secureCodeBox/secureCodeBox
Issues https://github.com/secureCodeBox/secureCodeBox/issues
Pull requests https://github.com/secureCodeBox/secureCodeBox/pulls
Discussions https://github.com/secureCodeBox/secureCodeBox/discussions
Actions https://github.com/secureCodeBox/secureCodeBox/actions
Projects https://github.com/secureCodeBox/secureCodeBox/projects
Security https://github.com/secureCodeBox/secureCodeBox/security
Insights https://github.com/secureCodeBox/secureCodeBox/pulse
Sign up for GitHub https://github.com/signup?return_to=%2FsecureCodeBox%2FsecureCodeBox%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2FsecureCodeBox%2FsecureCodeBox%2Fissues%2Fnew%2Fchoose
Weltraumschafhttps://github.com/Weltraumschaf
mainhttps://github.com/secureCodeBox/secureCodeBox/tree/main
dependabot/npm_and_yarn/documentation/npm-version-updates-f5c00bdbc0https://github.com/secureCodeBox/secureCodeBox/tree/dependabot/npm_and_yarn/documentation/npm-version-updates-f5c00bdbc0
Conversation 2 https://github.com/secureCodeBox/secureCodeBox/pull/3307
Commits 1 https://github.com/secureCodeBox/secureCodeBox/pull/3307/commits
Checks 52 https://github.com/secureCodeBox/secureCodeBox/pull/3307/checks
Files changed https://github.com/secureCodeBox/secureCodeBox/pull/3307/files
Please reload this pagehttps://github.com/secureCodeBox/secureCodeBox/pull/3307/files
Bump the npm-version-updates group in /documentation with 5 updates https://github.com/secureCodeBox/secureCodeBox/pull/3307/files#top
Show all changes 1 commit https://github.com/secureCodeBox/secureCodeBox/pull/3307/files
ec85dad Bump the npm-version-updates group in /documentation with 5 updates dependabot[bot] Oct 6, 2025 https://github.com/secureCodeBox/secureCodeBox/pull/3307/commits/ec85dadfeb8b6f75934dea9c49124283710fe4cb
Clear filters https://github.com/secureCodeBox/secureCodeBox/pull/3307/files
Please reload this pagehttps://github.com/secureCodeBox/secureCodeBox/pull/3307/files
Please reload this pagehttps://github.com/secureCodeBox/secureCodeBox/pull/3307/files
package-lock.json https://github.com/secureCodeBox/secureCodeBox/pull/3307/files#diff-e6c37e8b2c5dd9a62b3f036225ce7b42184c1f149cae650423e288536f1de0bd
package.json https://github.com/secureCodeBox/secureCodeBox/pull/3307/files#diff-a509f887b97417f8ba24ae9b366d89dd535eb8df008e603d3dc247c438b00afe
documentation/package-lock.jsonhttps://github.com/secureCodeBox/secureCodeBox/pull/3307/files#diff-e6c37e8b2c5dd9a62b3f036225ce7b42184c1f149cae650423e288536f1de0bd
View file https://github.com/secureCodeBox/secureCodeBox/blob/ec85dadfeb8b6f75934dea9c49124283710fe4cb/documentation/package-lock.json
Open in desktop https://desktop.github.com
how customized files appear on GitHubhttps://docs.github.com/github/administering-a-repository/customizing-how-changed-files-appear-on-github
Please reload this pagehttps://github.com/secureCodeBox/secureCodeBox/pull/3307/files
documentation/package.jsonhttps://github.com/secureCodeBox/secureCodeBox/pull/3307/files#diff-a509f887b97417f8ba24ae9b366d89dd535eb8df008e603d3dc247c438b00afe
View file https://github.com/secureCodeBox/secureCodeBox/blob/ec85dadfeb8b6f75934dea9c49124283710fe4cb/documentation/package.json
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/secureCodeBox/secureCodeBox/pull/3307/{{ revealButtonHref }}
https://github.com/secureCodeBox/secureCodeBox/pull/3307/files#diff-a509f887b97417f8ba24ae9b366d89dd535eb8df008e603d3dc247c438b00afe
https://github.com/secureCodeBox/secureCodeBox/pull/3307/files#diff-a509f887b97417f8ba24ae9b366d89dd535eb8df008e603d3dc247c438b00afe
https://github.com/secureCodeBox/secureCodeBox/pull/3307/files#diff-a509f887b97417f8ba24ae9b366d89dd535eb8df008e603d3dc247c438b00afe
Please reload this pagehttps://github.com/secureCodeBox/secureCodeBox/pull/3307/files
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.