Skip to content
This repository was archived by the owner on May 16, 2024. It is now read-only.

Commit 0ee7c09

Browse files
authored
bump release-it and plugin versions (#389)
* bump release-it and plugin versions * drop CI test workflow for node 14
1 parent 419d184 commit 0ee7c09

File tree

4 files changed

+909
-467
lines changed

4 files changed

+909
-467
lines changed

Diff for: .github/workflows/test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
node: ['14', '16', '18']
17+
node: ['16', '18']
1818
steps:
1919
- name: Checkout
2020
uses: actions/checkout@v2

Diff for: CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Fixed
11+
12+
- vm2 security vulnerability
13+
1014
## [2.4.0] - 2023-10-30
1115

1216
### Updated

Diff for: package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"@babel/preset-typescript": "^7.12.7",
5252
"@nomiclabs/hardhat-ethers": "^2.0.5",
5353
"@openzeppelin/contracts": "^4.6.0",
54-
"@release-it/keep-a-changelog": "^3.0.0",
54+
"@release-it/keep-a-changelog": "^4.0.0",
5555
"@rollup/plugin-babel": "^5.3.1",
5656
"@rollup/plugin-commonjs": "^22.0.0",
5757
"@rollup/plugin-json": "^4.1.0",
@@ -74,7 +74,7 @@
7474
"jest": "^28.1.1",
7575
"lint-staged": "^13.0.3",
7676
"prettier": "2.7.1",
77-
"release-it": "^15.0.0",
77+
"release-it": "^16.1.3",
7878
"rollup": "^2.71.1",
7979
"rollup-plugin-dts": "^4.2.2",
8080
"rollup-plugin-node-externals": "^4.0.0",

0 commit comments

Comments
 (0)