From 4e457a75b56b78e08fb2d0783551b892b530c076 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 26 Sep 2023 03:17:24 +0000 Subject: [PATCH] fix: upgrade tslib from 2.6.1 to 2.6.2 Snyk has created this PR to upgrade tslib from 2.6.1 to 2.6.2. See this package in npm: https://www.npmjs.com/package/tslib See this project in Snyk: https://app.snyk.io/org/contentstack-cli/project/cf792764-23eb-48fa-bc9a-99381c633d17?utm_source=github&utm_medium=referral&page=upgrade-pr --- 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 c47a338..aa8abc1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@contentstack/cli-cm-regex-validate", - "version": "1.1.7", + "version": "1.1.8", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@contentstack/cli-cm-regex-validate", - "version": "1.1.7", + "version": "1.1.8", "license": "MIT", "dependencies": { "@contentstack/cli-command": "^1.2.10", @@ -18,7 +18,7 @@ "jest": "^29.6.0", "jsonexport": "^3.2.0", "safe-regex": "^2.1.1", - "tslib": "^2.6.1", + "tslib": "^2.6.2", "uuid": "^9.0.0" }, "devDependencies": { @@ -12083,9 +12083,9 @@ } }, "node_modules/tslib": { - "version": "2.6.1", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.1.tgz", - "integrity": "sha512-t0hLfiEKfMUoqhG+U1oid7Pva4bbDPHYfJNiB7BiIjRkj1pyC++4N3huJfqY6aRH6VTB0rvtzQwjM4K6qpfOig==" + "version": "2.6.2", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz", + "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==" }, "node_modules/tsutils": { "version": "3.21.0", diff --git a/package.json b/package.json index 7487f41..10eb14e 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "inquirer": "^8.2.4", "jest": "^29.6.0", "jsonexport": "^3.2.0", - "tslib": "^2.6.1", + "tslib": "^2.6.2", "safe-regex": "^2.1.1", "uuid": "^9.0.0" }