From 14803abb72e9f7b78dc67daae40d6bb82649574f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Dec 2023 05:13:16 +0000 Subject: [PATCH] npm: bump jsdoc-wmf-theme from 0.0.9 to 0.0.10 Bumps [jsdoc-wmf-theme](https://github.com/cscott/jsdoc-wmf-theme) from 0.0.9 to 0.0.10. - [Commits](https://github.com/cscott/jsdoc-wmf-theme/commits) --- updated-dependencies: - dependency-name: jsdoc-wmf-theme dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 32 +++++++++++++++++++++++++------- package.json | 2 +- 2 files changed, 26 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index b6b2ba1d..f88412bd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,18 +12,18 @@ "@commitlint/config-conventional": "^18.4.3", "devmoji": "^2.3.0", "eslint-config-prettier": "^9.1.0", - "eslint-config-wikimedia": "latest", - "eslint-plugin-unicorn": "latest", + "eslint-config-wikimedia": "*", + "eslint-plugin-unicorn": "*", "grunt-banana-checker": "0.11.1", "husky": "^8.0.3", "jsdoc": "4.0.2", - "jsdoc-wmf-theme": "0.0.9", + "jsdoc-wmf-theme": "0.0.10", "postcss-import": "^15.1.0", "postcss-preset-env": "^9.3.0", "prettier": "^3.1.1", "standard-version": "^9.5.0", "stylelint": "^16.0.2", - "stylelint-config-wikimedia": "latest", + "stylelint-config-wikimedia": "*", "svgo": "3.1.0" } }, @@ -1752,6 +1752,16 @@ "integrity": "sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==", "dev": true }, + "node_modules/@wikimedia/codex-design-tokens": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/@wikimedia/codex-design-tokens/-/codex-design-tokens-1.1.1.tgz", + "integrity": "sha512-qFX7LcR/l90yqVTBApvrIDY3Xa0WifoMlBJRGD1DoWff8e/yMhLmxF1o2DRcIfQlOvKDg0Vhy8jAttF6MUfMAA==", + "dev": true, + "engines": { + "node": ">=16", + "npm": ">=7.21.0" + } + }, "node_modules/acorn": { "version": "8.11.2", "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.11.2.tgz", @@ -5663,13 +5673,15 @@ } }, "node_modules/jsdoc-wmf-theme": { - "version": "0.0.9", - "resolved": "https://registry.npmjs.org/jsdoc-wmf-theme/-/jsdoc-wmf-theme-0.0.9.tgz", - "integrity": "sha512-Ps0yKpvkzwj4JxDwhV6K6IZXnkpgcvV1vSncXV38UzJNRk+bO1zKfRQFmITrMVV3jnYgOyuF/Kfz6JhqPm45NQ==", + "version": "0.0.10", + "resolved": "https://registry.npmjs.org/jsdoc-wmf-theme/-/jsdoc-wmf-theme-0.0.10.tgz", + "integrity": "sha512-PdFDCAa2l1IiRJOInNfuCjv4eSXsTRsKDHLKtSJmI81yjdA6NU1GnjsUJ/6l8wEJL5paKI4y5yp9wH1rPVzBTw==", "dev": true, "dependencies": { + "@wikimedia/codex-design-tokens": "1.1.1", "domino": "^2.1.6", "lunr": "2.3.9", + "normalize.css": "8.0.1", "taffydb": "^2.7.3" } }, @@ -6324,6 +6336,12 @@ "node": ">=0.10.0" } }, + "node_modules/normalize.css": { + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/normalize.css/-/normalize.css-8.0.1.tgz", + "integrity": "sha512-qizSNPO93t1YUuUhP22btGOo3chcvDFqFaj2TRybP0DMxkHOCTYwp3n34fel4a31ORXy4m1Xq0Gyqpb5m33qIg==", + "dev": true + }, "node_modules/npm-run-path": { "version": "4.0.1", "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz", diff --git a/package.json b/package.json index 2dd0ae2c..4c4784a1 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "grunt-banana-checker": "0.11.1", "husky": "^8.0.3", "jsdoc": "4.0.2", - "jsdoc-wmf-theme": "0.0.9", + "jsdoc-wmf-theme": "0.0.10", "postcss-import": "^15.1.0", "postcss-preset-env": "^9.3.0", "prettier": "^3.1.1",