From 8f00060798fec3279387935654303eba71a6a85c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Oct 2022 17:52:38 +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 11ecf79..2f6934f 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "bootstrap-vue": "^2.21.2", "core-js": "^3.25.5", "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 81a1e60..1dfb7f4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7579,6 +7579,11 @@ nanoid@^3.1.23, nanoid@^3.3.4: resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.4.tgz#730b67e3cd09e2deacf03c027c81c9d9dbc5e8ab" integrity sha512-MqBkQh/OHTS2egovRtLk45wEyNXwF+cokD+1YPf9u5VfJiRdAiRwB2froX5Co9Rh20xs4siNPm8naNotSD6RBw== +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"