build(deps-dev): Bump zone.js from 0.13.1 to 0.13.2 (#1754)

Bumps [zone.js](https://github.com/angular/angular/tree/HEAD/packages/zone.js) from 0.13.1 to 0.13.2.
- [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.13.2/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] 2023-09-11 21:21:37 +00:00 committed by GitHub
parent f63a9f7c69
commit 1dd4d46ca8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -71,7 +71,7 @@
"ts-node": "10.9.1",
"tslib": "2.6.2",
"typescript": "5.1.6",
"zone.js": "0.13.1"
"zone.js": "0.13.2"
}
},
"node_modules/@aashutoshrathi/word-wrap": {
@ -17537,9 +17537,9 @@
}
},
"node_modules/zone.js": {
"version": "0.13.1",
"resolved": "https://registry.npmjs.org/zone.js/-/zone.js-0.13.1.tgz",
"integrity": "sha512-+bIeDAFEBYuXRuU3qGQvzdPap+N1zjM4KkBAiiQuVVCrHrhjDuY6VkUhNa5+U27+9w0q3fbKiMCbpJ0XzMmSWA==",
"version": "0.13.2",
"resolved": "https://registry.npmjs.org/zone.js/-/zone.js-0.13.2.tgz",
"integrity": "sha512-Lyot3ocK+sixOU16CxmiBjUhkB+YYRRQuFwdJo1EDefHfEGB04it/86bjHnwg/lx4Z9YAmP8TDIalwp5qpDndw==",
"dev": true,
"dependencies": {
"tslib": "^2.3.0"

View File

@ -119,7 +119,7 @@
"ts-node": "10.9.1",
"tslib": "2.6.2",
"typescript": "5.1.6",
"zone.js": "0.13.1"
"zone.js": "0.13.2"
},
"overrides" : {
"node-fetch": "2.6.9",