Updating dependencies
This commit is contained in:
Родитель
f940e09fcf
Коммит
44351edf34
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
38
package.json
38
package.json
|
@ -25,7 +25,7 @@
|
|||
"fix": "npm run fix:js && npm run fix:md",
|
||||
"lint:js": "eslint .",
|
||||
"lint:md": "markdownlint-cli2 \"**/*.md\"",
|
||||
"lint:spell": "cspell \"**\"",
|
||||
"lint:spell": "cspell --no-progress \"**\"",
|
||||
"lint": "npm run lint:js && npm run lint:md && npm run lint:spell",
|
||||
"prepare": "husky install",
|
||||
"start-4000": "PORT=4000 DEBUG=startup node ./dist/bin/www",
|
||||
|
@ -65,12 +65,12 @@
|
|||
"//...": "- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ",
|
||||
"dependencies": {
|
||||
"@azure/cosmos": "3.17.3",
|
||||
"@azure/data-tables": "13.2.1",
|
||||
"@azure/identity": "3.1.3",
|
||||
"@azure/data-tables": "13.2.2",
|
||||
"@azure/identity": "3.1.4",
|
||||
"@azure/keyvault-secrets": "4.7.0",
|
||||
"@azure/service-bus": "7.8.1",
|
||||
"@azure/storage-blob": "12.13.0",
|
||||
"@azure/storage-queue": "12.12.0",
|
||||
"@azure/service-bus": "7.9.0",
|
||||
"@azure/storage-blob": "12.14.0",
|
||||
"@azure/storage-queue": "12.13.0",
|
||||
"@octokit/plugin-paginate-graphql": "2.0.1",
|
||||
"@octokit/request": "6.2.3",
|
||||
"@octokit/auth-app": "4.0.9",
|
||||
|
@ -78,7 +78,7 @@
|
|||
"app-root-path": "3.1.0",
|
||||
"applicationinsights": "2.5.1",
|
||||
"async-prompt": "1.0.1",
|
||||
"axios": "1.3.5",
|
||||
"axios": "1.3.6",
|
||||
"basic-auth": "2.0.1",
|
||||
"body-parser": "1.20.2",
|
||||
"color-contrast-checker": "2.1.0",
|
||||
|
@ -109,7 +109,7 @@
|
|||
"object-path": "0.11.8",
|
||||
"octicons": "5.0.1",
|
||||
"passport": "0.6.0",
|
||||
"passport-azure-ad": "4.3.4",
|
||||
"passport-azure-ad": "4.3.5",
|
||||
"passport-github": "1.1.0",
|
||||
"pg": "8.10.0",
|
||||
"pg-escape": "0.2.0",
|
||||
|
@ -118,7 +118,7 @@
|
|||
"recursive-readdir": "2.2.3",
|
||||
"redis": "4.6.5",
|
||||
"secure-compare": "3.0.1",
|
||||
"semver": "7.3.8",
|
||||
"semver": "7.5.0",
|
||||
"serve-favicon": "2.5.0",
|
||||
"simple-oauth2": "5.0.0",
|
||||
"throat": "6.0.2",
|
||||
|
@ -130,12 +130,12 @@
|
|||
"@types/debug": "4.1.7",
|
||||
"@types/express": "4.17.17",
|
||||
"@types/express-session": "1.17.7",
|
||||
"@types/jest": "29.5.0",
|
||||
"@types/lodash": "4.14.192",
|
||||
"@types/jest": "29.5.1",
|
||||
"@types/lodash": "4.14.194",
|
||||
"@types/luxon": "3.3.0",
|
||||
"@types/memory-cache": "0.2.2",
|
||||
"@types/morgan": "1.9.4",
|
||||
"@types/node": "18.15.11",
|
||||
"@types/node": "18.15.12",
|
||||
"@types/node-jose": "1.1.10",
|
||||
"@types/object-path": "0.11.1",
|
||||
"@types/passport": "1.0.12",
|
||||
|
@ -146,23 +146,23 @@
|
|||
"@types/recursive-readdir": "2.2.1",
|
||||
"@types/semver": "7.3.13",
|
||||
"@types/simple-oauth2": "5.0.4",
|
||||
"@types/validator": "13.7.14",
|
||||
"@typescript-eslint/eslint-plugin": "5.57.1",
|
||||
"@typescript-eslint/parser": "5.57.1",
|
||||
"@types/validator": "13.7.15",
|
||||
"@typescript-eslint/eslint-plugin": "5.59.0",
|
||||
"@typescript-eslint/parser": "5.59.0",
|
||||
"cspell": "6.31.1",
|
||||
"eslint": "8.37.0",
|
||||
"eslint": "8.38.0",
|
||||
"eslint-config-prettier": "8.8.0",
|
||||
"eslint-plugin-n": "15.7.0",
|
||||
"eslint-plugin-prettier": "4.2.1",
|
||||
"husky": "8.0.3",
|
||||
"jest": "29.5.0",
|
||||
"jest-junit": "15.0.0",
|
||||
"lint-staged": "13.2.0",
|
||||
"jest-junit": "16.0.0",
|
||||
"lint-staged": "13.2.1",
|
||||
"markdownlint-cli2": "0.6.0",
|
||||
"prettier": "2.8.7",
|
||||
"ts-jest": "29.1.0",
|
||||
"ts-node": "10.9.1",
|
||||
"typescript": "5.0.3"
|
||||
"typescript": "5.0.4"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=16"
|
||||
|
|
Загрузка…
Ссылка в новой задаче