From e178295188cdfc08ea4813797197110358abd7d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 19:33:49 +0000 Subject: [PATCH] chore(deps): bump the dependencies group with 2 updates Bumps the dependencies group with 2 updates: [@nodesecure/i18n](https://github.com/NodeSecure/i18n) and [@nodesecure/js-x-ray](https://github.com/NodeSecure/js-x-ray). Updates `@nodesecure/i18n` from 3.6.1 to 4.0.0 - [Release notes](https://github.com/NodeSecure/i18n/releases) - [Commits](https://github.com/NodeSecure/i18n/compare/v3.6.1...v4.0.0) Updates `@nodesecure/js-x-ray` from 6.3.0 to 7.0.0 - [Release notes](https://github.com/NodeSecure/js-x-ray/releases) - [Commits](https://github.com/NodeSecure/js-x-ray/compare/v6.3.0...v7.0.0) --- updated-dependencies: - dependency-name: "@nodesecure/i18n" dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: "@nodesecure/js-x-ray" dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 9fb2565..a127cc5 100644 --- a/package.json +++ b/package.json @@ -78,8 +78,8 @@ "typescript": "^5.0.4" }, "dependencies": { - "@nodesecure/i18n": "^3.5.0", - "@nodesecure/js-x-ray": "^6.3.0", + "@nodesecure/i18n": "^4.0.0", + "@nodesecure/js-x-ray": "^7.0.0", "@nodesecure/rc": "^1.5.0", "@nodesecure/scanner": "^5.3.0", "@nodesecure/vulnera": "^1.8.0",