From 035b445825d2df6d6a42364012e1d1eb3a7610d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jun 2022 13:27:10 +0000 Subject: [PATCH] Bump nanoid from 3.1.25 to 4.0.0 in /ui/client Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.25 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.1.25...4.0.0) --- updated-dependencies: - dependency-name: nanoid dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- ui/client/package-lock.json | 36 +++++++++++++++++++++++++++++------- ui/client/package.json | 2 +- 2 files changed, 30 insertions(+), 8 deletions(-) diff --git a/ui/client/package-lock.json b/ui/client/package-lock.json index 23e08aefe28..bbab38107ab 100644 --- a/ui/client/package-lock.json +++ b/ui/client/package-lock.json @@ -39,7 +39,7 @@ "matomo-tracker": "^2.2.4", "moment": "^2.29.1", "moment-duration-format": "^2.3.2", - "nanoid": "3.1.25", + "nanoid": "4.0.0", "npm-font-open-sans": "~1.1.0", "prop-types": "~15.7.2", "query-string": "^7.0.1", @@ -16498,13 +16498,14 @@ } }, "node_modules/nanoid": { - "version": "3.1.25", - "integrity": "sha512-rdwtIXaXCLFAQbnfqDRnI6jaRHp9fTcYBjtFKE8eezcZ7LuLjhUaQGNeMXf1HmRoCH32CLz6XwX0TtxEOS/A3Q==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-4.0.0.tgz", + "integrity": "sha512-IgBP8piMxe/gf73RTQx7hmnhwz0aaEXYakvqZyE302IXW3HyVNhdNGC+O2MwMAVhLEnvXlvKtGbtJf6wvHihCg==", "bin": { - "nanoid": "bin/nanoid.cjs" + "nanoid": "bin/nanoid.js" }, "engines": { - "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" + "node": "^14 || ^16 || >=18" } }, "node_modules/nanomatch": { @@ -18360,6 +18361,18 @@ "node": ">=4" } }, + "node_modules/postcss/node_modules/nanoid": { + "version": "3.3.4", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.4.tgz", + "integrity": "sha512-MqBkQh/OHTS2egovRtLk45wEyNXwF+cokD+1YPf9u5VfJiRdAiRwB2froX5Co9Rh20xs4siNPm8naNotSD6RBw==", + "dev": true, + "bin": { + "nanoid": "bin/nanoid.cjs" + }, + "engines": { + "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" + } + }, "node_modules/posthtml": { "version": "0.11.6", "integrity": "sha512-C2hrAPzmRdpuL3iH0TDdQ6XCc9M7Dcc3zEW5BLerY65G4tWWszwv6nG/ksi6ul5i2mx22ubdljgktXCtNkydkw==", @@ -37221,8 +37234,9 @@ } }, "nanoid": { - "version": "3.1.25", - "integrity": "sha512-rdwtIXaXCLFAQbnfqDRnI6jaRHp9fTcYBjtFKE8eezcZ7LuLjhUaQGNeMXf1HmRoCH32CLz6XwX0TtxEOS/A3Q==" + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-4.0.0.tgz", + "integrity": "sha512-IgBP8piMxe/gf73RTQx7hmnhwz0aaEXYakvqZyE302IXW3HyVNhdNGC+O2MwMAVhLEnvXlvKtGbtJf6wvHihCg==" }, "nanomatch": { "version": "1.2.13", @@ -38355,6 +38369,14 @@ "colorette": "^1.2.2", "nanoid": "^3.1.23", "source-map-js": "^0.6.2" + }, + "dependencies": { + "nanoid": { + "version": "3.3.4", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.4.tgz", + "integrity": "sha512-MqBkQh/OHTS2egovRtLk45wEyNXwF+cokD+1YPf9u5VfJiRdAiRwB2froX5Co9Rh20xs4siNPm8naNotSD6RBw==", + "dev": true + } } }, "postcss-filter-plugins": { diff --git a/ui/client/package.json b/ui/client/package.json index 0d1489ae3af..2beb1c6a735 100644 --- a/ui/client/package.json +++ b/ui/client/package.json @@ -62,7 +62,7 @@ "matomo-tracker": "^2.2.4", "moment": "^2.29.1", "moment-duration-format": "^2.3.2", - "nanoid": "3.1.25", + "nanoid": "4.0.0", "npm-font-open-sans": "~1.1.0", "prop-types": "~15.7.2", "query-string": "^7.0.1",