@nodesecure/rc 5.0.0 → 5.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -14
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -3,22 +3,9 @@
3
3
  </p>
4
4
 
5
5
  <p align="center">
6
- <a href="https://github.com/NodeSecure/blob/master/workspaces/rc">
7
- <img src="https://img.shields.io/badge/dynamic/json.svg?style=for-the-badge&url=https://raw.githubusercontent.com/NodeSecure/scanner/refs/heads/master/workspaces/rc/package.json&query=$.version&label=Version" alt="npm version">
8
- </a>
9
- <a href="https://github.com/NodeSecure/scanner/blob/master/workspaces/rc/LICENSE">
10
- <img src="https://img.shields.io/github/license/NodeSecure/scanner.svg?style=for-the-badge" alt="license">
11
- </a>
12
- <a href="https://api.securityscorecards.dev/projects/github.com/NodeSecure/blob/master/workspaces/rc">
13
- <img src="https://api.securityscorecards.dev/projects/github.com/NodeSecure/scanner/badge?style=for-the-badge" alt="ossf scorecard">
14
- </a>
15
- <a href="https://github.com/NodeSecure/scanner/actions?query=workflow%3A%22Node.js+CI%22">
16
- <img src="https://img.shields.io/github/actions/workflow/status/NodeSecure/scanner/node.js.yml?style=for-the-badge" alt="github ci workflow">
17
- </a>
6
+ NodeSecure runtime configuration.
18
7
  </p>
19
8
 
20
- NodeSecure runtime configuration.
21
-
22
9
  ## Requirements
23
10
 
24
11
  - [Node.js](https://nodejs.org/en/) v20 or higher
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nodesecure/rc",
3
- "version": "5.0.0",
3
+ "version": "5.0.1",
4
4
  "description": "NodeSecure runtime configuration",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -39,7 +39,7 @@
39
39
  "ajv": "^8.12.0"
40
40
  },
41
41
  "dependencies": {
42
- "@nodesecure/js-x-ray": "^8.1.0",
42
+ "@nodesecure/js-x-ray": "^9.2.0",
43
43
  "@nodesecure/npm-types": "^1.2.0",
44
44
  "@nodesecure/vulnera": "^2.0.1",
45
45
  "@openally/config": "^1.0.1",