]> cat aescling's git repositories - mastodon.git/commitdiff
Bump is-nan from 1.3.0 to 1.3.2 (#15455)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Wed, 30 Dec 2020 02:47:18 +0000 (11:47 +0900)
committerGitHub <noreply@github.com>
Wed, 30 Dec 2020 02:47:18 +0000 (11:47 +0900)
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
package.json
yarn.lock

index c24823b62812a56a593020cb79c7a380cddf93ad..de4fe374709384e2eafa3535b1069a6077796ce2 100644 (file)
     "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",
index 221ea8df02ee4c509e47594fbd38a53a3fed2eed..7ac92368321c541f95462d155d80c3b74ba1955e 100644 (file)
--- 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: