Skip to content

Commit

Permalink
chore: update dependency file-entry-cache to v8 (#17903)
Browse files Browse the repository at this point in the history
* 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 <nicholas@humanwhocodes.com>
  • Loading branch information
renovate[bot] and nzakas committed Jan 30, 2024
1 parent 505fbf4 commit 93ffe30
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Makefile.js
Expand Up @@ -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
];

//------------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -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",
Expand Down

0 comments on commit 93ffe30

Please sign in to comment.