diff --git a/tickethub/client/react/packages/opa-wasm/package-lock.json b/tickethub/client/react/packages/opa-wasm/package-lock.json index 28fc7f3..930491a 100644 --- a/tickethub/client/react/packages/opa-wasm/package-lock.json +++ b/tickethub/client/react/packages/opa-wasm/package-lock.json @@ -12,7 +12,7 @@ "@open-policy-agent/opa": "^1.0.1" }, "devDependencies": { - "glob": "^10.4.1", + "glob": "^10.5.0", "serve-handler": "^6.1.5", "tsx": "^4.19.3", "typescript": "^5.4.5", @@ -1546,23 +1546,22 @@ } }, "node_modules/glob": { - "version": "10.4.1", - "resolved": "https://registry.npmjs.org/glob/-/glob-10.4.1.tgz", - "integrity": "sha512-2jelhlq3E4ho74ZyVLN03oKdAZVUa6UDZzFLVH1H7dnoax+y9qyaq8zBkfDIggjniU19z0wU18y16jMB2eyVIw==", + "version": "10.5.0", + "resolved": "https://registry.npmjs.org/glob/-/glob-10.5.0.tgz", + "integrity": "sha512-DfXN8DfhJ7NH3Oe7cFmu3NCu1wKbkReJ8TorzSAFbSKrlNaQSKfIzqYqVY8zlbs2NLBbWpRiU52GX2PbaBVNkg==", "dev": true, + "license": "ISC", "dependencies": { "foreground-child": "^3.1.0", "jackspeak": "^3.1.2", "minimatch": "^9.0.4", "minipass": "^7.1.2", + "package-json-from-dist": "^1.0.0", "path-scurry": "^1.11.1" }, "bin": { "glob": "dist/esm/bin.mjs" }, - "engines": { - "node": ">=16 || 14 >=14.18" - }, "funding": { "url": "https://github.com/sponsors/isaacs" } @@ -2008,6 +2007,13 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/package-json-from-dist": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz", + "integrity": "sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==", + "dev": true, + "license": "BlueOak-1.0.0" + }, "node_modules/parent-module": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz", diff --git a/tickethub/client/react/packages/opa-wasm/package.json b/tickethub/client/react/packages/opa-wasm/package.json index da9cf6c..26894d0 100644 --- a/tickethub/client/react/packages/opa-wasm/package.json +++ b/tickethub/client/react/packages/opa-wasm/package.json @@ -9,7 +9,7 @@ "author": "", "license": "Apache-2.0", "devDependencies": { - "glob": "^10.4.1", + "glob": "^10.5.0", "serve-handler": "^6.1.5", "tsx": "^4.19.3", "typescript": "^5.4.5",