Update dependencies

This commit is contained in:
Darren Clarke 2023-05-25 08:43:35 +00:00
parent 1cb0eeea2b
commit 7aeb903a9e
12 changed files with 941 additions and 3351 deletions

4134
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -9,12 +9,12 @@
"lint": "eslint index.js"
},
"dependencies": {
"@babel/core": "7.15.8",
"@babel/preset-env": "7.15.8",
"@babel/preset-typescript": "7.15.0"
"@babel/core": "7.21.8",
"@babel/preset-env": "7.21.5",
"@babel/preset-typescript": "7.21.5"
},
"peerDependencies": {},
"devDependencies": {
"eslint": "^7.32.0"
"eslint": "^8.41.0"
}
}

View file

@ -9,27 +9,27 @@
"fmt": "prettier \"profile/**/*.js\" --write"
},
"dependencies": {
"@rushstack/eslint-patch": "^1.2.0",
"@typescript-eslint/eslint-plugin": "^5.54.1",
"@typescript-eslint/parser": "^5.54.1",
"eslint-config-prettier": "^8.7.0",
"@rushstack/eslint-patch": "^1.3.0",
"@typescript-eslint/eslint-plugin": "^5.59.7",
"@typescript-eslint/parser": "^5.59.7",
"eslint-config-prettier": "^8.8.0",
"eslint-config-xo-space": "^0.34.0",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-cypress": "^2.13.3",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jest": "^27.2.1",
"eslint-plugin-no-use-extend-native": "^0.5.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-unicorn": "46.0.0",
"@babel/eslint-parser": "7.19.1"
"eslint-plugin-unicorn": "47.0.0",
"@babel/eslint-parser": "7.21.8"
},
"peerDependencies": {
"eslint": "^7.32.0",
"typescript": "^4.9.5"
},
"devDependencies": {
"eslint": "^8.36.0",
"eslint": "^8.41.0",
"jest": "^29.5.0",
"typescript": "^4.9.5"
"typescript": "^5.0.4"
}
}

View file

@ -7,7 +7,7 @@
"license": "AGPL-3.0-or-later",
"private": false,
"devDependencies": {
"@types/jest": "^27.0.2",
"@types/jest": "^29.5.1",
"@hapi/basic": "^7.0.1",
"tsconfig-link": "*",
"eslint-config-link": "*",
@ -15,10 +15,10 @@
"babel-preset-link": "*"
},
"dependencies": {
"@hapi/hapi": "^21.3.0",
"@hapi/hoek": "^11.0.1",
"joi": "^17.6.1",
"next-auth": "3.29.0"
"@hapi/hapi": "^21.3.2",
"@hapi/hoek": "^11.0.2",
"joi": "^17.9.2",
"next-auth": "4.22.1"
},
"scripts": {
"build": "tsc -p tsconfig.json",

View file

@ -9,9 +9,9 @@
"devDependencies": {
},
"dependencies": {
"@hapi/hapi": "^21.3.0",
"pg-monitor": "^1.4.1",
"pg-promise": "^10.11.0"
"@hapi/hapi": "^21.3.2",
"pg-monitor": "^2.0.0",
"pg-promise": "^11.4.3"
},
"scripts": {
"build": "tsc -p tsconfig.json",

View file

@ -9,9 +9,9 @@
"node": ">=14"
},
"dependencies": {
"@types/jest": "^27.0.2",
"jest": "^27.2.5",
"jest-junit": "^13.0.0"
"@types/jest": "^29.5.1",
"jest": "^29.5.0",
"jest-junit": "^16.0.0"
},
"peerDependencies": {}
}

View file

