Skip to content

Commit

Permalink
chore(deps): update dependency jsonc-parser to ~3.3.0 (#19348)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Giancarlo Cordero Ortiz <[email protected]>
Co-authored-by: Giancarlo Cordero Ortiz <[email protected]>
Co-authored-by: Hak Woo Kim <[email protected]>
  • Loading branch information
4 people authored Oct 10, 2024
1 parent e9f68e6 commit 9cfdfd1
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 11 deletions.
38 changes: 31 additions & 7 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@
"jest-circus": "^29.0.0",
"jest-environment-node": "^29.0.0",
"jest-preset-angular": "13.1.6",
"jsonc-parser": "~3.2.1",
"jsonc-parser": "~3.3.0",
"karma": "~6.4.1",
"karma-chrome-launcher": "~3.2.0",
"karma-cli": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion projects/schematics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@angular-devkit/schematics": "^17.0.5",
"@angular/compiler": "^17.0.5",
"@schematics/angular": "^17.0.5",
"jsonc-parser": "~3.2.1",
"jsonc-parser": "~3.3.0",
"parse5": "^7.1.2",
"typescript": "^5.2.2"
},
Expand Down
2 changes: 1 addition & 1 deletion projects/schematics/src/dependencies.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@angular-devkit/schematics": "^17.0.5",
"@angular/compiler": "^17.0.5",
"@schematics/angular": "^17.0.5",
"jsonc-parser": "~3.2.1",
"jsonc-parser": "~3.3.0",
"parse5": "^7.1.2",
"typescript": "^5.2.2"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ exports[`Spartacus Schematics: ng-add should add spartacus properly with SSR 2`]
"@types/jasmine": "~5.1.0",
"@types/node": "^18.18.0",
"jasmine-core": "~5.1.0",
"jsonc-parser": "~3.2.1",
"jsonc-parser": "~3.3.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.0",
Expand Down

0 comments on commit 9cfdfd1

Please sign in to comment.