Skip to content

Commit

Permalink
fix(deps): update npm - all minor and patch updates
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 1, 2024
1 parent 75f389c commit ea02a87
Show file tree
Hide file tree
Showing 4 changed files with 83 additions and 71 deletions.
6 changes: 3 additions & 3 deletions backend-issuer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@digicatapult/nice-agent-portal-backend-issuer",
"version": "0.2.0",
"version": "0.2.1",
"description": "OpenAPI service to manage profiles for the NICE agent and communication with veritable-cloudagent",
"main": "src/index.ts",
"type": "module",
Expand Down Expand Up @@ -68,7 +68,7 @@
},
"dependencies": {
"@prisma/client": "^5.13.0",
"@tsoa/runtime": "^6.2.0",
"@tsoa/runtime": "^6.2.1",
"body-parser": "^1.20.2",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
Expand All @@ -79,7 +79,7 @@
"pino": "^9.0.0",
"pino-pretty": "^11.0.0",
"swagger-ui-express": "^5.0.0",
"tsoa": "^6.2.0",
"tsoa": "^6.2.1",
"tsyringe": "^4.8.0"
}
}
6 changes: 3 additions & 3 deletions backend-peer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@digicatapult/nice-agent-portal-backend-peer",
"version": "0.2.2",
"version": "0.2.3",
"description": "OpenAPI service to manage profiles for the NICE agent and communication with veritable-cloudagent",
"main": "src/index.ts",
"type": "module",
Expand Down Expand Up @@ -67,7 +67,7 @@
"dependencies": {
"@aries-framework/core": "^0.4.2",
"@prisma/client": "^5.13.0",
"@tsoa/runtime": "^6.2.0",
"@tsoa/runtime": "^6.2.1",
"body-parser": "^1.20.2",
"cors": "^2.8.5",
"did-resolver": "^4.1.0",
Expand All @@ -79,7 +79,7 @@
"pino": "^9.0.0",
"pino-pretty": "^11.0.0",
"swagger-ui-express": "^5.0.0",
"tsoa": "^6.2.0",
"tsoa": "^6.2.1",
"tsyringe": "^4.8.0"
}
}
14 changes: 7 additions & 7 deletions frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@digicatapult/nice-agent-portal-frontend",
"version": "0.1.27",
"version": "0.1.28",
"description": "NICE agent portal",
"homepage": "https://github.com/digicatapult/nice-agent-portal",
"main": "src/index.js",
Expand Down Expand Up @@ -55,13 +55,13 @@
"dotenv": "^16.4.5",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-cypress": "^3.0.0",
"eslint-plugin-cypress": "^3.0.2",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-hooks": "^4.6.2",
"html-webpack-plugin": "^5.6.0",
"prettier": "^3.2.5",
"serve": "^14.2.2",
"serve": "^14.2.3",
"style-loader": "^4.0.0",
"url-loader": "^4.1.1",
"webpack": "^5.91.0",
Expand All @@ -70,9 +70,9 @@
"webpack-dev-server": "^5.0.4"
},
"dependencies": {
"@digicatapult/ui-component-library": "^0.19.27",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"@digicatapult/ui-component-library": "^0.19.28",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-qr-code": "^2.0.12",
"react-router-dom": "^6.23.0",
"styled-components": "^6.1.8"
Expand Down
128 changes: 70 additions & 58 deletions package-lock.json

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

0 comments on commit ea02a87

Please sign in to comment.