Skip to content

Commit

Permalink
Merge pull request #334 from tuanicom/snyk-upgrade-e57140ca55b18094ee…
Browse files Browse the repository at this point in the history
…e7554f080fa457

[Snyk] Upgrade zone.js from 0.13.3 to 0.14.0
  • Loading branch information
tuanicom authored Oct 12, 2023
2 parents 58b3877 + 0dabe23 commit 98974fc
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions frontend/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 frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"sass": "^1.66.1",
"snyk": "^1.1216.0",
"tslib": "^2.6.0",
"zone.js": "~0.13.2"
"zone.js": "~0.14.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "16.1.3",
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/polyfills.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ import '@angular/localize/init';
/***************************************************************************************************
* Zone JS is required by default for Angular itself.
*/
import 'zone.js/dist/zone'; // Included with Angular CLI.
import 'zone.js'; // Included with Angular CLI.



Expand Down
2 changes: 1 addition & 1 deletion frontend/src/test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// This file is required by karma.conf.js and loads recursively all the .spec and framework files

import 'zone.js/dist/zone-testing';
import 'zone.js/testing';
import { getTestBed } from '@angular/core/testing';
import {
BrowserDynamicTestingModule,
Expand Down

0 comments on commit 98974fc

Please sign in to comment.