From 8179033a0cc6847d7ccdbc984313cf1e0804a161 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 22:08:06 +0000 Subject: [PATCH] upgrade(deps): bump nanoid from 3.3.1 to 3.3.7 Bumps [nanoid](https://github.com/ai/nanoid) from 3.3.1 to 3.3.7. - [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.1...3.3.7) --- updated-dependencies: - dependency-name: nanoid dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 51 ++++++++++++++---------------------- packages/sui-js/package.json | 2 +- 2 files changed, 20 insertions(+), 33 deletions(-) diff --git a/package-lock.json b/package-lock.json index 12b40fba0..a072e4bdc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17968,10 +17968,15 @@ "optional": true }, "node_modules/nanoid": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.1.tgz", - "integrity": "sha512-n6Vs/3KGyxPQd6uO0eH4Bv0ojGSUvuLlIHtC3Y0kEO23YRge8H9x1GCzLn28YX0H66pMkxuaeESFq4tKISKwdw==", - "license": "MIT", + "version": "3.3.7", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz", + "integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], "bin": { "nanoid": "bin/nanoid.cjs" }, @@ -19972,24 +19977,6 @@ "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==", "license": "MIT" }, - "node_modules/postcss/node_modules/nanoid": { - "version": "3.3.7", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz", - "integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/ai" - } - ], - "license": "MIT", - "bin": { - "nanoid": "bin/nanoid.cjs" - }, - "engines": { - "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" - } - }, "node_modules/prelude-ls": { "version": "1.2.1", "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz", @@ -25658,7 +25645,7 @@ }, "packages/sui-bundler": { "name": "@s-ui/bundler", - "version": "9.69.0", + "version": "9.70.0", "hasInstallScript": true, "license": "MIT", "dependencies": { @@ -25784,7 +25771,7 @@ }, "packages/sui-critical-css": { "name": "@s-ui/critical-css", - "version": "1.28.0", + "version": "1.29.0", "license": "ISC", "dependencies": { "@s-ui/critical-css-middleware": "1", @@ -25796,7 +25783,7 @@ }, "packages/sui-critical-css-middleware": { "name": "@s-ui/critical-css-middleware", - "version": "1.1.0", + "version": "1.2.0", "dependencies": { "path-to-regexp": "0.1.10" } @@ -26079,7 +26066,7 @@ }, "packages/sui-js": { "name": "@s-ui/js", - "version": "2.35.0", + "version": "2.36.0", "license": "MIT", "dependencies": { "bowser": "2.11.0", @@ -26091,7 +26078,7 @@ "just-kebab-case": "1.1.0", "lodash.debounce": "4.0.8", "lodash.throttle": "4.1.1", - "nanoid": "3.3.1", + "nanoid": "3.3.7", "qs": "6.13.0", "remove-accents": "0.4.2" } @@ -26886,7 +26873,7 @@ }, "packages/sui-sass-loader": { "name": "@s-ui/sass-loader", - "version": "1.7.0", + "version": "1.8.0", "dependencies": { "cli-source-preview": "1.1.0", "co": "4.6.0", @@ -26976,7 +26963,7 @@ }, "packages/sui-studio": { "name": "@s-ui/studio", - "version": "11.46.0", + "version": "11.47.0", "license": "MIT", "dependencies": { "@babel/cli": "7", @@ -27064,7 +27051,7 @@ }, "packages/sui-svg": { "name": "@s-ui/svg", - "version": "3.25.0", + "version": "3.26.0", "license": "MIT", "dependencies": { "@s-ui/react-atom-icon": "1", @@ -27086,7 +27073,7 @@ }, "packages/sui-test": { "name": "@s-ui/test", - "version": "8.39.0", + "version": "8.40.0", "license": "MIT", "dependencies": { "@babel/core": "7.18.10", @@ -27143,7 +27130,7 @@ }, "packages/sui-test-e2e": { "name": "@s-ui/test-e2e", - "version": "1.15.0", + "version": "1.16.0", "license": "MIT", "dependencies": { "@testing-library/cypress": "8.0.3", diff --git a/packages/sui-js/package.json b/packages/sui-js/package.json index 531f57a7d..4c3a4ec67 100644 --- a/packages/sui-js/package.json +++ b/packages/sui-js/package.json @@ -19,7 +19,7 @@ "just-kebab-case": "1.1.0", "lodash.debounce": "4.0.8", "lodash.throttle": "4.1.1", - "nanoid": "3.3.1", + "nanoid": "3.3.7", "qs": "6.13.0", "remove-accents": "0.4.2" },