Files
dependabot[bot] 2156619012 build(deps-dev): bump @types/lodash in the dev-dependencies-patch group (#14)
Bumps the dev-dependencies-patch group with 1 update: [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash).


Updates `@types/lodash` from 4.17.14 to 4.17.15
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash)

---
updated-dependencies:
- dependency-name: "@types/lodash"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-01 01:54:58 -08:00

50 lines
1.3 KiB
JSON

{
"name": "@waveterm/docusaurus-og",
"version": "1.0.0-alpha.132",
"description": "Docusaurus OpenGraph image plugin",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/wavetermdev/docusaurus-og.git"
},
"license": "MIT",
"scripts": {
"build": "tsc --build",
"watch": "tsc --build --watch",
"prepublishOnly": "yarn build"
},
"dependencies": {
"@docusaurus/core": "^3.7.0",
"@docusaurus/module-type-aliases": "^3.7.0",
"@docusaurus/types": "^3.7.0",
"@docusaurus/utils": "^3.7.0",
"@docusaurus/utils-common": "^3.7.0",
"@docusaurus/utils-validation": "^3.7.0",
"@resvg/resvg-js": "^2.6.2",
"chalk": "^4.1.2",
"cli-progress": "^3.12.0",
"figures": "^3.2.0",
"lodash": "^4.17.21",
"node-html-parser": "^6.1.13",
"object-hash": "^3.0.0",
"satori": "^0.1.2"
},
"resolutions": {
"ws@^8.13.0": "8.17.1",
"path-to-regexp@^1.7.0": "1.9.0"
},
"engines": {
"node": ">=16.14"
},
"devDependencies": {
"@docusaurus/logger": "^3.7.0",
"@docusaurus/plugin-content-blog": "^3.7.0",
"@docusaurus/plugin-content-docs": "^3.7.0",
"@docusaurus/plugin-content-pages": "^3.7.0",
"@types/cli-progress": "^3.11.6",
"@types/lodash": "^4.17.15",
"typescript": "^5.7.3"
},
"packageManager": "yarn@4.4.1"
}