Skip to content

Commit 6e05825

Browse files
Bump @types/node from 20.8.6 to 22.0.2
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.8.6 to 22.0.2. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 54ce1a7 commit 6e05825

File tree

2 files changed

+38
-13
lines changed

2 files changed

+38
-13
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@
169169
"@1password/prettier-config": "^1.1.3",
170170
"@types/jest": "^27.4.1",
171171
"@types/json-to-ast": "^2.1.2",
172-
"@types/node": "20.8.6",
172+
"@types/node": "22.0.2",
173173
"@types/uuid": "^9.0.1",
174174
"@types/vscode": "^1.66.0",
175175
"@typescript-eslint/eslint-plugin": "^7.10.0",

yarn.lock

Lines changed: 37 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -974,12 +974,12 @@
974974
resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
975975
integrity sha1-7ihweulOEdK4J7y+UnC86n8+ce4=
976976

977-
"@types/node@*", "@types/node@20.8.6":
978-
version "20.8.6"
979-
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.8.6.tgz#0dbd4ebcc82ad0128df05d0e6f57e05359ee47fa"
980-
integrity sha512-eWO4K2Ji70QzKUqRy6oyJWUeB7+g2cRagT3T/nxYibYcT4y2BDL8lqolRXjTHmkZCdJfIPaY73KbJAZmcryxTQ==
977+
"@types/node@*", "@types/node@22.0.2":
978+
version "22.0.2"
979+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.0.2.tgz#9fb1a2b31970871e8bf696f0e8a40d2e6d2bd04e"
980+
integrity sha512-yPL6DyFwY5PiMVEwymNeqUTKsDczQBJ/5T7W/46RwLU/VH+AA8aT5TZkvBviLKLbbm0hlfftEkGrNzfRk/fofQ==
981981
dependencies:
982-
undici-types "~5.25.1"
982+
undici-types "~6.11.1"
983983

984984
"@types/prettier@^2.1.5":
985985
version "2.6.0"
@@ -4973,7 +4973,16 @@ string-length@^4.0.1:
49734973
char-regex "^1.0.2"
49744974
strip-ansi "^6.0.0"
49754975

4976-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0, string-width@^4.2.0:
4976+
"string-width-cjs@npm:string-width@^4.2.0":
4977+
version "4.2.3"
4978+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
4979+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
4980+
dependencies:
4981+
emoji-regex "^8.0.0"
4982+
is-fullwidth-code-point "^3.0.0"
4983+
strip-ansi "^6.0.1"
4984+
4985+
string-width@^4.1.0, string-width@^4.2.0:
49774986
version "4.2.3"
49784987
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
49794988
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -5062,7 +5071,14 @@ string.prototype.trimstart@^1.0.8:
50625071
define-properties "^1.2.1"
50635072
es-object-atoms "^1.0.0"
50645073

5065-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
5074+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
5075+
version "6.0.1"
5076+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
5077+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
5078+
dependencies:
5079+
ansi-regex "^5.0.1"
5080+
5081+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
50665082
version "6.0.1"
50675083
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
50685084
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -5369,10 +5385,10 @@ unbox-primitive@^1.0.2:
53695385
has-symbols "^1.0.3"
53705386
which-boxed-primitive "^1.0.2"
53715387

5372-
undici-types@~5.25.1:
5373-
version "5.25.3"
5374-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.25.3.tgz#e044115914c85f0bcbb229f346ab739f064998c3"
5375-
integrity sha512-Ga1jfYwRn7+cP9v8auvEXN1rX3sWqlayd4HP7OKk4mZWylEmu3KzXDUGrQUN6Ol7qo1gPvB2e5gX6udnyEPgdA==
5388+
undici-types@~6.11.1:
5389+
version "6.11.1"
5390+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.11.1.tgz#432ea6e8efd54a48569705a699e62d8f4981b197"
5391+
integrity sha512-mIDEX2ek50x0OlRgxryxsenE5XaQD4on5U2inY7RApK3SOJpofyw7uW2AyfMKkhAxXIceo2DeWGVGwyvng1GNQ==
53765392

53775393
universalify@^0.2.0:
53785394
version "0.2.0"
@@ -5535,7 +5551,16 @@ word-wrap@~1.2.3:
55355551
resolved "https://registry.yarnpkg.com/word-wrap/-/word-wrap-1.2.4.tgz#cb4b50ec9aca570abd1f52f33cd45b6c61739a9f"
55365552
integrity sha512-2V81OA4ugVo5pRo46hAoD2ivUJx8jXmWXfUkY4KFNw0hEptvN0QfH3K4nHiwzGeKl5rFKedV48QVoqYavy4YpA==
55375553

5538-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
5554+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
5555+
version "7.0.0"
5556+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
5557+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
5558+
dependencies:
5559+
ansi-styles "^4.0.0"
5560+
string-width "^4.1.0"
5561+
strip-ansi "^6.0.0"
5562+
5563+
wrap-ansi@^7.0.0:
55395564
version "7.0.0"
55405565
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
55415566
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==

0 commit comments

Comments
 (0)