Skip to content

Commit

Permalink
chore(api): Update all minor version changes (#2605)
Browse files Browse the repository at this point in the history
  • Loading branch information
DafyddLlyr authored Jan 2, 2024
1 parent 56e5eac commit d94c2c2
Show file tree
Hide file tree
Showing 2 changed files with 569 additions and 442 deletions.
58 changes: 29 additions & 29 deletions api.planx.uk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
"@types/isomorphic-fetch": "^0.0.36",
"adm-zip": "^0.5.10",
"aws-sdk": "^2.1467.0",
"axios": "^1.6.1",
"axios": "^1.6.2",
"body-parser": "^1.20.2",
"cookie-parser": "^1.4.6",
"cookie-session": "^1.4.0",
"copyfiles": "^2.4.1",
"cors": "^2.8.5",
"csv-stringify": "^6.3.0",
"csv-stringify": "^6.4.5",
"date-fns": "^2.29.3",
"dompurify": "^3.0.6",
"express": "^4.18.2",
Expand All @@ -28,24 +28,24 @@
"http-proxy-middleware": "^2.0.6",
"husky": "^8.0.3",
"isomorphic-fetch": "^3.0.0",
"jsdom": "^23.0.0",
"jsdom": "^23.0.1",
"jsondiffpatch": "^0.5.0",
"jsonwebtoken": "^9.0.0",
"jsonwebtoken": "^9.0.2",
"lodash": "^4.17.21",
"lodash.omit": "^4.5.0",
"mime": "^3.0.0",
"multer": "^1.4.5-lts.1",
"nanoid": "^3.3.6",
"nanoid": "^3.3.7",
"notifications-node-client": "^7.0.6",
"passport": "^0.5.3",
"passport-google-oauth20": "^2.0.0",
"pino-noir": "^2.2.1",
"slack-notify": "^2.0.6",
"slack-notify": "^2.0.7",
"string-to-stream": "^3.0.1",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^5.0.0",
"type-fest": "^4.6.0",
"zod": "^3.22.3"
"zod": "^3.22.4"
},
"scripts": {
"dev": "ts-node-dev --files index.ts",
Expand All @@ -67,30 +67,30 @@
]
},
"devDependencies": {
"@babel/core": "^7.23.5",
"@babel/preset-typescript": "^7.23.2",
"@babel/core": "^7.23.6",
"@babel/preset-typescript": "^7.23.3",
"@types/adm-zip": "^0.5.0",
"@types/body-parser": "^1.19.2",
"@types/cookie-parser": "^1.4.3",
"@types/cookie-session": "^2.0.44",
"@types/cors": "^2.8.13",
"@types/body-parser": "^1.19.5",
"@types/cookie-parser": "^1.4.6",
"@types/cookie-session": "^2.0.48",
"@types/cors": "^2.8.17",
"@types/dompurify": "^3.0.5",
"@types/express": "^4.17.17",
"@types/express-pino-logger": "^4.0.3",
"@types/jest": "^29.5.5",
"@types/express": "^4.17.21",
"@types/express-pino-logger": "^4.0.5",
"@types/jest": "^29.5.11",
"@types/jsdom": "^21.1.6",
"@types/jsonwebtoken": "^9.0.2",
"@types/lodash": "^4.14.197",
"@types/lodash.omit": "^4.5.7",
"@types/mime": "^3.0.1",
"@types/multer": "^1.4.7",
"@types/jsonwebtoken": "^9.0.5",
"@types/lodash": "^4.14.202",
"@types/lodash.omit": "^4.5.9",
"@types/mime": "^3.0.4",
"@types/multer": "^1.4.11",
"@types/node": "^18.18.1",
"@types/passport": "^1.0.12",
"@types/passport-google-oauth20": "^2.0.11",
"@types/supertest": "^2.0.12",
"@types/swagger-jsdoc": "^6.0.1",
"@types/swagger-ui-express": "^4.1.3",
"@types/uuid": "^9.0.2",
"@types/passport": "^1.0.16",
"@types/passport-google-oauth20": "^2.0.14",
"@types/supertest": "^2.0.16",
"@types/swagger-jsdoc": "^6.0.4",
"@types/swagger-ui-express": "^4.1.6",
"@types/uuid": "^9.0.7",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"dotenv": "^16.3.1",
Expand All @@ -110,8 +110,8 @@
"supertest": "^6.3.3",
"ts-jest": "^29.1.1",
"ts-node-dev": "^2.0.0",
"typescript": "^5.3.2",
"uuid": "^9.0.0"
"typescript": "^5.3.3",
"uuid": "^9.0.1"
},
"pnpm": {
"peerDependencyRules": {
Expand Down
Loading

0 comments on commit d94c2c2

Please sign in to comment.