Skip to content

Commit d6081c1

Browse files
committed
chore(deps): ambient types
1 parent 20eb534 commit d6081c1

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
"@types/aws-lambda": "8.10.65",
2323
"@types/aws-sdk": "2.7.0",
2424
"@types/chai": "4.1.7",
25-
"@types/mocha": "5.2.7",
26-
"@types/node": "9.6.61",
25+
"@types/mocha": "8.2.2",
26+
"@types/node": "14.17.0",
2727
"chai": "4.3.1",
2828
"husky": "1.2.1",
2929
"mocha": "6.1.3",

yarn.lock

+10-5
Original file line numberDiff line numberDiff line change
@@ -1651,7 +1651,12 @@
16511651
resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.1.tgz#283f669ff76d7b8260df8ab7a4262cc83d988256"
16521652
integrity sha512-fZQQafSREFyuZcdWFAExYjBiCL7AUCdgsk80iO0q4yihYYdcIiH28CcuPTGFgLOCC8RlW49GSQxdHwZP+I7CNg==
16531653

1654-
"@types/[email protected]", "@types/mocha@^5.2.0":
1654+
1655+
version "8.2.2"
1656+
resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-8.2.2.tgz#91daa226eb8c2ff261e6a8cbf8c7304641e095e0"
1657+
integrity sha512-Lwh0lzzqT5Pqh6z61P3c3P5nm6fzQK/MMHl9UKeneAeInVflBSz1O2EkX6gM6xfJd7FBXBY5purtLx7fUiZ7Hw==
1658+
1659+
"@types/mocha@^5.2.0":
16551660
version "5.2.7"
16561661
resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-5.2.7.tgz#315d570ccb56c53452ff8638738df60726d5b6ea"
16571662
integrity sha512-NYrtPht0wGzhwe9+/idPaBB+TqkY9AhTvOLMkThm0IoEfLaiVQZwBwyJ5puCkO3AUCWrmcoePjp2mbFocKy4SQ==
@@ -1661,10 +1666,10 @@
16611666
resolved "https://registry.yarnpkg.com/@types/node/-/node-15.3.0.tgz#d6fed7d6bc6854306da3dea1af9f874b00783e26"
16621667
integrity sha512-8/bnjSZD86ZfpBsDlCIkNXIvm+h6wi9g7IqL+kmFkQ+Wvu3JrasgLElfiPgoo8V8vVfnEi0QVS12gbl94h9YsQ==
16631668

1664-
"@types/node@9.6.61":
1665-
version "9.6.61"
1666-
resolved "https://registry.yarnpkg.com/@types/node/-/node-9.6.61.tgz#29f124eddd41c4c74281bd0b455d689109fc2a2d"
1667-
integrity sha512-/aKAdg5c8n468cYLy2eQrcR5k6chlbNwZNGUj3TboyPa2hcO2QAJcfymlqPzMiRj8B6nYKXjzQz36minFE0RwQ==
1669+
"@types/node@14.17.0":
1670+
version "14.17.0"
1671+
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.17.0.tgz#3ba770047723b3eeb8dc9fca02cce8a7fb6378da"
1672+
integrity sha512-w8VZUN/f7SSbvVReb9SWp6cJFevxb4/nkG65yLAya//98WgocKm5PLDAtSs5CtJJJM+kHmJjO/6mmYW4MHShZA==
16681673

16691674
"@types/normalize-package-data@^2.4.0":
16701675
version "2.4.0"

0 commit comments

Comments
 (0)