Skip to content

Commit

Permalink
fix: adding resolutions for path-to-regexp to fix dependabot issue (#…
Browse files Browse the repository at this point in the history
…5783)

* fix: adding resolutions for path-to-regexp to fix dependabot issue

* fix: downgrading path-to-regexp to 0.1.10

* pinning serve-handler's import of path-to-regexp to new safe version

* chore: updating pinned version
  • Loading branch information
jordanvn committed Sep 16, 2024
1 parent aa07847 commit f2fb980
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 23 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@
"**/@angular-devkit/build-angular/webpack": "^5.76.0",
"**/@size-limit/webpack/webpack": "^5.76.0",
"**/serve/serve-handler/minimatch": "3.0.5",
"**/serve/serve-handler/path-to-regexp": "3.3.0",
"@adobe/css-tools": "^4.3.2",
"@babel/traverse": "7.23.2",
"@cypress/request": "^3.0.0",
Expand All @@ -89,6 +90,7 @@
"loader-utils": "2.0.4",
"node-forge": "1.3.0",
"nth-check": "^2.0.1",
"path-to-regexp": "0.1.10",
"postcss": "^8.4.31",
"prismjs": "^1.25.0",
"react": "18.2.0",
Expand Down
46 changes: 23 additions & 23 deletions yarn.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f2fb980

Please sign in to comment.