Skip to content

Commit

Permalink
API-2239 update simple-oauth2 and @hapi/hoek, use node 12
Browse files Browse the repository at this point in the history
  • Loading branch information
ahongbynder committed Feb 21, 2025
1 parent b7e2c4d commit a46c7ee
Show file tree
Hide file tree
Showing 3 changed files with 2,466 additions and 1,792 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

strategy:
matrix:
node-version: [ 8.x, 10.x, 11.x ]
node-version: [ 8.x, 10.x, 11.x, 12.x]

steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"isomorphic-form-data": "^1.0.0",
"proper-url-join": "^1.2.0",
"query-string": "6.14.1",
"simple-oauth2": "^2.5.1",
"simple-oauth2": "^3.0.0",
"ssri": "6.0.2",
"websocket-extensions": "0.1.4",
"y18n": "4.0.3",
Expand All @@ -55,7 +55,7 @@
"resolutions": {
"graceful-fs": "^4.2.4",
"lodash": "^4.17.21",
"@hapi/hoek": "8.5.0"
"@hapi/hoek": "8.5.1"
},
"repository": "[email protected]:Bynder/bynder-js-sdk.git"
}
Loading

0 comments on commit a46c7ee

Please sign in to comment.