diff --git a/package-lock.json b/package-lock.json index f7947d146ce3d1646a9b15a06291d1fbd110e698..d88de1acc64c1bf85daee41f9f9b04b6bd5cd440 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@ahooksjs/use-url-state": "^3.5.0", "@emotion/react": "^11.11.1", "@emotion/styled": "^11.11.0", - "@ess-ics/ce-ui-common": "^6.3.1", + "@ess-ics/ce-ui-common": "^6.4.0", "@fontsource/roboto": "^4.1.0", "@mui/icons-material": "^5.14.1", "@mui/material": "^5.14.1", @@ -3072,9 +3072,9 @@ } }, "node_modules/@ess-ics/ce-ui-common": { - "version": "6.3.1", - "resolved": "https://artifactory.esss.lu.se/artifactory/api/npm/ics-npm/@ess-ics/ce-ui-common/-/ce-ui-common-6.3.1.tgz", - "integrity": "sha512-UU0p7E8eO3q6kuC3jhIrjXXbHfoNcURGdZw9YawdnwEyUDTs0QC8H+dgWvYoyUsfzCMa2PXBmltTwmBVUFyWiw==", + "version": "6.4.0", + "resolved": "https://artifactory.esss.lu.se/artifactory/api/npm/ics-npm/@ess-ics/ce-ui-common/-/ce-ui-common-6.4.0.tgz", + "integrity": "sha512-A9yQcwmjtlvVDW2gl+POqk2C7N8js8r8y1fVECM9aW6IRTfQAEN3CG0geihh94R//t6pO1QabFjsPCNDfBnx3A==", "dependencies": { "@fontsource/titillium-web": "^4.5.9", "@mui/x-data-grid-pro": "^6.5.0", @@ -3083,6 +3083,7 @@ "ajv-formats": "^2.1.1", "json-source-map": "^0.6.1", "moment": "^2.29.4", + "nanoid": "^5.0.7", "prop-types": "^15.8.1", "react-ace": "^10.1.0", "react-error-boundary": "^3.1.4", @@ -3098,6 +3099,24 @@ "react-dom": "^18.2.0" } }, + "node_modules/@ess-ics/ce-ui-common/node_modules/nanoid": { + "version": "5.0.7", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-5.0.7.tgz", + "integrity": "sha512-oLxFY2gd2IqnjcYyOXD8XGCftpGtZP2AbHbOkthDkvRywH5ayNtPVy9YlOPcHckXzbLTCHpkb7FB+yuxKV13pQ==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "license": "MIT", + "bin": { + "nanoid": "bin/nanoid.js" + }, + "engines": { + "node": "^18 || >=20" + } + }, "node_modules/@fal-works/esbuild-plugin-global-externals": { "version": "2.1.2", "dev": true, @@ -34273,9 +34292,9 @@ "dev": true }, "@ess-ics/ce-ui-common": { - "version": "6.3.1", - "resolved": "https://artifactory.esss.lu.se/artifactory/api/npm/ics-npm/@ess-ics/ce-ui-common/-/ce-ui-common-6.3.1.tgz", - "integrity": "sha512-UU0p7E8eO3q6kuC3jhIrjXXbHfoNcURGdZw9YawdnwEyUDTs0QC8H+dgWvYoyUsfzCMa2PXBmltTwmBVUFyWiw==", + "version": "6.4.0", + "resolved": "https://artifactory.esss.lu.se/artifactory/api/npm/ics-npm/@ess-ics/ce-ui-common/-/ce-ui-common-6.4.0.tgz", + "integrity": "sha512-A9yQcwmjtlvVDW2gl+POqk2C7N8js8r8y1fVECM9aW6IRTfQAEN3CG0geihh94R//t6pO1QabFjsPCNDfBnx3A==", "requires": { "@fontsource/titillium-web": "^4.5.9", "@mui/x-data-grid-pro": "^6.5.0", @@ -34284,11 +34303,19 @@ "ajv-formats": "^2.1.1", "json-source-map": "^0.6.1", "moment": "^2.29.4", + "nanoid": "^5.0.7", "prop-types": "^15.8.1", "react-ace": "^10.1.0", "react-error-boundary": "^3.1.4", "react-router-dom": "^6.4.1", "swagger-client": "^3.18.5" + }, + "dependencies": { + "nanoid": { + "version": "5.0.7", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-5.0.7.tgz", + "integrity": "sha512-oLxFY2gd2IqnjcYyOXD8XGCftpGtZP2AbHbOkthDkvRywH5ayNtPVy9YlOPcHckXzbLTCHpkb7FB+yuxKV13pQ==" + } } }, "@fal-works/esbuild-plugin-global-externals": { diff --git a/package.json b/package.json index 8aadf280143d76bf5ad86e5fccad163f45f73f92..d7942c71766839ef58a864cc7bc134674fd1f87f 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "@ahooksjs/use-url-state": "^3.5.0", "@emotion/react": "^11.11.1", "@emotion/styled": "^11.11.0", - "@ess-ics/ce-ui-common": "^6.3.1", + "@ess-ics/ce-ui-common": "^6.4.0", "@fontsource/roboto": "^4.1.0", "@mui/icons-material": "^5.14.1", "@mui/material": "^5.14.1",