diff --git a/ingestion/package-lock.json b/ingestion/package-lock.json index 3006dcc..a5a73b6 100644 --- a/ingestion/package-lock.json +++ b/ingestion/package-lock.json @@ -12,7 +12,7 @@ "express": "^4.21.1", "glob": "^10.4.2", "jsdom": "^25.0.0", - "nanoid": "^5.0.7", + "nanoid": "^5.0.9", "neo4j-driver": "4.4.0", "openai": "^4.29.2", "puppeteer": "^23.3.0", @@ -2154,7 +2154,9 @@ "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" }, "node_modules/nanoid": { - "version": "5.0.7", + "version": "5.0.9", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-5.0.9.tgz", + "integrity": "sha512-Aooyr6MXU6HpvvWXKoVoXwKMs/KyVakWwg7xQfv5/S/RIgJMy0Ifa45H9qqYy7pTCszrHzP21Uk4PZq2HpEM8Q==", "funding": [ { "type": "github", diff --git a/ingestion/package.json b/ingestion/package.json index 6ea8a64..b2d13f6 100644 --- a/ingestion/package.json +++ b/ingestion/package.json @@ -28,7 +28,7 @@ "express": "^4.21.1", "glob": "^10.4.2", "jsdom": "^25.0.0", - "nanoid": "^5.0.7", + "nanoid": "^5.0.9", "neo4j-driver": "4.4.0", "openai": "^4.29.2", "puppeteer": "^23.3.0",