Upgrade deps (#113)

* Upgrade deps

* Fixed versions

* Script to translate all keywords

* Delete translate_all_keywords.js
This commit is contained in:
Niklas Fondberg
2022-06-07 12:32:03 +02:00
committed by GitHub
parent 9e2ff31b65
commit 35ad46cb6d
2 changed files with 5019 additions and 6739 deletions
+4968 -6688
View File
File diff suppressed because it is too large Load Diff
+26 -26
View File
@@ -17,46 +17,46 @@
"author": "",
"license": "ISC",
"dependencies": {
"@aws-sdk/client-s3": "^3.49.0",
"@aws-sdk/client-sqs": "^3.49.0",
"@aws-sdk/client-translate": "^3.49.0",
"@aws-sdk/s3-request-presigner": "^3.49.0",
"@newrelic/apollo-server-plugin": "^1.2.0",
"@aws-sdk/client-s3": "^3.95.0",
"@aws-sdk/client-sqs": "^3.95.0",
"@aws-sdk/client-translate": "^3.95.0",
"@aws-sdk/s3-request-presigner": "^3.95.0",
"@newrelic/apollo-server-plugin": "^1.3.0",
"apollo-datasource": "^3.3.1",
"apollo-datasource-rest": "^3.5.1",
"apollo-server": "^3.6.2",
"apollo-datasource-rest": "^3.5.3",
"apollo-server": "^3.7.0",
"async-redis": "^2.0.0",
"axios": "^0.25.0",
"axios": "^0.27.2",
"datasource-sql": "^1.6.0",
"dotenv": "^16.0.0",
"graphql": "^16.3.0",
"graphql-scalars": "^1.14.1",
"dotenv": "^16.0.1",
"graphql": "^16.5.0",
"graphql-scalars": "^1.17.0",
"jsonwebtoken": "^8.5.1",
"jwk-to-pem": "^2.0.5",
"knex": "^1.0.2",
"knex": "^2.0.0",
"knex-stringcase": "^1.4.6",
"newrelic": "^8.7.1",
"nodemon": "^2.0.15",
"newrelic": "^8.11.1",
"nodemon": "^2.0.16",
"pg": "^8.7.3",
"pg-hstore": "^2.3.4",
"prettier": "^2.5.1",
"slug": "^5.2.0",
"prettier": "^2.6.2",
"slug": "^5.3.0",
"stringcase": "^4.3.1",
"ts-node": "^10.4.0",
"typescript": "^4.5.5",
"ts-node": "^10.7.0",
"typescript": "^4.6.4",
"util": "^0.12.4",
"validator": "^13.7.0"
},
"devDependencies": {
"@types/jest": "^27.4.0",
"@typescript-eslint/eslint-plugin": "^5.10.2",
"@typescript-eslint/parser": "^5.10.2",
"eslint": "^8.8.0",
"eslint-config-prettier": "^8.3.0",
"@types/jest": "^27.5.1",
"@typescript-eslint/eslint-plugin": "^5.25.0",
"@typescript-eslint/parser": "^5.25.0",
"eslint": "^8.15.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"isomorphic-fetch": "^3.0.0",
"jest": "^27.5.0",
"testcontainers": "^8.2.0",
"ts-jest": "^27.1.3"
"jest": "^28.1.0",
"testcontainers": "^8.10.1",
"ts-jest": "^28.0.2"
}
}