From 540765d28f61687e35bc39423e85d76a65336e60 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Mon, 18 Mar 2024 00:02:38 -0700 Subject: [PATCH] [Dev Deps] update `array.prototype.map`, `aud`, `npmignore`, `tape` --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 97d2def..7b36904 100644 --- a/package.json +++ b/package.json @@ -48,18 +48,18 @@ "devDependencies": { "@es-shims/api": "^2.4.2", "@ljharb/eslint-config": "^21.1.0", - "array.prototype.map": "^1.0.5", - "aud": "^2.0.3", + "array.prototype.map": "^1.0.6", + "aud": "^2.0.4", "auto-changelog": "^2.4.0", "eslint": "=8.8.0", "functions-have-names": "^1.2.3", "has-strict-mode": "^1.0.1", "in-publish": "^2.0.1", - "npmignore": "^0.3.0", + "npmignore": "^0.3.1", "nyc": "^10.3.2", "object-keys": "^1.1.1", "safe-publish-latest": "^2.0.0", - "tape": "^5.6.6" + "tape": "^5.7.5" }, "testling": { "files": "test/index.js",