Skip to content

Commit b0e5844

Browse files
authored
Merge branch 'main' into add-oidc-auth-to-api-through-jwt
2 parents 423f53b + 83e814b commit b0e5844

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

package-lock.json

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

packages/git-proxy-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Command line interface tool for FINOS GitProxy.",
55
"bin": "./index.js",
66
"dependencies": {
7-
"axios": "^1.8.3",
7+
"axios": "^1.8.4",
88
"yargs": "^17.7.2",
99
"@finos/git-proxy": "file:../.."
1010
},

plugins/git-proxy-plugin-samples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
"express": "^4.21.2"
1717
},
1818
"peerDependencies": {
19-
"@finos/git-proxy": "^1.9.2"
19+
"@finos/git-proxy": "^1.9.3"
2020
}
2121
}

0 commit comments

Comments
 (0)