René's URL Explorer Experiment


Title: Bump cross-spawn and eslint by dependabot[bot] · Pull Request #15 · HackYourFuture/JavaScript3_examples · GitHub

Open Graph Title: Bump cross-spawn and eslint by dependabot[bot] · Pull Request #15 · HackYourFuture/JavaScript3_examples

X Title: Bump cross-spawn and eslint by dependabot[bot] · Pull Request #15 · HackYourFuture/JavaScript3_examples

Description: Bumps cross-spawn to 7.0.5 and updates ancestor dependency eslint. These dependencies need to be updated together. Updates cross-spawn from 6.0.5 to 7.0.5 Changelog Sourced from cross-spawn's changelog. 7.0.5 (2024-11-07) Bug Fixes fix escaping bug introduced by backtracking (640d391) 7.0.4 (2024-11-07) Bug Fixes disable regexp backtracking (#160) (5ff3a07) 7.0.3 (2020-05-25) Bug Fixes detect path key based on correct environment (#133) (159e7e9) 7.0.2 (2020-04-04) Bug Fixes fix worker threads in Node >=11.10.0 (#132) (6c5b4f0) 7.0.1 (2019-10-07) Bug Fixes core: support worker threads (#127) (cfd49c9) 7.0.0 (2019-09-03) ⚠ BREAKING CHANGES drop support for Node.js < 8 drop support for versions below Node.js 8 (#125) (16feb53) Commits 0852683 chore(release): 7.0.5 640d391 fix: fix escaping bug introduced by backtracking bff0c87 chore: remove codecov a7c6abc chore: replace travis with github workflows 9b9246e chore(release): 7.0.4 5ff3a07 fix: disable regexp backtracking (#160) 9521e2d chore: fix tests in recent node js versions 97ded39 chore: convert package lock d52b6b9 chore: remove unused argument (#156) 5d84384 chore: add travis jobs on ppc64le (#142) Additional commits viewable in compare view Updates eslint from 6.2.1 to 9.15.0 Release notes Sourced from eslint's releases. v9.15.0 Features 01557ce feat: Implement Language#normalizeLanguageOptions() (#19104) (Nicholas C. Zakas) 2edc0e2 feat: add meta.defaultOptions (#17656) (Josh Goldberg ✨) bdec50e feat: fix no-useless-computed-key false negative with __proto__ (#19123) (Milos Djermanovic) 3087c9e feat: add meta object to @eslint/js plugin (#19095) (Francesco Trotta) Bug Fixes fd33f13 fix: update types for no-restricted-imports rule (#19060) (Nitin Kumar) bd35098 fix: switch away from Node.js node:assert and AssertionError (#19082) (Josh Goldberg ✨) 9db5b15 fix: unsafe report for no-lonely-if (#19087) (Abraham Guo) 68fa497 fix: ignore files on a different drive on Windows (#19069) (Francesco Trotta) 4ce625a fix: upgrade @​humanwhocodes/retry@​0.4.1 to avoid debug logs (#19102) (Milos Djermanovic) Documentation d927920 docs: fix styles in no-js mode (#18916) (Tanuj Kanti) 09bc2a8 docs: Update README (GitHub Actions Bot) 39089c8 docs: add no-useless-computed-key examples with object patterns (#19109) (Milos Djermanovic) 895c60f docs: add missing messageId property and suggestion properties (#19122) (fnx) 298625e docs: Change CLI -c to use flat config (#19103) (Nicholas C. Zakas) 522d8a3 docs: add deprecation on indent, quotes and semi rule types (#19090) (Marco Pasqualetti) Chores 2967d91 chore: upgrade @​eslint/js@​9.15.0 (#19133) (Milos Djermanovic) b441bee chore: package.json update for @​eslint/js release (Jenkins) 7d6bf4a chore: upgrade @​eslint/core@​0.9.0 (#19131) (Milos Djermanovic) 902e707 chore: upgrade @​eslint/plugin-kit@​0.2.3 (#19130) (Milos Djermanovic) 5ff6c1d chore: bump cross-spawn (#19125) (Ian Bobinac) cceccc7 chore: update dependency @​eslint/json to ^0.6.0 (#19117) (renovate[bot]) 0da3f73 chore: update algolia referrer (#19114) (Strek) 4f08332 ci: unpin trunk-io/trunk-action (#19108) (Francesco Trotta) 6b75683 perf: optimize text-table by replacing regex with trimEnd (#19061) (Nitin Kumar) v9.14.0 Features 3fa009f feat: add support for Import Attributes and RegExp Modifiers (#19076) (Milos Djermanovic) b0faee3 feat: add types for the @eslint/js package (#19010) (Nitin Kumar) Bug Fixes 24d0172 fix: enable retry concurrency limit for readFile() (#19077) (Nicholas C. Zakas) b442067 fix: Don't crash when directory is deleted during traversal. (#19067) (Nicholas C. Zakas) d474443 fix: avoid call stack overflow while processing globs (#19035) (Livia Medeiros) Documentation 151c965 docs: update context.languageOptions.parser description (#19084) (Nitin Kumar) dc34f94 docs: Update README (GitHub Actions Bot) f16e846 docs: Update README (GitHub Actions Bot) ee0a77e docs: change link from @​types/eslint to lib/types (#19049) (Karl Horky) 50f03a1 docs: Clarify global ignores in config migration guide (#19032) (Milos Djermanovic) ... (truncated) Changelog Sourced from eslint's changelog. v9.15.0 - November 15, 2024 2967d91 chore: upgrade @​eslint/js@​9.15.0 (#19133) (Milos Djermanovic) b441bee chore: package.json update for @​eslint/js release (Jenkins) 7d6bf4a chore: upgrade @​eslint/core@​0.9.0 (#19131) (Milos Djermanovic) 01557ce feat: Implement Language#normalizeLanguageOptions() (#19104) (Nicholas C. Zakas) 902e707 chore: upgrade @​eslint/plugin-kit@​0.2.3 (#19130) (Milos Djermanovic) 2edc0e2 feat: add meta.defaultOptions (#17656) (Josh Goldberg ✨) fd33f13 fix: update types for no-restricted-imports rule (#19060) (Nitin Kumar) 5ff6c1d chore: bump cross-spawn (#19125) (Ian Bobinac) d927920 docs: fix styles in no-js mode (#18916) (Tanuj Kanti) bdec50e feat: fix no-useless-computed-key false negative with __proto__ (#19123) (Milos Djermanovic) 09bc2a8 docs: Update README (GitHub Actions Bot) bd35098 fix: switch away from Node.js node:assert and AssertionError (#19082) (Josh Goldberg ✨) 39089c8 docs: add no-useless-computed-key examples with object patterns (#19109) (Milos Djermanovic) 895c60f docs: add missing messageId property and suggestion properties (#19122) (fnx) cceccc7 chore: update dependency @​eslint/json to ^0.6.0 (#19117) (renovate[bot]) 0da3f73 chore: update algolia referrer (#19114) (Strek) 9db5b15 fix: unsafe report for no-lonely-if (#19087) (Abraham Guo) 68fa497 fix: ignore files on a different drive on Windows (#19069) (Francesco Trotta) 4f08332 ci: unpin trunk-io/trunk-action (#19108) (Francesco Trotta) 3087c9e feat: add meta object to @eslint/js plugin (#19095) (Francesco Trotta) 298625e docs: Change CLI -c to use flat config (#19103) (Nicholas C. Zakas) 4ce625a fix: upgrade @​humanwhocodes/retry@​0.4.1 to avoid debug logs (#19102) (Milos Djermanovic) 522d8a3 docs: add deprecation on indent, quotes and semi rule types (#19090) (Marco Pasqualetti) 6b75683 perf: optimize text-table by replacing regex with trimEnd (#19061) (Nitin Kumar) v9.14.0 - November 1, 2024 f36cb16 chore: upgrade @​eslint/js@​9.14.0 (#19086) (Milos Djermanovic) 28be447 chore: package.json update for @​eslint/js release (Jenkins) 24d0172 fix: enable retry concurrency limit for readFile() (#19077) (Nicholas C. Zakas) 3fa009f feat: add support for Import Attributes and RegExp Modifiers (#19076) (Milos Djermanovic) b0faee3 feat: add types for the @eslint/js package (#19010) (Nitin Kumar) 151c965 docs: update context.languageOptions.parser description (#19084) (Nitin Kumar) dc34f94 docs: Update README (GitHub Actions Bot) f48a2a0 test: add no-invalid-regexp tests with RegExp Modifiers (#19075) (Milos Djermanovic) 37c9177 build: update @wdio/* dependencies (#19068) (Francesco Trotta) b442067 fix: Don't crash when directory is deleted during traversal. (#19067) (Nicholas C. Zakas) 35a8858 build: exclude flawed dendency versions (#19065) (Francesco Trotta) 425202e perf: Fix caching in config loaders (#19042) (Milos Djermanovic) 3d44b3c ci: run tests in Node.js 23 (#19055) (Francesco Trotta) f16e846 docs: Update README (GitHub Actions Bot) ee0a77e docs: change link from @​types/eslint to lib/types (#19049) (Karl Horky) d474443 fix: avoid call stack overflow while processing globs (#19035) (Livia Medeiros) 7259627 test: ensure tmp directory cleanup in check-emfile-handling.js (#19036) (Livia Medeiros) 50f03a1 docs: Clarify global ignores in config migration guide (#19032) (Milos Djermanovic) v9.13.0 - October 18, 2024 ... (truncated) Commits 6f37b07 9.15.0 1d99f29 Build: changelog update for 9.15.0 2967d91 chore: upgrade @​eslint/js@​9.15.0 (#19133) b441bee chore: package.json update for @​eslint/js release 7d6bf4a chore: upgrade @​eslint/core@​0.9.0 (#19131) 01557ce feat: Implement Language#normalizeLanguageOptions() (#19104) 902e707 chore: upgrade @​eslint/plugin-kit@​0.2.3 (#19130) 2edc0e2 feat: add meta.defaultOptions (#17656) fd33f13 fix: update types for no-restricted-imports rule (#19060) 5ff6c1d chore: bump cross-spawn (#19125) Additional commits viewable in compare view Maintainer changes This version was pushed to npm by eslintbot, a new releaser for eslint since your current version. 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 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) You can disable automated security fix PRs for this repo from the Security Alerts page.

