chore(deps): upgrade path-to-regexp to address a security vulnerability#2251
chore(deps): upgrade path-to-regexp to address a security vulnerability#2251
path-to-regexp to address a security vulnerability#2251Conversation
3d5e0dc to
46d282c
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2251 +/- ##
=======================================
Coverage 87.78% 87.78%
=======================================
Files 19 19
Lines 1646 1646
Branches 464 464
=======================================
Hits 1445 1445
Misses 194 194
Partials 7 7 ☔ View full report in Codecov by Sentry. |
| }, | ||
| "scripts": { | ||
| "prepare": "npm run build", | ||
| "build": "tsc", |
There was a problem hiding this comment.
Ensure we clean out the dist/ directory of transpiled files to be published first before building.
| "engines": { | ||
| "node": ">=12.13.0", | ||
| "npm": ">=6.12.0" | ||
| "node": ">=14.21.3", |
There was a problem hiding this comment.
These values are based on the node JS release schedule, and the latest patch version of node 14 that is available (but also EOL) as well as the npm version bundled with it.
| { | ||
| "$schema": "https://json.schemastore.org/tsconfig", | ||
| "compilerOptions": { | ||
| /* Basic Options */ |
There was a problem hiding this comment.
Cleaning this file up so that JSON LSPs can deal with them - comments are not valid JSON.
seratch
left a comment
There was a problem hiding this comment.
Thank you! Looks good to me
partially fixes #2242