Skip to content

Commit

Permalink
Merge branch 'main' into snyk-upgrade-21fbe5a3079ba1906b8a8d830f7e338b
Browse files Browse the repository at this point in the history
  • Loading branch information
lisagorewitdecker authored Jan 3, 2025
2 parents edcf1c1 + be78792 commit 9a13ba1
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 12 deletions.
12 changes: 6 additions & 6 deletions first-app/package-lock.json

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

4 changes: 2 additions & 2 deletions first-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
},
"private": true,
"dependencies": {
"@angular/animations": "^14.2.0",
"@angular/common": "^19.0.1",
"@angular/animations": "^19.0.1",
"@angular/common": "^14.2.0",
"@angular/compiler": "^14.2.0",
"@angular/core": "^14.2.0",
"@angular/forms": "^19.0.3",
Expand Down
3 changes: 1 addition & 2 deletions prj-start-c/package-lock.json

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

4 changes: 2 additions & 2 deletions prj-start-c/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"zone.js": "~0.15.0",
"ip": "<= 2.0.1",
"nanoid": ">=3.3.8",
"path-to-regexp": ">=0.1.12"
"path-to-regexp": ">=8.2.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^18.2.6",
Expand All @@ -60,6 +60,6 @@
"zone.js": "~0.15.0",
"ip": "<= 2.0.1",
"nanoid": ">=3.3.8",
"path-to-regexp": ">=0.1.12"
"path-to-regexp": ">=8.2.0"
}
}

0 comments on commit 9a13ba1

Please sign in to comment.