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

Commit 7302b8d

Browse files
chore(dev-deps): bump @types/node from 14.18.35 to 14.18.36
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.18.35 to 14.18.36. - [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>
1 parent e58bc75 commit 7302b8d

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
@@ -17,7 +17,7 @@
1717
"@types/indent-string": "^4.0.1",
1818
"@types/lodash": "^4.14.181",
1919
"@types/mocha": "^8.2.3",
20-
"@types/node": "^14.18.35",
20+
"@types/node": "^14.18.36",
2121
"@types/proxyquire": "^1.3.28",
2222
"@types/wrap-ansi": "^3.0.0",
2323
"chai": "^4.3.7",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -134,10 +134,10 @@
134134
dependencies:
135135
"@types/node" "*"
136136

137-
"@types/node@*", "@types/node@^14.18.35":
138-
version "14.18.35"
139-
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.18.35.tgz#879c4659cb7b3fe515844f029c75079c941bb65c"
140-
integrity sha512-2ATO8pfhG1kDvw4Lc4C0GXIMSQFFJBCo/R1fSgTwmUlq5oy95LXyjDQinsRVgQY6gp6ghh3H91wk9ES5/5C+Tw==
137+
"@types/node@*", "@types/node@^14.18.36":
138+
version "14.18.36"
139+
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.18.36.tgz#c414052cb9d43fab67d679d5f3c641be911f5835"
140+
integrity sha512-FXKWbsJ6a1hIrRxv+FoukuHnGTgEzKYGi7kilfMae96AL9UNkPFNWJEEYWzdRI9ooIkbr4AKldyuSTLql06vLQ==
141141

142142
"@types/normalize-package-data@^2.4.0":
143143
version "2.4.0"

0 commit comments

Comments
 (0)