Skip to content

Commit d4c0697

Browse files
chore(deps): remediate security alerts across examples
Refresh npm/pnpm/composer lockfiles and bump targeted dependency constraints so Dependabot advisories are fixed in example projects while preserving build compatibility.
1 parent 31a7ddf commit d4c0697

34 files changed

Lines changed: 15540 additions & 9476 deletions

examples/angular/package-lock.json

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

examples/angular/package.json

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,23 +11,23 @@
1111
},
1212
"private": true,
1313
"dependencies": {
14-
"@angular/animations": "^21.0.8",
15-
"@angular/common": "^21.0.8",
16-
"@angular/compiler": "^21.0.8",
17-
"@angular/core": "^21.0.8",
18-
"@angular/forms": "^21.0.8",
19-
"@angular/platform-browser": "^21.0.8",
20-
"@angular/platform-browser-dynamic": "^21.0.8",
21-
"@angular/router": "^21.0.8",
14+
"@angular/animations": "21.2.0",
15+
"@angular/common": "21.2.0",
16+
"@angular/compiler": "21.2.0",
17+
"@angular/core": "21.2.0",
18+
"@angular/forms": "21.2.0",
19+
"@angular/platform-browser": "21.2.0",
20+
"@angular/platform-browser-dynamic": "21.2.0",
21+
"@angular/router": "21.2.0",
2222
"@nutrient-sdk/viewer": "1.12.0",
2323
"rxjs": "~7.8.2",
2424
"tslib": "^2.8.1",
2525
"zone.js": "~0.16.0"
2626
},
2727
"devDependencies": {
28-
"@angular-devkit/build-angular": "^21.0.2",
29-
"@angular/cli": "^21.0.2",
30-
"@angular/compiler-cli": "^21.0.8",
28+
"@angular-devkit/build-angular": "21.2.0",
29+
"@angular/cli": "21.2.0",
30+
"@angular/compiler-cli": "21.2.0",
3131
"@types/jasmine": "~5.1.13",
3232
"express": "^4.21.2",
3333
"jasmine-core": "~5.12.1",
@@ -39,6 +39,8 @@
3939
"typescript": "~5.9.3"
4040
},
4141
"overrides": {
42-
"qs": "^6.14.1"
42+
"ajv": "^8.18.0",
43+
"qs": "^6.14.2",
44+
"webpack": "^5.104.1"
4345
}
4446
}

examples/electron-nodeintegration/package-lock.json

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

examples/electron/package-lock.json

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

0 commit comments

Comments
 (0)