From b9057b498140aaf51711aa372ebd08468fd5d6d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 05:48:06 +0000 Subject: [PATCH] build(deps): Bump @mittwald/api-client in the mittwald group Bumps the mittwald group with 1 update: [@mittwald/api-client](https://github.com/mittwald/api-client-js). Updates `@mittwald/api-client` from 4.362.0 to 4.368.0 - [Release notes](https://github.com/mittwald/api-client-js/releases) - [Changelog](https://github.com/mittwald/api-client-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/mittwald/api-client-js/compare/4.362.0...4.368.0) --- updated-dependencies: - dependency-name: "@mittwald/api-client" dependency-version: 4.368.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: mittwald ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index e822912..ca92ebe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "license": "MIT", "dependencies": { "@commitlint/config-conventional": "^20.5.3", - "@mittwald/api-client": "^4.362.0", + "@mittwald/api-client": "^4.368.0", "@mittwald/ext-bridge": "^0.2.0-alpha.812", "@mittwald/flow-remote-react-components": "^0.2.0-alpha.812", "@mittwald/mstudio-ext-react-components": "^0.2.0-alpha.812", @@ -2614,12 +2614,12 @@ "license": "MIT" }, "node_modules/@mittwald/api-client": { - "version": "4.362.0", - "resolved": "https://registry.npmjs.org/@mittwald/api-client/-/api-client-4.362.0.tgz", - "integrity": "sha512-l2olQKVAAskAMwmEbe/Wjuek9jC9l2VdcWsy10Mli+rED23RBQF8CLp/CzuryuY+Q4aa0cu1yv3orPMBSmbmJA==", + "version": "4.368.0", + "resolved": "https://registry.npmjs.org/@mittwald/api-client/-/api-client-4.368.0.tgz", + "integrity": "sha512-lP2uYaK9kGgyL6HJeoMEjbxaKjIA+tLKVs7WBlgwQqJrzozl/k3ei+mqzuBnLYERMIJk8ND16orqpv+5Ys6LVg==", "license": "MIT", "dependencies": { - "@mittwald/api-client-commons": "^4.362.0", + "@mittwald/api-client-commons": "^4.368.0", "browser-or-node": "^3.0.0" }, "peerDependencies": { @@ -2632,9 +2632,9 @@ } }, "node_modules/@mittwald/api-client/node_modules/@mittwald/api-client-commons": { - "version": "4.362.0", - "resolved": "https://registry.npmjs.org/@mittwald/api-client-commons/-/api-client-commons-4.362.0.tgz", - "integrity": "sha512-Qh7AV9NgjK0sAt729E3wXHZZGeP49geBNRdS7bIuYWymqAXC5sgNLmeILzHg9tCZvpTcoG41agSmg1GTPNE9ZQ==", + "version": "4.368.0", + "resolved": "https://registry.npmjs.org/@mittwald/api-client-commons/-/api-client-commons-4.368.0.tgz", + "integrity": "sha512-LFuXGpDolKf97jOoMsRXtIFV6yHPnnY6Qqw8hTJHUgTaaIO+Pf3yxlsUXFTtWrZVOIbnKkpd7lIIaUdK9fHKJw==", "license": "MIT", "dependencies": { "@types/parse-path": "^7.0.3", diff --git a/package.json b/package.json index c6d8f73..bdf269a 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ }, "dependencies": { "@commitlint/config-conventional": "^20.5.3", - "@mittwald/api-client": "^4.362.0", + "@mittwald/api-client": "^4.368.0", "@mittwald/ext-bridge": "^0.2.0-alpha.812", "@mittwald/flow-remote-react-components": "^0.2.0-alpha.812", "@mittwald/mstudio-ext-react-components": "^0.2.0-alpha.812",