From 08154ec6c863dc3a2ff9e73bb3612d907f21afd9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 04:43:21 +0000 Subject: [PATCH] chore(deps-dev): bump @openui5/ts-types from 1.130.0 to 1.130.1 Bumps [@openui5/ts-types](https://github.com/SAP/ui5-typescript) from 1.130.0 to 1.130.1. - [Changelog](https://github.com/SAP/ui5-typescript/blob/main/CHANGELOG.md) - [Commits](https://github.com/SAP/ui5-typescript/commits) --- updated-dependencies: - dependency-name: "@openui5/ts-types" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index af541e3..c27a9d2 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "build": "ui5 build --clean-dest --dest ./dist" }, "devDependencies": { - "@openui5/ts-types": "^1.130.0", + "@openui5/ts-types": "^1.130.1", "@ui5/cli": "^4.0.9", "eslint": "^9.14.0", "ui5-middleware-livereload": "^3.1.0" diff --git a/yarn.lock b/yarn.lock index 8f04d88..90e31ad 100644 --- a/yarn.lock +++ b/yarn.lock @@ -291,10 +291,10 @@ proc-log "^4.0.0" which "^4.0.0" -"@openui5/ts-types@^1.130.0": - version "1.130.0" - resolved "https://registry.yarnpkg.com/@openui5/ts-types/-/ts-types-1.130.0.tgz#aca2d2eafc070053ef62841270653686dee33b87" - integrity sha512-rol8QOWaNYSsSArGYjH43n5o2Ut99z2j17FROuvfgxsM3edaPkevSuUqQk/pgGeK4dXdqt0LMmNi9y82GBeI8g== +"@openui5/ts-types@^1.130.1": + version "1.130.1" + resolved "https://registry.yarnpkg.com/@openui5/ts-types/-/ts-types-1.130.1.tgz#6e7a68972ddb71ab4cfaae439d3c5ade63828f9f" + integrity sha512-lrkPPc/fW58GXYSyKtkMorc7YnpkEp8guQb6zVU8b7IMalm9OrpATFFaOQcdK1tSAHshz1jz/0y14Qn40evmJA== "@pkgjs/parseargs@^0.11.0": version "0.11.0"