Bump zone.js from 0.14.6 to 0.14.7 (#2183)

Bumps [zone.js](https://github.com/angular/angular/tree/HEAD/packages/zone.js) from 0.14.6 to 0.14.7.
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/packages/zone.js/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/zone.js-0.14.7/packages/zone.js)

---
updated-dependencies:
- dependency-name: zone.js
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-06-06 21:55:50 +00:00 committed by GitHub
parent c9cc1e5d69
commit b3d9616c59
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -71,7 +71,7 @@
"ts-node": "10.9.2",
"tslib": "2.6.3",
"typescript": "5.4.4",
"zone.js": "0.14.6"
"zone.js": "0.14.7"
}
},
"node_modules/@aashutoshrathi/word-wrap": {
@ -18019,9 +18019,9 @@
}
},
"node_modules/zone.js": {
"version": "0.14.6",
"resolved": "https://registry.npmjs.org/zone.js/-/zone.js-0.14.6.tgz",
"integrity": "sha512-vyRNFqofdaHVdWAy7v3Bzmn84a1JHWSjpuTZROT/uYn8I3p2cmo7Ro9twFmYRQDPhiYOV7QLk0hhY4JJQVqS6Q==",
"version": "0.14.7",
"resolved": "https://registry.npmjs.org/zone.js/-/zone.js-0.14.7.tgz",
"integrity": "sha512-0w6DGkX2BPuiK/NLf+4A8FLE43QwBfuqz2dVgi/40Rj1WmqUskCqj329O/pwrqFJLG5X8wkeG2RhIAro441xtg==",
"dev": true
}
}

View File

@ -119,7 +119,7 @@
"ts-node": "10.9.2",
"tslib": "2.6.3",
"typescript": "5.4.4",
"zone.js": "0.14.6"
"zone.js": "0.14.7"
},
"overrides": {
"node-fetch": "2.7.0",