From 5d05088c347fe37d9c5002d0c00d8bc146ead7fc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 24 Sep 2019 07:06:02 +0000 Subject: [PATCH] chore: upgrade tslib from 1.9.3 to 1.10.0 Snyk has created this PR to upgrade tslib from 1.9.3 to 1.10.0. See this package in NPM: https://www.npmjs.com/package/tslib See this project in Snyk: https://app.snyk.io/org/maxiplux/project/ce1b46f2-a5df-4418-bc50-0962390894c1?utm_source=github&utm_medium=upgrade-pr --- packages/datetime/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/datetime/package.json b/packages/datetime/package.json index 407db2f3f8..344fc2bf46 100644 --- a/packages/datetime/package.json +++ b/packages/datetime/package.json @@ -38,7 +38,7 @@ "@blueprintjs/core": "^3.18.0", "classnames": "^2.2", "react-day-picker": "^7.3.0", - "tslib": "~1.9.0" + "tslib": "~1.10.0" }, "peerDependencies": { "react": "^15.3.0 || 16",