Skip to content

Commit 069a77f

Browse files
committed
Bump axios@1.8.2, mongodb@6.14.2, mongoose@8.12.1
1 parent 1f9e570 commit 069a77f

3 files changed

Lines changed: 68 additions & 128 deletions

File tree

.github/workflows/master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
SWITCHER_API_LOGGER: false
5151

5252
- name: SonarCloud Scan
53-
uses: sonarsource/sonarqube-scan-action@v4.1.0
53+
uses: sonarsource/sonarqube-scan-action@v5.0.0
5454
env:
5555
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5656
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

npm-shrinkwrap.json

Lines changed: 63 additions & 123 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
],
3737
"license": "MIT",
3838
"dependencies": {
39-
"axios": "^1.8.1",
39+
"axios": "^1.8.2",
4040
"bcryptjs": "^3.0.2",
4141
"cors": "^2.8.5",
4242
"express": "^5.0.1",
@@ -49,8 +49,8 @@
4949
"helmet": "^8.0.0",
5050
"jsonwebtoken": "^9.0.2",
5151
"moment": "^2.30.1",
52-
"mongodb": "^6.13.1",
53-
"mongoose": "^8.11.0",
52+
"mongodb": "^6.14.2",
53+
"mongoose": "^8.12.1",
5454
"pino": "^9.6.0",
5555
"pino-pretty": "^13.0.0",
5656
"swagger-ui-express": "^5.0.1",
@@ -59,7 +59,7 @@
5959
},
6060
"devDependencies": {
6161
"env-cmd": "^10.1.0",
62-
"eslint": "^9.21.0",
62+
"eslint": "^9.22.0",
6363
"jest": "^29.7.0",
6464
"jest-sonar-reporter": "^2.0.0",
6565
"node-notifier": "^10.0.1",

0 commit comments

Comments
 (0)