Skip to content

Commit

Permalink
Update dependency @types/node to v16.18.103
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 18, 2024
1 parent 422b295 commit 5721aca
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 51 deletions.
4 changes: 2 additions & 2 deletions api/service-a/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zgriesinger/service-a",
"version": "0.0.5",
"version": "0.0.6",
"description": "",
"author": "",
"private": true,
Expand Down Expand Up @@ -44,7 +44,7 @@
"@nestjs/testing": "8.2.3",
"@types/express": "4.17.13",
"@types/jest": "27.0.3",
"@types/node": "16.11.11",
"@types/node": "16.18.103",
"@types/supertest": "2.0.11",
"@typescript-eslint/eslint-plugin": "4.29.0",
"@typescript-eslint/parser": "4.29.0",
Expand Down
4 changes: 2 additions & 2 deletions api/service-b/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zgriesinger/service-b",
"version": "0.0.5",
"version": "0.0.6",
"description": "",
"author": "",
"private": true,
Expand Down Expand Up @@ -40,7 +40,7 @@
"@nestjs/testing": "8.2.3",
"@types/express": "4.17.13",
"@types/jest": "27.0.3",
"@types/node": "16.11.11",
"@types/node": "16.18.103",
"@types/supertest": "2.0.11",
"@typescript-eslint/eslint-plugin": "4.29.0",
"@typescript-eslint/parser": "4.29.0",
Expand Down
4 changes: 2 additions & 2 deletions frontend/single-page-app/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@zgriesinger/single-page-app",
"version": "1.0.0",
"version": "1.0.1",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "5.15.1",
"@testing-library/react": "11.2.7",
"@testing-library/user-event": "12.8.3",
"@types/jest": "27.0.3",
"@types/node": "16.11.11",
"@types/node": "16.18.103",
"@types/react": "17.0.16",
"@types/react-dom": "17.0.9",
"@uiw/react-md-editor": "^3.9.0",
Expand Down
2 changes: 1 addition & 1 deletion frontend/static/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"deploy": "cdk deploy"
},
"dependencies": {
"@types/node": "16.11.12",
"@types/node": "16.18.103",
"@types/react": "17.0.37",
"next": "12.0.7",
"react": "17.0.2",
Expand Down
62 changes: 20 additions & 42 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions tools/cdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zgriesinger/cdk",
"version": "0.1.0",
"version": "0.1.1",
"bin-backup": {
"cdk": "bin/cdk.js"
},
Expand All @@ -14,7 +14,7 @@
"devDependencies": {
"@aws-cdk/assertions": "1.136.0",
"@types/jest": "^26.0.10",
"@types/node": "10.17.27",
"@types/node": "16.18.103",
"aws-cdk": "1.136.0",
"jest": "^26.4.2",
"ts-jest": "^26.2.0",
Expand Down

0 comments on commit 5721aca

Please sign in to comment.