From 93834fb45b4b6b0f6ab116460d3f5dbc95e668fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 14:06:57 +0000 Subject: [PATCH] build(deps-dev): bump fast-check from 3.23.1 to 3.23.2 Bumps [fast-check](https://github.com/dubzzz/fast-check/tree/HEAD/packages/fast-check) from 3.23.1 to 3.23.2. - [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.23.2/packages/fast-check) --- updated-dependencies: - dependency-name: fast-check dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- injected/package.json | 2 +- package-lock.json | 11 +++++------ special-pages/package.json | 2 +- 3 files changed, 7 insertions(+), 8 deletions(-) diff --git a/injected/package.json b/injected/package.json index f426522929..2ab5ee0b84 100644 --- a/injected/package.json +++ b/injected/package.json @@ -46,7 +46,7 @@ "@types/jasmine": "^5.1.5", "@types/node": "^22.10.2", "@typescript-eslint/eslint-plugin": "^8.18.0", - "fast-check": "^3.23.1", + "fast-check": "^3.23.2", "jasmine": "^5.5.0", "minimist": "^1.2.8", "rollup": "^4.27.4", diff --git a/package-lock.json b/package-lock.json index 0908fd8aed..09f1505d18 100644 --- a/package-lock.json +++ b/package-lock.json @@ -48,7 +48,7 @@ "@types/jasmine": "^5.1.5", "@types/node": "^22.10.2", "@typescript-eslint/eslint-plugin": "^8.18.0", - "fast-check": "^3.23.1", + "fast-check": "^3.23.2", "jasmine": "^5.5.0", "minimist": "^1.2.8", "rollup": "^4.27.4", @@ -3623,9 +3623,9 @@ "license": "MIT" }, "node_modules/fast-check": { - "version": "3.23.1", - "resolved": "https://registry.npmjs.org/fast-check/-/fast-check-3.23.1.tgz", - "integrity": "sha512-u/MudsoQEgBUZgR5N1v87vEgybeVYus9VnDVaIkxkkGP2jt54naghQ3PCQHJiogS8U/GavZCUPFfx3Xkp+NaHw==", + "version": "3.23.2", + "resolved": "https://registry.npmjs.org/fast-check/-/fast-check-3.23.2.tgz", + "integrity": "sha512-h5+1OzzfCC3Ef7VbtKdcv7zsstUQwUDlYpUTvjeUsJAssPgLn7QzbboPtL5ro04Mq0rPOsMzl7q5hIbRs2wD1A==", "dev": true, "funding": [ { @@ -3637,7 +3637,6 @@ "url": "https://opencollective.com/fast-check" } ], - "license": "MIT", "dependencies": { "pure-rand": "^6.1.0" }, @@ -7703,7 +7702,7 @@ "@duckduckgo/messaging": "*", "chokidar": "^4.0.1", "esbuild": "^0.24.0", - "fast-check": "^3.23.1", + "fast-check": "^3.23.2", "http-server": "^14.1.1", "web-resource-inliner": "^6.0.1" } diff --git a/special-pages/package.json b/special-pages/package.json index 53c466276b..58f4b83981 100644 --- a/special-pages/package.json +++ b/special-pages/package.json @@ -29,7 +29,7 @@ "esbuild": "^0.24.0", "http-server": "^14.1.1", "web-resource-inliner": "^6.0.1", - "fast-check": "^3.23.1", + "fast-check": "^3.23.2", "chokidar": "^4.0.1" }, "dependencies": {