diff --git a/package-lock.json b/package-lock.json index 03e9a6e6e..b27294816 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ ], "devDependencies": { "@babel/preset-env": "^7.29.7", - "@babel/preset-typescript": "^7.28.5", + "@babel/preset-typescript": "^7.29.7", "@js-soft/eslint-config-ts": "^2.0.6", "@js-soft/license-check": "^1.0.10", "@types/jest": "^30.0.0", @@ -748,11 +748,13 @@ } }, "node_modules/@babel/plugin-syntax-jsx": { - "version": "7.28.6", + "version": "7.29.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.29.7.tgz", + "integrity": "sha512-TSu8+mHCoEaaCDEZ0I3+6mvTBYR4PCxQwf2z9/r5Tbztv6NaLR3B9thGTTxX2WGuGHJqRiAbKPeGTJ5XWXVg6A==", "dev": true, "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.28.6" + "@babel/helper-plugin-utils": "^7.29.7" }, "engines": { "node": ">=6.9.0" @@ -856,11 +858,13 @@ } }, "node_modules/@babel/plugin-syntax-typescript": { - "version": "7.28.6", + "version": "7.29.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.29.7.tgz", + "integrity": "sha512-ngr+82Sh0xMz25TPCZi+nC2iTzjfCdWS2ONXTp/PtSCHCgaCNBpdMqgvJ2ccdLlClVZ7sisIgB914j/JFe+RZA==", "dev": true, "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.28.6" + "@babel/helper-plugin-utils": "^7.29.7" }, "engines": { "node": ">=6.9.0" @@ -1672,15 +1676,17 @@ } }, "node_modules/@babel/plugin-transform-typescript": { - "version": "7.28.6", + "version": "7.29.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.29.7.tgz", + "integrity": "sha512-jK52h8LaLc7JarhQV2ofeFMts4H7vnOXnqZNA6fYglBTZewRBE51KWt3BUltW1P+KoPsYkHoJeXePuz4zo2LMw==", "dev": true, "license": "MIT", "dependencies": { - "@babel/helper-annotate-as-pure": "^7.27.3", - "@babel/helper-create-class-features-plugin": "^7.28.6", - "@babel/helper-plugin-utils": "^7.28.6", - "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1", - "@babel/plugin-syntax-typescript": "^7.28.6" + "@babel/helper-annotate-as-pure": "^7.29.7", + "@babel/helper-create-class-features-plugin": "^7.29.7", + "@babel/helper-plugin-utils": "^7.29.7", + "@babel/helper-skip-transparent-expression-wrappers": "^7.29.7", + "@babel/plugin-syntax-typescript": "^7.29.7" }, "engines": { "node": ">=6.9.0" @@ -1866,15 +1872,17 @@ } }, "node_modules/@babel/preset-typescript": { - "version": "7.28.5", + "version": "7.29.7", + "resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.29.7.tgz", + "integrity": "sha512-/Foi8vKY2EVbed/1eZx0gJEEwHAIxogrySI7rULcRIvhZzbvoE/b5qG5Ghc0WKAFKOHA9SD1x7RsFlOYdutIiQ==", "dev": true, "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.27.1", - "@babel/helper-validator-option": "^7.27.1", - "@babel/plugin-syntax-jsx": "^7.27.1", - "@babel/plugin-transform-modules-commonjs": "^7.27.1", - "@babel/plugin-transform-typescript": "^7.28.5" + "@babel/helper-plugin-utils": "^7.29.7", + "@babel/helper-validator-option": "^7.29.7", + "@babel/plugin-syntax-jsx": "^7.29.7", + "@babel/plugin-transform-modules-commonjs": "^7.29.7", + "@babel/plugin-transform-typescript": "^7.29.7" }, "engines": { "node": ">=6.9.0" @@ -9622,7 +9630,9 @@ } }, "node_modules/jose": { - "version": "6.2.2", + "version": "6.2.3", + "resolved": "https://registry.npmjs.org/jose/-/jose-6.2.3.tgz", + "integrity": "sha512-YYVDInQKFJfR/xa3ojUTl8c2KoTwiL1R5Wg9YCydwH0x0B9grbzlg5HC7mMjCtUJjbQ/YnGEZIhI5tCgfTb4Hw==", "license": "MIT", "funding": { "url": "https://github.com/sponsors/panva" @@ -14232,12 +14242,12 @@ "@nmshd/core-types": "*", "@nmshd/iql": "^1.0.5", "@nmshd/transport": "*", - "@noble/ciphers": "^2.0.1", - "jose": "^6.1.1", + "@noble/ciphers": "^2.2.0", + "jose": "^6.2.3", "lodash": "^4.18.1", "sjcl": "^1.0.9", "ts-simple-nameof": "^1.3.3", - "ws": "^8.18.3" + "ws": "^8.21.0" }, "devDependencies": { "@js-soft/docdb-access-loki": "1.4.1", diff --git a/package.json b/package.json index 2f999e1b0..ed6d82b69 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ }, "devDependencies": { "@babel/preset-env": "^7.29.7", - "@babel/preset-typescript": "^7.28.5", + "@babel/preset-typescript": "^7.29.7", "@js-soft/eslint-config-ts": "^2.0.6", "@js-soft/license-check": "^1.0.10", "@types/jest": "^30.0.0", diff --git a/packages/consumption/package.json b/packages/consumption/package.json index 766100aa3..cb77835f9 100644 --- a/packages/consumption/package.json +++ b/packages/consumption/package.json @@ -85,12 +85,12 @@ "@nmshd/core-types": "*", "@nmshd/iql": "^1.0.5", "@nmshd/transport": "*", - "@noble/ciphers": "^2.0.1", - "jose": "^6.1.1", + "@noble/ciphers": "^2.2.0", + "jose": "^6.2.3", "lodash": "^4.18.1", "sjcl": "^1.0.9", "ts-simple-nameof": "^1.3.3", - "ws": "^8.18.3" + "ws": "^8.21.0" }, "devDependencies": { "@js-soft/docdb-access-loki": "1.4.1",