diff --git a/package-lock.json b/package-lock.json index 9cf383c..e5ea877 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@nodesecure/i18n": "^4.0.0", - "@nodesecure/js-x-ray": "^7.0.0", + "@nodesecure/js-x-ray": "^7.2.0", "@nodesecure/npm-types": "^1.0.0", "@nodesecure/vuln": "^1.7.0", "@openally/result": "^1.2.1", @@ -1823,9 +1823,15 @@ } }, "node_modules/@nodesecure/js-x-ray": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/@nodesecure/js-x-ray/-/js-x-ray-7.0.0.tgz", - "integrity": "sha512-lalHMPY024jNYHEC9PP+iEJB13j/9Lqi3r7ogu9sZvMmH9aZJjbeC0SizlkpbDmhGZ3YDjP1+Lhwlp24M2+Shw==", + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/@nodesecure/js-x-ray/-/js-x-ray-7.2.0.tgz", + "integrity": "sha512-VQjvZwPP4KF60rplzCvl1ct1uREoaFiV1UKpkxTFtQLnxvc06ysF8YiNkTiCO3415f1HfRaq/wZ41V1wTd2IPg==", + "license": "MIT", + "workspaces": [ + "workspaces/estree-ast-utils", + "workspaces/sec-literal", + "workspaces/ts-source-parser" + ], "dependencies": { "@nodesecure/estree-ast-utils": "^1.3.1", "@nodesecure/sec-literal": "^1.2.0", diff --git a/package.json b/package.json index cc7621c..0b4d784 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ }, "dependencies": { "@nodesecure/i18n": "^4.0.0", - "@nodesecure/js-x-ray": "^7.0.0", + "@nodesecure/js-x-ray": "^7.2.0", "@nodesecure/npm-types": "^1.0.0", "@nodesecure/vuln": "^1.7.0", "@openally/result": "^1.2.1",