Open Graph Description: Bumps cross-spawn to 7.0.5 and updates ancestor dependency eslint. These dependencies need to be updated together. Updates cross-spawn from 6.0.5 to 7.0.5 Changelog Sourced from cross-spawn's ...

X Description: Bumps cross-spawn to 7.0.5 and updates ancestor dependency eslint. These dependencies need to be updated together. Updates cross-spawn from 6.0.5 to 7.0.5 Changelog Sourced from cross-spawn&#3...

Opengraph URL: https://github.com/HackYourFuture/JavaScript3_examples/pull/15

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:b3774f80-ce0e-969e-e75c-c225db039a33
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-id998C:7E6BE:3539FC7:44C08DB:6974B856
html-safe-nonce66d41679db2603025d148dfa17036651ba3842cffe5e8fa06a0057cff47246bd
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5OThDOjdFNkJFOjM1MzlGQzc6NDRDMDhEQjo2OTc0Qjg1NiIsInZpc2l0b3JfaWQiOiIyMTUyMjc4MDE0Mzg3NTk5NDQ3IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmac1c3e16750d7a0ed37cbf0b04a0caaf329345520df7432ed016affe152dfd30c3
hovercard-subject-tagpull_request:2183531499
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/HackYourFuture/JavaScript3_examples/pull/15/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 cross-spawn to 7.0.5 and updates ancestor dependency eslint. These dependencies need to be updated together. Updates cross-spawn from 6.0.5 to 7.0.5 Changelog Sourced from cross-spawn's ...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None4a4bf5f4e28041a9d2e5c107d7d20b78b4294ba261cab243b28167c16a623a1f
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/HackYourFuture/JavaScript3_examples git https://github.com/HackYourFuture/JavaScript3_examples.git
octolytics-dimension-user_id20858568
octolytics-dimension-user_loginHackYourFuture
octolytics-dimension-repository_id126811012
octolytics-dimension-repository_nwoHackYourFuture/JavaScript3_examples
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id126811012
octolytics-dimension-repository_network_root_nwoHackYourFuture/JavaScript3_examples
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
release488b30e96dfd057fbbe44c6665ccbc030b729dde
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/HackYourFuture/JavaScript3_examples/pull/15/files#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2FHackYourFuture%2FJavaScript3_examples%2Fpull%2F15%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%2FHackYourFuture%2FJavaScript3_examples%2Fpull%2F15%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=HackYourFuture%2FJavaScript3_examples
Reloadhttps://patch-diff.githubusercontent.com/HackYourFuture/JavaScript3_examples/pull/15/files
Reloadhttps://patch-diff.githubusercontent.com/HackYourFuture/JavaScript3_examples/pull/15/files
Reloadhttps://patch-diff.githubusercontent.com/HackYourFuture/JavaScript3_examples/pull/15/files
HackYourFuture https://patch-diff.githubusercontent.com/HackYourFuture
JavaScript3_exampleshttps://patch-diff.githubusercontent.com/HackYourFuture/JavaScript3_examples
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2FHackYourFuture%2FJavaScript3_examples
Fork 14 https://patch-diff.githubusercontent.com/login?return_to=%2FHackYourFuture%2FJavaScript3_examples
Star 0 https://patch-diff.githubusercontent.com/login?return_to=%2FHackYourFuture%2FJavaScript3_examples
Code https://patch-diff.githubusercontent.com/HackYourFuture/JavaScript3_examples
Issues 0 https://patch-diff.githubusercontent.com/HackYourFuture/JavaScript3_examples/issues
Pull requests 7 https://patch-diff.githubusercontent.com/HackYourFuture/JavaScript3_examples/pulls
Actions https://patch-diff.githubusercontent.com/HackYourFuture/JavaScript3_examples/actions
Projects 0 https://patch-diff.githubusercontent.com/HackYourFuture/JavaScript3_examples/projects
Security 0 https://patch-diff.githubusercontent.com/HackYourFuture/JavaScript3_examples/security
Insights https://patch-diff.githubusercontent.com/HackYourFuture/JavaScript3_examples/pulse
Code https://patch-diff.githubusercontent.com/HackYourFuture/JavaScript3_examples
Issues https://patch-diff.githubusercontent.com/HackYourFuture/JavaScript3_examples/issues
Pull requests https://patch-diff.githubusercontent.com/HackYourFuture/JavaScript3_examples/pulls
Actions https://patch-diff.githubusercontent.com/HackYourFuture/JavaScript3_examples/actions
Projects https://patch-diff.githubusercontent.com/HackYourFuture/JavaScript3_examples/projects
Security https://patch-diff.githubusercontent.com/HackYourFuture/JavaScript3_examples/security
Insights https://patch-diff.githubusercontent.com/HackYourFuture/JavaScript3_examples/pulse
Sign up for GitHub https://patch-diff.githubusercontent.com/signup?return_to=%2FHackYourFuture%2FJavaScript3_examples%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=%2FHackYourFuture%2FJavaScript3_examples%2Fissues%2Fnew%2Fchoose
dependabothttps://patch-diff.githubusercontent.com/apps/dependabot
masterhttps://patch-diff.githubusercontent.com/HackYourFuture/JavaScript3_examples/tree/master
dependabot/npm_and_yarn/multi-25b8919fechttps://patch-diff.githubusercontent.com/HackYourFuture/JavaScript3_examples/tree/dependabot/npm_and_yarn/multi-25b8919fec
Conversation 0 https://patch-diff.githubusercontent.com/HackYourFuture/JavaScript3_examples/pull/15
Commits 1 https://patch-diff.githubusercontent.com/HackYourFuture/JavaScript3_examples/pull/15/commits
Checks 0 https://patch-diff.githubusercontent.com/HackYourFuture/JavaScript3_examples/pull/15/checks
Files changed https://patch-diff.githubusercontent.com/HackYourFuture/JavaScript3_examples/pull/15/files
Please reload this pagehttps://patch-diff.githubusercontent.com/HackYourFuture/JavaScript3_examples/pull/15/files
Bump cross-spawn and eslint https://patch-diff.githubusercontent.com/HackYourFuture/JavaScript3_examples/pull/15/files#top
Show all changes 1 commit https://patch-diff.githubusercontent.com/HackYourFuture/JavaScript3_examples/pull/15/files
763a22a Bump cross-spawn and eslint dependabot[bot] Nov 17, 2024 https://patch-diff.githubusercontent.com/HackYourFuture/JavaScript3_examples/pull/15/commits/763a22a7ee89fdf8c7283d94e07bab8752439ae9
Clear filters https://patch-diff.githubusercontent.com/HackYourFuture/JavaScript3_examples/pull/15/files
Please reload this pagehttps://patch-diff.githubusercontent.com/HackYourFuture/JavaScript3_examples/pull/15/files
Please reload this pagehttps://patch-diff.githubusercontent.com/HackYourFuture/JavaScript3_examples/pull/15/files
package-lock.json https://patch-diff.githubusercontent.com/HackYourFuture/JavaScript3_examples/pull/15/files#diff-053150b640a7ce75eff69d1a22cae7f0f94ad64ce9a855db544dda0929316519
package.json https://patch-diff.githubusercontent.com/HackYourFuture/JavaScript3_examples/pull/15/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519
Please reload this pagehttps://patch-diff.githubusercontent.com/HackYourFuture/JavaScript3_examples/pull/15/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.