From 51c92d66811c23e96fe40a104f7a619cb4c14677 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Mar 2024 09:07:06 +0000 Subject: [PATCH] Bump rescript-webapi from 0.8.0 to 0.9.1 Bumps [rescript-webapi](https://github.com/TheSpyder/rescript-webapi) from 0.8.0 to 0.9.1. - [Changelog](https://github.com/TheSpyder/rescript-webapi/blob/main/CHANGELOG.md) - [Commits](https://github.com/TheSpyder/rescript-webapi/compare/v0.8.0...v0.9.1) --- updated-dependencies: - dependency-name: rescript-webapi dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 95740c96295..7d6a4d1b11d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -58,7 +58,7 @@ "redux": "^4.2.1", "redux-thunk": "^2.4.2", "rehype-raw": "^6.1.1", - "rescript-webapi": "^0.8.0", + "rescript-webapi": "^0.9.1", "use-keyboard-shortcut": "^1.1.6", "uuid": "^9.0.1" }, @@ -21364,9 +21364,9 @@ } }, "node_modules/rescript-webapi": { - "version": "0.8.0", - "resolved": "https://registry.npmjs.org/rescript-webapi/-/rescript-webapi-0.8.0.tgz", - "integrity": "sha512-PdjHqho8+kI7AIC3DlLgD99H8zzHphzpIhyv2skVtWaSJGK819+ZqWMC3mHEtSjlcFoYaLXliNt8sb6Taa2Mpg==" + "version": "0.9.1", + "resolved": "https://registry.npmjs.org/rescript-webapi/-/rescript-webapi-0.9.1.tgz", + "integrity": "sha512-6havxEsyCgcCB4EsH8ac2QpLVbv5Nv6IMjTIn6XifpU/bjgXEvMTpNJ78/JEKtSH6kFUeFV/T/QHPRSZb66Rew==" }, "node_modules/resolve": { "version": "1.22.4", diff --git a/package.json b/package.json index 244b6c125b0..763f5f261d0 100644 --- a/package.json +++ b/package.json @@ -98,7 +98,7 @@ "redux": "^4.2.1", "redux-thunk": "^2.4.2", "rehype-raw": "^6.1.1", - "rescript-webapi": "^0.8.0", + "rescript-webapi": "^0.9.1", "use-keyboard-shortcut": "^1.1.6", "uuid": "^9.0.1" },