From 8b3ab1660e06ab69b9cba3651c61913d56915b90 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 18:56:32 +0000 Subject: [PATCH] fix(deps): update dependency @types/chance to v1.1.4 --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8c121988..7263eed5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0-semantically-released", "license": "MIT", "dependencies": { - "@types/chance": "1.1.3", + "@types/chance": "1.1.4", "chance": "1.1.11", "debug": "4.3.4", "lodash": "4.17.21", @@ -3152,9 +3152,9 @@ } }, "node_modules/@types/chance": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/@types/chance/-/chance-1.1.3.tgz", - "integrity": "sha512-X6c6ghhe4/sQh4XzcZWSFaTAUOda38GQHmq9BUanYkOE/EO7ZrkazwKmtsj3xzTjkLWmwULE++23g3d3CCWaWw==" + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/@types/chance/-/chance-1.1.4.tgz", + "integrity": "sha512-et3alUWI9jEPnGai+QRCyDdRMYS+atq32IaldWURyxPRZBYg+cSwppxK2UHnDv9X/0pdoxR3Ufbz5hRmjD/uNg==" }, "node_modules/@types/concat-stream": { "version": "2.0.0", diff --git a/package.json b/package.json index a75ce2db..4daca300 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ } }, "dependencies": { - "@types/chance": "1.1.3", + "@types/chance": "1.1.4", "chance": "1.1.11", "debug": "4.3.4", "lodash": "4.17.21",