Skip to content

Commit ba7a808

Browse files
authored
Resolving CG alerts (#2534)
* cg fixes * more cg updateds * angular updates
1 parent 7ef6d83 commit ba7a808

10 files changed

Lines changed: 5001 additions & 5355 deletions

File tree

Nodejs/Tests/MockProjects/NodeAppWithAngularTests/package-lock.json

Lines changed: 4444 additions & 4375 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Nodejs/Tests/MockProjects/NodeAppWithAngularTests/package.json

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,20 @@
1212
"private": true,
1313
"dependencies": {
1414
"@angular/animations": "~18.1.4",
15-
"@angular/common": "~19.2.16",
16-
"@angular/compiler": "~18.1.4",
15+
"@angular/common": "^21.0.3",
16+
"@angular/compiler": "^21.0.3",
1717
"@angular/core": "~18.1.4",
18-
"@angular/forms": "~18.1.4",
19-
"@angular/platform-browser": "~18.1.4",
20-
"@angular/platform-browser-dynamic": "~18.1.4",
21-
"@angular/router": "~18.1.4",
18+
"@angular/forms": "^21.0.3",
19+
"@angular/platform-browser": "^21.0.3",
20+
"@angular/platform-browser-dynamic": "^21.0.3",
21+
"@angular/router": "^21.0.3",
2222
"rxjs": "~7.8.1",
2323
"tslib": "^2.6.3",
2424
"zone.js": "~0.14.10"
2525
},
2626
"devDependencies": {
27-
"@angular/cli": "~18.1.4",
28-
"@angular/compiler-cli": "~18.1.4",
27+
"@angular/cli": "^21.0.2",
28+
"@angular/compiler-cli": "^21.0.3",
2929
"@types/jasmine": "~5.1.4",
3030
"@types/jasminewd2": "~2.0.13",
3131
"@types/node": "^22.2.0",
@@ -39,5 +39,9 @@
3939
"ts-node": "~10.9.2",
4040
"tslint": "~6.1.3",
4141
"typescript": "~5.5.4"
42+
},
43+
"overrides": {
44+
"brace-expansion": "1.1.12",
45+
"js-yaml": "3.14.2"
4246
}
4347
}

Nodejs/Tests/MockProjects/NodeAppWithTestsConfiguredOnProject/package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Nodejs/Tests/MockProjects/NodeAppWithTestsConfiguredOnProject/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,9 @@
88
},
99
"dependencies": {
1010
"mocha": "^10.7.3"
11+
},
12+
"overrides":{
13+
"js-yaml": "4.1.1",
14+
"brace-expansion": "2.0.2"
1115
}
1216
}

0 commit comments

Comments
 (0)