diff --git a/ui/package-lock.json b/ui/package-lock.json index 6812bf425..b5cb32f9a 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -5209,7 +5209,7 @@ }, "node_modules/@types/react-dom": { "version": "18.0.11", - "dev": true, + "devOptional": true, "license": "MIT", "dependencies": { "@types/react": "*" @@ -5707,7 +5707,7 @@ }, "node_modules/esbuild": { "version": "0.18.20", - "dev": true, + "devOptional": true, "hasInstallScript": true, "license": "MIT", "bin": { @@ -6379,15 +6379,16 @@ "license": "MIT" }, "node_modules/nanoid": { - "version": "3.3.6", - "dev": true, + "version": "3.3.8", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.8.tgz", + "integrity": "sha512-WNLf5Sd8oZxOm+TzppcYk8gVOgP+l58xNy58D0nbUnOxOWRWvlcCV4kUF7ltmI6PsrLl/BgKEyS4mqsGChFN0w==", + "devOptional": true, "funding": [ { "type": "github", "url": "https://github.com/sponsors/ai" } ], - "license": "MIT", "bin": { "nanoid": "bin/nanoid.cjs" }, @@ -6522,12 +6523,12 @@ }, "node_modules/picocolors": { "version": "1.0.0", - "dev": true, + "devOptional": true, "license": "ISC" }, "node_modules/postcss": { "version": "8.4.31", - "dev": true, + "devOptional": true, "funding": [ { "type": "opencollective", @@ -6883,7 +6884,7 @@ }, "node_modules/rollup": { "version": "3.29.4", - "dev": true, + "devOptional": true, "license": "MIT", "bin": { "rollup": "dist/bin/rollup" @@ -6961,7 +6962,7 @@ }, "node_modules/source-map-js": { "version": "1.0.2", - "dev": true, + "devOptional": true, "license": "BSD-3-Clause", "engines": { "node": ">=0.10.0" @@ -7092,7 +7093,7 @@ }, "node_modules/typescript": { "version": "4.9.5", - "dev": true, + "devOptional": true, "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", @@ -7195,7 +7196,7 @@ }, "node_modules/vite": { "version": "4.5.2", - "dev": true, + "devOptional": true, "license": "MIT", "dependencies": { "esbuild": "^0.18.10",