From 619012281f5a5a0a2f6a294a8530fbd38cbdb6b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jan 2024 16:00:53 +0000 Subject: [PATCH] build(deps): bump mobx-utils from 6.0.7 to 6.0.8 in /website Bumps [mobx-utils](https://github.com/mobxjs/mobx-utils) from 6.0.7 to 6.0.8. - [Changelog](https://github.com/mobxjs/mobx-utils/blob/master/CHANGELOG.md) - [Commits](https://github.com/mobxjs/mobx-utils/compare/v6.0.7...6.0.8) --- updated-dependencies: - dependency-name: mobx-utils dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- website/package-lock.json | 14 +++++++------- website/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/website/package-lock.json b/website/package-lock.json index 99ce79ab..dc225ced 100644 --- a/website/package-lock.json +++ b/website/package-lock.json @@ -18,7 +18,7 @@ "google-protobuf": "^4.0.0-rc.1", "mobx": "^6.11.0", "mobx-react": "^9.1.0", - "mobx-utils": "^6.0.7", + "mobx-utils": "^6.0.8", "numeral": "^2.0.6", "qrcode": "^1.5.3", "react": "^18.2.0", @@ -12707,9 +12707,9 @@ } }, "node_modules/mobx-utils": { - "version": "6.0.7", - "resolved": "https://registry.npmjs.org/mobx-utils/-/mobx-utils-6.0.7.tgz", - "integrity": "sha512-fPQZQRdtKIcW8CoG5Tq5HxcZBW/E0VKRrKGMmWC7H/+AJ773kH4F44o9/UfwemF+y3eJNsHKnIrg7tpwt5ml2Q==", + "version": "6.0.8", + "resolved": "https://registry.npmjs.org/mobx-utils/-/mobx-utils-6.0.8.tgz", + "integrity": "sha512-fPNt0vJnHwbQx9MojJFEnJLfM3EMGTtpy4/qOOW6xueh1mPofMajrbYAUvByMYAvCJnpy1A5L0t+ZVB5niKO4g==", "peerDependencies": { "mobx": "^6.0.0" } @@ -27242,9 +27242,9 @@ } }, "mobx-utils": { - "version": "6.0.7", - "resolved": "https://registry.npmjs.org/mobx-utils/-/mobx-utils-6.0.7.tgz", - "integrity": "sha512-fPQZQRdtKIcW8CoG5Tq5HxcZBW/E0VKRrKGMmWC7H/+AJ773kH4F44o9/UfwemF+y3eJNsHKnIrg7tpwt5ml2Q==", + "version": "6.0.8", + "resolved": "https://registry.npmjs.org/mobx-utils/-/mobx-utils-6.0.8.tgz", + "integrity": "sha512-fPNt0vJnHwbQx9MojJFEnJLfM3EMGTtpy4/qOOW6xueh1mPofMajrbYAUvByMYAvCJnpy1A5L0t+ZVB5niKO4g==", "requires": {} }, "ms": { diff --git a/website/package.json b/website/package.json index d4ddce6d..60c570e4 100644 --- a/website/package.json +++ b/website/package.json @@ -21,7 +21,7 @@ "google-protobuf": "^4.0.0-rc.1", "mobx": "^6.11.0", "mobx-react": "^9.1.0", - "mobx-utils": "^6.0.7", + "mobx-utils": "^6.0.8", "numeral": "^2.0.6", "qrcode": "^1.5.3", "react": "^18.2.0",