Skip to content
This repository was archived by the owner on May 28, 2023. It is now read-only.

Commit 9428ec2

Browse files
Bump @types/node from 18.14.1 to 18.14.2 (#12)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.14.1 to 18.14.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-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3ccffba commit 9428ec2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"devDependencies": {
4747
"@types/express": "^4.17.13",
4848
"@types/http-auth": "^4.1.1",
49-
"@types/node": "^18.14.0",
49+
"@types/node": "^18.14.2",
5050
"@types/react": "^18.0.21",
5151
"@types/react-dom": "^18.0.6"
5252
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -820,10 +820,10 @@
820820
dependencies:
821821
"@types/unist" "*"
822822

823-
"@types/node@*", "@types/node@^18.14.0":
824-
version "18.14.1"
825-
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.14.1.tgz#90dad8476f1e42797c49d6f8b69aaf9f876fc69f"
826-
integrity sha512-QH+37Qds3E0eDlReeboBxfHbX9omAcBCXEzswCu6jySP642jiM3cYSIkU/REqwhCUqXdonHFuBfJDiAJxMNhaQ==
823+
"@types/node@*", "@types/node@^18.14.2":
824+
version "18.14.2"
825+
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.14.2.tgz#c076ed1d7b6095078ad3cf21dfeea951842778b1"
826+
integrity sha512-1uEQxww3DaghA0RxqHx0O0ppVlo43pJhepY51OxuQIKHpjbnYLA7vcdwioNPzIqmC2u3I/dmylcqjlh0e7AyUA==
827827

828828
"@types/parse5@^6.0.0":
829829
version "6.0.3"

0 commit comments

Comments
 (0)