Skip to content

Commit

Permalink
chore(deps): update dependency @types/node to v20.9.5
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 24, 2023
1 parent 50510e1 commit 4cd73aa
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion internal/services/backstage/packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.1.2",
"@testing-library/user-event": "^14.5.1",
"@types/node": "^20.9.4",
"@types/node": "^20.9.5",
"@types/react-dom": "^18.2.17",
"cross-env": "^7.0.3",
"cypress": "^13.6.0",
Expand Down
8 changes: 4 additions & 4 deletions internal/services/backstage/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8172,10 +8172,10 @@
dependencies:
undici-types "~5.26.4"

"@types/node@^20.9.4":
version "20.9.4"
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.9.4.tgz#cc8f970e869c26834bdb7ed480b30ede622d74c7"
integrity sha512-wmyg8HUhcn6ACjsn8oKYjkN/zUzQeNtMy44weTJSM6p4MMzEOuKbA3OjJ267uPCOW7Xex9dyrNTful8XTQYoDA==
"@types/node@^20.9.5":
version "20.9.5"
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.9.5.tgz#bb441014bcb91c63742b0e1fe25b902f5d581faa"
integrity sha512-Uq2xbNq0chGg+/WQEU0LJTSs/1nKxz6u1iemLcGomkSnKokbW1fbLqc3HOqCf2JP7KjlL4QkS7oZZTrOQHQYgQ==
dependencies:
undici-types "~5.26.4"

Expand Down
8 changes: 4 additions & 4 deletions internal/services/proxy/package-lock.json

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

2 changes: 1 addition & 1 deletion internal/services/proxy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"devDependencies": {
"@types/dotenv": "^8.2.0",
"@types/google-protobuf": "3.15.12",
"@types/node": "20.9.4",
"@types/node": "20.9.5",
"prisma": "5.6.0",
"typescript": "^5.3.2"
}
Expand Down
8 changes: 4 additions & 4 deletions ui/mobile/expo/package-lock.json

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

2 changes: 1 addition & 1 deletion ui/mobile/expo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@testing-library/jest-native": "5.4.3",
"@testing-library/react-native": "^12.4.0",
"@types/jest": "^29.5.10",
"@types/node": "^20.9.4",
"@types/node": "^20.9.5",
"@types/react": "~18.2.38",
"@types/react-native": "0.72.7",
"@typescript-eslint/eslint-plugin": "^6.12.0",
Expand Down
10 changes: 5 additions & 5 deletions ui/nx-monorepo/package-lock.json

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

2 changes: 1 addition & 1 deletion ui/nx-monorepo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@swc/core": "^1.3.99",
"@types/cookie-parser": "^1.4.6",
"@types/estree": "^1.0.5",
"@types/node": "^20.9.4",
"@types/node": "^20.9.5",
"@types/react": "^18.2.38",
"@types/react-dom": "^18.2.17",
"@types/react-is": "^18.2.4",
Expand Down
2 changes: 1 addition & 1 deletion ui/nx-monorepo/packages/landing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"devDependencies": {
"@mdx-js/loader": "3.0.0",
"@types/node": "^20.9.4",
"@types/node": "^20.9.5",
"@typescript-eslint/eslint-plugin": "7.0.0-alpha.0",
"cypress": "^13.6.0",
"eslint": "^8.54.0",
Expand Down

0 comments on commit 4cd73aa

Please sign in to comment.