Update checked-in dependencies

This commit is contained in:
github-actions[bot] 2024-12-03 18:37:29 +00:00
parent 49f7b34c3d
commit 5261a1223f
1640 changed files with 174830 additions and 182292 deletions

View file

@ -1,6 +1,6 @@
{
"name": "electron-to-chromium",
"version": "1.4.284",
"version": "1.5.68",
"description": "Provides a list of electron-to-chromium version mappings",
"main": "index.js",
"files": [
@ -15,7 +15,7 @@
"LICENSE"
],
"scripts": {
"build": "node build.js",
"build": "node build.mjs",
"update": "node automated-update.js",
"test": "nyc ava --verbose",
"report": "nyc report --reporter=text-lcov > coverage.lcov && codecov"
@ -27,16 +27,18 @@
"keywords": [
"electron",
"chrome",
"chromium",
"browserslist",
"browserlist"
],
"author": "Kilian Valkhof",
"license": "ISC",
"devDependencies": {
"ava": "^4.0.1",
"codecov": "^3.8.0",
"electron-releases": "^3.1171.0",
"ava": "^5.1.1",
"codecov": "^3.8.2",
"compare-versions": "^6.0.0-rc.1",
"node-fetch": "^3.3.0",
"nyc": "^15.1.0",
"request": "^2.65.0",
"shelljs": "^0.8.4"
"shelljs": "^0.8.5"
}
}