mirror of
https://github.com/Karaka-Management/jsOMS.git
synced 2026-01-11 09:58:39 +00:00
Bumps [got](https://github.com/sindresorhus/got) to 11.8.5 and updates ancestor dependency [geckodriver](https://github.com/vladikoff/node-geckodriver). These dependencies need to be updated together. Updates `got` from 11.8.2 to 11.8.5 - [Release notes](https://github.com/sindresorhus/got/releases) - [Commits](https://github.com/sindresorhus/got/compare/v11.8.2...v11.8.5) Updates `geckodriver` from 2.0.4 to 3.0.2 - [Release notes](https://github.com/vladikoff/node-geckodriver/releases) - [Commits](https://github.com/vladikoff/node-geckodriver/compare/v2.0.4...v3.0.2) --- updated-dependencies: - dependency-name: got dependency-type: indirect - dependency-name: geckodriver dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
30 lines
866 B
JSON
30 lines
866 B
JSON
{
|
|
"name": "jsoms",
|
|
"version": "1.0.0",
|
|
"hash": "",
|
|
"description": "<p align=\"center\"><img src=\"https://raw.githubusercontent.com/Karaka-Management/Assets/master/art/logo.png\" width=\"256\" alt=\"Logo\"></p>",
|
|
"directories": {
|
|
"test": "tests"
|
|
},
|
|
"dependencies": {
|
|
"chromedriver": "^91.0.1",
|
|
"eslint": "^8.12.0",
|
|
"geckodriver": "^3.0.2",
|
|
"selenium-webdriver": "^4.0.0-beta.4"
|
|
},
|
|
"author": "Dennis Eichhorn",
|
|
"main": "index.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/karaka-management/jsOMS.git"
|
|
},
|
|
"license": "OMS",
|
|
"bugs": {
|
|
"url": "https://github.com/karaka-management/jsOMS/issues"
|
|
},
|
|
"homepage": "https://github.com/karaka-management/jsOMS#readme",
|
|
"devDependencies": {
|
|
"eslint-plugin-import": "^2.25.4"
|
|
}
|
|
}
|