From 2529ee9e3e9768b9366adec78e12790a2fa1b2af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Feb 2022 10:17:41 +0000 Subject: [PATCH] Deps: Bump is-it-type from 5.0.0 to 5.1.1 Bumps [is-it-type](https://github.com/overlookmotel/is-it-type) from 5.0.0 to 5.1.1. - [Release notes](https://github.com/overlookmotel/is-it-type/releases) - [Changelog](https://github.com/overlookmotel/is-it-type/blob/master/changelog.md) - [Commits](https://github.com/overlookmotel/is-it-type/compare/v5.0.0...v5.1.1) --- updated-dependencies: - dependency-name: is-it-type dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 36 ++++++++++++++++++------------------ package.json | 2 +- 2 files changed, 19 insertions(+), 19 deletions(-) diff --git a/package-lock.json b/package-lock.json index cde9301..8328b4a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "license": "MIT", "dependencies": { "has-own-prop": "^2.0.0", - "is-it-type": "^5.0.0", + "is-it-type": "^5.1.1", "source-map": "^0.5.7", "terser": "^5.7.2" }, @@ -568,9 +568,9 @@ } }, "node_modules/@babel/runtime": { - "version": "7.15.3", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.15.3.tgz", - "integrity": "sha512-OvwMLqNXkCXSz1kSm58sEsNuhqOx/fKpnUnKnFB5v8uDda5bLNEHNgKPvhDN6IU0LDcnHQ90LlJ0Q6jnyBSIBA==", + "version": "7.16.7", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.16.7.tgz", + "integrity": "sha512-9E9FJowqAsytyOY6LG+1KuueckRL+aQW+mKvXRXnuFGyRAyepJPmEo9vgMfXUA6O9u3IeEdv9MAkppFcaQwogQ==", "dependencies": { "regenerator-runtime": "^0.13.4" }, @@ -4278,15 +4278,15 @@ } }, "node_modules/is-it-type": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/is-it-type/-/is-it-type-5.0.0.tgz", - "integrity": "sha512-KDxNF38NRIZtspDAkYGkMiZpIsiSrf4mz2r7gcN3l7HEBJKbuoyA0ku9lP8dXuAkh0BmX7uKlUJRdWwtkeeSzA==", + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/is-it-type/-/is-it-type-5.1.1.tgz", + "integrity": "sha512-D9QQO/JVf2GqwVo7TKuZkJsIxGswu7C1qKsGq2ldA8MDP9cG16vA8zWBiREYfCkAaRFZz/qZgMeC8OuF3j88kg==", "dependencies": { - "@babel/runtime": "^7.11.2", - "globalthis": "^1.0.1" + "@babel/runtime": "^7.16.7", + "globalthis": "^1.0.2" }, "engines": { - "node": ">=10" + "node": ">=12" } }, "node_modules/is-negative-zero": { @@ -8719,9 +8719,9 @@ } }, "@babel/runtime": { - "version": "7.15.3", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.15.3.tgz", - "integrity": "sha512-OvwMLqNXkCXSz1kSm58sEsNuhqOx/fKpnUnKnFB5v8uDda5bLNEHNgKPvhDN6IU0LDcnHQ90LlJ0Q6jnyBSIBA==", + "version": "7.16.7", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.16.7.tgz", + "integrity": "sha512-9E9FJowqAsytyOY6LG+1KuueckRL+aQW+mKvXRXnuFGyRAyepJPmEo9vgMfXUA6O9u3IeEdv9MAkppFcaQwogQ==", "requires": { "regenerator-runtime": "^0.13.4" } @@ -11570,12 +11570,12 @@ } }, "is-it-type": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/is-it-type/-/is-it-type-5.0.0.tgz", - "integrity": "sha512-KDxNF38NRIZtspDAkYGkMiZpIsiSrf4mz2r7gcN3l7HEBJKbuoyA0ku9lP8dXuAkh0BmX7uKlUJRdWwtkeeSzA==", + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/is-it-type/-/is-it-type-5.1.1.tgz", + "integrity": "sha512-D9QQO/JVf2GqwVo7TKuZkJsIxGswu7C1qKsGq2ldA8MDP9cG16vA8zWBiREYfCkAaRFZz/qZgMeC8OuF3j88kg==", "requires": { - "@babel/runtime": "^7.11.2", - "globalthis": "^1.0.1" + "@babel/runtime": "^7.16.7", + "globalthis": "^1.0.2" } }, "is-negative-zero": { diff --git a/package.json b/package.json index 104e557..d04be57 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ }, "dependencies": { "has-own-prop": "^2.0.0", - "is-it-type": "^5.0.0", + "is-it-type": "^5.1.1", "source-map": "^0.5.7", "terser": "^5.7.2" },