From d9c8f69442f0202a701ec70655a61572d4353ce1 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Mon, 9 Sep 2024 18:31:30 -0700 Subject: [PATCH] [Dev Deps] update `@es-shims/api`, `@ljharb/eslint-config`, `object-inspect`, `tape` --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index c31e238..4837b57 100644 --- a/package.json +++ b/package.json @@ -62,8 +62,8 @@ "stop-iteration-iterator": "^1.0.0" }, "devDependencies": { - "@es-shims/api": "^2.5.0", - "@ljharb/eslint-config": "^21.1.0", + "@es-shims/api": "^2.5.1", + "@ljharb/eslint-config": "^21.1.1", "auto-changelog": "^2.4.0", "es-get-iterator": "^1.1.3", "es-map": "^1.0.5", @@ -77,9 +77,9 @@ "in-publish": "^2.0.1", "npmignore": "^0.3.1", "nyc": "^10.3.2", - "object-inspect": "^1.13.1", + "object-inspect": "^1.13.2", "safe-publish-latest": "^2.0.0", - "tape": "^5.7.5" + "tape": "^5.8.1" }, "testling": { "files": "test/index.js"