From 11e2566d6ba6aa82dfe57b776b0f980510e94dec Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 5 Jan 2024 18:16:01 +0000 Subject: [PATCH 1/4] fix: documentation/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-6144788 --- documentation/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/package.json b/documentation/package.json index 511ea06b8..0bfcaf204 100644 --- a/documentation/package.json +++ b/documentation/package.json @@ -14,8 +14,8 @@ "write-heading-ids": "docusaurus write-heading-ids" }, "dependencies": { - "@docusaurus/core": "^2.3.1", - "@docusaurus/preset-classic": "^2.3.1", + "@docusaurus/core": "^3.0.0", + "@docusaurus/preset-classic": "^3.0.0", "@mdx-js/react": "^1.6.22", "clsx": "^1.2.1", "docusaurus-plugin-sass": "^0.2.2", From bb1c9d02f90e9680fc4219cba9879f1064522c50 Mon Sep 17 00:00:00 2001 From: roekatz Date: Thu, 14 Mar 2024 12:21:51 +0200 Subject: [PATCH 2/4] Update react to 18.0.2 in package.json --- documentation/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/package.json b/documentation/package.json index 0bfcaf204..9dc34d066 100644 --- a/documentation/package.json +++ b/documentation/package.json @@ -20,8 +20,8 @@ "clsx": "^1.2.1", "docusaurus-plugin-sass": "^0.2.2", "prism-react-renderer": "^1.3.5", - "react": "^17.0.2", - "react-dom": "^17.0.2", + "react": "^18.2.0", + "react-dom": "^18.2.0", "sass": "^1.54.9" }, "devDependencies": { From 83b0d0c4bf08ab9d264680cbe39861e06b3b26da Mon Sep 17 00:00:00 2001 From: roekatz Date: Thu, 14 Mar 2024 12:32:30 +0200 Subject: [PATCH 3/4] Upgrade packages in package.json --- documentation/package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/documentation/package.json b/documentation/package.json index ab1a8f06c..48ca78340 100644 --- a/documentation/package.json +++ b/documentation/package.json @@ -14,18 +14,18 @@ "write-heading-ids": "docusaurus write-heading-ids" }, "dependencies": { - "@docusaurus/core": "^3.0.1", - "@docusaurus/preset-classic": "^3.0.1", - "@mdx-js/react": "^1.6.22", + "@docusaurus/core": "^3.0.0", + "@docusaurus/preset-classic": "^3.0.0", + "@mdx-js/react": "^3.0.0", "clsx": "^1.2.1", "docusaurus-plugin-sass": "^0.2.5", - "prism-react-renderer": "^1.3.5", + "prism-react-renderer": "^2.1.0", "react": "^18.2.0", "react-dom": "^18.2.0", "sass": "^1.69.5" }, "devDependencies": { - "@docusaurus/module-type-aliases": "^2.1.0" + "@docusaurus/module-type-aliases": "^3.0.0" }, "browserslist": { "production": [ @@ -40,7 +40,7 @@ ] }, "engines": { - "node": ">=16.14" + "node": ">=18.0" }, "overrides": { "got": "11.8.5", From b41ce73aa28fabcf340b5cf140cd648dc8c8b54d Mon Sep 17 00:00:00 2001 From: roekatz Date: Thu, 14 Mar 2024 12:38:35 +0200 Subject: [PATCH 4/4] Update package.json --- documentation/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/documentation/package.json b/documentation/package.json index 48ca78340..606ce0066 100644 --- a/documentation/package.json +++ b/documentation/package.json @@ -18,10 +18,10 @@ "@docusaurus/preset-classic": "^3.0.0", "@mdx-js/react": "^3.0.0", "clsx": "^1.2.1", - "docusaurus-plugin-sass": "^0.2.5", + "docusaurus-plugin-sass": "^3.0.0", "prism-react-renderer": "^2.1.0", - "react": "^18.2.0", - "react-dom": "^18.2.0", + "react": "^18.0.0", + "react-dom": "^18.0.0", "sass": "^1.69.5" }, "devDependencies": {