Skip to content

Commit

Permalink
chore(deps): update dependency @types/node to v20.14.7 (#16312)
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jun 20, 2024
1 parent f79b20a commit fe46aea
Show file tree
Hide file tree
Showing 9 changed files with 337 additions and 352 deletions.
2 changes: 1 addition & 1 deletion boundaries/link/mobile/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.5.1",
"@types/jest": "^29.5.12",
"@types/node": "^20.14.6",
"@types/node": "^20.14.7",
"@types/react": "~18.3.3",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
Expand Down
335 changes: 160 additions & 175 deletions boundaries/link/mobile/pnpm-lock.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion boundaries/link/proxy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@prisma/client": "5.15.1",
"@types/body-parser": "1.19.5",
"@types/google-protobuf": "3.15.12",
"@types/node": "20.14.6",
"@types/node": "20.14.7",
"prisma": "5.15.1",
"typescript": "^5.5.2"
}
Expand Down
42 changes: 21 additions & 21 deletions boundaries/link/proxy/pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion boundaries/platform/backstage/packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"@testing-library/jest-dom": "^6.4.6",
"@testing-library/react": "^16.0.0",
"@testing-library/user-event": "^14.5.2",
"@types/node": "^20.14.6",
"@types/node": "^20.14.7",
"@types/react-dom": "^18.3.0",
"cross-env": "^7.0.3",
"cypress": "^13.12.0",
Expand Down
10 changes: 5 additions & 5 deletions boundaries/platform/backstage/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14226,12 +14226,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:^20.14.6":
version: 20.14.6
resolution: "@types/node@npm:20.14.6"
"@types/node@npm:^20.14.7":
version: 20.14.7
resolution: "@types/node@npm:20.14.7"
dependencies:
undici-types: "npm:~5.26.4"
checksum: 10c0/22640f0eb2a955872e4529a93be1b719f67b527b80fdab51419756d20e21b5ce0f4ccbee9a3e2ff20e5def647f77baf77b4b0434ff8896791c102165ec0c3e48
checksum: 10c0/6211ffe86f769a58617e3bdca58610256021ef54bd99d2c442ee6109196cd6ee8e0bcd1cfac0e39bf4bb353f8900fa5fae540485a03816bd91ad1f86a0e18512
languageName: node
linkType: hard

Expand Down Expand Up @@ -15588,7 +15588,7 @@ __metadata:
"@testing-library/jest-dom": "npm:^6.4.6"
"@testing-library/react": "npm:^16.0.0"
"@testing-library/user-event": "npm:^14.5.2"
"@types/node": "npm:^20.14.6"
"@types/node": "npm:^20.14.7"
"@types/react-dom": "npm:^18.3.0"
"@veecode-platform/backstage-plugin-gitlab-pipelines": "npm:^0.4.6"
cross-env: "npm:^7.0.3"
Expand Down
2 changes: 1 addition & 1 deletion boundaries/ui-monorepo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@swc/core": "^1.6.3",
"@types/cookie-parser": "^1.4.7",
"@types/estree": "^1.0.5",
"@types/node": "^20.14.6",
"@types/node": "^20.14.7",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react-is": "^18.3.0",
Expand Down
2 changes: 1 addition & 1 deletion boundaries/ui-monorepo/packages/landing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"devDependencies": {
"@mdx-js/loader": "3.0.1",
"@types/node": "^20.14.6",
"@types/node": "^20.14.7",
"cypress": "^13.12.0",
"eslint": "^9.5.0",
"eslint-config-prettier": "^9.1.0",
Expand Down
Loading

0 comments on commit fe46aea

Please sign in to comment.