From 26c0500d79ebce21ee87f19fd4ccb8dfbbd08acd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 May 2023 03:19:13 +0000 Subject: [PATCH] chore(deps)(deps-dev): bump fast-check from 3.7.1 to 3.8.1 Bumps [fast-check](https://github.com/dubzzz/fast-check/tree/HEAD/packages/fast-check) from 3.7.1 to 3.8.1. - [Release notes](https://github.com/dubzzz/fast-check/releases) - [Changelog](https://github.com/dubzzz/fast-check/blob/main/packages/fast-check/CHANGELOG.md) - [Commits](https://github.com/dubzzz/fast-check/commits/v3.8.1/packages/fast-check) --- updated-dependencies: - dependency-name: fast-check dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 20 ++++++++++---------- packages/core/package.json | 2 +- packages/message-encryption/package.json | 2 +- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index c548cf8552..0f735f8bda 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11987,9 +11987,9 @@ } }, "node_modules/fast-check": { - "version": "3.7.1", - "resolved": "https://registry.npmjs.org/fast-check/-/fast-check-3.7.1.tgz", - "integrity": "sha512-d63EsxP1eedA+x94xNxIpTWtBShq95KL6ZSrKTD0Pp1lPASmajAaDHJ71c5ebwZ+vBzlTt3AOalcAnBzL7PQ6Q==", + "version": "3.8.1", + "resolved": "https://registry.npmjs.org/fast-check/-/fast-check-3.8.1.tgz", + "integrity": "sha512-WRll9CUIz6jWKgByFlHT2M/1BY3F7lewKl5BBIz5VHAy7B8y5iklK9rVm922kx+0x1hJqdkffuTs008xfIgytQ==", "dev": true, "funding": [ { @@ -29174,7 +29174,7 @@ "eslint-plugin-functional": "^5.0.4", "eslint-plugin-import": "^2.27.5", "eslint-plugin-prettier": "^4.2.1", - "fast-check": "^3.7.1", + "fast-check": "^3.8.1", "ignore-loader": "^0.1.2", "isomorphic-fetch": "^3.0.0", "karma": "^6.4.1", @@ -29535,7 +29535,7 @@ "eslint-plugin-functional": "^5.0.4", "eslint-plugin-import": "^2.27.5", "eslint-plugin-prettier": "^4.2.1", - "fast-check": "^3.7.1", + "fast-check": "^3.8.1", "karma": "^6.4.1", "karma-chrome-launcher": "^3.1.1", "karma-mocha": "^2.0.1", @@ -34290,7 +34290,7 @@ "eslint-plugin-functional": "^5.0.4", "eslint-plugin-import": "^2.27.5", "eslint-plugin-prettier": "^4.2.1", - "fast-check": "^3.7.1", + "fast-check": "^3.8.1", "ignore-loader": "^0.1.2", "isomorphic-fetch": "^3.0.0", "it-all": "^3.0.1", @@ -34595,7 +34595,7 @@ "eslint-plugin-functional": "^5.0.4", "eslint-plugin-import": "^2.27.5", "eslint-plugin-prettier": "^4.2.1", - "fast-check": "^3.7.1", + "fast-check": "^3.8.1", "js-sha3": "^0.8.0", "karma": "^6.4.1", "karma-chrome-launcher": "^3.1.1", @@ -39130,9 +39130,9 @@ "dev": true }, "fast-check": { - "version": "3.7.1", - "resolved": "https://registry.npmjs.org/fast-check/-/fast-check-3.7.1.tgz", - "integrity": "sha512-d63EsxP1eedA+x94xNxIpTWtBShq95KL6ZSrKTD0Pp1lPASmajAaDHJ71c5ebwZ+vBzlTt3AOalcAnBzL7PQ6Q==", + "version": "3.8.1", + "resolved": "https://registry.npmjs.org/fast-check/-/fast-check-3.8.1.tgz", + "integrity": "sha512-WRll9CUIz6jWKgByFlHT2M/1BY3F7lewKl5BBIz5VHAy7B8y5iklK9rVm922kx+0x1hJqdkffuTs008xfIgytQ==", "dev": true, "requires": { "pure-rand": "^6.0.0" diff --git a/packages/core/package.json b/packages/core/package.json index 11b0a1440b..3f367e7ec0 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -113,7 +113,7 @@ "eslint-plugin-functional": "^5.0.4", "eslint-plugin-import": "^2.27.5", "eslint-plugin-prettier": "^4.2.1", - "fast-check": "^3.7.1", + "fast-check": "^3.8.1", "ignore-loader": "^0.1.2", "isomorphic-fetch": "^3.0.0", "karma": "^6.4.1", diff --git a/packages/message-encryption/package.json b/packages/message-encryption/package.json index 19c0d6deea..a6dd2e60be 100644 --- a/packages/message-encryption/package.json +++ b/packages/message-encryption/package.json @@ -102,7 +102,7 @@ "eslint-plugin-functional": "^5.0.4", "eslint-plugin-import": "^2.27.5", "eslint-plugin-prettier": "^4.2.1", - "fast-check": "^3.7.1", + "fast-check": "^3.8.1", "karma": "^6.4.1", "karma-chrome-launcher": "^3.1.1", "karma-mocha": "^2.0.1",