From 2467869999fc2eee64eb928b7798ea50a9553ea2 Mon Sep 17 00:00:00 2001 From: Patrick Leary Date: Wed, 28 Feb 2024 11:29:36 -0500 Subject: [PATCH] remove unused package --- package-lock.json | 18 ++---------------- package.json | 1 - 2 files changed, 2 insertions(+), 17 deletions(-) diff --git a/package-lock.json b/package-lock.json index b4bc46a..0a5cc43 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "inaturalistjs", - "version": "2.9.0", + "version": "2.10.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "inaturalistjs", - "version": "2.9.0", + "version": "2.10.0", "license": "MIT", "dependencies": { "cross-fetch": "^3.1.5", @@ -29,7 +29,6 @@ "eslint-plugin-react": "^7.28.0", "extend": "^3.0.2", "flow-bin": "^0.169.0", - "hoek": "^6.1.3", "lodash": "^4.17.21", "mocha": "^10.0.0", "nock": "^13.2.2", @@ -4092,13 +4091,6 @@ "node": ">=8" } }, - "node_modules/hoek": { - "version": "6.1.3", - "resolved": "https://registry.npmjs.org/hoek/-/hoek-6.1.3.tgz", - "integrity": "sha512-YXXAAhmF9zpQbC7LEcREFtXfGq5K1fmd+4PHkBq8NUqmzW3G+Dq10bI/i0KucLRwss3YYFQ0fSfoxBZYiGUqtQ==", - "deprecated": "This module has moved and is now available at @hapi/hoek. Please update your dependencies as this version is no longer maintained an may contain bugs and security issues.", - "dev": true - }, "node_modules/html-escaper": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-2.0.2.tgz", @@ -10552,12 +10544,6 @@ "integrity": "sha512-QFLV0taWQOZtvIRIAdBChesmogZrtuXvVWsFHZTk2SU+anspqZ2vMnoLg7IE1+Uk16N19APic1BuF8bC8c2m5g==", "dev": true }, - "hoek": { - "version": "6.1.3", - "resolved": "https://registry.npmjs.org/hoek/-/hoek-6.1.3.tgz", - "integrity": "sha512-YXXAAhmF9zpQbC7LEcREFtXfGq5K1fmd+4PHkBq8NUqmzW3G+Dq10bI/i0KucLRwss3YYFQ0fSfoxBZYiGUqtQ==", - "dev": true - }, "html-escaper": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-2.0.2.tgz", diff --git a/package.json b/package.json index ad6425d..e0ad607 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,6 @@ "eslint-plugin-react": "^7.28.0", "extend": "^3.0.2", "flow-bin": "^0.169.0", - "hoek": "^6.1.3", "lodash": "^4.17.21", "mocha": "^10.0.0", "nock": "^13.2.2",