From 11f5122c21ce8c0915d1ad0572ee92b568913633 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jun 2022 00:29:53 +0000 Subject: [PATCH] fix(deps): bump nanoid from 3.3.3 to 4.0.0 Bumps [nanoid](https://github.com/ai/nanoid) from 3.3.3 to 4.0.0. - [Release notes](https://github.com/ai/nanoid/releases) - [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md) - [Commits](https://github.com/ai/nanoid/compare/3.3.3...4.0.0) --- updated-dependencies: - dependency-name: nanoid dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index e6481d8..11e1343 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "bootstrap-vue": "^2.21.2", "core-js": "^3.22.4", "discord-oauth2": "^2.7.0", - "nanoid": "^3.1.23", + "nanoid": "^4.0.0", "nuxt": "^2.15.5", "nuxt-i18n": "^6.27.0", "qs": "^6.10.1", diff --git a/yarn.lock b/yarn.lock index 6984852..d01f7e7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7500,6 +7500,11 @@ nanoid@^3.1.23: resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.3.tgz#fd8e8b7aa761fe807dba2d1b98fb7241bb724a25" integrity sha512-p1sjXuopFs0xg+fPASzQ28agW1oHD7xDsd9Xkf3T15H3c/cifrFHVwrh74PdoklAPi+i7MdRsE47vm2r6JoB+w== +nanoid@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-4.0.0.tgz#6e144dee117609232c3f415c34b0e550e64999a5" + integrity sha512-IgBP8piMxe/gf73RTQx7hmnhwz0aaEXYakvqZyE302IXW3HyVNhdNGC+O2MwMAVhLEnvXlvKtGbtJf6wvHihCg== + nanomatch@^1.2.9: version "1.2.13" resolved "https://registry.yarnpkg.com/nanomatch/-/nanomatch-1.2.13.tgz#b87a8aa4fc0de8fe6be88895b38983ff265bd119"