From 0b66e2e3902d922fa76ed52db28f59847f304b80 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 5 Jun 2024 19:18:50 +0000 Subject: [PATCH] fix: upgrade @nodesecure/js-x-ray from 7.0.0 to 7.1.1 Snyk has created this PR to upgrade @nodesecure/js-x-ray from 7.0.0 to 7.1.1. See this package in npm: @nodesecure/js-x-ray See this project in Snyk: https://app.snyk.io/org/nodesecure/project/8ec6fd78-2b32-4a22-b84f-3acf0336e501?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 14 ++++++++++---- package.json | 2 +- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 66995eb..89ba803 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.1.1", "@nodesecure/vuln": "^1.7.0", "@openally/result": "^1.2.1", "@slimio/config": "^1.2.0", @@ -1403,9 +1403,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.1.1", + "resolved": "https://registry.npmjs.org/@nodesecure/js-x-ray/-/js-x-ray-7.1.1.tgz", + "integrity": "sha512-ri5PhD5jtLCbGOBhD5ssQaqMkd2ThRuBG+f7K5pJDE9wgqfbpr7CWnIEZrOZP7jhNEbzQ2zlbX/t0gsI+cyhbg==", + "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 0cafb63..1d832b6 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.1.1", "@nodesecure/vuln": "^1.7.0", "@openally/result": "^1.2.1", "@slimio/config": "^1.2.0",