From cd7ae753730a6c08c8f29f14180853a89e757fd4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 17:39:05 +0000 Subject: [PATCH] build(deps): bump @microlink/mql from 0.11.10 to 0.12.2 Bumps [@microlink/mql](https://github.com/microlinkhq/mql) from 0.11.10 to 0.12.2. - [Release notes](https://github.com/microlinkhq/mql/releases) - [Changelog](https://github.com/microlinkhq/mql/blob/master/CHANGELOG.md) - [Commits](https://github.com/microlinkhq/mql/compare/v0.11.10...v0.12.2) --- updated-dependencies: - dependency-name: "@microlink/mql" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- packages/react/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react/package.json b/packages/react/package.json index aa8a1d54..48b35583 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -24,7 +24,7 @@ "react" ], "dependencies": { - "@microlink/mql": "~0.11.1", + "@microlink/mql": "~0.12.2", "localhost-url-regex": "~1.0.4", "nanoclamp": "~2.0.4" },