René's URL Explorer Experiment


Title: Build(deps): Bump degenerator and pm2 by dependabot[bot] · Pull Request #37 · ungrim97/NodeJS-Example-RESTAPI · GitHub

Open Graph Title: Build(deps): Bump degenerator and pm2 by dependabot[bot] · Pull Request #37 · ungrim97/NodeJS-Example-RESTAPI

X Title: Build(deps): Bump degenerator and pm2 by dependabot[bot] · Pull Request #37 · ungrim97/NodeJS-Example-RESTAPI

Description: Bumps degenerator to 3.0.2 and updates ancestor dependency pm2. These dependencies need to be updated together. Updates degenerator from 1.0.4 to 3.0.2 Release notes Sourced from degenerator's releases. 3.0.2 Patches Update vm2 to v3.9.8: f690e194041f9dacba5341d5a98bbd1a65996048 3.0.1 Patches Fix return undefined: ccc3445354135398b6eb1a04c7d27c13b833f2d5 Fix filename option: 9d25bb67d957bc2e5425fea7bf7a58b3fc64ff9e 3.0.0 Major Changes Remove "generator" output mode: #12 Use vm2 module to prevent privilege escalation of untrusted code: #11 Minor Changes Add any default return type to compile(): e0b9fc83faabb101944b63bc73b710be7787f15b 2.2.0 Minor Changes Update @types/node to v12.12.17: 9835e04511cb06676d5af96c1723387663f342d9 Update typescript to v3.7.3: b9cbd261cad40736a92a1ab1aebb788a4834b678 Make CompileOptions be an interface: ffe0931e4f5b28a94c6af21ebdb949b4c18c92c0 More strict "output" type: 1fc0f45f63601cd00dd421dc4ae09d30cbd19e0c Export supportsAsync: d56395cf8400e6d36af31db595d6caa1c9e54aba toString() contains the compiled code for "generator" mode: d5bea6018876fbc19034c0f6cfe6e63d0e43ccd8 Update "description": 9c8d43adfeb7b5ff926d7886b771f0e1ae62c345 Patches Fix test: 9b8a8da8834249524e56e2d683339fc80d67c30e Fix comment: fcf682393407bfc3db0cc6735abea7f124f7023a Fix nested yield statements: d41a91d2b66b27b954662d90f3d36ce5480e1710 2.1.4 Patches Fix passing arguments to converted generator function: 3aa6caa70ef87047f52c786c097f2c9f8ab1f2ad Include returnName in error message: 1da95f51666c0c365065217dd842315a8ae7d667 2.1.3 Patches Fix regular sync functions into async: 66f0229943a4f91f154b98023c107b4cf0c6471f 2.1.2 ... (truncated) Commits 3b60955 3.0.2 f690e19 Update vm2 to v3.9.8 5cf4ab2 3.0.1 9d25bb6 Fix filename option ccc3445 Fix return undefined dc10ee9 3.0.0 e0b9fc8 Add any default return type to compile() 852043f Use vm2 module to prevent privilege escalation of untrusted code (#11) 7ad1041 Remove "generator" output mode (#12) b9bc71e 2.2.0 Additional commits viewable in compare view Updates pm2 from 3.5.0 to 5.2.0 Release notes Sourced from pm2's releases. 5.2.0 replace node-cron by croner (#5183 #5035) upgrade mocha deps fix pm2 report when daemon not running remove semver check for legacy node.js versions update node version in setup.deb.sh by using lts (#5201) + openrc replace legacy util._extend by Object.assign (#5239) add missing start options types (#5242) recursive detection of package.json (#5267) make tarball module uninstall cross-platform (#5269) Fix unnecessary "ENOENT" console.error when serving a spa (#5272) fix: used env variable instead of hardcode datetime format (#5277) copyright update (#5278) fix: remove constants import from VersionCheck (not needed) (#5279) Reduce async import (#5280) 5.1.2 cron-restart improvements 5.1.1 add back Node 10.x support make pm2-sysmonit module optional remove fast-printf and replace with sprintfjs 5.0.3 fixes for system monitoring 5.0.0 System Monitoring A new local system monitoring feature has been added, allowing to monitor numerous vital server metrics. Most important metrics will be displayed when doing a pm2 ls: ┌─────┬─────────────────┬─────────────┬─────────┬─────────┬──────────┬────────┬──────┬───────────┬──────────┬──────────┬──────────┬──────────┐ │ id │ name │ namespace │ version │ mode │ pid │ uptime │ ↺ │ status │ cpu │ mem │ user │ watching │ ├─────┼─────────────────┼─────────────┼─────────┼─────────┼──────────┼────────┼──────┼───────────┼──────────┼──────────┼──────────┼──────────┤ │ 4 │ app │ default │ 1.0.0 │ fork │ 164618 │ 2s │ 1670 │ online │ 0% │ 41.8mb │ unitech │ disabled │ └─────┴─────────────────┴─────────────┴─────────┴─────────┴──────────┴────────┴──────┴───────────┴──────────┴──────────┴──────────┴──────────┘ host metrics | cpu: 1.6% 42.9º | mem free: 52.0% | wlp0s20f3: ⇓ 0mb/s ⇑ 0mb/s | disk: ⇓ 0.199mb/s ⇑ 0mb/s /dev/nvme0n1p3 88.25% | All server metrics will be available to pm2.io: ┌─────────────────────────────┬──────────────────────────────────┐ │ PM2 CPU Usage │ 0.0 % │ │ PM2 Memory Usage │ 67.4 mb │ │ PM2 Agent CPU Usage │ 0 % │ ... (truncated) Changelog Sourced from pm2's changelog. 5.2.0 replace node-cron by croner (#5183 #5035) upgrade mocha deps fix pm2 report when daemon not running remove semver check for legacy node.js versions update node version in setup.deb.sh by using lts (#5201) + openrc replace legacy util._extend by Object.assign (#5239) add missing start options types (#5242) recursive detection of package.json (#5267) make tarball module uninstall cross-platform (#5269) Fix unnecessary "ENOENT" console.error when serving a spa (#5272) fix: used env variable instead of hardcode datetime format (#5277) copyright update (#5278) fix: remove constants import from VersionCheck (not needed) (#5279) Reduce async import (#5280) 5.1.2 easily disable cron-restart strategy via $ pm2 restart --cron-restart 0 allow to update cron-restart on restart 5.1.1 remove fast-printf and replace with sprintfjs 5.1.0 add back Node 10.x support make pm2-sysmonit module optional 5.0.3 skip system monitoring on Windows 5.0.1/5.0.2 fix npm install --no-optional pm2 5.0.0 System Monitoring A new local system monitoring feature has been added, allowing to monitor numerous vital server metrics. Most important metrics will be displayed when doing a pm2 ls: ┌─────┬─────────────────┬─────────────┬─────────┬─────────┬──────────┬────────┬──────┬───────────┬──────────┬──────────┬──────────┬──────────┐ │ id │ name │ namespace │ version │ mode │ pid │ uptime │ ↺ │ status │ cpu │ mem │ user │ watching │ ... (truncated) Commits 2573516 pm2@5.2.0 da59cb6 increase timeout for killing subprocesses a94f012 drop cron-parser for sanity check and use Croner constructor af3a1f7 use croner instead of node-schedule cbf5c0a Merge branch 'mararrdeveloper-development' into development f9bc048 Merge branch 'development' of github.com:Unitech/pm2 into development 6a01efe upgrade mocha 2673a97 fix cron check 540caab Merge branch 'development' of https://github.com/mararrdeveloper/pm2 into mar... 5b896ee fix pm2 report when daemon is not running 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 degenerator to 3.0.2 and updates ancestor dependency pm2. These dependencies need to be updated together. Updates degenerator from 1.0.4 to 3.0.2 Release notes Sourced from degenerator's...

X Description: Bumps degenerator to 3.0.2 and updates ancestor dependency pm2. These dependencies need to be updated together. Updates degenerator from 1.0.4 to 3.0.2 Release notes Sourced from degenerator&#...

Opengraph URL: https://github.com/ungrim97/NodeJS-Example-RESTAPI/pull/37

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:15240951-0f59-e9dd-0d32-52fe8d362117
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idA846:103C5A:66502:83DB6:69904BF3
html-safe-nonce09b24860c50e827a30adb61b4f51de827ee83265ec2bf53f98425bf7fd176ee0
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJBODQ2OjEwM0M1QTo2NjUwMjo4M0RCNjo2OTkwNEJGMyIsInZpc2l0b3JfaWQiOiI2MTUxNzk3MTM0MzIyNTg0NTYzIiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmac8309a0505183f9eeafaa44ab4b8e44848408424874377cf2a2996041e8ba79b2
hovercard-subject-tagpull_request:1067379449
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/ungrim97/NodeJS-Example-RESTAPI/pull/37/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 degenerator to 3.0.2 and updates ancestor dependency pm2. These dependencies need to be updated together. Updates degenerator from 1.0.4 to 3.0.2 Release notes Sourced from degenerator's...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None42c603b9d642c4a9065a51770f75e5e27132fef0e858607f5c9cb7e422831a7b
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/ungrim97/NodeJS-Example-RESTAPI git https://github.com/ungrim97/NodeJS-Example-RESTAPI.git
octolytics-dimension-user_id2305584
octolytics-dimension-user_loginungrim97
octolytics-dimension-repository_id179652875
octolytics-dimension-repository_nwoungrim97/NodeJS-Example-RESTAPI
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id179652875
octolytics-dimension-repository_network_root_nwoungrim97/NodeJS-Example-RESTAPI
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
release3b33c5aedc9808f45bc5fcf0b1e4404cf749dac7
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/ungrim97/NodeJS-Example-RESTAPI/pull/37/files#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fungrim97%2FNodeJS-Example-RESTAPI%2Fpull%2F37%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%2Fungrim97%2FNodeJS-Example-RESTAPI%2Fpull%2F37%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=ungrim97%2FNodeJS-Example-RESTAPI
Reloadhttps://patch-diff.githubusercontent.com/ungrim97/NodeJS-Example-RESTAPI/pull/37/files
Reloadhttps://patch-diff.githubusercontent.com/ungrim97/NodeJS-Example-RESTAPI/pull/37/files
Reloadhttps://patch-diff.githubusercontent.com/ungrim97/NodeJS-Example-RESTAPI/pull/37/files
ungrim97 https://patch-diff.githubusercontent.com/ungrim97
NodeJS-Example-RESTAPIhttps://patch-diff.githubusercontent.com/ungrim97/NodeJS-Example-RESTAPI
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2Fungrim97%2FNodeJS-Example-RESTAPI
Fork 0 https://patch-diff.githubusercontent.com/login?return_to=%2Fungrim97%2FNodeJS-Example-RESTAPI
Star 3 https://patch-diff.githubusercontent.com/login?return_to=%2Fungrim97%2FNodeJS-Example-RESTAPI
Code https://patch-diff.githubusercontent.com/ungrim97/NodeJS-Example-RESTAPI
Issues 0 https://patch-diff.githubusercontent.com/ungrim97/NodeJS-Example-RESTAPI/issues
Pull requests 22 https://patch-diff.githubusercontent.com/ungrim97/NodeJS-Example-RESTAPI/pulls
Actions https://patch-diff.githubusercontent.com/ungrim97/NodeJS-Example-RESTAPI/actions
Projects 0 https://patch-diff.githubusercontent.com/ungrim97/NodeJS-Example-RESTAPI/projects
Security 0 https://patch-diff.githubusercontent.com/ungrim97/NodeJS-Example-RESTAPI/security
Insights https://patch-diff.githubusercontent.com/ungrim97/NodeJS-Example-RESTAPI/pulse
Code https://patch-diff.githubusercontent.com/ungrim97/NodeJS-Example-RESTAPI
Issues https://patch-diff.githubusercontent.com/ungrim97/NodeJS-Example-RESTAPI/issues
Pull requests https://patch-diff.githubusercontent.com/ungrim97/NodeJS-Example-RESTAPI/pulls
Actions https://patch-diff.githubusercontent.com/ungrim97/NodeJS-Example-RESTAPI/actions
Projects https://patch-diff.githubusercontent.com/ungrim97/NodeJS-Example-RESTAPI/projects
Security https://patch-diff.githubusercontent.com/ungrim97/NodeJS-Example-RESTAPI/security
Insights https://patch-diff.githubusercontent.com/ungrim97/NodeJS-Example-RESTAPI/pulse
Sign up for GitHub https://patch-diff.githubusercontent.com/signup?return_to=%2Fungrim97%2FNodeJS-Example-RESTAPI%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=%2Fungrim97%2FNodeJS-Example-RESTAPI%2Fissues%2Fnew%2Fchoose
dependabothttps://patch-diff.githubusercontent.com/apps/dependabot
develophttps://patch-diff.githubusercontent.com/ungrim97/NodeJS-Example-RESTAPI/tree/develop
dependabot/npm_and_yarn/degenerator-and-pm2-3.0.2https://patch-diff.githubusercontent.com/ungrim97/NodeJS-Example-RESTAPI/tree/dependabot/npm_and_yarn/degenerator-and-pm2-3.0.2
Conversation 0 https://patch-diff.githubusercontent.com/ungrim97/NodeJS-Example-RESTAPI/pull/37
Commits 1 https://patch-diff.githubusercontent.com/ungrim97/NodeJS-Example-RESTAPI/pull/37/commits
Checks 0 https://patch-diff.githubusercontent.com/ungrim97/NodeJS-Example-RESTAPI/pull/37/checks
Files changed https://patch-diff.githubusercontent.com/ungrim97/NodeJS-Example-RESTAPI/pull/37/files
Please reload this pagehttps://patch-diff.githubusercontent.com/ungrim97/NodeJS-Example-RESTAPI/pull/37/files
Build(deps): Bump degenerator and pm2 https://patch-diff.githubusercontent.com/ungrim97/NodeJS-Example-RESTAPI/pull/37/files#top
Show all changes 1 commit https://patch-diff.githubusercontent.com/ungrim97/NodeJS-Example-RESTAPI/pull/37/files
6c65802 Build(deps): Bump degenerator and pm2 dependabot[bot] Sep 26, 2022 https://patch-diff.githubusercontent.com/ungrim97/NodeJS-Example-RESTAPI/pull/37/commits/6c65802446f23aad93f936c6847e677b6629677c
Clear filters https://patch-diff.githubusercontent.com/ungrim97/NodeJS-Example-RESTAPI/pull/37/files
Please reload this pagehttps://patch-diff.githubusercontent.com/ungrim97/NodeJS-Example-RESTAPI/pull/37/files
Please reload this pagehttps://patch-diff.githubusercontent.com/ungrim97/NodeJS-Example-RESTAPI/pull/37/files
package-lock.json https://patch-diff.githubusercontent.com/ungrim97/NodeJS-Example-RESTAPI/pull/37/files#diff-053150b640a7ce75eff69d1a22cae7f0f94ad64ce9a855db544dda0929316519
package.json https://patch-diff.githubusercontent.com/ungrim97/NodeJS-Example-RESTAPI/pull/37/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519
Please reload this pagehttps://patch-diff.githubusercontent.com/ungrim97/NodeJS-Example-RESTAPI/pull/37/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.