From bde0a4d7a726d97d653767eea5b54b2f8ef33dcd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 06:52:44 +0000 Subject: [PATCH] chore(deps): Update rescript requirement in /components/office-addin Updates the requirements on [rescript](https://github.com/rescript-lang/rescript) to permit the latest version. - [Release notes](https://github.com/rescript-lang/rescript/releases) - [Changelog](https://github.com/rescript-lang/rescript/blob/master/CHANGELOG.md) - [Commits](https://github.com/rescript-lang/rescript/compare/v12.0.2...v12.1.0) --- updated-dependencies: - dependency-name: rescript dependency-version: 12.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- components/office-addin/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/office-addin/package.json b/components/office-addin/package.json index 2f414bb..242acd1 100644 --- a/components/office-addin/package.json +++ b/components/office-addin/package.json @@ -22,7 +22,7 @@ "license": "MIT", "dependencies": { "@rescript/core": "^1.6.1", - "rescript": "^12.0.2" + "rescript": "^12.1.0" }, "devDependencies": { "@babel/core": "^7.28.5",