Skip to content

Commit

Permalink
chore: more devDependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
tobybellwood committed Feb 15, 2024
1 parent a898c55 commit aad4b34
Show file tree
Hide file tree
Showing 6 changed files with 282 additions and 732 deletions.
5 changes: 3 additions & 2 deletions node-packages/commons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"test": "jest"
},
"devDependencies": {
"@types/amqp-connection-manager": "^2.0.6",
"@types/amqp-connection-manager": "^2.0.12",
"@types/jest": "^29.5.12",
"jest": "^29.7.0",
"prettier": "^3.2.5",
Expand All @@ -22,7 +22,7 @@
},
"dependencies": {
"@lagoon/lokka-transport-http": "^1.6.1",
"amqp-connection-manager": "^1.3.5",
"amqp-connection-manager": "^1.4.2",
"amqplib": "^0.7.1",
"axios": "^0.21.1",
"jsonwebtoken": "^8.0.1",
Expand All @@ -31,6 +31,7 @@
"node-fetch": "^2.6.0",
"ramda": "0.25.0",
"sha1": "^1.1.1",
"tsc-silent": "^1.2.2",
"winston": "^3"
}
}
7 changes: 0 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,6 @@
"prettier": "^3.2.5",
"yarn-audit-fix": "^10.0.7"
},
"resolutions-comment": [
"Used to override security release for nested dependencies",
"serialize-javascript: Can probably be removed when next.js upgrades to ^9.0"
],
"resolutions": {
"serialize-javascript": "^2.1.1"
},
"scripts": {
"glow": "glow check"
}
Expand Down
5 changes: 2 additions & 3 deletions services/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
"dependencies": {
"@lagoon/commons": "4.0.0",
"@supercharge/request-ip": "^1.1.2",
"@types/redis": "^2.8.22",
"apollo-server-express": "^2.14.2",
"aws-sdk": "^2.378.0",
"body-parser": "^1.18.2",
Expand Down Expand Up @@ -66,12 +65,12 @@
"winston-transport": "^4.4.0"
},
"devDependencies": {
"@faker-js/faker": "^8.4.1",
"@types/express": "^4.17.6",
"@types/faker": "^4.1.5",
"@types/jest": "^29.5.12",
"@types/ramda": "types/npm-ramda#dist",
"@types/redis": "^2.8.32",
"axios": "^0.21.1",
"faker": "^4.1.0",
"jest": "^29.7.0",
"prettier": "^3.2.5",
"prettier-eslint-cli": "^8.0.1",
Expand Down
2 changes: 1 addition & 1 deletion services/webhook-handler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"devDependencies": {
"jest": "^29.7.0",
"newman": "^4.5.4",
"newman": "^6.1.1",
"nodemon": "^3.0.3",
"ts-jest": "^29.1.2",
"typescript": "^5.3.3"
Expand Down
5 changes: 2 additions & 3 deletions services/webhooks2tasks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,14 @@
"license": "MIT",
"dependencies": {
"@lagoon/commons": "4.0.0",
"amqp-connection-manager": "^1.3.5",
"amqp-connection-manager": "^1.4.2",
"amqplib": "^0.7.1",
"async-retry": "^1.2.3",
"ramda": "0.25.0",
"sshpk": "^1.16.1"
},
"devDependencies": {
"@babel/preset-typescript": "^7.13.0",
"@types/amqp-connection-manager": "^2.0.10",
"@types/amqp-connection-manager": "^2.0.12",
"jest": "^29.7.0",
"nodemon": "^3.0.3",
"typescript": "^5.3.3"
Expand Down
Loading

0 comments on commit aad4b34

Please sign in to comment.