From a5d0b70833d6c70e73e16a753b63406457bc6c67 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Mon, 15 May 2023 12:34:18 -0700 Subject: [PATCH] [Dev Deps] update `@es-shims/api`, `@ljharb/eslint-config`, `aud`, `tape` --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index a88448c..cc8d0f1 100644 --- a/package.json +++ b/package.json @@ -62,9 +62,9 @@ }, "homepage": "https://github.com/es-shims/String.prototype.toWellFormed#readme", "devDependencies": { - "@es-shims/api": "^2.2.3", - "@ljharb/eslint-config": "^21.0.0", - "aud": "^2.0.1", + "@es-shims/api": "^2.4.1", + "@ljharb/eslint-config": "^21.0.1", + "aud": "^2.0.2", "auto-changelog": "^2.4.0", "es-value-fixtures": "^1.4.2", "eslint": "=8.8.0", @@ -77,7 +77,7 @@ "npmignore": "^0.3.0", "nyc": "^10.3.2", "safe-publish-latest": "^2.0.0", - "tape": "^5.6.1" + "tape": "^5.6.3" }, "dependencies": { "call-bind": "^1.0.2",