From b2c7d674d2e78f5fb67a7e69b83ae177255fb8da Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Fri, 8 Mar 2024 00:20:35 -0800 Subject: [PATCH] [Dev Deps] update `@ljharb/eslint-config`, `aud`, `es6-shim`, `npmignore`, `object-inspect`, `tape` --- package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 1637142..f64e6de 100644 --- a/package.json +++ b/package.json @@ -38,20 +38,20 @@ }, "homepage": "https://github.com/inspect-js/is-map#readme", "devDependencies": { - "@ljharb/eslint-config": "^21.0.0", - "aud": "^2.0.1", + "@ljharb/eslint-config": "^21.1.0", + "aud": "^2.0.4", "auto-changelog": "^2.4.0", "core-js": "^2.6.12", "es5-shim": "^4.6.7", - "es6-shim": "^0.35.6", + "es6-shim": "^0.35.8", "eslint": "=8.8.0", "for-each": "^0.3.3", "in-publish": "^2.0.1", - "npmignore": "^0.3.0", + "npmignore": "^0.3.1", "nyc": "^10.3.2", - "object-inspect": "^1.12.2", + "object-inspect": "^1.13.1", "safe-publish-latest": "^2.0.0", - "tape": "^5.6.1" + "tape": "^5.7.5" }, "auto-changelog": { "output": "CHANGELOG.md",