Update dependency zone.js to ~0.14.0
Some checks failed
charlyghislain/charlyghislaindotcom/pipeline/pr-master There was a failure building this commit

This commit is contained in:
renovate 2023-09-19 01:01:59 +00:00
parent 52d04a7462
commit 68b971fb3e
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -10234,9 +10234,9 @@
"dev": true
},
"zone.js": {
"version": "0.11.8",
"resolved": "https://registry.npmjs.org/zone.js/-/zone.js-0.11.8.tgz",
"integrity": "sha512-82bctBg2hKcEJ21humWIkXRlLBBmrc3nN7DFh5LGGhcyycO2S7FN8NmdvlcKaGFDNVL4/9kFLmwmInTavdJERA==",
"version": "0.14.0",
"resolved": "https://registry.npmjs.org/zone.js/-/zone.js-0.14.0.tgz",
"integrity": "sha512-Sz0G0TjMuyApIcuTJeK742+xLLKEPjYtkdBEazBlYePHkICVp9DPKqI/4dJt3LCtQBd52sCxz23uAFJ2OJa6Ow==",
"requires": {
"tslib": "^2.3.0"
}

View File

@ -24,7 +24,7 @@
"luxon": "^3.0.0",
"rxjs": "^7.0.0",
"tslib": "^2.0.0",
"zone.js": "~0.11.5"
"zone.js": "~0.14.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "~13.3.3",