Skip to content

Commit

Permalink
Merge pull request #1082 from lisagorewitdecker/snyk-upgrade-564cbeef…
Browse files Browse the repository at this point in the history
…161c08d1881c419b1c0270e8

[Snyk] Upgrade path-to-regexp from 0.1.10 to 8.2.0
security update
  • Loading branch information
lisagorewitdecker authored Jan 3, 2025
2 parents df61c02 + 20a7427 commit f96c3a0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
6 changes: 3 additions & 3 deletions applying-css-classes-dynamically-ngClass/package-lock.json

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

9 changes: 5 additions & 4 deletions applying-css-classes-dynamically-ngClass/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@
"postcss": ">=8.4.49",
"rxjs": "~7.8.1",
"tslib": "^2.7.0",
"path-to-regexp": ">=0.1.12",
"nanoid": ">=5.0.9"
"path-to-regexp": ">=8.2.0",
"nanoid": ">=3.3.8"

},
"devDependencies": {
"@angular-devkit/build-angular": "^18.2.11",
Expand All @@ -45,7 +46,7 @@
"rxjs": "~7.8.1",
"tslib": "^2.7.0",
"typescript": "~4.9.4",
"path-to-regexp": ">=0.1.12",
"nanoid": ">=5.0.9"
"path-to-regexp": ">=8.2.0",
"nanoid": ">=3.3.8"
}
}

0 comments on commit f96c3a0

Please sign in to comment.