From b265dbe6b4beaee055ca208041ef6c74dec9ac09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Oct 2022 02:45:11 +0000 Subject: [PATCH] feat(deps): bump randomstring from 1.2.2 to 1.2.3 Bumps [randomstring](https://github.com/klughammer/node-randomstring) from 1.2.2 to 1.2.3. - [Release notes](https://github.com/klughammer/node-randomstring/releases) - [Changelog](https://github.com/klughammer/node-randomstring/blob/master/CHANGELOG.md) - [Commits](https://github.com/klughammer/node-randomstring/commits) --- updated-dependencies: - dependency-name: randomstring dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5c274733..165dfea2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "sws2apps-api", - "version": "1.4.0", + "version": "1.5.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "sws2apps-api", - "version": "1.4.0", + "version": "1.5.1", "license": "ISC", "dependencies": { "@fingerprintjs/fingerprintjs-pro-server-api": "^1.3.0", @@ -28,7 +28,7 @@ "node-fetch": "^3.2.10", "nodemailer": "^6.8.0", "nodemailer-express-handlebars": "^5.0.0", - "randomstring": "^1.2.2", + "randomstring": "^1.2.3", "request-ip": "^3.3.0", "serve-favicon": "^2.5.0", "winston": "^3.8.2" @@ -8927,9 +8927,9 @@ "integrity": "sha1-Z0yZdgkBw8QRJ3GjHlIdw0nMCew=" }, "node_modules/randomstring": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/randomstring/-/randomstring-1.2.2.tgz", - "integrity": "sha512-9FByiB8guWZLbE+akdQiWE3I1I6w7Vn5El4o4y7o5bWQ6DWPcEOp+aLG7Jezc8BVRKKpgJd2ppRX0jnKu1YCfg==", + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/randomstring/-/randomstring-1.2.3.tgz", + "integrity": "sha512-3dEFySepTzp2CvH6W/ASYGguPPveBuz5MpZ7MuoUkoVehmyNl9+F9c9GFVrz2QPbM9NXTIHGcmJDY/3j4677kQ==", "dependencies": { "array-uniq": "1.0.2", "randombytes": "2.0.3" @@ -17495,9 +17495,9 @@ "integrity": "sha1-Z0yZdgkBw8QRJ3GjHlIdw0nMCew=" }, "randomstring": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/randomstring/-/randomstring-1.2.2.tgz", - "integrity": "sha512-9FByiB8guWZLbE+akdQiWE3I1I6w7Vn5El4o4y7o5bWQ6DWPcEOp+aLG7Jezc8BVRKKpgJd2ppRX0jnKu1YCfg==", + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/randomstring/-/randomstring-1.2.3.tgz", + "integrity": "sha512-3dEFySepTzp2CvH6W/ASYGguPPveBuz5MpZ7MuoUkoVehmyNl9+F9c9GFVrz2QPbM9NXTIHGcmJDY/3j4677kQ==", "requires": { "array-uniq": "1.0.2", "randombytes": "2.0.3" diff --git a/package.json b/package.json index 8febaa68..6c1a4887 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "node-fetch": "^3.2.10", "nodemailer": "^6.8.0", "nodemailer-express-handlebars": "^5.0.0", - "randomstring": "^1.2.2", + "randomstring": "^1.2.3", "request-ip": "^3.3.0", "serve-favicon": "^2.5.0", "winston": "^3.8.2"