From fa3ca5a84be76085195fc60de8d2b1443c05fc12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Aug 2021 07:07:50 +0100 Subject: [PATCH] build(deps): bump uniqid from 5.3.0 to 5.4.0 in /main/tests/cypress (#4111) Bumps [uniqid](https://github.com/adamhalasz/uniqid) from 5.3.0 to 5.4.0. - [Release notes](https://github.com/adamhalasz/uniqid/releases) - [Commits](https://github.com/adamhalasz/uniqid/commits) --- updated-dependencies: - dependency-name: uniqid dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- main/tests/cypress/package.json | 2 +- main/tests/cypress/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/main/tests/cypress/package.json b/main/tests/cypress/package.json index dadb08201..d387e7a69 100644 --- a/main/tests/cypress/package.json +++ b/main/tests/cypress/package.json @@ -17,7 +17,7 @@ "cypress-wait-until": "^1.7.1", "dotenv": "^10.0.0", "fs-extra": "^10.0.0", - "uniqid": "^5.3.0" + "uniqid": "^5.4.0" }, "devDependencies": { "eslint": "^7.32.0", diff --git a/main/tests/cypress/yarn.lock b/main/tests/cypress/yarn.lock index c51dfa3ec..0e5b3ffe2 100644 --- a/main/tests/cypress/yarn.lock +++ b/main/tests/cypress/yarn.lock @@ -2037,10 +2037,10 @@ underscore@~1.13.1: resolved "https://registry.yarnpkg.com/underscore/-/underscore-1.13.1.tgz#0c1c6bd2df54b6b69f2314066d65b6cde6fcf9d1" integrity sha512-hzSoAVtJF+3ZtiFX0VgfFPHEDRm7Y/QPjGyNo4TVdnDTdft3tr8hEkD25a1jC+TjTuE7tkHGKkhwCgs9dgBB2g== -uniqid@^5.3.0: - version "5.3.0" - resolved "https://registry.yarnpkg.com/uniqid/-/uniqid-5.3.0.tgz#4545f8e9c9a5830ef804e512cca6a9331e9761bf" - integrity sha512-Jq8EzvAT8/CcLu8tzoSiylnzPkNhJJKpnMT964Dj1jI4pG4sKYP9aFVByNTp8KzMvYlW1Um63PCDqtOoujNzrA== +uniqid@^5.4.0: + version "5.4.0" + resolved "https://registry.yarnpkg.com/uniqid/-/uniqid-5.4.0.tgz#4e17bfcab66dfe33563411ae0c801f46ef964e66" + integrity sha512-38JRbJ4Fj94VmnC7G/J/5n5SC7Ab46OM5iNtSstB/ko3l1b5g7ALt4qzHFgGciFkyiRNtDXtLNb+VsxtMSE77A== universalify@^0.1.0: version "0.1.2"