diff --git a/package-lock.json b/package-lock.json index dba145c..6119b7f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index 8395a21..da60487 100644 --- a/package.json +++ b/package.json @@ -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",