Skip to content

Commit 3b369d2

Browse files
authored
Merge pull request #688 from GDATASoftwareAG/renovate/typescript/all-non-major
typescript: Update all non-major dependencies
2 parents aad7bd9 + 5940f7c commit 3b369d2

File tree

4 files changed

+88
-88
lines changed

4 files changed

+88
-88
lines changed

typescript/examples/VaasExample/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "test-files",
3-
"version": "1.0.27",
3+
"version": "1.0.28",
44
"description": "",
55
"scripts": {
66
"start:filescan": "npx ts-node main.ts",
@@ -12,10 +12,10 @@
1212
"author": "",
1313
"license": "ISC",
1414
"dependencies": {
15-
"@types/node": "22.10.1",
16-
"gdata-vaas": "7.6.0",
15+
"@types/node": "22.10.5",
16+
"gdata-vaas": "7.6.1",
1717
"ts-node": "^10.9.2",
18-
"typescript": "5.7.2"
18+
"typescript": "5.7.3"
1919
},
2020
"devDependencies": {
2121
"dotenv": "^16.4.5",

typescript/examples/VaasExample/pnpm-lock.yaml

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

typescript/package.json

+4-4
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.23",
7+
"version": "0.0.24",
88
"license": "MIT",
99
"main": "lib/Index.js",
1010
"types": "lib/Index.d.ts",
@@ -25,15 +25,15 @@
2525
"devDependencies": {
2626
"@jest/globals": "^29.7.0",
2727
"@types/jest": "^29.5.12",
28-
"@types/node": "22.10.1",
28+
"@types/node": "22.10.5",
2929
"@types/random-bytes": "1.0.3",
3030
"dotenv": "16.4.7",
3131
"jest": "^29.7.0",
3232
"prettier": "^3.3.3",
3333
"random-bytes": "1.0.0",
3434
"ts-jest": "^29.2.5",
3535
"ts-node": "10.9.2",
36-
"typescript": "5.7.2"
36+
"typescript": "5.7.3"
3737
},
3838
"dependencies": {
3939
"@d-fischer/isomorphic-ws": "^7.0.2",
@@ -43,7 +43,7 @@
4343
"axios": "1.7.9",
4444
"fast-sha256": "1.3.0",
4545
"typescript-json-serializer": "6.0.1",
46-
"uuid": "11.0.3",
46+
"uuid": "11.0.5",
4747
"ws": "8.18.0"
4848
},
4949
"scripts": {

0 commit comments

Comments
 (0)