From a9fe5d8f1688244fa6d87a18ad588cc112f367d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Mar 2022 22:32:42 +0000 Subject: [PATCH] build(deps): bump nanoid in /pkg/universe.dagger.io/examples/todoapp Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.9 to 3.1.31. - [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.9...3.1.31) --- updated-dependencies: - dependency-name: nanoid dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pkg/universe.dagger.io/examples/todoapp/package.json | 2 +- pkg/universe.dagger.io/examples/todoapp/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pkg/universe.dagger.io/examples/todoapp/package.json b/pkg/universe.dagger.io/examples/todoapp/package.json index 8b9cac7a..a0cd43f3 100644 --- a/pkg/universe.dagger.io/examples/todoapp/package.json +++ b/pkg/universe.dagger.io/examples/todoapp/package.json @@ -8,7 +8,7 @@ "@testing-library/react": "^9.3.2", "@testing-library/user-event": "^7.1.2", "gh-pages": "^3.2.3", - "nanoid": "^3.1.3", + "nanoid": "^3.1.31", "react": "^16.13.1", "react-dom": "^16.13.1", "react-scripts": "3.4.1" diff --git a/pkg/universe.dagger.io/examples/todoapp/yarn.lock b/pkg/universe.dagger.io/examples/todoapp/yarn.lock index 08199875..ad4864af 100644 --- a/pkg/universe.dagger.io/examples/todoapp/yarn.lock +++ b/pkg/universe.dagger.io/examples/todoapp/yarn.lock @@ -6777,10 +6777,10 @@ nan@^2.12.1: resolved "https://registry.yarnpkg.com/nan/-/nan-2.14.0.tgz#7818f722027b2459a86f0295d434d1fc2336c52c" integrity sha512-INOFj37C7k3AfaNTtX8RhsTw7qRy7eLET14cROi9+5HAVbbHuIWUHEauBv5qT4Av2tWasiTY1Jw6puUNqRJXQg== -nanoid@^3.1.3: - version "3.1.9" - resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.1.9.tgz#1f148669c70bb2072dc5af0666e46edb6cd31fb2" - integrity sha512-fFiXlFo4Wkuei3i6w9SQI6yuzGRTGi8Z2zZKZpUxv/bQlBi4jtbVPBSNFZHQA9PNjofWqtIa8p+pnsc0kgZrhQ== +nanoid@^3.1.31: + version "3.1.31" + resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.1.31.tgz#f5b58a1ce1b7604da5f0605757840598d8974dc6" + integrity sha512-ZivnJm0o9bb13p2Ot5CpgC2rQdzB9Uxm/mFZweqm5eMViqOJe3PV6LU2E30SiLgheesmcPrjquqraoolONSA0A== nanomatch@^1.2.9: version "1.2.13"