From e3d9e1dca61ef01e0d502faffb923f7a57e35850 Mon Sep 17 00:00:00 2001 From: Cliffano Subagio Date: Sun, 29 Sep 2024 12:34:53 +1000 Subject: [PATCH] Upgrade AE86 to 3.1.0 . --- package-lock.json | 10 ++++++---- package.json | 2 +- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1d7a2df..a64501e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@haixing_hu/jsdoc-minami": "^1.5.1", - "ae86": "^3.0.0", + "ae86": "^3.1.0", "async": "^3.2.6", "bagofcli": "^2.4.1", "buildbranch": "^2.0.1", @@ -784,13 +784,15 @@ "version": "0.2.0" }, "node_modules/ae86": { - "version": "3.0.0", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/ae86/-/ae86-3.1.0.tgz", + "integrity": "sha512-wa5BEg87SCaXthRAV2LmMMZ00LMLUFLFOf75U8a94sxevuasEmRinWmqvbRHmUnlXdXugVLUcCUMmZbMYJN2Ng==", "license": "MIT", "dependencies": { "@cnakazawa/watch": "^1.0.4", - "async": "^3.2.5", + "async": "^3.2.6", "bagofcli": "^2.4.1", - "cheerio": "^1.0.0-rc.12", + "cheerio": "^1.0.0", "cpr": "^3.0.1", "dateformat": "^5.0.3", "file": "^0.2.2", diff --git a/package.json b/package.json index 70e065b..dc49ea4 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "test": "./test" }, "dependencies": { - "ae86": "^3.0.0", + "ae86": "^3.1.0", "async": "^3.2.6", "bagofcli": "^2.4.1", "buildbranch": "^2.0.1",