@ -8,21 +8,21 @@
"@digiresilience/montar": "*",
"@digiresilience/metamigo-config": "*",
"@digiresilience/metamigo-db": "*",
"commander": "^10.0.0",
"commander": "^10.0.1",
"graphile-migrate": "^1.4.1",
"graphile-worker": "^0.13.0",
"node-jose": "^2.1.1",
"postgraphile": "4.12.3",
"graphql": "15.8.0"
"node-jose": "^2.2.0",
"postgraphile": "4.13.0",
"graphql": "16.6.0"
},
"devDependencies": {
"pino-pretty": "^9.1.1",
"nodemon": "^2.0.20",
"pino-pretty": "^10.0.0",
"nodemon": "^2.0.22",
"tsconfig-link": "*",
"eslint-config-link": "*",
"jest-config-link": "*",
"babel-preset-link": "*",
"typescript": "^4.9.5"
"typescript": "^5.0.4"
},
"scripts": {
"build": "tsc -p tsconfig.json",

View file

@ -16,47 +16,47 @@
"watch:build": "tsc -p tsconfig.json -w"
},
"devDependencies": {
"@types/figlet": "^1.5.5",
"@types/lodash": "^4.14.191",
"@types/figlet": "^1.5.6",
"@types/lodash": "^4.14.194",
"@types/node": "*",
"@types/uuid": "^9.0.0",
"@types/uuid": "^9.0.1",
"camelcase-keys": "^8.0.2",
"pg-monitor": "^2.0.0",
"typedoc": "^0.23.24",
"typescript": "^4.9.5"
"typedoc": "^0.24.7",
"typescript": "^5.0.4"
},
"dependencies": {
"@digiresilience/hapi-nextauth": "*",
"@hapi/boom": "^10.0.0",
"@hapi/glue": "^9.0.0",
"@hapi/hapi": "^21.2.0",
"@hapi/boom": "^10.0.1",
"@hapi/glue": "^9.0.1",
"@hapi/hapi": "^21.3.2",
"@hapi/hoek": "^11.0.2",
"@hapi/inert": "^7.0.0",
"@hapi/vision": "^7.0.0",
"@hapipal/schmervice": "^2.1.0",
"@hapi/inert": "^7.1.0",
"@hapi/vision": "^7.0.1",
"@hapipal/schmervice": "^3.0.0",
"@promster/hapi": "^8.0.6",
"@promster/server": "^7.0.8",
"@promster/types": "^3.2.5",
"@types/convict": "^6.1.1",
"@types/hapi__glue": "^6.1.6",
"@types/hapi__hapi": "^20.0.13",
"@types/hapi__inert": "^5.2.4",
"@types/hapi__inert": "^5.2.6",
"@types/hapi__vision": "^5.5.4",
"@types/hapi-pino": "^9.1.2",
"@types/hapipal__schmervice": "^2.0.3",
"@types/joi": "^17.2.3",
"chalk": "^5.2.0",
"commander": "^10.0.0",
"commander": "^10.0.1",
"convict": "^6.2.4",
"decamelcase-keys": "^1.1.1",
"figlet": "^1.5.2",
"hapi-pino": "^11.0.1",
"figlet": "^1.6.0",
"hapi-pino": "^12.1.0",
"http-terminator": "^3.2.0",
"joi": "^17.7.0",
"joi": "^17.9.2",
"lodash": "^4.17.21",
"next-auth": "^3.29.0",
"pg-promise": "^11.0.2",
"pino": "^8.8.0",
"next-auth": "^4.22.1",
"pg-promise": "^11.4.3",
"pino": "^8.14.1",
"prom-client": "^14.x.x",
"uuid": "^9.0.0"
}

View file

@ -9,15 +9,15 @@
"@digiresilience/metamigo-common": "*"
},
"devDependencies": {
"@babel/core": "7.20.12",
"@babel/preset-env": "7.20.2",
"@babel/preset-typescript": "7.18.6",
"eslint": "^8.32.0",
"pino-pretty": "^9.1.1",
"prettier": "^2.8.3",
"@babel/core": "7.21.8",
"@babel/preset-env": "7.21.5",
"@babel/preset-typescript": "7.21.5",
"eslint": "^8.41.0",
"pino-pretty": "^10.0.0",
"prettier": "^2.8.8",
"ts-node": "^10.9.1",
"typedoc": "^0.23.24",
"typescript": "^4.9.5"
"typedoc": "^0.24.7",
"typescript": "^5.0.4"
},
"files": [
"build",

View file

@ -9,22 +9,22 @@
"@digiresilience/metamigo-common": "*",
"@digiresilience/metamigo-config": "^0.2.0",
"graphile-migrate": "^1.4.1",
"graphql": "15.8.0",
"postgraphile": "4.12.3"
"graphql": "16.6.0",
"postgraphile": "4.13.0"
},
"devDependencies": {
"@babel/core": "7.20.12",
"@babel/preset-env": "7.20.2",
"@babel/preset-typescript": "7.18.6",
"@types/jest": "^29.2.5",
"eslint": "^8.32.0",
"jest": "^29.3.1",
"jest-junit": "^15.0.0",
"pino-pretty": "^9.1.1",
"prettier": "^2.8.3",
"@babel/core": "7.21.8",
"@babel/preset-env": "7.21.5",
"@babel/preset-typescript": "7.21.5",
"@types/jest": "^29.5.1",
"eslint": "^8.41.0",
"jest": "^29.5.0",
"jest-junit": "^16.0.0",
"pino-pretty": "^10.0.0",
"prettier": "^2.8.8",
"ts-node": "^10.9.1",
"typedoc": "^0.23.24",
"typescript": "^4.9.5"
"typedoc": "^0.24.7",
"typescript": "^5.0.4"
},
"scripts": {
"build": "tsc -p tsconfig.json",

View file

@ -28,6 +28,6 @@
"babel-preset-link": "*"
},
"dependencies": {
"debug": "^4.3.2"
"debug": "^4.3.4"
}
}

View file

@ -26,8 +26,8 @@
},
"devDependencies": {
"@types/backoff": "^2.5.2",
"camelcase": "^6.2.0",
"typedoc": "^0.22.5",
"camelcase": "^7.0.1",
"typedoc": "^0.24.7",
"tsconfig-link": "*",
"eslint-config-link": "*",
"jest-config-link": "*",
@ -35,10 +35,10 @@
},
"dependencies": {
"backoff": "^2.5.0",
"camelcase-keys": "^7.0.1",
"eventemitter3": "^4.0.7",
"snakecase-keys": "^5.1.0",
"ts-custom-error": "^3.2.0",
"uuid": "^8.3.2"
"camelcase-keys": "^8.0.2",
"eventemitter3": "^5.0.1",
"snakecase-keys": "^5.4.5",
"ts-custom-error": "^3.3.1",
"uuid": "^9.0.0"
}
}