Skip to content

Commit

Permalink
fix(deps): bump minor deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerald Baulig committed Aug 27, 2024
1 parent 698e4d9 commit b6c64ea
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 28 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### 1.8.3 (August 27th, 2024)

- bump versions
- fix oauth
- remove tech users and api keys

### 1.5.1 (Februrary 6th, 2024)

- bump minor dep versions
Expand Down
46 changes: 25 additions & 21 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
"srv"
],
"dependencies": {
"@restorecommerce/acs-client": "^2.0.0",
"@restorecommerce/acs-client": "^2.0.3",
"@restorecommerce/chassis-srv": "^1.6.2",
"@restorecommerce/grpc-client": "^2.2.4",
"@restorecommerce/kafka-client": "^1.2.10",
"@restorecommerce/kafka-client": "^1.2.13",
"@restorecommerce/logger": "^1.3.1",
"@restorecommerce/rc-grpc-clients": "^5.1.32",
"@restorecommerce/rc-grpc-clients": "^5.1.35",
"@restorecommerce/resource-base-interface": "^1.6.2",
"@restorecommerce/scs-jobs": "^0.1.34",
"@restorecommerce/scs-jobs": "^0.1.37",
"@restorecommerce/service-config": "^1.0.15",
"@zxcvbn-ts/core": "^3.0.4",
"@zxcvbn-ts/language-common": "^3.0.4",
Expand Down Expand Up @@ -83,7 +83,7 @@
"start": "node lib/start.cjs",
"dev": "cross-env NODE_ENV=development node --watch lib/start.cjs",
"test": "npm run lint && c8 --reporter=text npm run mocha",
"lint": "eslint src --ext .ts",
"lint": "eslint src --fix --ext .ts",
"mocha": "cross-env NODE_ENV=test mocha --full-trace --exit --timeout 30000",
"test-debug": "npm run mocha -- --inspect-brk",
"lcov-report": "c8 report --reporter=lcov",
Expand Down
4 changes: 2 additions & 2 deletions src/oauth_service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ export class OAuthService implements OAuthServiceImplementation<WithRequestID> {
prompt: 'consent',
access_type: 'offline'
})
})
))
}))
)
};
}

Expand Down

0 comments on commit b6c64ea

Please sign in to comment.