ts-node-client 3.4.5 → 3.4.7

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/CHANGELOG.md +12 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -8,6 +8,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
8
8
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
9
9
 
10
10
 
11
+ ## 3.4.7 - 2025-11-17
12
+
13
+ ### Changed
14
+ * bump dependencies
15
+
16
+
17
+ ## 3.4.6 - 2025-09-14
18
+
19
+ ### Changed
20
+ * bump dependencies
21
+
22
+
11
23
  ## 3.4.5 - 2025-07-23
12
24
 
13
25
  ### Changed
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ts-node-client",
3
3
  "description": "npm / node module to transfer dependency information to TrustSource server.",
4
- "version": "3.4.5",
4
+ "version": "3.4.7",
5
5
  "homepage": "https://app.trustsource.io/",
6
6
  "author": {
7
7
  "name": "Oleksandr Dmukhovskyi",
@@ -28,9 +28,9 @@
28
28
  },
29
29
  "dependencies": {
30
30
  "@yarnpkg/lockfile": "1.1.0",
31
- "axios": "1.11.0",
31
+ "axios": "1.12.0",
32
32
  "debuglog": "1.0.1",
33
- "js-yaml": "4.1.0",
33
+ "js-yaml": "4.1.1",
34
34
  "packageurl-js": "1.2.1",
35
35
  "semver": "7.7.2",
36
36
  "yargs": "17.7.2"
@@ -53,5 +53,5 @@
53
53
  "spdx",
54
54
  "dependency-analysis"
55
55
  ],
56
- "packageManager": "yarn@3.5.0+sha512.2dc70be5fce9f66756d25b00a888f3ca66f86b502b76750e72ba54cec89da767b938c54124595e26f868825688e0fe3552c26c76a330673343057acadd5cfcf2"
56
+ "packageManager": "yarn@1.22.22"
57
57
  }