From 187a69ef461bed03a68ee207f4ff91aedd67581c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Oct 2021 06:30:25 +0000 Subject: [PATCH] Bump tslib from 2.3.0 to 2.3.1 Bumps [tslib](https://github.com/Microsoft/tslib) from 2.3.0 to 2.3.1. - [Release notes](https://github.com/Microsoft/tslib/releases) - [Commits](https://github.com/Microsoft/tslib/compare/2.3.0...2.3.1) --- 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 a336d3b..9f6d2ca 100644 --- a/package-lock.json +++ b/package-lock.json @@ -43,7 +43,7 @@ "svelte-preprocess": "^4.8.0", "tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.2.2", "ts-jest": "^27.0.4", - "tslib": "^2.3.0", + "tslib": "^2.3.1", "typescript": "^4.4.3" } }, @@ -9689,9 +9689,9 @@ } }, "node_modules/tslib": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.0.tgz", - "integrity": "sha512-N82ooyxVNm6h1riLCoyS9e3fuJ3AMG2zIZs2Gd1ATcSFjSA23Q0fzjjZeh0jbJvWVDZ0cJT8yaNNaaXHzueNjg==", + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.1.tgz", + "integrity": "sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==", "dev": true }, "node_modules/tsutils": { @@ -17790,9 +17790,9 @@ } }, "tslib": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.0.tgz", - "integrity": "sha512-N82ooyxVNm6h1riLCoyS9e3fuJ3AMG2zIZs2Gd1ATcSFjSA23Q0fzjjZeh0jbJvWVDZ0cJT8yaNNaaXHzueNjg==", + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.1.tgz", + "integrity": "sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==", "dev": true }, "tsutils": { diff --git a/package.json b/package.json index 8ec7b45..cfdbbf9 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "svelte-preprocess": "^4.8.0", "tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.2.2", "ts-jest": "^27.0.4", - "tslib": "^2.3.0", + "tslib": "^2.3.1", "typescript": "^4.4.3" }, "dependencies": {