Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Commit

Permalink
fix(deps): update dependency @types/node to v20
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 30, 2024
1 parent b78ea27 commit 50f5693
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"dependencies": {
"@codegouvfr/react-dsfr": "0.43.3",
"@socialgouv/matomo-next": "1.6.1",
"@types/node": "18.14.6",
"@types/node": "20.12.2",
"@types/react": "18.0.38",
"@types/react-dom": "18.0.11",
"eslint": "8.35.0",
Expand Down
19 changes: 14 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -257,10 +257,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:18.14.6":
version: 18.14.6
resolution: "@types/node@npm:18.14.6"
checksum: 2f88f482cabadc6dbddd627a1674239e68c3c9beab56eb4ae2309fb96fd17fc3a509d99b0309bafe13b58529574f49ecf3a583f2ebe2896dd32fe4be436dc96e
"@types/node@npm:20.12.2":
version: 20.12.2
resolution: "@types/node@npm:20.12.2"
dependencies:
undici-types: ~5.26.4
checksum: 3242ab04fe69ae32a2da29a7a2fce41fccb370bc1189de43d2dfbb491bd3253d3ee2070cbb5613061148e4862fdaa9cf62722c43128ce5c7d33fe83750956613
languageName: node
linkType: hard

Expand Down Expand Up @@ -532,7 +534,7 @@ __metadata:
dependencies:
"@codegouvfr/react-dsfr": 0.43.3
"@socialgouv/matomo-next": 1.6.1
"@types/node": 18.14.6
"@types/node": 20.12.2
"@types/react": 18.0.38
"@types/react-dom": 18.0.11
eslint: 8.35.0
Expand Down Expand Up @@ -2789,6 +2791,13 @@ __metadata:
languageName: node
linkType: hard

"undici-types@npm:~5.26.4":
version: 5.26.5
resolution: "undici-types@npm:5.26.5"
checksum: 3192ef6f3fd5df652f2dc1cd782b49d6ff14dc98e5dced492aa8a8c65425227da5da6aafe22523c67f035a272c599bb89cfe803c1db6311e44bed3042fc25487
languageName: node
linkType: hard

"uri-js@npm:^4.2.2":
version: 4.4.1
resolution: "uri-js@npm:4.4.1"
Expand Down

0 comments on commit 50f5693

Please sign in to comment.