diff options
author | 2022-01-30 15:01:04 +0100 | |
---|---|---|
committer | 2022-01-30 15:01:04 +0100 | |
commit | 664927ea58fa74386737ea83da267b3f7edd6566 (patch) | |
tree | 1b46610e024a5950d441fb63f0129fa7f4da389c | |
parent | [feature] Make Let's Encrypt integration an opt-in feature (#368) (diff) | |
download | gotosocial-664927ea58fa74386737ea83da267b3f7edd6566.tar.xz |
Bump nanoid from 3.1.25 to 3.2.0 in /web/gotosocial-styling (#364)
Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.25 to 3.2.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.1.25...3.2.0)
---
updated-dependencies:
- dependency-name: nanoid
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r-- | web/gotosocial-styling/yarn.lock | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/web/gotosocial-styling/yarn.lock b/web/gotosocial-styling/yarn.lock index 1d39d5fd7..6b7fe6e64 100644 --- a/web/gotosocial-styling/yarn.lock +++ b/web/gotosocial-styling/yarn.lock @@ -230,9 +230,9 @@ ms@^2.1.1: integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA== nanoid@^3.1.23: - version "3.1.25" - resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.1.25.tgz#09ca32747c0e543f0e1814b7d3793477f9c8e152" - integrity sha512-rdwtIXaXCLFAQbnfqDRnI6jaRHp9fTcYBjtFKE8eezcZ7LuLjhUaQGNeMXf1HmRoCH32CLz6XwX0TtxEOS/A3Q== + version "3.2.0" + resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.2.0.tgz#62667522da6673971cca916a6d3eff3f415ff80c" + integrity sha512-fmsZYa9lpn69Ad5eDn7FMcnnSR+8R34W9qJEijxYhTbfOWzr22n1QxCMzXLK+ODyW2973V3Fux959iQoUxzUIA== normalize-path@^3.0.0, normalize-path@~3.0.0: version "3.0.0" |