Skip to content

Commit 7cdd10f

Browse files
dmlemeshkokibanamachinemistic
authored
[chore] update lighthouse, chance, sharp (#240137)
## Summary Updating few dependencies owned by Appex-QA team. `sharp` update brought `@img/sharp-libvips-linuxmusl-x64` and `@img/sharp-libvips-linux-x64` with the license that falls under "yellow-list", whitelisted as it is not part of distributable (sharp is used only in 2 places: FTR helper & test package) --------- Co-authored-by: kibanamachine <[email protected]> Co-authored-by: Tiago Costa <[email protected]>
1 parent 51f2b22 commit 7cdd10f

File tree

3 files changed

+573
-307
lines changed

3 files changed

+573
-307
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
"**/isomorphic-fetch/node-fetch": "^2.6.7",
9191
"**/langchain": "^0.3.35",
9292
"**/remark-parse/trim": "1.0.1",
93-
"**/sharp": "0.32.6",
93+
"**/sharp": "0.34.4",
9494
"**/typescript": "5.4.5",
9595
"**/util": "^0.12.5",
9696
"**/yauzl": "^3.2.0",
@@ -1725,7 +1725,7 @@
17251725
"@types/byte-size": "^8.1.2",
17261726
"@types/cache-manager-fs-hash": "^0.0.5",
17271727
"@types/canvas-confetti": "^1.9.0",
1728-
"@types/chance": "^1.0.0",
1728+
"@types/chance": "^1.1.7",
17291729
"@types/chroma-js": "^2.1.0",
17301730
"@types/chrome-remote-interface": "^0.31.14",
17311731
"@types/chromedriver": "^81.0.5",
@@ -1861,7 +1861,7 @@
18611861
"cache-manager": "^7.0.0",
18621862
"cache-manager-fs-hash": "^2.0.0",
18631863
"callsites": "^3.1.0",
1864-
"chance": "1.0.18",
1864+
"chance": "^1.1.13",
18651865
"chromedriver": "^141.0.1",
18661866
"clarify": "^2.2.0",
18671867
"clean-webpack-plugin": "^4.0.0",
@@ -1943,7 +1943,7 @@
19431943
"json5": "^2.2.3",
19441944
"keyv": "^5.3.4",
19451945
"license-checker": "^25.0.1",
1946-
"lighthouse": "^12.6.1",
1946+
"lighthouse": "^12.8.2",
19471947
"listr2": "^8.2.5",
19481948
"lmdb": "^3.4.3",
19491949
"marge": "^1.0.1",
@@ -1986,7 +1986,7 @@
19861986
"sass-embedded": "^1.79.6",
19871987
"sass-loader": "^10.5.2",
19881988
"selenium-webdriver": "^4.36.0",
1989-
"sharp": "0.32.6",
1989+
"sharp": "0.34.4",
19901990
"simple-git": "^3.27.0",
19911991
"sinon": "^19.0.2",
19921992
"sort-package-json": "^3.2.1",

src/dev/license_checker/config.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ export const DEV_ONLY_LICENSE_ALLOWED = ['MPL-2.0', '(MPL-2.0 OR Apache-2.0)'];
8383
export const PER_PACKAGE_ALLOWED_LICENSES = {
8484
'[email protected]': ['LGPL-3.0+'],
8585
'[email protected]': ['(MPL-2.0 OR Apache-2.0)'],
86+
'@img/[email protected]': ['LGPL-3.0-or-later'],
87+
'@img/[email protected]': ['LGPL-3.0-or-later'],
8688
};
8789
// Globally overrides a license for a given package@version
8890
export const LICENSE_OVERRIDES = {

0 commit comments

Comments
 (0)