Skip to content

Commit

Permalink
Upgrade chromium and npm deps
Browse files Browse the repository at this point in the history
  • Loading branch information
vpalmisano committed Oct 26, 2023
1 parent 81f2670 commit 54632f5
Show file tree
Hide file tree
Showing 3 changed files with 651 additions and 457 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ RUN \
# apt-get update && apt-get install -y google-chrome-stable && apt-get clean

# chromium-browser-unstable
RUN curl -Lo /chromium-browser-unstable.deb "https://github.com/vpalmisano/webrtcperf/releases/download/chromium-115.0.5782/chromium-browser-unstable_115.0.5782.0-1_amd64.deb"
RUN curl -Lo /chromium-browser-unstable.deb "https://github.com/vpalmisano/webrtcperf/releases/download/chromium-120.0.6087/chromium-browser-unstable_120.0.6087.0-1_amd64.deb"
RUN dpkg -i /chromium-browser-unstable.deb && rm chromium-browser-unstable.deb

RUN apt-get clean \
Expand Down
60 changes: 30 additions & 30 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
},
"license": "AGPL-3.0-or-later",
"dependencies": {
"axios": "^1.4.0",
"axios": "^1.5.1",
"browserify": "^17.0.0",
"camel-case": "^4.1.2",
"chalk": "^4.1.2",
Expand All @@ -62,7 +62,7 @@
"lorem-ipsum": "^2.0.8",
"moment": "^2.29.4",
"node-cache": "^5.1.2",
"node-fetch": "^2.6.11",
"node-fetch": "^2.7.0",
"node-os-utils": "^1.3.7",
"pidtree": "^0.6.0",
"pidusage": "^3.0.2",
Expand All @@ -71,35 +71,35 @@
"puppeteer-core": "^19.11.1",
"puppeteer-extra": "^3.3.6",
"puppeteer-extra-plugin-stealth": "^2.11.2",
"sprintf-js": "^1.1.2",
"sprintf-js": "^1.1.3",
"tar-fs": "^2.1.1",
"terser": "^5.17.7",
"uuid": "^9.0.0",
"word-wrap": "^1.2.3",
"yaml": "^2.3.1"
"terser": "^5.22.0",
"uuid": "^9.0.1",
"word-wrap": "^1.2.5",
"yaml": "^2.3.3"
},
"devDependencies": {
"@types/browserify": "^12.0.37",
"@types/compression": "^1.7.2",
"@types/convict": "^6.1.2",
"@types/convict-format-with-validator": "^6.0.2",
"@types/fast-stats": "^0.0.32",
"@types/node-fetch": "^2.6.4",
"@types/node-os-utils": "^1.3.1",
"@types/pem": "^1.9.6",
"@types/pidusage": "^2.0.2",
"@types/ps-tree": "^1.1.2",
"@types/sprintf-js": "^1.1.2",
"@types/tar-fs": "^2.0.1",
"@types/uuid": "^9.0.2",
"@typescript-eslint/eslint-plugin": "^5.59.9",
"@typescript-eslint/parser": "^5.59.9",
"eslint": "^8.42.0",
"eslint-config-prettier": "^8.8.0",
"@types/browserify": "^12.0.39",
"@types/compression": "^1.7.4",
"@types/convict": "^6.1.5",
"@types/convict-format-with-validator": "^6.0.4",
"@types/fast-stats": "^0.0.34",
"@types/node-fetch": "^2.6.7",
"@types/node-os-utils": "^1.3.3",
"@types/pem": "^1.14.3",
"@types/pidusage": "^2.0.4",
"@types/ps-tree": "^1.1.4",
"@types/sprintf-js": "^1.1.3",
"@types/tar-fs": "^2.0.3",
"@types/uuid": "^9.0.6",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"eslint": "^8.52.0",
"eslint-config-prettier": "^8.10.0",
"eslint-config-standard": "^16.0.3",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jest": "^27.2.1",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jest": "^27.4.3",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-promise": "^6.1.1",
Expand All @@ -109,11 +109,11 @@
"nodemon": "^2.0.22",
"prettier": "^2.8.8",
"terser-webpack-plugin": "^5.3.9",
"ts-loader": "^9.4.3",
"ts-loader": "^9.5.0",
"ts-node": "^10.9.1",
"typedoc": "^0.24.8",
"typedoc": "^0.25.2",
"typescript": "^4.9.5",
"webpack": "^5.86.0",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4",
"webpack-node-externals": "^3.0.0",
"yarn-upgrade-minor": "^1.0.13"
Expand Down
Loading

0 comments on commit 54632f5

Please sign in to comment.