- Updated dependencies

This commit is contained in:
Ferdi Koomen 2022-05-31 10:52:04 +02:00
parent 59254d94a9
commit 65645ca56e
2 changed files with 2926 additions and 2195 deletions

5057
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -60,63 +60,63 @@
},
"dependencies": {
"camelcase": "^6.3.0",
"commander": "^9.2.0",
"commander": "^9.3.0",
"handlebars": "^4.7.7",
"json-schema-ref-parser": "^9.0.9"
},
"devDependencies": {
"@angular-devkit/build-angular": "13.3.3",
"@angular/animations": "13.3.4",
"@angular/cli": "13.3.3",
"@angular/common": "13.3.4",
"@angular/compiler": "13.3.4",
"@angular/compiler-cli": "13.3.4",
"@angular/core": "13.3.4",
"@angular/forms": "13.3.4",
"@angular/platform-browser": "13.3.4",
"@angular/platform-browser-dynamic": "13.3.4",
"@angular/router": "13.3.4",
"@babel/cli": "7.17.6",
"@babel/core": "7.17.9",
"@babel/preset-env": "7.16.11",
"@babel/preset-typescript": "7.16.7",
"@angular-devkit/build-angular": "13.3.7",
"@angular/animations": "13.3.10",
"@angular/cli": "13.3.7",
"@angular/common": "13.3.10",
"@angular/compiler": "13.3.10",
"@angular/compiler-cli": "13.3.10",
"@angular/core": "13.3.10",
"@angular/forms": "13.3.10",
"@angular/platform-browser": "13.3.10",
"@angular/platform-browser-dynamic": "13.3.10",
"@angular/router": "13.3.10",
"@babel/cli": "7.17.10",
"@babel/core": "7.18.2",
"@babel/preset-env": "7.18.2",
"@babel/preset-typescript": "7.17.12",
"@rollup/plugin-commonjs": "22.0.0",
"@rollup/plugin-node-resolve": "13.2.1",
"@rollup/plugin-node-resolve": "13.3.0",
"@rollup/plugin-typescript": "8.3.2",
"@types/cross-spawn": "6.0.2",
"@types/express": "4.17.13",
"@types/glob": "7.2.0",
"@types/jest": "27.4.1",
"@types/node": "17.0.27",
"@types/jest": "27.5.1",
"@types/node": "17.0.36",
"@types/node-fetch": "2.6.1",
"@types/qs": "6.9.7",
"@typescript-eslint/eslint-plugin": "5.21.0",
"@typescript-eslint/parser": "5.21.0",
"@typescript-eslint/eslint-plugin": "5.27.0",
"@typescript-eslint/parser": "5.27.0",
"abort-controller": "3.0.0",
"axios": "0.27.1",
"axios": "0.27.2",
"codecov": "3.8.3",
"cross-spawn": "7.0.3",
"eslint": "8.14.0",
"eslint": "8.16.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-prettier": "4.0.0",
"eslint-plugin-simple-import-sort": "7.0.0",
"express": "4.18.0",
"express": "4.18.1",
"form-data": "4.0.0",
"glob": "8.0.1",
"jest": "28.0.1",
"jest-cli": "28.0.1",
"node-fetch": "2.6.7",
"glob": "8.0.3",
"jest": "28.1.0",
"jest-cli": "28.1.0",
"node-fetch": "3.2.4",
"prettier": "2.6.2",
"puppeteer": "13.6.0",
"puppeteer": "14.1.2",
"qs": "6.10.3",
"rimraf": "3.0.2",
"rollup": "2.70.2",
"rollup": "2.75.3",
"rollup-plugin-node-externals": "4.0.0",
"rollup-plugin-terser": "7.0.2",
"rxjs": "7.5.5",
"ts-node": "10.7.0",
"ts-node": "10.8.0",
"tslib": "2.4.0",
"typescript": "4.6.3",
"typescript": "4.7.2",
"zone.js": "0.11.5"
}
}