Skip to content

Commit 4b38873

Browse files
authored
Merge pull request #936 from haskell/dependabot/npm_and_yarn/types/node-20.5.0
Bump @types/node from 20.4.8 to 20.5.0
2 parents 369580b + 9276b82 commit 4b38873

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -561,7 +561,7 @@
561561
"devDependencies": {
562562
"@types/glob": "^8.1.0",
563563
"@types/mocha": "^10.0.1",
564-
"@types/node": "^20.4.8",
564+
"@types/node": "^20.5.0",
565565
"@types/vscode": "^1.80.0",
566566
"@types/which": "^3.0.0",
567567
"@typescript-eslint/eslint-plugin": "^5.62.0",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -238,10 +238,10 @@
238238
resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-10.0.1.tgz#2f4f65bb08bc368ac39c96da7b2f09140b26851b"
239239
integrity sha512-/fvYntiO1GeICvqbQ3doGDIP97vWmvFt83GKguJ6prmQM2iXZfFcq6YE8KteFyRtX2/h5Hf91BYvPodJKFYv5Q==
240240

241-
"@types/node@*", "@types/node@^20.4.8":
242-
version "20.4.8"
243-
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.4.8.tgz#b5dda19adaa473a9bf0ab5cbd8f30ec7d43f5c85"
244-
integrity sha512-0mHckf6D2DiIAzh8fM8f3HQCvMKDpK94YQ0DSVkfWTG9BZleYIWudw9cJxX8oCk9bM+vAkDyujDV6dmKHbvQpg==
241+
"@types/node@*", "@types/node@^20.5.0":
242+
version "20.5.0"
243+
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.5.0.tgz#7fc8636d5f1aaa3b21e6245e97d56b7f56702313"
244+
integrity sha512-Mgq7eCtoTjT89FqNoTzzXg2XvCi5VMhRV6+I2aYanc6kQCBImeNaAYRs/DyoVqk1YEUJK5gN9VO7HRIdz4Wo3Q==
245245

246246
"@types/semver@^7.3.12":
247247
version "7.5.0"

0 commit comments

Comments
 (0)