Skip to content

Commit

Permalink
Update docs npm deps non-major (#2799)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
3 people authored Nov 11, 2023
1 parent e3bcdbe commit 905bb95
Show file tree
Hide file tree
Showing 2 changed files with 1,373 additions and 336 deletions.
14 changes: 7 additions & 7 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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": {
Expand Down
Loading

0 comments on commit 905bb95

Please sign in to comment.