From 69884818e7c4ab573ffbcb555a6f6120dc29afe1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 3 Sep 2021 01:02:04 +0000 Subject: [PATCH] fix: upgrade tslib from 2.3.0 to 2.3.1 Snyk has created this PR to upgrade tslib from 2.3.0 to 2.3.1. See this package in npm: https://www.npmjs.com/package/tslib See this project in Snyk: https://app.snyk.io/org/steelarc/project/d522c06c-701a-45dc-b020-f8732f8c2e29?utm_source=github-enterprise&utm_medium=upgrade-pr --- package-lock.json | 15 ++++++++------- package.json | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 18b11402..a39b25d4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,6 +5,7 @@ "requires": true, "packages": { "": { + "name": "commerce-sdk", "version": "2.5.0", "license": "BSD-3-Clause", "dependencies": { @@ -12,7 +13,7 @@ "lodash": "^4.17.21", "retry": "^0.12.0", "snyk": "^1.522.0", - "tslib": "^2.3.0" + "tslib": "^2.3.1" }, "devDependencies": { "@commerce-apps/raml-toolkit": "^0.5.10", @@ -14761,9 +14762,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==" }, "node_modules/tsutils": { "version": "3.17.1", @@ -27407,9 +27408,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==" }, "tsutils": { "version": "3.17.1", diff --git a/package.json b/package.json index 9a3995bc..37019e0c 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "lodash": "^4.17.21", "retry": "^0.12.0", "snyk": "^1.522.0", - "tslib": "^2.3.0" + "tslib": "^2.3.1" }, "devDependencies": { "@commerce-apps/raml-toolkit": "^0.5.10",