Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps-dev): bump @types/node from 18.16.3 to 20.4.5 #466

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/ldap-auth-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@backstage/cli": "^0.22.0",
"@types/ldap-escape": "^2.0.0",
"@types/ldapjs": "^2.2.4",
"@types/node": "^18.7.23"
"@types/node": "^20.4.5"
},
"files": [
"dist"
Expand Down
2 changes: 1 addition & 1 deletion packages/ldap-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@backstage/cli": "^0.22.0",
"@testing-library/jest-dom": "^5.10.1",
"@types/jest": "^29.0.3",
"@types/node": "^18.7.23",
"@types/node": "^20.4.5",
"cross-fetch": "^3.1.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
13 changes: 10 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4048,7 +4048,7 @@ __metadata:
"@backstage/plugin-auth-backend": ^0.18.1
"@types/ldap-escape": ^2.0.0
"@types/ldapjs": ^2.2.4
"@types/node": ^18.7.23
"@types/node": ^20.4.5
keyv: ^4.3.3
ldap-authentication: ^3.0.3
ldap-escape: ^2.0.6
Expand All @@ -4070,7 +4070,7 @@ __metadata:
"@react-hookz/web": ^23.0.0
"@testing-library/jest-dom": ^5.10.1
"@types/jest": ^29.0.3
"@types/node": ^18.7.23
"@types/node": ^20.4.5
cross-fetch: ^3.1.5
password-validator: ^5.3.0
react: ^18.2.0
Expand Down Expand Up @@ -6639,7 +6639,7 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:*, @types/node@npm:>=12.12.47, @types/node@npm:>=13.7.0, @types/node@npm:^18.11.17, @types/node@npm:^18.7.23":
"@types/node@npm:*, @types/node@npm:>=12.12.47, @types/node@npm:>=13.7.0, @types/node@npm:^18.11.17":
version: 18.16.3
resolution: "@types/node@npm:18.16.3"
checksum: 816b39d45b05ebdc6f362b630970df3f6d82f71d418a2555353522f4eeeb078fa201de5299f02c09a09faa975e43b2745fe19c263d44069f87ddf37d6c37b717
Expand All @@ -6660,6 +6660,13 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:^20.4.5":
version: 20.4.5
resolution: "@types/node@npm:20.4.5"
checksum: 36a0304a8dc346a1b2d2edac4c4633eecf70875793d61a5274d0df052d7a7af7a8e34f29884eac4fbd094c4f0201477dcb39c0ecd3307ca141688806538d1138
languageName: node
linkType: hard

"@types/normalize-package-data@npm:^2.4.0":
version: 2.4.1
resolution: "@types/normalize-package-data@npm:2.4.1"
Expand Down
Loading