Skip to content

Commit 4931c2b

Browse files
authored
Merge pull request #817 from GDATASoftwareAG/renovate/typescript/all-non-major
typescript: Update all non-major dependencies
2 parents bd171d6 + 9ffaa56 commit 4931c2b

File tree

4 files changed

+106
-103
lines changed

4 files changed

+106
-103
lines changed

typescript/examples/VaasExample/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "test-files",
3-
"version": "1.0.49",
3+
"version": "1.0.50",
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.15.29",
16-
"gdata-vaas": "7.6.18",
15+
"@types/node": "22.15.34",
16+
"gdata-vaas": "7.6.20",
1717
"ts-node": "^10.9.2",
1818
"typescript": "5.8.3"
1919
},

typescript/examples/VaasExample/pnpm-lock.yaml

Lines changed: 18 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

typescript/package.json

Lines changed: 5 additions & 5 deletions
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.44",
7+
"version": "0.0.45",
88
"license": "MIT",
99
"main": "lib/Index.js",
1010
"types": "lib/Index.d.ts",
@@ -25,9 +25,9 @@
2525
"devDependencies": {
2626
"@jest/globals": "^29.7.0",
2727
"@types/jest": "^29.5.12",
28-
"@types/node": "22.15.29",
28+
"@types/node": "22.15.34",
2929
"@types/random-bytes": "1.0.3",
30-
"dotenv": "16.5.0",
30+
"dotenv": "16.6.1",
3131
"jest": "^29.7.0",
3232
"prettier": "^3.3.3",
3333
"random-bytes": "1.0.0",
@@ -40,11 +40,11 @@
4040
"@types/uuid": "10.0.0",
4141
"@types/ws": "8.18.1",
4242
"@ungap/url-search-params": "0.2.2",
43-
"axios": "1.9.0",
43+
"axios": "1.10.0",
4444
"fast-sha256": "1.3.0",
4545
"typescript-json-serializer": "6.0.1",
4646
"uuid": "11.1.0",
47-
"ws": "8.18.2"
47+
"ws": "8.18.3"
4848
},
4949
"scripts": {
5050
"build": "npx tsc",

0 commit comments

Comments
 (0)