diff --git a/docs/package.json b/docs/package.json index eb9a2186b32..e9df58a3c0f 100644 --- a/docs/package.json +++ b/docs/package.json @@ -43,7 +43,7 @@ "devDependencies": { "@docusaurus/module-type-aliases": "^2.4.1", "@tsconfig/docusaurus": "^2.0.0", - "@types/react": "^18.2.18", + "@types/react": "^18.2.31", "@types/react-helmet": "^6.1.6", "@types/react-router-dom": "^5.3.3", "typescript": "^5.0.0" diff --git a/docs/plugins/woodpecker-plugins/package.json b/docs/plugins/woodpecker-plugins/package.json index 0397aa8106e..f5c7bf1875e 100644 --- a/docs/plugins/woodpecker-plugins/package.json +++ b/docs/plugins/woodpecker-plugins/package.json @@ -15,8 +15,8 @@ "@docusaurus/types": "^2.4.1", "@tsconfig/docusaurus": "^2.0.0", "@types/marked": "^5.0.0", - "@types/node": "^18.17.1", - "axios": "^1.0.0", + "@types/node": "^18.18.6", + "axios": "^1.6.0", "concurrently": "^8.0.0", "marked": "^9.0.0", "tslib": "^2.6.1", diff --git a/docs/pnpm-lock.yaml b/docs/pnpm-lock.yaml index 077c7bea75f..8a05cb6b2ca 100644 --- a/docs/pnpm-lock.yaml +++ b/docs/pnpm-lock.yaml @@ -59,7 +59,7 @@ importers: specifier: ^2.0.0 version: 2.0.2 '@types/react': - specifier: ^18.2.18 + specifier: ^18.2.31 version: 18.2.31 '@types/react-helmet': specifier: ^6.1.6 @@ -102,11 +102,11 @@ importers: specifier: ^5.0.0 version: 5.0.2 '@types/node': - specifier: ^18.17.1 + specifier: ^18.18.6 version: 18.18.6 axios: - specifier: ^1.0.0 - version: 1.5.1 + specifier: ^1.6.0 + version: 1.6.0 concurrently: specifier: ^8.0.0 version: 8.2.2 @@ -3847,8 +3847,8 @@ packages: transitivePeerDependencies: - debug - /axios@1.5.1: - resolution: {integrity: sha512-Q28iYCWzNHjAm+yEAot5QaAMxhMghWLFVf7rRdwhUI+c2jix2DUXjAHXVi+s1ibs3mjPO/cCgbA++3BjD0vP/A==} + /axios@1.6.0: + resolution: {integrity: sha512-EZ1DYihju9pwVB+jg67ogm+Tmqc6JmhamRN6I4Zt8DfZu5lbcQGw3ozH9lFejSJgs/ibaef3A9PMXPLeefFGJg==} dependencies: follow-redirects: 1.15.3(debug@4.3.4) form-data: 4.0.0