Skip to content

Commit eb19e25

Browse files
Updated a few dependencies to patch the security vulnerabilities that 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 <[email protected]>
1 parent 49f9bd7 commit eb19e25

File tree

3 files changed

+1621
-1637
lines changed

3 files changed

+1621
-1637
lines changed

.changeset/wicked-apes-watch.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@changesets/action": patch
3+
---
4+
5+
Updated a few dependencies to patch the security vulnerabilities that were reported for their older versions.

package.json

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,17 @@
1010
"@vercel/ncc": "^0.36.1",
1111
"fixturez": "^1.1.0",
1212
"prettier": "^2.0.5",
13-
"typescript": "^5.0.4"
13+
"typescript": "^5.0.4",
14+
"@babel/core": "^7.13.10",
15+
"@babel/preset-env": "^7.13.10",
16+
"@babel/preset-typescript": "^7.13.0",
17+
"@types/fs-extra": "^8.0.0",
18+
"@types/jest": "^29.5.1",
19+
"@types/node": "^12.7.1",
20+
"@types/semver": "^6.0.2",
21+
"babel-jest": "^29.5.0",
22+
"husky": "^3.0.3",
23+
"jest": "^29.5.0"
1424
},
1525
"scripts": {
1626
"build": "ncc build src/index.ts -o dist --transpile-only --minify",
@@ -27,21 +37,11 @@
2737
"@actions/core": "^1.10.0",
2838
"@actions/exec": "^1.1.1",
2939
"@actions/github": "^5.1.1",
30-
"@babel/core": "^7.13.10",
31-
"@babel/preset-env": "^7.13.10",
32-
"@babel/preset-typescript": "^7.13.0",
3340
"@changesets/pre": "^1.0.9",
3441
"@changesets/read": "^0.5.3",
3542
"@manypkg/get-packages": "^1.1.3",
3643
"@octokit/plugin-throttling": "^5.2.1",
37-
"@types/fs-extra": "^8.0.0",
38-
"@types/jest": "^29.5.1",
39-
"@types/node": "^12.7.1",
40-
"@types/semver": "^6.0.2",
41-
"babel-jest": "^29.5.0",
4244
"fs-extra": "^8.1.0",
43-
"husky": "^3.0.3",
44-
"jest": "^29.5.0",
4545
"mdast-util-to-string": "^1.0.6",
4646
"remark-parse": "^7.0.1",
4747
"remark-stringify": "^7.0.3",
@@ -54,6 +54,8 @@
5454
},
5555
"prettier": {},
5656
"resolutions": {
57-
"**/@octokit/core": "4.2.0"
57+
"**/@octokit/core": "4.2.0",
58+
"trim": "^0.0.3",
59+
"y18n": "^4.0.1"
5860
}
5961
}

0 commit comments

Comments
 (0)