Skip to content

Commit

Permalink
Updated a few dependencies to patch the security vulnerabilities that…
Browse files Browse the repository at this point in the history
… were reported for their older versions (#282)

* fix: patch vulnerabilities

* chore: add changeset

* fix: dependabot reported vulnerabilities

* Cleanup resolutions

* tweak changeset

* Update .changeset/wicked-apes-watch.md

---------

Co-authored-by: Mateusz Burzyński <mateuszburzynski@gmail.com>
  • Loading branch information
mark-omarov and Andarist committed Jun 23, 2023
1 parent 49f9bd7 commit eb19e25
Show file tree
Hide file tree
Showing 3 changed files with 1,621 additions and 1,637 deletions.
5 changes: 5 additions & 0 deletions .changeset/wicked-apes-watch.md
@@ -0,0 +1,5 @@
---
"@changesets/action": patch
---

Updated a few dependencies to patch the security vulnerabilities that were reported for their older versions.
26 changes: 14 additions & 12 deletions package.json
Expand Up @@ -10,7 +10,17 @@
"@vercel/ncc": "^0.36.1",
"fixturez": "^1.1.0",
"prettier": "^2.0.5",
"typescript": "^5.0.4"
"typescript": "^5.0.4",
"@babel/core": "^7.13.10",
"@babel/preset-env": "^7.13.10",
"@babel/preset-typescript": "^7.13.0",
"@types/fs-extra": "^8.0.0",
"@types/jest": "^29.5.1",
"@types/node": "^12.7.1",
"@types/semver": "^6.0.2",
"babel-jest": "^29.5.0",
"husky": "^3.0.3",
"jest": "^29.5.0"
},
"scripts": {
"build": "ncc build src/index.ts -o dist --transpile-only --minify",
Expand All @@ -27,21 +37,11 @@
"@actions/core": "^1.10.0",
"@actions/exec": "^1.1.1",
"@actions/github": "^5.1.1",
"@babel/core": "^7.13.10",
"@babel/preset-env": "^7.13.10",
"@babel/preset-typescript": "^7.13.0",
"@changesets/pre": "^1.0.9",
"@changesets/read": "^0.5.3",
"@manypkg/get-packages": "^1.1.3",
"@octokit/plugin-throttling": "^5.2.1",
"@types/fs-extra": "^8.0.0",
"@types/jest": "^29.5.1",
"@types/node": "^12.7.1",
"@types/semver": "^6.0.2",
"babel-jest": "^29.5.0",
"fs-extra": "^8.1.0",
"husky": "^3.0.3",
"jest": "^29.5.0",
"mdast-util-to-string": "^1.0.6",
"remark-parse": "^7.0.1",
"remark-stringify": "^7.0.3",
Expand All @@ -54,6 +54,8 @@
},
"prettier": {},
"resolutions": {
"**/@octokit/core": "4.2.0"
"**/@octokit/core": "4.2.0",
"trim": "^0.0.3",
"y18n": "^4.0.1"
}
}

0 comments on commit eb19e25

Please sign in to comment.