Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit 3684fc3

Browse files
authored
Merge pull request #3464 from ethereum/upgradeDtslintDep
Upgrade devDeps to resolve security warnings
2 parents bd9cf48 + e0a8c1d commit 3684fc3

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+15051
-1796
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -160,3 +160,6 @@ Released with 1.0.0-beta.37 code base.
160160
- Add missing subscription.on('connected') TS type definition (#3319)
161161
- Add missing bignumber.js dependency for TS types (#3386)
162162
- Upgrade swarm-js to 0.1.40 to remove npm vulnerability warning (#3399)
163+
- Upgrade devDeps to resolve security warnings
164+
- dtslint 0.4.2 => 3.4.1
165+
- definitelytyped-header-parser 1.0.1 => 3.9.0

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139
"puppeteer": "^1.20.0",
140140
"sandboxed-module": "^2.0.3",
141141
"surge": "^0.21.3",
142-
"typescript": "next",
142+
"typescript": "^3.8.3",
143143
"underscore": "^1.9.1",
144144
"vinyl-source-stream": "^2.0.0",
145145
"wait-port": "^0.2.6",

0 commit comments

Comments
 (0)