From 26466ba2868c7dcd29f3dcb1caaed8c8cbba816d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 May 2023 05:57:08 +0000 Subject: [PATCH] chore(deps-dev): bump tslib from 2.5.0 to 2.5.2 Bumps [tslib](https://github.com/Microsoft/tslib) from 2.5.0 to 2.5.2. - [Release notes](https://github.com/Microsoft/tslib/releases) - [Commits](https://github.com/Microsoft/tslib/compare/2.5.0...2.5.2) --- updated-dependencies: - dependency-name: tslib dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 616784f..995b1d2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "svelte-spa-router": "^3.3.0", "ts-jest": "^29.1.0", "ts-node": "^10.9.1", - "tslib": "^2.5.0", + "tslib": "^2.5.2", "typescript": "^5.0.4" }, "engines": { @@ -8685,9 +8685,9 @@ } }, "node_modules/tslib": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.5.0.tgz", - "integrity": "sha512-336iVw3rtn2BUK7ORdIAHTyxHGRIHVReokCR3XjbckJMK7ms8FysBfhLR8IXnAgy7T0PTPNBWKiH514FOW/WSg==" + "version": "2.5.2", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.5.2.tgz", + "integrity": "sha512-5svOrSA2w3iGFDs1HibEVBGbDrAY82bFQ3HZ3ixB+88nsbsWQoKqDRb5UBYAUPEzbBn6dAp5gRNXglySbx1MlA==" }, "node_modules/type-check": { "version": "0.3.2", @@ -15608,9 +15608,9 @@ } }, "tslib": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.5.0.tgz", - "integrity": "sha512-336iVw3rtn2BUK7ORdIAHTyxHGRIHVReokCR3XjbckJMK7ms8FysBfhLR8IXnAgy7T0PTPNBWKiH514FOW/WSg==" + "version": "2.5.2", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.5.2.tgz", + "integrity": "sha512-5svOrSA2w3iGFDs1HibEVBGbDrAY82bFQ3HZ3ixB+88nsbsWQoKqDRb5UBYAUPEzbBn6dAp5gRNXglySbx1MlA==" }, "type-check": { "version": "0.3.2", diff --git a/package.json b/package.json index 4df5450..6c50ca8 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "svelte-spa-router": "^3.3.0", "ts-jest": "^29.1.0", "ts-node": "^10.9.1", - "tslib": "^2.5.0", + "tslib": "^2.5.2", "typescript": "^5.0.4" }, "dependencies": {