From 5096757c661944eef1d8f7f2516cb98ffc2854a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 07:21:51 +0000 Subject: [PATCH] Build(deps): bump @acrolinx/sdk from 1.3.1 to 1.3.5 Bumps [@acrolinx/sdk](https://github.com/acrolinx/sdk-js) from 1.3.1 to 1.3.5. - [Commits](https://github.com/acrolinx/sdk-js/compare/v1.3.1...v1.3.5) --- updated-dependencies: - dependency-name: "@acrolinx/sdk" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6ad3776..79bee7a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0", "license": "Apache-2.0", "dependencies": { - "@acrolinx/sdk": "^1.3.1", + "@acrolinx/sdk": "^1.3.5", "cross-fetch": "^4.0.0", "tslib": "^2.6.3", "uuidv4": "^6.2.13" @@ -35,11 +35,11 @@ } }, "node_modules/@acrolinx/sdk": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/@acrolinx/sdk/-/sdk-1.3.1.tgz", - "integrity": "sha512-u6L4mfrAeQkB8cHS/e7h9lgrp6HZiKKmwULWwpPS9AejHtaULSkACBaBOenrA6rPbHylgefVrkPxZuO/EN27nw==", + "version": "1.3.5", + "resolved": "https://registry.npmjs.org/@acrolinx/sdk/-/sdk-1.3.5.tgz", + "integrity": "sha512-CHJhPTFaE6rKNNC1mzP+i+twipVes7QvwuL8uMWuRI7Hovlj+9HIMeER6N1t1txiz8xRqIzDmsXnZIjjx6nB2w==", "engines": { - "node": ">=18.0.0" + "node": ">=20" } }, "node_modules/@ampproject/remapping": { diff --git a/package.json b/package.json index 7e4cb21..46aa2ff 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "author": "Acrolinx GmbH", "license": "Apache-2.0", "dependencies": { - "@acrolinx/sdk": "^1.3.1", + "@acrolinx/sdk": "^1.3.5", "cross-fetch": "^4.0.0", "tslib": "^2.6.3", "uuidv4": "^6.2.13"