Skip to content

Commit

Permalink
update dependencies (#1534)
Browse files Browse the repository at this point in the history
  • Loading branch information
romainmenke authored Dec 13, 2024
1 parent f7d3906 commit 0bae70d
Show file tree
Hide file tree
Showing 16 changed files with 475 additions and 325 deletions.
24 changes: 3 additions & 21 deletions .github/bin/license/allowed.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -148,33 +148,15 @@ export const osiApprovedWithCCO = [
];

const licenseExceptions = [
{
// because ... irony? 🤷
file: 'node_modules/spdx-exceptions/package.json',
license: 'CC-BY-3.0',
},
{
// see : https://github.com/Fyrd/caniuse/issues/4062
file: 'node_modules/caniuse-lite/package.json',
license: 'CC-BY-4.0',
},

// These packages have "public domain" in the "license" field, which is incorrect but acceptable for our purposes.
{
file: 'node_modules/deep-freeze/package.json',
license: 'public',
},
{
file: 'node_modules/deep-freeze/package.json',
license: 'domain',
},
{
file: 'node_modules/identity-function/package.json',
license: 'public',
},
{
file: 'node_modules/identity-function/package.json',
license: 'domain',
// https://github.com/typescript-eslint/typescript-eslint/pull/10481
file: 'node_modules/@typescript-eslint/parser/package.json',
license: 'MITClause',
},
];

Expand Down
Loading

0 comments on commit 0bae70d

Please sign in to comment.