Skip to content

Commit

Permalink
fix: upgrade typescript from 4.7.4 to 4.9.5
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade typescript from 4.7.4 to 4.9.5.

See this package in npm:
https://www.npmjs.com/package/typescript

See this project in Snyk:
https://app.snyk.io/org/near-ecosystem/project/8184b60e-7051-4c65-941d-5cd67c95052e?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Dec 22, 2023
1 parent c831766 commit 9e24130
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/near-sdk-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"rollup-plugin-sourcemaps": "^0.6.3",
"signale": "^1.4.0",
"ts-morph": "^16.0.0",
"typescript": "~4.7.2"
"typescript": "~4.9.5"
},
"files": [
"builder",
Expand Down Expand Up @@ -80,6 +80,6 @@
"json5": "^2.2.3",
"npm-run-all": "^4.1.5",
"prettier": "^2.7.1",
"typescript": "^4.7.2"
"typescript": "^4.9.5"
}
}

0 comments on commit 9e24130

Please sign in to comment.