From 18d95ba212c865b8322aa4bdc49fd9e058b41762 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Dec 2020 11:47:18 +0900 Subject: [PATCH] Bump is-nan from 1.3.0 to 1.3.2 (#15455) Bumps [is-nan](https://github.com/es-shims/is-nan) from 1.3.0 to 1.3.2. - [Release notes](https://github.com/es-shims/is-nan/releases) - [Changelog](https://github.com/es-shims/is-nan/blob/main/CHANGELOG.md) - [Commits](https://github.com/es-shims/is-nan/compare/v1.3.0...v1.3.2) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index c24823b62..de4fe3747 100644 --- a/package.json +++ b/package.json @@ -106,7 +106,7 @@ "intl": "^1.2.5", "intl-messageformat": "^2.2.0", "intl-relativeformat": "^6.4.3", - "is-nan": "^1.3.0", + "is-nan": "^1.3.2", "js-yaml": "^3.14.1", "lodash": "^4.17.19", "mark-loader": "^0.1.6", diff --git a/yarn.lock b/yarn.lock index 221ea8df0..7ac923683 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5866,11 +5866,12 @@ is-my-json-valid@^2.10.0: jsonpointer "^4.0.0" xtend "^4.0.0" -is-nan@^1.3.0: - version "1.3.0" - resolved "https://registry.yarnpkg.com/is-nan/-/is-nan-1.3.0.tgz#85d1f5482f7051c2019f5673ccebdb06f3b0db03" - integrity sha512-z7bbREymOqt2CCaZVly8aC4ML3Xhfi0ekuOnjO2L8vKdl+CttdVoGZQhd4adMFAsxQ5VeRVwORs4tU8RH+HFtQ== +is-nan@^1.3.2: + version "1.3.2" + resolved "https://registry.yarnpkg.com/is-nan/-/is-nan-1.3.2.tgz#043a54adea31748b55b6cd4e09aadafa69bd9e1d" + integrity sha512-E+zBKpQ2t6MEo1VsonYmluk9NxGrbzpeeLC2xIViuO2EjU2xsXsBPwTr3Ykv9l08UYEVEdWeRZNouaZqF6RN0w== dependencies: + call-bind "^1.0.0" define-properties "^1.1.3" is-negative-zero@^2.0.0: