Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump dependencies to patch vulnerability #85

Merged
merged 13 commits into from
Oct 11, 2022
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

- Minor and patch bumps:
- `@babel/cli` to `^7.19.3`
- `@bable/core` to `^7.19.3`
- `@babel/eslint-parser` to `^7.19.1`
- `@babel/plugin-proposal-object-rest-spread` to `^7.19.4`
- `@babel/preset-env` to `^7.19.4`
- `@commitlint/cli` to `^17.1.2`
- `@commitlint/config-conventional` to `^17.1.0`
- `@typescript-eslint/eslint-plugin` to `^5.40.0`
- `@typescript-eslint/parser` to `^5.40.0`
- `eslint` to `8.25.0`
- `lerna` to `5.6.2`
- `typescript` to `^4.8.4`

## 3.0.0 (August 8, 2022)

- Bump minimum Node version to `14` and bump Lerna to `5.1.8`
Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,30 +45,30 @@
"url": "https://github.com/wayfair/git-parse"
},
"devDependencies": {
"@babel/cli": "^7.18.9",
"@babel/core": "^7.18.9",
"@babel/eslint-parser": "^7.18.9",
"@babel/cli": "^7.19.3",
"@babel/core": "^7.19.3",
"@babel/eslint-parser": "^7.19.1",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-object-rest-spread": "^7.18.9",
"@babel/preset-env": "^7.18.9",
"@babel/plugin-proposal-object-rest-spread": "^7.19.4",
"@babel/preset-env": "^7.19.4",
"@babel/preset-typescript": "^7.18.6",
"@commitlint/cli": "^17.0.3",
"@commitlint/config-conventional": "^17.0.3",
"@commitlint/cli": "^17.1.2",
"@commitlint/config-conventional": "^17.1.0",
"@types/byline": "^4.2.33",
"@types/jest": "^28.1.6",
"@types/util.promisify": "^1.0.4",
"@typescript-eslint/eslint-plugin": "^5.30.7",
"@typescript-eslint/parser": "^5.30.7",
"@typescript-eslint/eslint-plugin": "^5.40.0",
"@typescript-eslint/parser": "^5.40.0",
"babel-eslint": "^10.1.0",
"eslint": "8.20.0",
"eslint": "8.25.0",
"eslint-plugin-flowtype": "8.0.3",
"eslint-plugin-import": "2.26.0",
"husky": "^8.0.1",
"jest": "^28",
"lerna": "5.1.8",
"lerna": "5.6.2",
"pinst": "^3.0.0",
"prettier": "^2.7.1",
"typescript": "^4.7.4"
"typescript": "^4.8.4"
},
"resolutions": {
"minimist": "^1.2.6",
Expand Down
Loading