Browse Source

Upgrade zone.js to version 0.15.0

pull/4028/head
Thomas Kaul 10 months ago
parent
commit
2a142caf4f
  1. 150
      package-lock.json
  2. 2
      package.json

150
package-lock.json

@ -91,7 +91,7 @@
"twitter-api-v2": "1.14.2",
"uuid": "9.0.1",
"yahoo-finance2": "2.11.3",
"zone.js": "0.14.10"
"zone.js": "0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "18.2.9",
@ -338,6 +338,74 @@
}
}
},
"node_modules/@angular-devkit/build-angular/node_modules/@angular/build": {
"version": "18.2.9",
"resolved": "https://registry.npmjs.org/@angular/build/-/build-18.2.9.tgz",
"integrity": "sha512-o1hOEM2e6ARy+ck2Pohl0d/RFgbbXTw6/hTLAj3CBKjtqAGStRaVF2UlJjhi+xOxlfsOPuJJc9IpzLBteku+Ag==",
"license": "MIT",
"dependencies": {
"@ampproject/remapping": "2.3.0",
"@angular-devkit/architect": "0.1802.9",
"@babel/core": "7.25.2",
"@babel/helper-annotate-as-pure": "7.24.7",
"@babel/helper-split-export-declaration": "7.24.7",
"@babel/plugin-syntax-import-attributes": "7.24.7",
"@inquirer/confirm": "3.1.22",
"@vitejs/plugin-basic-ssl": "1.1.0",
"browserslist": "^4.23.0",
"critters": "0.0.24",
"esbuild": "0.23.0",
"fast-glob": "3.3.2",
"https-proxy-agent": "7.0.5",
"listr2": "8.2.4",
"lmdb": "3.0.13",
"magic-string": "0.30.11",
"mrmime": "2.0.0",
"parse5-html-rewriting-stream": "7.0.0",
"picomatch": "4.0.2",
"piscina": "4.6.1",
"rollup": "4.22.4",
"sass": "1.77.6",
"semver": "7.6.3",
"vite": "5.4.6",
"watchpack": "2.4.1"
},
"engines": {
"node": "^18.19.1 || ^20.11.1 || >=22.0.0",
"npm": "^6.11.0 || ^7.5.6 || >=8.0.0",
"yarn": ">= 1.13.0"
},
"peerDependencies": {
"@angular/compiler-cli": "^18.0.0",
"@angular/localize": "^18.0.0",
"@angular/platform-server": "^18.0.0",
"@angular/service-worker": "^18.0.0",
"less": "^4.2.0",
"postcss": "^8.4.0",
"tailwindcss": "^2.0.0 || ^3.0.0",
"typescript": ">=5.4 <5.6"
},
"peerDependenciesMeta": {
"@angular/localize": {
"optional": true
},
"@angular/platform-server": {
"optional": true
},
"@angular/service-worker": {
"optional": true
},
"less": {
"optional": true
},
"postcss": {
"optional": true
},
"tailwindcss": {
"optional": true
}
}
},
"node_modules/@angular-devkit/build-angular/node_modules/rxjs": {
"version": "7.8.1",
"resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.8.1.tgz",
@ -530,74 +598,6 @@
"@angular/core": "18.2.8"
}
},
"node_modules/@angular/build": {
"version": "18.2.9",
"resolved": "https://registry.npmjs.org/@angular/build/-/build-18.2.9.tgz",
"integrity": "sha512-o1hOEM2e6ARy+ck2Pohl0d/RFgbbXTw6/hTLAj3CBKjtqAGStRaVF2UlJjhi+xOxlfsOPuJJc9IpzLBteku+Ag==",
"license": "MIT",
"dependencies": {
"@ampproject/remapping": "2.3.0",
"@angular-devkit/architect": "0.1802.9",
"@babel/core": "7.25.2",
"@babel/helper-annotate-as-pure": "7.24.7",
"@babel/helper-split-export-declaration": "7.24.7",
"@babel/plugin-syntax-import-attributes": "7.24.7",
"@inquirer/confirm": "3.1.22",
"@vitejs/plugin-basic-ssl": "1.1.0",
"browserslist": "^4.23.0",
"critters": "0.0.24",
"esbuild": "0.23.0",
"fast-glob": "3.3.2",
"https-proxy-agent": "7.0.5",
"listr2": "8.2.4",
"lmdb": "3.0.13",
"magic-string": "0.30.11",
"mrmime": "2.0.0",
"parse5-html-rewriting-stream": "7.0.0",
"picomatch": "4.0.2",
"piscina": "4.6.1",
"rollup": "4.22.4",
"sass": "1.77.6",
"semver": "7.6.3",
"vite": "5.4.6",
"watchpack": "2.4.1"
},
"engines": {
"node": "^18.19.1 || ^20.11.1 || >=22.0.0",
"npm": "^6.11.0 || ^7.5.6 || >=8.0.0",
"yarn": ">= 1.13.0"
},
"peerDependencies": {
"@angular/compiler-cli": "^18.0.0",
"@angular/localize": "^18.0.0",
"@angular/platform-server": "^18.0.0",
"@angular/service-worker": "^18.0.0",
"less": "^4.2.0",
"postcss": "^8.4.0",
"tailwindcss": "^2.0.0 || ^3.0.0",
"typescript": ">=5.4 <5.6"
},
"peerDependenciesMeta": {
"@angular/localize": {
"optional": true
},
"@angular/platform-server": {
"optional": true
},
"@angular/service-worker": {
"optional": true
},
"less": {
"optional": true
},
"postcss": {
"optional": true
},
"tailwindcss": {
"optional": true
}
}
},
"node_modules/@angular/cdk": {
"version": "18.2.9",
"resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-18.2.9.tgz",
@ -27957,9 +27957,9 @@
}
},
"node_modules/ordered-binary": {
"version": "1.5.2",
"resolved": "https://registry.npmjs.org/ordered-binary/-/ordered-binary-1.5.2.tgz",
"integrity": "sha512-JTo+4+4Fw7FreyAvlSLjb1BBVaxEQAacmjD3jjuyPZclpbEghTvQZbXBb2qPd2LeIMxiHwXBZUcpmG2Gl/mDEA==",
"version": "1.5.3",
"resolved": "https://registry.npmjs.org/ordered-binary/-/ordered-binary-1.5.3.tgz",
"integrity": "sha512-oGFr3T+pYdTGJ+YFEILMpS3es+GiIbs9h/XQrclBXUtd44ey7XwfsMzM31f64I1SQOawDoDr/D823kNCADI8TA==",
"license": "MIT"
},
"node_modules/os-tmpdir": {
@ -35232,9 +35232,9 @@
}
},
"node_modules/zone.js": {
"version": "0.14.10",
"resolved": "https://registry.npmjs.org/zone.js/-/zone.js-0.14.10.tgz",
"integrity": "sha512-YGAhaO7J5ywOXW6InXNlLmfU194F8lVgu7bRntUF3TiG8Y3nBK0x1UJJuHUP/e8IyihkjCYqhCScpSwnlaSRkQ==",
"version": "0.15.0",
"resolved": "https://registry.npmjs.org/zone.js/-/zone.js-0.15.0.tgz",
"integrity": "sha512-9oxn0IIjbCZkJ67L+LkhYWRyAy7axphb3VgE2MBDlOqnmHMPWGYMxJxBYFueFq/JGY2GMwS0rU+UCLunEmy5UA==",
"license": "MIT"
}
}

2
package.json

@ -137,7 +137,7 @@
"twitter-api-v2": "1.14.2",
"uuid": "9.0.1",
"yahoo-finance2": "2.11.3",
"zone.js": "0.14.10"
"zone.js": "0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "18.2.9",

Loading…
Cancel
Save