From 6318807548203b661c2c5e44df18ab656bff72ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 06:52:29 +0000 Subject: [PATCH] npm: bump typescript from 4.9.5 to 5.6.3 in /asctb-api Bumps [typescript](https://github.com/microsoft/TypeScript) from 4.9.5 to 5.6.3. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](https://github.com/microsoft/TypeScript/compare/v4.9.5...v5.6.3) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- asctb-api/package-lock.json | 30 +++++++++++++++--------------- asctb-api/package.json | 2 +- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/asctb-api/package-lock.json b/asctb-api/package-lock.json index 7c766c6b..af0ada31 100644 --- a/asctb-api/package-lock.json +++ b/asctb-api/package-lock.json @@ -10,15 +10,15 @@ "hasInstallScript": true, "license": "MIT", "dependencies": { - "@rdfjs-elements/formats-pretty": "^0.3.3", - "axios": "^0.21.2", + "@rdfjs-elements/formats-pretty": "^0.3.4", + "axios": "^0.21.4", "cors": "^2.8.5", "express": "^4.17.1", "express-fileupload": "^1.2.1", "jsonld": "^5.2.0", "memory-cache": "^0.2.0", "papaparse": "^5.3.0", - "typescript": "^4.0.5", + "typescript": "^5.6.3", "xlsx": "^0.18.5" }, "devDependencies": { @@ -28,13 +28,13 @@ "@types/express-fileupload": "^1.1.7", "@types/jsonld": "^1.5.6", "@types/memory-cache": "^0.2.1", - "@types/node": "^14.14.6", + "@types/node": "^14.18.53", "@types/papaparse": "^5.2.6", - "@typescript-eslint/eslint-plugin": "^4.28.3", - "@typescript-eslint/parser": "^4.28.3", + "@typescript-eslint/eslint-plugin": "^4.33.0", + "@typescript-eslint/parser": "^4.33.0", "eslint": "^7.31.0", - "nodemon": "^2.0.6", - "ts-node": "^9.0.0" + "nodemon": "^2.0.22", + "ts-node": "^9.1.1" } }, "node_modules/@babel/code-frame": { @@ -4282,15 +4282,15 @@ "integrity": "sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=" }, "node_modules/typescript": { - "version": "4.9.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz", - "integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==", + "version": "5.6.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.3.tgz", + "integrity": "sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" }, "engines": { - "node": ">=4.2.0" + "node": ">=14.17" } }, "node_modules/undefsafe": { @@ -7665,9 +7665,9 @@ "integrity": "sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=" }, "typescript": { - "version": "4.9.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz", - "integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==" + "version": "5.6.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.3.tgz", + "integrity": "sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==" }, "undefsafe": { "version": "2.0.5", diff --git a/asctb-api/package.json b/asctb-api/package.json index e888cfdd..36c54d7b 100644 --- a/asctb-api/package.json +++ b/asctb-api/package.json @@ -26,7 +26,7 @@ "jsonld": "^5.2.0", "memory-cache": "^0.2.0", "papaparse": "^5.3.0", - "typescript": "^4.9.5", + "typescript": "^5.6.3", "xlsx": "^0.18.5" }, "devDependencies": {