fix: upgrade @types/node from 18.19.41 to 18.19.42 (#342)

Snyk has created this PR to upgrade @types/node from 18.19.41 to 18.19.42.

See this package in npm:
@types/node

See this project in Snyk:
https://app.snyk.io/org/jeremyckahn/project/d52c3b0d-59ff-42e3-89e1-b97ee832bf9a?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
This commit is contained in:
Jeremy Kahn 2024-08-18 13:54:35 -05:00 committed by GitHub
parent 36a297b968
commit 648b992f31
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 8 deletions

15
package-lock.json generated
View File

@ -18,7 +18,7 @@
"@testing-library/jest-dom": "^6.4.7",
"@testing-library/react": "^15.0.7",
"@testing-library/user-event": "^14.5.2",
"@types/node": "^18.19.41",
"@types/node": "^18.19.42",
"@types/react-dom": "^18.3.0",
"buffer": "^6.0.3",
"detectincognitojs": "^1.3.5",
@ -9077,9 +9077,10 @@
"integrity": "sha512-QvlqvYtGBYIDeO8dFdY4djkRubcrc+yTJtBc7n8VZPlJDUS/00A+PssbvERM8f9bYRmcaSEHPZgZojeQj7kzAA=="
},
"node_modules/@types/node": {
"version": "18.19.41",
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.41.tgz",
"integrity": "sha512-LX84pRJ+evD2e2nrgYCHObGWkiQJ1mL+meAgbvnwk/US6vmMY7S2ygBTGV2Jw91s9vUsLSXeDEkUHZIJGLrhsg==",
"version": "18.19.42",
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.42.tgz",
"integrity": "sha512-d2ZFc/3lnK2YCYhos8iaNIYu9Vfhr92nHiyJHRltXWjXUBjEE+A4I58Tdbnw4VhggSW+2j5y5gTrLs4biNnubg==",
"license": "MIT",
"dependencies": {
"undici-types": "~5.26.4"
}
@ -36260,9 +36261,9 @@
"integrity": "sha512-QvlqvYtGBYIDeO8dFdY4djkRubcrc+yTJtBc7n8VZPlJDUS/00A+PssbvERM8f9bYRmcaSEHPZgZojeQj7kzAA=="
},
"@types/node": {
"version": "18.19.41",
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.41.tgz",
"integrity": "sha512-LX84pRJ+evD2e2nrgYCHObGWkiQJ1mL+meAgbvnwk/US6vmMY7S2ygBTGV2Jw91s9vUsLSXeDEkUHZIJGLrhsg==",
"version": "18.19.42",
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.42.tgz",
"integrity": "sha512-d2ZFc/3lnK2YCYhos8iaNIYu9Vfhr92nHiyJHRltXWjXUBjEE+A4I58Tdbnw4VhggSW+2j5y5gTrLs4biNnubg==",
"requires": {
"undici-types": "~5.26.4"
}

View File

@ -15,7 +15,7 @@
"@testing-library/jest-dom": "^6.4.7",
"@testing-library/react": "^15.0.7",
"@testing-library/user-event": "^14.5.2",
"@types/node": "^18.19.41",
"@types/node": "^18.19.42",
"@types/react-dom": "^18.3.0",
"buffer": "^6.0.3",
"detectincognitojs": "^1.3.5",