Skip to content

Commit

Permalink
chore(): pin @types/node ^20.11.0 dev (#198)
Browse files Browse the repository at this point in the history
| datasource | package     | from    | to      |
| ---------- | ----------- | ------- | ------- |
| npm        | @types/node | 20.10.8 | 20.11.0 |

Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
minddocbot and renovate-bot authored Jan 12, 2024
1 parent 057b995 commit 3d3c4ae
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions .pnp.cjs

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

Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"devDependencies": {
"@types/jest": "^29.5.11",
"@types/node": "^20.10.8",
"@types/node": "^20.11.0",
"@types/semver": "^7.5.6",
"@typescript-eslint/eslint-plugin": "^6.18.1",
"@typescript-eslint/parser": "^6.18.1",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1567,12 +1567,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:^20.10.8":
version: 20.10.8
resolution: "@types/node@npm:20.10.8"
"@types/node@npm:^20.11.0":
version: 20.11.0
resolution: "@types/node@npm:20.11.0"
dependencies:
undici-types: ~5.26.4
checksum: ce9b7ee545b3605f667be2ea900e38ab58d7b561192a7342443e5d7f61c44fd9d016eac48e95d3011f090ceea65a727e83a31d51fabdd9fc20ff9992edcbc682
checksum: 1bd6890db7e0404d11c33d28f46f19f73256f0ba35d19f0ef2a0faba09f366f188915fb9338eebebcc472075c1c4941e17c7002786aa69afa44980737846b200
languageName: node
linkType: hard

Expand Down Expand Up @@ -5855,7 +5855,7 @@ fsevents@^2.3.2:
"@octokit/plugin-rest-endpoint-methods": ^10.1.5
"@octokit/rest": ^20.0.2
"@types/jest": ^29.5.11
"@types/node": ^20.10.8
"@types/node": ^20.11.0
"@types/semver": ^7.5.6
"@typescript-eslint/eslint-plugin": ^6.18.1
"@typescript-eslint/parser": ^6.18.1
Expand Down

0 comments on commit 3d3c4ae

Please sign in to comment.