Files
cypress/system-tests/projects/angular-21/package.json
T
Muaz Othman 513655cf83 dependency: remediate minimatch, serialize-javascript, and vite vulnerabilities (#33461)
* fix(deps): remediate package vulnerabilities

- Bump minimatch from 3.1.2 to 3.1.3 in data-context, driver, and
  network packages to address ReDoS vulnerability
- Add yarn resolutions to pin minimatch across transitive dependencies
  (lerna, nx, editorconfig, graphql-config, mocha, serve-handler)
- Add serialize-javascript 7.0.3 resolution to fix XSS vulnerability
- Remove obsolete socket.io-parser resolution
- Bump vite from 3.2.11 to 4.5.12 in outdated-deps test projects and
  update corresponding e2e test assertions
- Bump Angular 21 test project dependencies from ^21.0.0 to ^21.2.0

* fix(deps): pin mocha minimatch resolution to 3.1.3

- Change mocha-7.2.0/minimatch resolution from 5.1.8 to 3.1.3 since
  mocha 7.2.0 depends on minimatch ^3.0.4, which is incompatible with
  the 5.x major version. This removes the unused minimatch@5.1.8 entry
  from yarn.lock.

* docs(changelog): add entries for minimatch and serialize-javascript upgrades

- Add dependency update changelog entries for minimatch 3.1.3 and
  serialize-javascript 7.0.3 vulnerability remediations in PR #33461

* chore: update CI cache version to 03-10-2026

* docs(cli): move minimatch and serialize-javascript entries to 15.13.0

Move the minimatch and serialize-javascript dependency upgrade entries
from 15.12.0 to the pending 15.13.0 release section so they are listed
under the correct version.

Closes #33461

Made-with: Cursor
2026-03-16 14:01:14 -05:00

33 lines
826 B
JSON

{
"name": "angular-21",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "ng build",
"ng": "ng",
"start": "ng serve",
"test": "ng test",
"watch": "ng build --watch --configuration development"
},
"dependencies": {
"@angular/common": "^21.2.0",
"@angular/compiler": "^21.2.0",
"@angular/core": "^21.2.0",
"@angular/forms": "^21.2.0",
"@angular/platform-browser": "^21.2.0",
"@angular/router": "^21.2.0",
"rxjs": "~7.8.0",
"tslib": "^2.3.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^21.2.0",
"@angular/build": "^21.2.0",
"@angular/cli": "^21.2.0",
"@angular/compiler-cli": "^21.2.0",
"@angular/platform-browser-dynamic": "^21.2.0",
"jsdom": "^27.1.0",
"typescript": "~5.9.2",
"vitest": "^4.0.8"
}
}