diff --git a/Makefile.js b/Makefile.js index 5e5352895bc..30bd32d378b 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 788d2bb7493..d599fdee570 100644 --- a/package.json +++ b/package.json @@ -82,7 +82,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",