update dependencies

This commit is contained in:
Daniel Waxweiler 2022-05-19 18:02:49 +02:00
parent 0479deca56
commit 7dab9d71c6
2 changed files with 917 additions and 981 deletions

1870
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -24,29 +24,29 @@
}, },
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"graphql": "16.3.0", "graphql": "16.5.0",
"graphql-request": "4.1.0", "graphql-request": "4.2.0",
"luxon": "2.3.1", "luxon": "2.4.0",
"object-hash": "3.0.0" "object-hash": "3.0.0"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "7.17.8", "@babel/core": "7.17.12",
"@babel/preset-env": "7.16.11", "@babel/preset-env": "7.17.12",
"ava": "4.1.0", "ava": "4.2.0",
"babel-loader": "8.2.3", "babel-loader": "8.2.5",
"c8": "7.11.0", "c8": "7.11.3",
"copy-webpack-plugin": "10.2.4", "copy-webpack-plugin": "11.0.0",
"eslint": "8.11.0", "eslint": "8.15.0",
"eslint-plugin-ava": "13.2.0", "eslint-plugin-ava": "13.2.0",
"esm": "3.2.25", "esm": "3.2.25",
"gulp": "4.0.2", "gulp": "4.0.2",
"gulp-replace": "1.1.3", "gulp-replace": "1.1.3",
"husky": "7.0.4", "husky": "8.0.1",
"jsdom": "19.0.0", "jsdom": "19.0.0",
"lint-staged": "12.3.7", "lint-staged": "12.4.1",
"prettier": "2.6.0", "prettier": "2.6.2",
"rimraf": "3.0.2", "rimraf": "3.0.2",
"webpack": "5.70.0", "webpack": "5.72.1",
"webpack-cli": "4.9.2" "webpack-cli": "4.9.2"
}, },
"ava": { "ava": {