Updating some outdated deps

This commit is contained in:
Collin Duncan 2022-10-23 12:02:54 +02:00
parent c7d9bef9f0
commit 317c0cbdb0
No known key found for this signature in database
2 changed files with 5402 additions and 2047 deletions

7411
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -21,30 +21,30 @@
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"argon2": "^0.30.1", "argon2": "^0.30.1",
"dayjs": "^1.11.5", "dayjs": "^1.11.6",
"mysql": "^2.18.1", "mysql": "^2.18.1",
"puppeteer": "^19.0.0", "puppeteer": "^19.1.0",
"uuid": "^9.0.0" "uuid": "^9.0.0"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.16.0", "@babel/core": "^7.19.6",
"@babel/preset-env": "^7.16.4", "@babel/preset-env": "^7.19.4",
"@babel/preset-typescript": "^7.16.0", "@babel/preset-typescript": "^7.18.6",
"@rollup/plugin-babel": "^5.3.0", "@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-commonjs": "^21.0.1", "@rollup/plugin-commonjs": "^21.1.0",
"@rollup/plugin-node-resolve": "^13.0.6", "@rollup/plugin-node-resolve": "^13.3.0",
"@rollup/plugin-typescript": "^8.3.0", "@rollup/plugin-typescript": "^8.5.0",
"@types/jest": "^27.0.2", "@types/jest": "^29.0.2",
"@types/mysql": "^2.15.21", "@types/mysql": "^2.15.21",
"@types/puppeteer": "^5.4.4", "@types/puppeteer": "^5.4.7",
"@types/uuid": "^8.3.4", "@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "^5.4.0", "@typescript-eslint/eslint-plugin": "^5.40.1",
"@typescript-eslint/parser": "^5.4.0", "@typescript-eslint/parser": "^5.40.1",
"babel-jest": "^27.3.1", "babel-jest": "^29.2.1",
"eslint": "^8.2.0", "eslint": "^8.26.0",
"jest": "^27.3.1", "jest": "^29.2.1",
"prettier": "^2.4.1", "prettier": "^2.7.1",
"rollup": "^2.60.1", "rollup": "^2.79.1",
"typescript": "^4.4.4" "typescript": "^4.8.4"
} }
} }