Skip to content

Commit 4184323

Browse files
authored
Merge pull request #668 from GDATASoftwareAG/renovate/typescript/all-non-major
typescript: Update all non-major dependencies
2 parents 39bd464 + 3ad1630 commit 4184323

File tree

4 files changed

+81
-81
lines changed

4 files changed

+81
-81
lines changed

typescript/examples/VaasExample/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "test-files",
3-
"version": "1.0.25",
3+
"version": "1.0.26",
44
"description": "",
55
"scripts": {
66
"start:filescan": "npx ts-node main.ts",
@@ -12,8 +12,8 @@
1212
"author": "",
1313
"license": "ISC",
1414
"dependencies": {
15-
"@types/node": "22.9.3",
16-
"gdata-vaas": "7.5.7",
15+
"@types/node": "22.10.1",
16+
"gdata-vaas": "7.5.9",
1717
"ts-node": "^10.9.2",
1818
"typescript": "5.7.2"
1919
},

typescript/examples/VaasExample/pnpm-lock.yaml

+18-18
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

typescript/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"url": "https://github.com/GDATASoftwareAG/vaas"
55
},
66
"name": "gdata-vaas",
7-
"version": "0.0.21",
7+
"version": "0.0.22",
88
"license": "MIT",
99
"main": "lib/Index.js",
1010
"types": "lib/Index.d.ts",
@@ -25,7 +25,7 @@
2525
"devDependencies": {
2626
"@jest/globals": "^29.7.0",
2727
"@types/jest": "^29.5.12",
28-
"@types/node": "22.9.3",
28+
"@types/node": "22.10.1",
2929
"@types/random-bytes": "1.0.3",
3030
"dotenv": "16.4.5",
3131
"jest": "^29.7.0",
@@ -40,7 +40,7 @@
4040
"@types/uuid": "10.0.0",
4141
"@types/ws": "8.5.13",
4242
"@ungap/url-search-params": "0.2.2",
43-
"axios": "1.7.7",
43+
"axios": "1.7.8",
4444
"fast-sha256": "1.3.0",
4545
"typescript-json-serializer": "6.0.1",
4646
"uuid": "11.0.3",

0 commit comments

Comments
 (0)