@nodesecure/tree-walker 2.1.0 → 2.3.0

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 (1) hide show
  1. package/package.json +13 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nodesecure/tree-walker",
3
- "version": "2.1.0",
3
+ "version": "2.3.0",
4
4
  "description": "NodeSecure tree walker",
5
5
  "type": "module",
6
6
  "exports": "./dist/index.js",
@@ -12,6 +12,16 @@
12
12
  "test-types": "attw --pack . --profile esm-only",
13
13
  "test": "c8 -r html npm run test-only && npm run test-types"
14
14
  },
15
+ "publishConfig": {
16
+ "registry": "https://registry.npmjs.org",
17
+ "access": "public",
18
+ "provenance": true
19
+ },
20
+ "repository": {
21
+ "type": "git",
22
+ "url": "https://github.com/NodeSecure/scanner",
23
+ "directory": "workspaces/tree-walker"
24
+ },
15
25
  "files": [
16
26
  "dist"
17
27
  ],
@@ -22,19 +32,15 @@
22
32
  ],
23
33
  "author": "GENTILHOMME Thomas <gentilhomme.thomas@gmail.com>",
24
34
  "license": "MIT",
25
- "repository": {
26
- "type": "git",
27
- "url": "git+https://github.com/NodeSecure/scanner.git"
28
- },
29
35
  "bugs": {
30
36
  "url": "https://github.com/NodeSecure/scanner/issues"
31
37
  },
32
38
  "homepage": "https://github.com/NodeSecure/tree/master/workspaces/tree-walker#readme",
33
39
  "dependencies": {
34
- "@nodesecure/js-x-ray": "^10.0.0",
40
+ "@nodesecure/js-x-ray": "11.5.0",
35
41
  "@nodesecure/npm-registry-sdk": "^4.0.0",
36
42
  "@nodesecure/npm-types": "^1.1.0",
37
- "@npmcli/arborist": "^9.0.2",
43
+ "@npmcli/arborist": "9.1.10",
38
44
  "combine-async-iterators": "^3.0.0",
39
45
  "itertools": "^2.3.1",
40
46
  "npm-pick-manifest": "^11.0.1",