diff --git a/package-lock.json b/package-lock.json index 716d6cd..e2cc6ae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "ts-jest": "29.2.5", "tslib": "2.8.1", "typedoc": "0.25.13", - "typescript": "5.7.2" + "typescript": "5.7.3" } }, "node_modules/@ampproject/remapping": { @@ -7194,15 +7194,6 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/import-from-esm": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/import-from-esm/-/import-from-esm-1.0.3.tgz", - "integrity": "sha512-bncoEU7L4Vi5OoeygZuBUP9IC1AxavLR4UMCwZ9FtujOhDG1PDEo7IpCdfeOxKfrMCGwoK6UXpF9q/cXTA/ejg==", - "dev": true, - "engines": { - "node": ">=16.20" - } - }, "node_modules/import-local": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/import-local/-/import-local-3.1.0.tgz", @@ -18777,9 +18768,9 @@ } }, "node_modules/typescript": { - "version": "5.7.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.2.tgz", - "integrity": "sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==", + "version": "5.7.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.3.tgz", + "integrity": "sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==", "dev": true, "bin": { "tsc": "bin/tsc", @@ -24794,12 +24785,6 @@ "dev": true, "peer": true }, - "import-from-esm": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/import-from-esm/-/import-from-esm-1.0.3.tgz", - "integrity": "sha512-bncoEU7L4Vi5OoeygZuBUP9IC1AxavLR4UMCwZ9FtujOhDG1PDEo7IpCdfeOxKfrMCGwoK6UXpF9q/cXTA/ejg==", - "dev": true - }, "import-local": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/import-local/-/import-local-3.1.0.tgz", @@ -33213,9 +33198,9 @@ } }, "typescript": { - "version": "5.7.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.2.tgz", - "integrity": "sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==", + "version": "5.7.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.3.tgz", + "integrity": "sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==", "dev": true }, "uc.micro": { diff --git a/package.json b/package.json index f07354b..8123fd5 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "ts-jest": "29.2.5", "tslib": "2.8.1", "typedoc": "0.25.13", - "typescript": "5.7.2" + "typescript": "5.7.3" }, "jest": { "preset": "ts-jest",