From 7968e0e50c45fec9d599c1d1b908d6c0ed034f63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Apr 2026 15:13:16 +0000 Subject: [PATCH] Bump the npm-dependencies group across 1 directory with 2 updates Bumps the npm-dependencies group with 2 updates in the /doc directory: [sass](https://github.com/sass/dart-sass) and [typescript](https://github.com/microsoft/TypeScript). Updates `sass` from 1.98.0 to 1.99.0 - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.98.0...1.99.0) Updates `typescript` from 5.9.3 to 6.0.2 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.2) --- updated-dependencies: - dependency-name: sass dependency-version: 1.99.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-dependencies - dependency-name: typescript dependency-version: 6.0.2 dependency-type: direct:development update-type: version-update:semver-major dependency-group: npm-dependencies ... Signed-off-by: dependabot[bot] --- doc/package-lock.json | 16 ++++++++-------- doc/package.json | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/doc/package-lock.json b/doc/package-lock.json index f8c559c..52ce726 100644 --- a/doc/package-lock.json +++ b/doc/package-lock.json @@ -17,12 +17,12 @@ "react-dom": "^19.0.0", "rehype-katex": "^7.0.1", "remark-math": "^6.0.0", - "sass": "^1.98.0" + "sass": "^1.99.0" }, "devDependencies": { "@docusaurus/module-type-aliases": "^3.7.0", "@docusaurus/types": "^3.7.0", - "typescript": "^5.7.3" + "typescript": "^6.0.2" } }, "node_modules/@algolia/abtesting": { @@ -17197,9 +17197,9 @@ "license": "MIT" }, "node_modules/sass": { - "version": "1.98.0", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.98.0.tgz", - "integrity": "sha512-+4N/u9dZ4PrgzGgPlKnaaRQx64RO0JBKs9sDhQ2pLgN6JQZ25uPQZKQYaBJU48Kd5BxgXoJ4e09Dq7nMcOUW3A==", + "version": "1.99.0", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.99.0.tgz", + "integrity": "sha512-kgW13M54DUB7IsIRM5LvJkNlpH+WhMpooUcaWGFARkF1Tc82v9mIWkCbCYf+MBvpIUBSeSOTilpZjEPr2VYE6Q==", "license": "MIT", "dependencies": { "chokidar": "^4.0.0", @@ -18436,9 +18436,9 @@ } }, "node_modules/typescript": { - "version": "5.9.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz", - "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==", + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-6.0.2.tgz", + "integrity": "sha512-bGdAIrZ0wiGDo5l8c++HWtbaNCWTS4UTv7RaTH/ThVIgjkveJt83m74bBHMJkuCbslY8ixgLBVZJIOiQlQTjfQ==", "devOptional": true, "license": "Apache-2.0", "bin": { diff --git a/doc/package.json b/doc/package.json index d8e9e4e..e3581c2 100644 --- a/doc/package.json +++ b/doc/package.json @@ -12,11 +12,11 @@ "react-dom": "^19.0.0", "rehype-katex": "^7.0.1", "remark-math": "^6.0.0", - "sass": "^1.98.0" + "sass": "^1.99.0" }, "devDependencies": { "@docusaurus/module-type-aliases": "^3.7.0", "@docusaurus/types": "^3.7.0", - "typescript": "^5.7.3" + "typescript": "^6.0.2" } }