diff --git a/package-lock.json b/package-lock.json index bb29866b..fb5a3529 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "jsonpath": "^1.1.1", "moment": "^2.30.1", "wiki-saikou": "^3.4.0", - "wikiparser-node": "^1.13.6" + "wikiparser-node": "^1.13.8" }, "devDependencies": { "@types/js-yaml": "^4.0.9", @@ -38,6 +38,15 @@ "node": ">=0.10.0" } }, + "node_modules/@bhsd/common": { + "version": "0.4.6", + "resolved": "https://registry.npmjs.org/@bhsd/common/-/common-0.4.6.tgz", + "integrity": "sha512-JPllU4CTmdzs27Jj8+MU2LpSHWL4LabYO3sYBIAvw7gk1y1+nN7EBDOMLG/zR+xRHMaTXGS2/XhTuYv3RGx2sQ==", + "license": "MIT", + "bin": { + "copy-dev": "bin/dev.cjs" + } + }, "node_modules/@eslint-community/eslint-utils": { "version": "4.4.0", "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz", @@ -3233,11 +3242,12 @@ } }, "node_modules/wikiparser-node": { - "version": "1.13.6", - "resolved": "https://registry.npmjs.org/wikiparser-node/-/wikiparser-node-1.13.6.tgz", - "integrity": "sha512-SB9dm5lpL7Z8I6asm1D2vIyEXphth+yWBDxyr+l1jVi0sLIgNhCcVf3UzB+i9xqwFhD0iSClCrQ0w7zt6xufOg==", + "version": "1.13.8", + "resolved": "https://registry.npmjs.org/wikiparser-node/-/wikiparser-node-1.13.8.tgz", + "integrity": "sha512-RnCRuPK1M2h0B9mDZK44CXrJAF9NGZH7aGdm+zVpYUy3jrC/t37q+w3DdMFzcNEjESe89mcZkpDNt5gne3iNUQ==", "license": "GPL-3.0", "dependencies": { + "@bhsd/common": "^0.4.6", "chalk": "^4.1.2" }, "engines": { diff --git a/package.json b/package.json index a0614c1c..36b69a15 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "jsonpath": "^1.1.1", "moment": "^2.30.1", "wiki-saikou": "^3.4.0", - "wikiparser-node": "^1.13.6" + "wikiparser-node": "^1.13.8" }, "type": "module", "devDependencies": {