Bump the npm_and_yarn group across 2 directories with 20 updates
Type: Pull Request
State: Closed
Association: None
Comments: 0
(4 months ago)
(4 months ago)
(4 months ago)
dependencies javascript
Bumps the npm_and_yarn group with 8 updates in the /bin/Debug/net8.0/my-app directory:
| Package | From | To |
|---|---|---|
| express | 4.19.2 |
4.21.2 |
| braces | 3.0.2 |
3.0.3 |
| cookie | 0.4.2 |
0.7.1 |
| socket.io | 4.7.4 |
4.8.1 |
| esbuild | 0.19.11 |
0.25.5 |
| @angular-devkit/build-angular | 17.1.3 |
20.1.5 |
| ws | 8.11.0 |
8.17.1 |
| socket.io-adapter | 2.5.2 |
2.5.5 |
Bumps the npm_and_yarn group with 8 updates in the /wwwroot directory:
| Package | From | To |
|---|---|---|
| express | 4.19.2 |
4.21.2 |
| braces | 3.0.2 |
3.0.3 |
| cookie | 0.4.2 |
0.7.1 |
| socket.io | 4.7.4 |
4.8.1 |
| esbuild | 0.19.11 |
0.25.5 |
| @angular-devkit/build-angular | 17.1.3 |
20.1.5 |
| ws | 8.11.0 |
8.17.1 |
| socket.io-adapter | 2.5.2 |
2.5.5 |
Updates express from 4.19.2 to 4.21.2
Release notes
Sourced from express's releases.
4.21.2
What's Changed
- Add funding field (v4) by
@bjohansebasin expressjs/express#6065- deps: path-to-regexp@0.1.11 by
@blakeembreyin expressjs/express#5956- deps: bump path-to-regexp@0.1.12 by
@jonchurchin expressjs/express#6209- Release: 4.21.2 by
@UlisesGasconin expressjs/express#6094Full Changelog: https://github.com/expressjs/express/compare/4.21.1...4.21.2
4.21.1
What's Changed
- Backport a fix for CVE-2024-47764 to the 4.x branch by
@joshbukerin expressjs/express#6029- Release: 4.21.1 by
@UlisesGasconin expressjs/express#6031Full Changelog: https://github.com/expressjs/express/compare/4.21.0...4.21.1
4.21.0
What's Changed
- Deprecate
"back"magic string in redirects by@blakeembreyin expressjs/express#5935- finalhandler@1.3.1 by
@wesleytoddin expressjs/express#5954- fix(deps): serve-static@1.16.2 by
@wesleytoddin expressjs/express#5951- Upgraded dependency qs to 6.13.0 to match qs in body-parser by
@agadzinski93in expressjs/express#5946New Contributors
@agadzinski93made their first contribution in expressjs/express#5946Full Changelog: https://github.com/expressjs/express/compare/4.20.0...4.21.0
4.20.0
What's Changed
Important
- IMPORTANT: The default
depthlevel for parsing URL-encoded data is now32(previously wasInfinity)- Remove link renderization in html while using
res.redirectOther Changes
- 4.19.2 Staging by
@wesleytoddin expressjs/express#5561- remove duplicate location test for data uri by
@wesleytoddin expressjs/express#5562- feat: document beta releases expectations by
@marco-ippolitoin expressjs/express#5565- Cut down on duplicated CI runs by
@jonchurchin expressjs/express#5564- Add a Threat Model by
@UlisesGasconin expressjs/express#5526- Assign captain of encodeurl by
@blakeembreyin expressjs/express#5579- Nominate jonchurch as repo captain for
http-errors,expressjs.com,morgan,cors,body-parserby@jonchurchin expressjs/express#5587- docs: update Security.md by
@inigomarquinezin expressjs/express#5590- docs: update triage nomination policy by
@UlisesGasconin expressjs/express#5600- Add CodeQL (SAST) by
@UlisesGasconin expressjs/express#5433- docs: add UlisesGascon as triage initiative captain by
@UlisesGasconin expressjs/express#5605
... (truncated)
Changelog
Sourced from express's changelog.
4.21.2 / 2024-11-06
- deps: path-to-regexp@0.1.12
- Fix backtracking protection
- deps: path-to-regexp@0.1.11
- Throws an error on invalid path values
4.21.1 / 2024-10-08
- Backported a fix for CVE-2024-47764
4.21.0 / 2024-09-11
- Deprecate
res.location("back")andres.redirect("back")magic string- deps: serve-static@1.16.2
- includes send@0.19.0
- deps: finalhandler@1.3.1
- deps: qs@6.13.0
4.20.0 / 2024-09-10
- deps: serve-static@0.16.0
- Remove link renderization in html while redirecting
- deps: send@0.19.0
- Remove link renderization in html while redirecting
- deps: body-parser@0.6.0
- add
depthoption to customize the depth level in the parser- IMPORTANT: The default
depthlevel for parsing URL-encoded data is now32(previously wasInfinity)- Remove link renderization in html while using
res.redirect- deps: path-to-regexp@0.1.10
- Adds support for named matching groups in the routes using a regex
- Adds backtracking protection to parameters without regexes defined
- deps: encodeurl@~2.0.0
- Removes encoding of
\,|, and^to align better with URL spec- Deprecate passing
options.maxAgeandoptions.expirestores.clearCookie
- Will be ignored in v5, clearCookie will set a cookie with an expires in the past to instruct clients to delete the cookie
Commits
1faf2284.21.22e0fb64deps: bump path-to-regexp@0.1.12 (#6209)59fc270deps: path-to-regexp@0.1.11 (#5956)51fc39cdocs: add funding (#6065)8e229f94.21.1a024c8afix(deps): cookie@0.7.17e562c64.21.01bcde96fix(deps): qs@6.13.0 (#5946)7d36477fix(deps): serve-static@1.16.2 (#5951)40d2d8ffix(deps): finalhandler@1.3.1- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by jonchurch, a new releaser for express since your current version.
Updates body-parser from 1.20.2 to 1.20.3
Release notes
Sourced from body-parser's releases.
1.20.3
What's Changed
Important
- deps: qs@6.13.0
- add
depthoption to customize the depth level in the parser- IMPORTANT: The default
depthlevel for parsing URL-encoded data is now32(previously wasInfinity). DocumentationOther changes
- chore: add support for OSSF scorecard reporting by
@inigomarquinezin expressjs/body-parser#522- ci: fix errors in ci github action for node 8 and 9 by
@inigomarquinezin expressjs/body-parser#523- fix: pin to node@22.4.1 by
@wesleytoddin expressjs/body-parser#527- deps: qs@6.12.3 by
@melikhov-devin expressjs/body-parser#521- Add OSSF Scorecard badge by
@bjohansebasin expressjs/body-parser#531- Linter by
@UlisesGasconin expressjs/body-parser#534- Release: 1.20.3 by
@UlisesGasconin expressjs/body-parser#535New Contributors
@inigomarquinezmade their first contribution in expressjs/body-parser#522@melikhov-devmade their first contribution in expressjs/body-parser#521@bjohansebasmade their first contribution in expressjs/body-parser#531@UlisesGasconmade their first contribution in expressjs/body-parser#534Full Changelog: https://github.com/expressjs/body-parser/compare/1.20.2...1.20.3
Changelog
Sourced from body-parser's changelog.
1.20.3 / 2024-09-10
- deps: qs@6.13.0
- add
depthoption to customize the depth level in the parser- IMPORTANT: The default
depthlevel for parsing URL-encoded data is now32(previously wasInfinity)
Commits
17529511.20.339744cfchore: linter (#534)b2695c4Merge commit from forkade0f3fadd scorecard to readme (#531)99a1bd6deps: qs@6.12.3 (#521)9478591fix: pin to node@22.4.183db46aci: fix errors in ci github action for node 8 and 9 (#523)9d4e212chore: add support for OSSF scorecard reporting (#522)- See full diff in compare view
Maintainer changes
This version was pushed to npm by ulisesgascon, a new releaser for body-parser since your current version.
Updates braces from 3.0.2 to 3.0.3
Commits
74b2db23.0.388f1429update eslint. lint, fix unit tests.415d660Snyk js braces 6838727 (#40)190510ffix tests, skip 1 test in test/braces.expand716eb9freadme bumpa5851e5Merge pull request #37 from coderaiser/fix/vulnerability2092bd1feature: braces: add maxSymbols (https://github.com/micromatch/braces/issues/...9f5b4cffix: vulnerability (https://security.snyk.io/vuln/SNYK-JS-BRACES-6838727)98414f9remove funding file665ab5dupdate keepEscaping doc (#27)- Additional commits viewable in compare view
Updates cookie from 0.4.2 to 0.7.1
Release notes
Sourced from cookie's releases.
0.7.1
Fixed
- Allow leading dot for domain (#174)
- Although not permitted in the spec, some users expect this to work and user agents ignore the leading dot according to spec
- Add fast path for
serializewithout options, useobj.hasOwnPropertywhen parsing (#172)https://github.com/jshttp/cookie/compare/v0.7.0...v0.7.1
0.7.0
- perf: parse cookies ~10% faster (#144 by
@kurtextremand #170)- fix: narrow the validation of cookies to match RFC6265 (#167 by
@bewinsnw)- fix: add
maintopackage.jsonfor rspack (#166 by@proudparrot2)https://github.com/jshttp/cookie/compare/v0.6.0...v0.7.0
0.6.0
- Add
partitionedoption0.5.0
- Add
priorityoption- Fix
expiresoption to reject invalid dates- pref: improve default decode speed
- pref: remove slow string split in parse
Commits
cf4658f0.7.16a8b8f5Allow leading dot for domain (#174)58015c0Remove more code and perf wins (#172)ab057d60.7.05f02ca8Migrate history to GitHub releasesa5d591cMigrate history to GitHub releases51968f9Skip isNaN9e7ca51perf(parse): cache length, return early (#144)d6f39b0Fix tests for old node6bb701fRemove failing scorecard- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by blakeembrey, a new releaser for cookie since your current version.
Updates socket.io from 4.7.4 to 4.8.1
Release notes
Sourced from socket.io's releases.
socket.io@4.8.1
Due to a change in the bundler configuration, the production bundle (
socket.io.min.js) did not support sending and receiving binary data in version4.8.0. This is now fixed.Dependencies
engine.io@~6.6.0(no change)ws@~8.17.1(no change)socket.io-client@4.8.1
Bug Fixes
- bundle: do not mangle the "_placeholder" attribute (ca9e994)
Dependencies
engine.io-client@~6.6.1(no change)ws@~8.17.1(no change)socket.io-client@4.8.0
Features
Custom transport implementations
The
transportsoption now accepts an array of transport implementations:import { io } from "socket.io-client"; import { XHR, WebSocket } from "engine.io-client";const socket = io({ transports: [XHR, WebSocket] });
Here is the list of provided implementations:
Transport Description FetchHTTP long-polling based on the built-in fetch()method.NodeXHRHTTP long-polling based on the XMLHttpRequestobject provided by thexmlhttprequest-sslpackage.XHRHTTP long-polling based on the built-in XMLHttpRequestobject.NodeWebSocketWebSocket transport based on the WebSocketobject provided by thewspackage.WebSocketWebSocket transport based on the built-in WebSocketobject.WebTransportWebTransport transport based on the built-in WebTransportobject.Usage:
Transport browser Node.js Deno Bun
... (truncated)
Commits
91e1c8bchore(release): socket.io@4.8.18d5528achore(release): socket.io-client@4.8.171387e5refactor(sio-client): reexport transports from the engineaead835refactor(sio): make Namespace._fns private (#5196)029e010chore(release): engine.io-client@6.6.24ca6ddbdocs(nuxt): update example with latest versionca9e994fix(sio-client): do not mangle the "_placeholder" attribute4865f2efix(eio-client): prevent infinite loop with Node.js built-in WebSocketd4b3ddeci: use Node.js 223b68658chore: bump@fails-components/webtransportto version 1.1.4 (dev)- Additional commits viewable in compare view
Updates esbuild from 0.19.11 to 0.25.5
Release notes
Sourced from esbuild's releases.
v0.25.5
Fix a regression with
browserinpackage.json(#4187)The fix to #4144 in version 0.25.3 introduced a regression that caused
browseroverrides specified inpackage.jsonto fail to override relative path names that end in a trailing slash. That behavior change affected theaxios@0.30.0package. This regression has been fixed, and now has test coverage.Add support for certain keywords as TypeScript tuple labels (#4192)
Previously esbuild could incorrectly fail to parse certain keywords as TypeScript tuple labels that are parsed by the official TypeScript compiler if they were followed by a
?modifier. These labels includedfunction,import,infer,new,readonly, andtypeof. With this release, these keywords will now be parsed correctly. Here's an example of some affected code:type Foo = [ value: any, readonly?: boolean, // This is now parsed correctly ]Add CSS prefixes for the
stretchsizing value (#4184)This release adds support for prefixing CSS declarations such as
div { width: stretch }. That CSS is now transformed into this depending on what the--target=setting includes:div { width: -webkit-fill-available; width: -moz-available; width: stretch; }v0.25.4
Add simple support for CORS to esbuild's development server (#4125)
Starting with version 0.25.0, esbuild's development server is no longer configured to serve cross-origin requests. This was a deliberate change to prevent any website you visit from accessing your running esbuild development server. However, this change prevented (by design) certain use cases such as "debugging in production" by having your production website load code from
localhostwhere the esbuild development server is running.To enable this use case, esbuild is adding a feature to allow Cross-Origin Resource Sharing (a.k.a. CORS) for simple requests. Specifically, passing your origin to the new
corsoption will now set theAccess-Control-Allow-Originresponse header when the request has a matchingOriginheader. Note that this currently only works for requests that don't send a preflightOPTIONSrequest, as esbuild's development server doesn't currently supportOPTIONSrequests.Some examples:
CLI:
esbuild --servedir=. --cors-origin=https://example.comJS:
const ctx = await esbuild.context({}) await ctx.serve({ servedir: '.', cors: {
... (truncated)
Changelog
Sourced from esbuild's changelog.
Changelog: 2023
This changelog documents all esbuild versions published in the year 2023 (versions 0.16.13 through 0.19.11).
Commits
ea453bfpublish 0.25.5 to npm223ddc6fix #4187: browserpackage.jsonregressionb2c8251fix #4192: typescript tuple label parser edge case28cf2f3fix #4184: css prefixes forstretchbee1b09fix comment indents9ddfe5frunmake update-compat-tablec339f34fix a misplaced comment218d29epublish 0.25.4 to npme66cd0bdev server: simple support for CORS requests (#4171)8bf3368js api: validate some options as arrays of strings- Additional commits viewable in compare view
Updates @angular-devkit/build-angular from 17.1.3 to 20.1.5
Release notes
Sourced from @angular-devkit/build-angular's releases.
20.1.5
@angular/cli
Commit Description cache MCP best practices content and add tool annotations 20.1.4
@angular/cli
Commit Description skip workspace-specific tools when outside a workspace
@angular/build
Commit Description skip vite transformation of CSS-like assets 20.1.3
@angular/build
Commit Description update viteto7.0.620.1.2
@angular/cli
Commit Description defineoption is being included multiple times in the JSON help
@angular-devkit/core
Commit Description use crypto.randomUUID instead of Date.now for unique string in tmp file names 20.1.1
@angular/build
Commit Description emit a warning when outputHashingis set toallorbundleswhen HMR is enablednormalize code coverage include paths to POSIX 20.1.0
@schematics/angular
Commit Description use signal in app component
@angular/cli
Commit Description add initial MCP server implementation
@angular-devkit/build-angular| Commit | Description |
... (truncated)
Changelog
Sourced from @angular-devkit/build-angular's changelog.
20.1.5 (2025-08-06)
@angular/cli
Commit Type Description 48ca04474 fix cache MCP best practices content and add tool annotations 20.2.0-next.2 (2025-07-30)
@angular/cli
Commit Type Description 193b39416 fix skip workspace-specific tools when outside a workspace
@angular/build
Commit Type Description 7a183730c fix skip vite transformation of CSS-like assets 20.1.4 (2025-07-30)
@angular/cli
Commit Type Description 2d753cc62 fix skip workspace-specific tools when outside a workspace
@angular/build
Commit Type Description 42d72ef4d fix skip vite transformation of CSS-like assets 20.1.3 (2025-07-24)
... (truncated)
Commits
2c0e973release: cut the v20.1.5 release761bc78build: update to latest dev-infra in the workspace48ca044fix(@angular/cli): cache MCP best practices content and add tool annotations8601f06refactor(@angular/cli): update suggested MCP server configuration output2ed9c37test(@angular/cli): add initial e2e test for MCP server tool registration9a2b642refactor(@angular/cli): add instructional text to MCP serverffc4c67release: cut the v20.1.4 release2d753ccfix(@angular/cli): skip workspace-specific tools when outside a workspace42d72effix(@angular/build): skip vite transformation of CSS-like assets0489fe7refactor(@angular/build): update MCP best practices guide content- Additional commits viewable in compare view
Updates http-proxy-middleware from 2.0.6 to 2.0.9
Release notes
Sourced from http-proxy-middleware's releases.
v2.0.9
What's Changed
- fix(fixRequestBody): check readableLength by
@chimuraiin chimurai/http-proxy-middleware#1097- chore(package): v2.0.9 by
@chimuraiin chimurai/http-proxy-middleware#1099Full Changelog: https://github.com/chimurai/http-proxy-middleware/compare/v2.0.8...v2.0.9
v2.0.8
What's Changed
- fix(fixRequestBody): prevent multiple .write() calls by
@chimuraiin chimurai/http-proxy-middleware#1090- fix(fixRequestBody): handle invalid request by
@chimuraiin chimurai/http-proxy-middleware#1091- chore(package): v2.0.8 by
@chimuraiin chimurai/http-proxy-middleware#1094Full Changelog: https://github.com/chimurai/http-proxy-middleware/compare/v2.0.7...v2.0.8
v2.0.7
Full Changelog: https://github.com/chimurai/http-proxy-middleware/compare/v2.0.6...v2.0.7
v2.0.7-beta.1
Full Changelog: https://github.com/chimurai/http-proxy-middleware/compare/v2.0.7-beta.0...v2.0.7-beta.1
v2.0.7-beta.0
Full Changelog: https://github.com/chimurai/http-proxy-middleware/compare/v2.0.6...v2.0.7-beta.0
Changelog
Sourced from http-proxy-middleware's changelog.
v2.0.9
- fix(fixRequestBody): check readableLength
v2.0.8
- fix(fixRequestBody): prevent multiple .write() calls
- fix(fixRequestBody): handle invalid request
v2.0.7
- ci(github actions): add publish.yml
- fix(filter): handle errors
Commits
617a7c9chore(package): v2.0.9 (#1099)d22d587fix(fixRequestBody): check readableLength (#1097)d03d51bchore(package): v2.0.8 (#1094)c50dd06fix(fixRequestBody): handle invalid request (#1091)76a9d8dfix(fixRequestBody): prevent multiple .write() calls (#1090)1e92339ci(github-actions): fix npm tag90afb7cchore(package): v2.0.70b4274efix(filter): handle errors1bd6dd5ci(github actions): add publish.yml- See full diff in compare view
Updates nanoid from 3.3.7 to 3.3.11
Release notes
Sourced from nanoid's releases.
3.3.11
- Fixed React Native support.
3.3.10
- Fixed React Native support (by
@steida).3.3.9
- Reduced npm package size.
Changelog
Sourced from nanoid's changelog.
3.3.11
- Fixed React Native support.
3.3.10
- Fixed React Native support (by
@steida).3.3.9
- Reduced npm package size.
3.3.8
- Fixed a way to break Nano ID by passing non-integer size (by
@myndzi).
Commits
37289ceRelease 3.3.11 version23690b7Fix CIc147962Fix RN supporta83734eMove to manually ESM/CJS dual packagebb12e8aRelease 3.3.10 version8f44264Fix Expo supportadf9b0cRelease 3.3.9 version1c6f088Remove dev file from npm package3044cd5Release 3.3.8 version4fe3495Update size limit- Additional commits viewable in compare view
Updates on-headers from 1.0.2 to 1.1.0
Release notes
Sourced from on-headers's releases.
1.1.0
Important
What's Changed
- Migrate CI pipeline to GitHub actions by
@carpassein jshttp/on-headers#12- fix README.md badges by
@carpassein jshttp/on-headers#13- add OSSF scorecard action by
@carpassein jshttp/on-headers#14- fix: use
ubuntu-latestas ci runner by@UlisesGasconin jshttp/on-headers#19- ci: apply OSSF Scorecard security best practices by
@UlisesGasconin jshttp/on-headers#20- 👷 add upstream change detection by
@ctcpipin jshttp/on-headers#31- ✨ add script to update known hashes by
@ctcpipin jshttp/on-headers#32- 💚 update CI - add newer node versions by
@ctcpipin jshttp/on-headers#33New Contributors
@carpassemade their first contribution in jshttp/on-headers#12@UlisesGasconmade their first contribution in jshttp/on-headers#19@ctcpipmade their first contribution in jshttp/on-headers#31Full Changelog: https://github.com/jshttp/on-headers/compare/v1.0.2...v1.1.0
Commits
4b017af1.1.0b636f2d♻️ refactor header array code3e2c2d4✨ ignore falsy header keys, matching node behavior172eb41✨ support duplicate headersc6e3849🔒️ fix array handling6893518💚 update CI - add newer node versions56a345d✨ add script to update known hashes175ab21👷 add upstream change detection (#31)ce0b2c8ci: apply OSSF Scorecard security best practices (#20)1a38c54fix: useubuntu-latestas ci runner (#19)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by ulisesgascon, a new releaser for on-headers since your current version.
Updates path-to-regexp from 0.1.7 to 0.1.12
Release notes
Sourced from path-to-regexp's releases.
Fix backtracking (again)
Fixed
- Improved backtracking protection for 0.1.x, will break some previously valid paths (see previous advisory: https://github.com/pillarjs/path-to-regexp/security/advisories/GHSA-9wv6-86v2-598j)
https://github.com/pillarjs/path-to-regexp/compare/v0.1.11...v0.1.12
Error on bad input
Changed
- Add error on bad input values 8f09549
https://github.com/pillarjs/path-to-regexp/compare/v0.1.10...v0.1.11
Backtrack protection
Fixed
- Add backtrack protection to parameters 29b96b4
- This will break some edge cases but should improve performance
https://github.com/pillarjs/path-to-regexp/compare/v0.1.9...v0.1.10
Support non-lookahead regex output
Added
- Allow a non-lookahead regex (#312) c4272e4
https://github.com/component/path-to-regexp/compare/v0.1.8...v0.1.9
Support named matching groups in
RegExpAdded
- Add support for named matching groups (#301) 114f62d
https://github.com/pillarjs/path-to-regexp/compare/v0.1.7...v0.1.8
Commits
640e6940.1.12f01c26aMerge commit from fork0c711920.1.118f09549Add error on bad input valuesc827fce0.1.1029b96b4Add backtrack protection to parametersac4c234Update repo url (#314)bdb66350.1.9c4272e4Allow a non-lookahead regex (#312)51a19550.1.8- Additional commits viewable in compare view
Updates rollup from 4.9.6 to 4.44.1
Release notes
Sourced from rollup's releases.
v4.44.1
4.44.1
2025-06-26
Bug Fixes
- Reinstate maxParallelFileOps limit of 1000 to resolve the issue for some (#5992)
Pull Requests
- #5988: fix(deps): lock file maintenance minor/patch updates (
@renovate[bot],@lukastaegert)- #5992: Set maxParallelFileOps to 1000 (
@lukastaegert)v4.44.0
4.44.0
2025-06-19
Features
- Remove limit on
maxParallelFileOpsas this could break watch mode with the commonjs plugin (#5986)Bug Fixes
- Provide better source mappings when coarse intermediate maps are used (#5985)
Pull Requests
- #5984: fix(deps): lock file maintenance minor/patch updates (
@renovate[bot],@lukastaegert)- #5985: Improve approximation of coarse sourcemap segments (
@TrickyPi)- #5986: Remove limit on max parallel file ops (
@lukastaegert)v4.43.0
4.43.0
2025-06-11
Features
- Provide new
fsoption andthis.fsAPI to replace file system (#5944)Pull Requests
- #5944: feat(options): Add an option for overriding the file system module in the JS API (
@EggDice,@lukastaeger...Description has been truncated
Pull Request Statistics
1
4
+12168
-7372
Package Dependencies
@angular-devkit/build-angular
npm
17.1.3 → 20.1.5
Major
Security Advisories
path-to-regexp outputs backtracking regular expressions
cookie accepts cookie name, path, and domain with out of bounds characters
on-headers is vulnerable to http response header manipulation
Technical Details
| ID: | 4694719 |
| UUID: | 2725517681 |
| Node ID: | PR_kwDOLP6sz86idBlx |
| Host: | GitHub |
| Repository: | batuhan-basoglu/NET-Web-API-w-Angular |
| Mergeable: | Yes |
| Merge State: | Unstable |