From 56f2ecbaf383a835cff6a883d5a47c7c36e926db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 00:56:11 +0000 Subject: [PATCH] npm: bump jsdoc-wmf-theme from 0.0.8 to 0.0.9 Bumps [jsdoc-wmf-theme](https://github.com/cscott/jsdoc-wmf-theme) from 0.0.8 to 0.0.9. - [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 | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 98aa30dd..d7e089b5 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.0.0", - "eslint-config-wikimedia": "latest", + "eslint-config-wikimedia": "*", "eslint-plugin-unicorn": "^49.0.0", "grunt-banana-checker": "0.11.1", "husky": "^8.0.3", "jsdoc": "4.0.2", - "jsdoc-wmf-theme": "0.0.8", + "jsdoc-wmf-theme": "0.0.9", "postcss-import": "^15.1.0", "postcss-preset-env": "^9.3.0", "prettier": "^3.1.0", "standard-version": "^9.5.0", "stylelint": "^15.11.0", - "stylelint-config-wikimedia": "latest", + "stylelint-config-wikimedia": "*", "svgo": "3.0.4" } }, @@ -5654,9 +5654,9 @@ } }, "node_modules/jsdoc-wmf-theme": { - "version": "0.0.8", - "resolved": "https://registry.npmjs.org/jsdoc-wmf-theme/-/jsdoc-wmf-theme-0.0.8.tgz", - "integrity": "sha512-0TSKpoEIwJgo2In5KQW3CImmODHV7bV7p0AyoyyF8wDPNA4Mvz4ZJ8TmhlpgWLyJzbefnVg4uxyEpElwdB3WPw==", + "version": "0.0.9", + "resolved": "https://registry.npmjs.org/jsdoc-wmf-theme/-/jsdoc-wmf-theme-0.0.9.tgz", + "integrity": "sha512-Ps0yKpvkzwj4JxDwhV6K6IZXnkpgcvV1vSncXV38UzJNRk+bO1zKfRQFmITrMVV3jnYgOyuF/Kfz6JhqPm45NQ==", "dev": true, "dependencies": { "domino": "^2.1.6", diff --git a/package.json b/package.json index 928efa6a..7c32300e 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.8", + "jsdoc-wmf-theme": "0.0.9", "postcss-import": "^15.1.0", "postcss-preset-env": "^9.3.0", "prettier": "^3.1.0",