Skip to content

Commit f22a5b1

Browse files
committed
1 parent 00bda38 commit f22a5b1

File tree

4 files changed

+65
-53
lines changed

4 files changed

+65
-53
lines changed

npm-shrinkwrap.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"cors": "^2.8.5",
4242
"express": "^5.1.0",
4343
"express-basic-auth": "^1.2.1",
44-
"express-rate-limit": "^7.5.1",
44+
"express-rate-limit": "^8.0.1",
4545
"express-validator": "^7.2.1",
4646
"graphql": "^16.11.0",
4747
"graphql-http": "^1.22.4",
@@ -50,7 +50,7 @@
5050
"jsonwebtoken": "^9.0.2",
5151
"moment": "^2.30.1",
5252
"mongodb": "^6.17.0",
53-
"mongoose": "^8.16.3",
53+
"mongoose": "^8.16.4",
5454
"pino": "^9.7.0",
5555
"pino-pretty": "^13.0.0",
5656
"swagger-ui-express": "^5.0.1",

sonar-project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
sonar.projectKey=switcherapi_switcher-resolver-node
22
sonar.projectName=switcher-resolver-node
33
sonar.organization=switcherapi
4-
sonar.projectVersion=1.0.1
4+
sonar.projectVersion=1.1.0
55
sonar.links.homepage=https://github.com/switcherapi/switcher-resolver-node
66

77
sonar.testExecutionReportPaths=test-report.xml

src/api-docs/swagger-info.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export default {
22
title: 'Switcher Resolver Node',
3-
version: 'v1.0.1',
3+
version: 'v1.1.0',
44
description: 'Resolver Node for Component Switchers.',
55
contact: {
66
name: 'Roger Floriano (petruki)',

0 commit comments

Comments
 (0)