diff --git a/ingestion/package-lock.json b/ingestion/package-lock.json index 3006dcc..4c95abf 100644 --- a/ingestion/package-lock.json +++ b/ingestion/package-lock.json @@ -10,7 +10,7 @@ "cors": "^2.8.5", "dotenv": "^16.4.5", "express": "^4.21.1", - "glob": "^10.4.2", + "glob": "^10.5.0", "jsdom": "^25.0.0", "nanoid": "^5.0.7", "neo4j-driver": "4.4.0", @@ -1606,7 +1606,9 @@ "license": "MIT" }, "node_modules/glob": { - "version": "10.4.2", + "version": "10.5.0", + "resolved": "https://registry.npmjs.org/glob/-/glob-10.5.0.tgz", + "integrity": "sha512-DfXN8DfhJ7NH3Oe7cFmu3NCu1wKbkReJ8TorzSAFbSKrlNaQSKfIzqYqVY8zlbs2NLBbWpRiU52GX2PbaBVNkg==", "license": "ISC", "dependencies": { "foreground-child": "^3.1.0", @@ -1619,9 +1621,6 @@ "bin": { "glob": "dist/esm/bin.mjs" }, - "engines": { - "node": ">=16 || 14 >=14.18" - }, "funding": { "url": "https://github.com/sponsors/isaacs" } diff --git a/ingestion/package.json b/ingestion/package.json index 6ea8a64..c550459 100644 --- a/ingestion/package.json +++ b/ingestion/package.json @@ -26,7 +26,7 @@ "cors": "^2.8.5", "dotenv": "^16.4.5", "express": "^4.21.1", - "glob": "^10.4.2", + "glob": "^10.5.0", "jsdom": "^25.0.0", "nanoid": "^5.0.7", "neo4j-driver": "4.4.0",