From c27f40d0d62c89d8782b3648c15b851f925e9db2 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Thu, 7 May 2020 16:58:22 +0000 Subject: [PATCH 1/2] fix(package): update is-it-type to version 4.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 189a9a5..bec5c26 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "@babel/runtime": "^7.9.2", "babel-unique-id": "^0.1.4", "is-class-component": "^1.1.1", - "is-it-type": "^3.1.1", + "is-it-type": "^4.0.0", "is-promise": "^2.1.0", "lodash": "^4.17.15", "react-async-ssr": "^0.7.1", From 6d0e51693eb2cf49a3753015d34d213257df0c7f Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Thu, 7 May 2020 16:58:26 +0000 Subject: [PATCH 2/2] chore(package): update lockfile package-lock.json --- package-lock.json | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 652e318..b991e27 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2581,7 +2581,6 @@ "resolved": "https://registry.npmjs.org/babel-unique-id/-/babel-unique-id-0.1.4.tgz", "integrity": "sha512-ozlacR4PDKmAtl9Z+Hx8MT6JMK8iLF8yL8nmHrFNAvx3SKUXBvx2/3XP4ytm0zwqY2CKqt+UbDd31FB9ZXeO4Q==", "requires": { - "is-it-type": "^3.1.1", "symbols-collection": "^2.0.0", "tiny-invariant": "^1.1.0" } @@ -4813,7 +4812,6 @@ "integrity": "sha512-AsV2fEtoLm54D4G0Mptk8A9d/FneQyM2VD+Pxz8Ob0B9xefwYr8rTDKpM7Jpsl8ZILeNwNF0bKrDAISnadGrGg==", "requires": { "@babel/runtime": "^7.9.2", - "is-it-type": "^3.1.1", "tiny-invariant": "^1.1.0" } }, @@ -4896,11 +4894,21 @@ } }, "is-it-type": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/is-it-type/-/is-it-type-3.1.1.tgz", - "integrity": "sha512-UIQcLl2bb4Fqb8dw7eoP0XWRxng5wmwaTBtJynq7VJEzNJ5N/goFxvYoWM0oyrOTcAEH+NKGT+KTCVyXuLJcMA==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/is-it-type/-/is-it-type-4.0.0.tgz", + "integrity": "sha512-cK6RJJ1pM1YgVlRHjZNcEDODvLa+SNWhxh4xPrCuzxpMx7eardUh1O7rjVVgbZ3ExvOm9e/tG+wRIZfpIK5ldg==", "requires": { - "@babel/runtime": "^7.9.2" + "@babel/runtime": "^7.9.6" + }, + "dependencies": { + "@babel/runtime": { + "version": "7.9.6", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.9.6.tgz", + "integrity": "sha512-64AF1xY3OAkFHqOb9s4jpgk1Mm5vDZ4L3acHvAml+53nO1XbXLuDodsVpO4OIUsmemlUHMxNdYMNJmsvOwLrvQ==", + "requires": { + "regenerator-runtime": "^0.13.4" + } + } } }, "is-module": { @@ -7592,7 +7600,6 @@ "integrity": "sha512-Gtr9qb6t6cdR3VYJI1orxW7OCQtwoETJIWGAuckvyDEbymfrJtD3OCIMjhoMKSutvdeUbCWcgSQDX70CxhEypg==", "requires": { "is-class-component": "^1.1.1", - "is-it-type": "^3.1.1", "is-promise": "^2.1.0", "lodash": "^4.17.15", "react-dom": "~16.9.0"