Skip to content

Commit

Permalink
chore: bump dependencies to patch vulnerability (#85)
Browse files Browse the repository at this point in the history
* chore: add resolutions for node-fetch and json-schema

* docs: update changelog

* Add Resolutions for Node-Fetch and JSON-Schema (#65)

* chore: add resolutions for node-fetch and json-schema

* docs: update changelog

Co-authored-by: Eric Jacobson <[email protected]>

* chore: bump dependencies

* chore: update changelog

Co-authored-by: Eric Jacobson <[email protected]>
  • Loading branch information
erj826 and Eric Jacobson authored Oct 11, 2022
1 parent edf92e8 commit 8c16328
Show file tree
Hide file tree
Showing 3 changed files with 1,820 additions and 1,089 deletions.
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

0 comments on commit 8c16328

Please sign in to comment.