From e460092d54cd849d5e49b66150844445968d8726 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 11:33:39 +0000 Subject: [PATCH] build(deps-dev): bump typescript from 5.4.4 to 5.6.2 Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.4.4 to 5.6.2. - [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/v5.4.4...v5.6.2) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6cd95eb..6b47d35 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@hydrofoil/resource-store", - "version": "0.2.1", + "version": "0.2.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@hydrofoil/resource-store", - "version": "0.2.1", + "version": "0.2.2", "dependencies": { "@tpluscode/rdf-string": "^1.3.0", "@tpluscode/sparql-builder": "^3", @@ -25,7 +25,7 @@ "eslint-import-resolver-typescript": "^3.6.1", "husky": "^9.0.11", "lint-staged": "^15.2.2", - "typescript": "^5.4.4" + "typescript": "^5.6.2" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -7183,9 +7183,9 @@ } }, "node_modules/typescript": { - "version": "5.4.4", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.4.tgz", - "integrity": "sha512-dGE2Vv8cpVvw28v8HCPqyb08EzbBURxDpuhJvTrusShUfGnhHBafDsLdS1EhhxyL6BJQE+2cT3dDPAv+MQ6oLw==", + "version": "5.6.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.2.tgz", + "integrity": "sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==", "dev": true, "bin": { "tsc": "bin/tsc", diff --git a/package.json b/package.json index 7f5cd4f..63282a7 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "eslint-import-resolver-typescript": "^3.6.1", "husky": "^9.0.11", "lint-staged": "^15.2.2", - "typescript": "^5.4.4" + "typescript": "^5.6.2" }, "lint-staged": { "*.{js,ts}": [