0d4d752c1b
* build(deps): bump the npm_and_yarn group across 2 directories with 3 updates Bumps the npm_and_yarn group with 1 update in the / directory: [braces](https://github.com/micromatch/braces). Bumps the npm_and_yarn group with 3 updates in the /spec directory: [braces](https://github.com/micromatch/braces), [pdfjs-dist](https://github.com/mozilla/pdf.js) and [ws](https://github.com/websockets/ws). Updates `braces` from 3.0.2 to 3.0.3 - [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md) - [Commits](https://github.com/micromatch/braces/compare/3.0.2...3.0.3) Updates `braces` from 3.0.2 to 3.0.3 - [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md) - [Commits](https://github.com/micromatch/braces/compare/3.0.2...3.0.3) Updates `pdfjs-dist` from 2.16.105 to 4.2.67 - [Release notes](https://github.com/mozilla/pdf.js/releases) - [Commits](https://github.com/mozilla/pdf.js/compare/v2.16.105...v4.2.67) Updates `ws` from 7.5.9 to 7.5.10 - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/7.5.9...7.5.10) --- updated-dependencies: - dependency-name: braces dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: braces dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: pdfjs-dist dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: ws dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com> * chore: update api-web-contents-spec to us newer version of pdfjs-dist * test: create fixture to read PDF files for verification --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: John Kleinschmidt <jkleinsc@electronjs.org>
49 lines
1.5 KiB
JSON
49 lines
1.5 KiB
JSON
{
|
|
"name": "electron-test-main",
|
|
"productName": "Electron Test Main",
|
|
"main": "index.js",
|
|
"version": "0.1.0",
|
|
"scripts": {
|
|
"node-gyp-install": "node-gyp install"
|
|
},
|
|
"devDependencies": {
|
|
"@electron-ci/echo": "file:./fixtures/native-addon/echo",
|
|
"@electron-ci/is-valid-window": "file:./is-valid-window",
|
|
"@electron-ci/uv-dlopen": "file:./fixtures/native-addon/uv-dlopen/",
|
|
"@electron-ci/osr-gpu": "file:./fixtures/native-addon/osr-gpu/",
|
|
"@electron/fuses": "^1.8.0",
|
|
"@electron/packager": "^18.3.2",
|
|
"@marshallofsound/mocha-appveyor-reporter": "^0.4.3",
|
|
"@types/sinon": "^9.0.4",
|
|
"@types/ws": "^7.2.0",
|
|
"basic-auth": "^2.0.1",
|
|
"busboy": "^1.6.0",
|
|
"chai": "^4.2.0",
|
|
"chai-as-promised": "^7.1.1",
|
|
"coffeescript": "^2.4.1",
|
|
"dbus-native": "github:nornagon/dbus-native#master",
|
|
"dirty-chai": "^2.0.1",
|
|
"graceful-fs": "^4.1.15",
|
|
"mkdirp": "^0.5.1",
|
|
"mocha": "^10.0.0",
|
|
"mocha-junit-reporter": "^1.18.0",
|
|
"mocha-multi-reporters": "^1.1.7",
|
|
"pdfjs-dist": "^4.2.67",
|
|
"ps-list": "^7.0.0",
|
|
"q": "^1.5.1",
|
|
"send": "^0.16.2",
|
|
"sinon": "^9.0.1",
|
|
"split": "^1.0.1",
|
|
"temp": "^0.9.0",
|
|
"uuid": "^3.3.3",
|
|
"winreg": "1.2.4",
|
|
"ws": "^7.5.10",
|
|
"yargs": "^16.0.3"
|
|
},
|
|
"resolutions": {
|
|
"nan": "file:../../third_party/nan",
|
|
"dbus-native/optimist/minimist": "1.2.7",
|
|
"dbus-native/xml2js": "0.5.0",
|
|
"abstract-socket": "github:deepak1556/node-abstractsocket#928cc591decd12aff7dad96449da8afc29832c19"
|
|
}
|
|
}
|