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

fix(deps): update dependency @types/node to v18.19.70 #495

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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 formulaire/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@sentry/nextjs": "^7.22.0",
"@sentry/node": "^7.22.0",
"@socialgouv/matomo-next": "^1.6.1",
"@types/node": "18.11.9",
"@types/node": "18.19.70",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.9",
"DatePicker": "^2.0.0",
Expand Down
19 changes: 14 additions & 5 deletions formulaire/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -907,10 +907,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:18.11.9":
version: 18.11.9
resolution: "@types/node@npm:18.11.9"
checksum: cc0aae109e9b7adefc32eecb838d6fad931663bb06484b5e9cbbbf74865c721b03d16fd8d74ad90e31dbe093d956a7c2c306ba5429ba0c00f3f7505103d7a496
"@types/node@npm:18.19.70":
version: 18.19.70
resolution: "@types/node@npm:18.19.70"
dependencies:
undici-types: ~5.26.4
checksum: 6ce382b659a03fb694b8af4bbf3a397c0f8b6448ab4c0f17fc58de8fe649c474146b88c0317ab0ccb50ce9e251464498b0aa43227f1626d4f65bd196cbae6764
languageName: node
linkType: hard

Expand Down Expand Up @@ -1973,7 +1975,7 @@ __metadata:
"@socialgouv/matomo-next": ^1.6.1
"@types/formidable": ^2.0.5
"@types/multer": ^1.4.7
"@types/node": 18.11.9
"@types/node": 18.19.70
"@types/react": 18.0.25
"@types/react-dom": 18.0.9
DatePicker: ^2.0.0
Expand Down Expand Up @@ -5477,6 +5479,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

"unique-filename@npm:^3.0.0":
version: 3.0.0
resolution: "unique-filename@npm:3.0.0"
Expand Down
Loading