From 93ffe30da5e2127e336c1c22e69e09ec0558a8e6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 30 Jan 2024 10:12:06 +0800 Subject: [PATCH] chore: update dependency file-entry-cache to v8 (#17903) * chore: update dependency file-entry-cache to v8 * Update license check to include BlueOak --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Nicholas C. Zakas --- Makefile.js | 3 ++- package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile.js b/Makefile.js index 0888ae4cfbd..6d3395e1615 100644 --- a/Makefile.js +++ b/Makefile.js @@ -48,7 +48,8 @@ const { cat, cd, echo, exec, exit, find, ls, mkdir, pwd, test } = require("shell const PERF_MULTIPLIER = 13e6; const OPEN_SOURCE_LICENSES = [ - /MIT/u, /BSD/u, /Apache/u, /ISC/u, /WTF/u, /Public Domain/u, /LGPL/u, /Python/u + /MIT/u, /BSD/u, /Apache/u, /ISC/u, /WTF/u, + /Public Domain/u, /LGPL/u, /Python/u, /BlueOak/u ]; //------------------------------------------------------------------------------ diff --git a/package.json b/package.json index ff8c81b6443..da3b573d5df 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "esquery": "^1.4.2", "esutils": "^2.0.2", "fast-deep-equal": "^3.1.3", - "file-entry-cache": "^6.0.1", + "file-entry-cache": "^8.0.0", "find-up": "^5.0.0", "glob-parent": "^6.0.2", "globals": "^13.19.0",