From 941be5248387cab1da72509b22acf3fdb223f057 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Sun, 1 Dec 2024 21:47:07 -0800 Subject: [PATCH] [Dev Deps] update `auto-changelog`, `core-js`, `tape` --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 9af48c2..dbcd299 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "homepage": "https://github.com/ljharb/has-symbols#readme", "devDependencies": { "@ljharb/eslint-config": "^21.1.1", - "auto-changelog": "^2.4.0", + "auto-changelog": "^2.5.0", "core-js": "^2.6.12", "eslint": "=8.8.0", "get-own-property-symbols": "^0.9.5", @@ -64,7 +64,7 @@ "npmignore": "^0.3.1", "nyc": "^10.3.2", "safe-publish-latest": "^2.0.0", - "tape": "^5.8.1" + "tape": "^5.9.0" }, "testling": { "files": "test/index.js",