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.
- package/CHANGELOG.md +12 -0
- 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.
|
|
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.
|
|
31
|
+
"axios": "1.12.0",
|
|
32
32
|
"debuglog": "1.0.1",
|
|
33
|
-
"js-yaml": "4.1.
|
|
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@
|
|
56
|
+
"packageManager": "yarn@1.22.22"
|
|
57
57
|
}
|