From ead23f7ca0e05b6033e5ff11a52cb8f1497cf24a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Mar 2023 05:57:14 +0000 Subject: [PATCH] Bump chance from 1.1.8 to 1.1.11 Bumps [chance](https://github.com/chancejs/chancejs) from 1.1.8 to 1.1.11. - [Release notes](https://github.com/chancejs/chancejs/releases) - [Commits](https://github.com/chancejs/chancejs/commits/1.1.11) --- updated-dependencies: - dependency-name: chance dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8a66a0a..5eceab7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "fast-safe-stringify": "^2.1.1" }, "devDependencies": { - "chance": "^1.1.8", + "chance": "^1.1.11", "core-commons": "^1.0.0-alpha.7" }, "engines": { @@ -2298,9 +2298,9 @@ } }, "node_modules/chance": { - "version": "1.1.8", - "resolved": "https://registry.npmjs.org/chance/-/chance-1.1.8.tgz", - "integrity": "sha512-v7fi5Hj2VbR6dJEGRWLmJBA83LJMS47pkAbmROFxHWd9qmE1esHRZW8Clf1Fhzr3rjxnNZVCjOEv/ivFxeIMtg==", + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/chance/-/chance-1.1.11.tgz", + "integrity": "sha512-kqTg3WWywappJPqtgrdvbA380VoXO2eu9VCV895JgbyHsaErXdyHK9LOZ911OvAk6L0obK7kDk9CGs8+oBawVA==", "dev": true }, "node_modules/char-regex": { @@ -10680,9 +10680,9 @@ "dev": true }, "chance": { - "version": "1.1.8", - "resolved": "https://registry.npmjs.org/chance/-/chance-1.1.8.tgz", - "integrity": "sha512-v7fi5Hj2VbR6dJEGRWLmJBA83LJMS47pkAbmROFxHWd9qmE1esHRZW8Clf1Fhzr3rjxnNZVCjOEv/ivFxeIMtg==", + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/chance/-/chance-1.1.11.tgz", + "integrity": "sha512-kqTg3WWywappJPqtgrdvbA380VoXO2eu9VCV895JgbyHsaErXdyHK9LOZ911OvAk6L0obK7kDk9CGs8+oBawVA==", "dev": true }, "char-regex": { diff --git a/package.json b/package.json index dcaaa46..fee17b3 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "fast-safe-stringify": "^2.1.1" }, "devDependencies": { - "chance": "^1.1.8", + "chance": "^1.1.11", "core-commons": "^1.0.0-alpha.7" } }