mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-25 19:31:05 +00:00
Update docs npm deps non-major (#2799)
To fix security scan issues of `axios`. (renovate would have only scheduled this tomorrow or on Sunday). I force-triggered the creation. Usually renovate would also create the PR but it was somehow stuck between automerge and missing branch tests (which is also why #2798 is good to have). --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: qwerty287 <ndev@web.de>
This commit is contained in:
parent
e3bcdbecfa
commit
905bb95853
2 changed files with 1353 additions and 316 deletions
|
@ -16,11 +16,11 @@
|
|||
"dependencies": {
|
||||
"@docusaurus/core": "^3.0.0",
|
||||
"@docusaurus/preset-classic": "^3.0.0",
|
||||
"@easyops-cn/docusaurus-search-local": "^0.37.1",
|
||||
"@easyops-cn/docusaurus-search-local": "^0.37.2",
|
||||
"@mdx-js/react": "^3.0.0",
|
||||
"@svgr/webpack": "^8.0.0",
|
||||
"@svgr/webpack": "^8.1.0",
|
||||
"clsx": "^2.0.0",
|
||||
"esbuild-loader": "^4.0.0",
|
||||
"esbuild-loader": "^4.0.2",
|
||||
"file-loader": "^6.2.0",
|
||||
"prism-react-renderer": "^2.1.0",
|
||||
"react": "^18.2.0",
|
||||
|
@ -44,11 +44,11 @@
|
|||
"@docusaurus/module-type-aliases": "^3.0.0",
|
||||
"@docusaurus/tsconfig": "3.0.0",
|
||||
"@docusaurus/types": "^3.0.0",
|
||||
"@types/node": "^20.0.0",
|
||||
"@types/react": "^18.2.31",
|
||||
"@types/react-helmet": "^6.1.6",
|
||||
"@types/node": "^20.9.0",
|
||||
"@types/react": "^18.2.37",
|
||||
"@types/react-helmet": "^6.1.9",
|
||||
"@types/react-router-dom": "^5.3.3",
|
||||
"typescript": "^5.0.0"
|
||||
"typescript": "^5.2.2"
|
||||
},
|
||||
"pnpm": {
|
||||
"overrides": {
|
||||
|
|
1655
docs/pnpm-lock.yaml
1655
docs/pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue