Browse Source

Upgrade zone.js to version 0.14.10

pull/3669/head
Thomas Kaul 1 year ago
parent
commit
8645ba7818
  1. 13
      package-lock.json
  2. 2
      package.json

13
package-lock.json

@ -1,12 +1,12 @@
{ {
"name": "ghostfolio", "name": "ghostfolio",
"version": "2.101.0", "version": "2.103.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "ghostfolio", "name": "ghostfolio",
"version": "2.101.0", "version": "2.103.0",
"hasInstallScript": true, "hasInstallScript": true,
"license": "AGPL-3.0", "license": "AGPL-3.0",
"dependencies": { "dependencies": {
@ -92,7 +92,7 @@
"twitter-api-v2": "1.14.2", "twitter-api-v2": "1.14.2",
"uuid": "9.0.1", "uuid": "9.0.1",
"yahoo-finance2": "2.11.3", "yahoo-finance2": "2.11.3",
"zone.js": "0.14.7" "zone.js": "0.14.10"
}, },
"devDependencies": { "devDependencies": {
"@angular-devkit/build-angular": "18.1.1", "@angular-devkit/build-angular": "18.1.1",
@ -34390,9 +34390,10 @@
} }
}, },
"node_modules/zone.js": { "node_modules/zone.js": {
"version": "0.14.7", "version": "0.14.10",
"resolved": "https://registry.npmjs.org/zone.js/-/zone.js-0.14.7.tgz", "resolved": "https://registry.npmjs.org/zone.js/-/zone.js-0.14.10.tgz",
"integrity": "sha512-0w6DGkX2BPuiK/NLf+4A8FLE43QwBfuqz2dVgi/40Rj1WmqUskCqj329O/pwrqFJLG5X8wkeG2RhIAro441xtg==" "integrity": "sha512-YGAhaO7J5ywOXW6InXNlLmfU194F8lVgu7bRntUF3TiG8Y3nBK0x1UJJuHUP/e8IyihkjCYqhCScpSwnlaSRkQ==",
"license": "MIT"
} }
} }
} }

2
package.json

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

Loading…
Cancel
Save