From d83f821ad4026c126a0a4320c7e0d91b860d18ee Mon Sep 17 00:00:00 2001 From: overlookmotel Date: Sat, 23 Dec 2023 21:20:08 +0000 Subject: [PATCH] Deps: Update `native-type-of` dependency --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 98ea763e..bc0789cf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "find-up": "^5.0.0", "is-it-type": "^5.1.2", "lodash": "^4.17.21", - "native-type-of": "^1.1.0", + "native-type-of": "^2.0.0", "pirates": "^4.0.6", "reserved-words": "^0.1.2", "simple-invariant": "^2.0.1", @@ -8441,11 +8441,11 @@ "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" }, "node_modules/native-type-of": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/native-type-of/-/native-type-of-1.1.0.tgz", - "integrity": "sha512-lENMnyammu5KgK1Kpo/t9YrGYeSGYPPOBe0jBAI8XZ+yGFX7yug5df9nZ5t/6UK1qufy8CCtstfszhj8cHNnnA==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/native-type-of/-/native-type-of-2.0.0.tgz", + "integrity": "sha512-IQEwBdlz0jMDLbggYb/w9eqpPu4Z3iO5/bx3FsQyHZdtDgDfB0oy9xALkyCgGbvcuxZksJWs18Q39Z0fStAsRQ==", "engines": { - "node": ">=12" + "node": ">=18.1.0" } }, "node_modules/natural-compare": { diff --git a/package.json b/package.json index 08aa500f..658f9f8b 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "find-up": "^5.0.0", "is-it-type": "^5.1.2", "lodash": "^4.17.21", - "native-type-of": "^1.1.0", + "native-type-of": "^2.0.0", "pirates": "^4.0.6", "reserved-words": "^0.1.2", "simple-invariant": "^2.0.1",