update package

This commit is contained in:
Dennis Eichhorn 2024-03-20 05:34:53 +00:00
parent 14a92c0f15
commit 6c47697f42
2 changed files with 3471 additions and 4475 deletions

7926
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -4,26 +4,26 @@
"hash": "", "hash": "",
"description": "<p align=\"center\"><img src=\"https://raw.githubusercontent.com/Jingga-Management/Assets/master/art/logo.png\" width=\"256\" alt=\"Logo\"></p>", "description": "<p align=\"center\"><img src=\"https://raw.githubusercontent.com/Jingga-Management/Assets/master/art/logo.png\" width=\"256\" alt=\"Logo\"></p>",
"directories": { "directories": {
"test": "tests" "test": "tests"
}, },
"dependencies": { "dependencies": {
"chromedriver": "^91.0.1", "chromedriver": "^122.0.6",
"eslint": "^8.12.0", "eslint": "^8.12.0",
"geckodriver": "^3.0.2", "geckodriver": "^3.0.2",
"selenium-webdriver": "^4.0.0-beta.4" "selenium-webdriver": "^4.0.0-beta.4"
}, },
"author": "Dennis Eichhorn", "author": "Dennis Eichhorn",
"main": "index.js", "main": "index.js",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/karaka-management/jsOMS.git" "url": "git+https://github.com/karaka-management/jsOMS.git"
}, },
"license": "OMS", "license": "OMS",
"bugs": { "bugs": {
"url": "https://github.com/karaka-management/jsOMS/issues" "url": "https://github.com/karaka-management/jsOMS/issues"
}, },
"homepage": "https://github.com/karaka-management/jsOMS#readme", "homepage": "https://github.com/karaka-management/jsOMS#readme",
"devDependencies": { "devDependencies": {
"eslint-plugin-import": "^2.25.4" "eslint-plugin-import": "^2.25.4"
} }
} }