upgraded wikitree-js version

This commit is contained in:
Przemek Więch
2026-03-04 19:59:25 +01:00
parent c447d74880
commit 4f01ec95c9
2 changed files with 9 additions and 8 deletions

15
package-lock.json generated
View File

@@ -44,7 +44,7 @@
"topola": "^3.8.3",
"turbocommons-ts": "^3.8.0",
"unified": "^11.0.5",
"wikitree-js": "^0.4.0"
"wikitree-js": "^0.5.0"
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
@@ -12840,9 +12840,10 @@
}
},
"node_modules/wikitree-js": {
"version": "0.4.0",
"resolved": "https://registry.npmjs.org/wikitree-js/-/wikitree-js-0.4.0.tgz",
"integrity": "sha512-ZNlXbm9RiLQ0oZ7m4CotsYafeQ4YKJuRdxC/OcjjSvhVf16nAhocw5fTjhMBq9EKnXvK5+F7+k+nULdQFXDyIg==",
"version": "0.5.0",
"resolved": "https://registry.npmjs.org/wikitree-js/-/wikitree-js-0.5.0.tgz",
"integrity": "sha512-qc5Jr/11ZQG6JAvT19QEdGPGhqH3lneKfFGWuRbvgb3+QK2L+Anf5WnEG+QsH5vgII50m39tjFcVIBaUAP+JuA==",
"license": "Apache 2.0",
"dependencies": {
"cross-fetch": "^3.1.5",
"form-data": "^4.0.0",
@@ -22144,9 +22145,9 @@
}
},
"wikitree-js": {
"version": "0.4.0",
"resolved": "https://registry.npmjs.org/wikitree-js/-/wikitree-js-0.4.0.tgz",
"integrity": "sha512-ZNlXbm9RiLQ0oZ7m4CotsYafeQ4YKJuRdxC/OcjjSvhVf16nAhocw5fTjhMBq9EKnXvK5+F7+k+nULdQFXDyIg==",
"version": "0.5.0",
"resolved": "https://registry.npmjs.org/wikitree-js/-/wikitree-js-0.5.0.tgz",
"integrity": "sha512-qc5Jr/11ZQG6JAvT19QEdGPGhqH3lneKfFGWuRbvgb3+QK2L+Anf5WnEG+QsH5vgII50m39tjFcVIBaUAP+JuA==",
"requires": {
"cross-fetch": "^3.1.5",
"form-data": "^4.0.0",

View File

@@ -39,7 +39,7 @@
"topola": "^3.8.3",
"turbocommons-ts": "^3.8.0",
"unified": "^11.0.5",
"wikitree-js": "^0.4.0"
"wikitree-js": "^0.5.0"
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",