Skip to content

Commit 8baebcd

Browse files
authored
Bumping internal dependencies (#386)
* Bumping internal dependencies
1 parent 41de9f5 commit 8baebcd

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
SWITCHER_API_LOGGER: false
5454

5555
- name: SonarCloud Scan
56-
uses: sonarsource/sonarcloud-github-action@master
56+
uses: sonarsource/sonarcloud-github-action@v1.8
5757
env:
5858
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5959
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,20 +27,20 @@
2727
],
2828
"license": "MIT",
2929
"dependencies": {
30-
"axios": "^1.3.5",
30+
"axios": "^1.3.6",
3131
"bcryptjs": "^2.4.3",
3232
"cors": "^2.8.5",
3333
"express": "^4.18.2",
3434
"express-basic-auth": "^1.2.1",
3535
"express-graphql": "^0.12.0",
36-
"express-validator": "^6.15.0",
36+
"express-validator": "^7.0.1",
3737
"graphql": "^15.8.0",
3838
"graphql-tag": "^2.12.6",
3939
"helmet": "^6.1.5",
4040
"jsonwebtoken": "^9.0.0",
4141
"moment": "^2.29.4",
42-
"mongodb": "^5.2.0",
43-
"mongoose": "^7.0.3",
42+
"mongodb": "^5.3.0",
43+
"mongoose": "^7.0.4",
4444
"pino": "^8.11.0",
4545
"pino-pretty": "^10.0.0",
4646
"swagger-ui-express": "^4.6.2",
@@ -56,12 +56,12 @@
5656
"babel-jest": "^29.5.0",
5757
"babel-polyfill": "^6.26.0",
5858
"env-cmd": "^10.1.0",
59-
"eslint": "^8.38.0",
59+
"eslint": "^8.39.0",
6060
"jest": "^29.5.0",
6161
"jest-sonar-reporter": "^2.0.0",
6262
"node-notifier": "^10.0.1",
6363
"nodemon": "^2.0.22",
64-
"sinon": "^15.0.3",
64+
"sinon": "^15.0.4",
6565
"supertest": "^6.3.3"
6666
},
6767
"repository": {

0 commit comments

Comments
 (0)