Skip to content

Commit

Permalink
Merge pull request #28 from darkmavis1980/bugfix/fix-vulnerabilities
Browse files Browse the repository at this point in the history
fix: update dependencies and fix vulnerabilities
  • Loading branch information
darkmavis1980 authored Nov 24, 2024
2 parents 2be4017 + 427c81d commit 3b18fad
Show file tree
Hide file tree
Showing 6 changed files with 1,814 additions and 3,149 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,17 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [ 18, 20 ]
node: [ 18, 20, 22 ]

name: Node ${{ matrix.node }} sample
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
- uses: actions/checkout@v4

# Runs a single command using the runners shell
- name: Run unit tests
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
- run: npm install
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,17 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [ 18, 20 ]
node: [ 18, 20, 22 ]

name: Node ${{ matrix.node }} sample
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
- uses: actions/checkout@v4

# Runs a single command using the runners shell
- name: Run unit tests
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
- run: npm install
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ jobs:
runs-on: ubuntu-latest
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 22
registry-url: 'https://registry.npmjs.org'
- run: npm install
- run: npm publish
Expand Down
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
# Changelog

## [v0.7.0](https://github.com/darkmavis1980/px-converter/compare/v0.6.0...v0.7.0)
## [v0.7.2](https://github.com/darkmavis1980/px-converter/compare/v0.7.1...v0.7.2)

### Commits

- fix: update github actions [`2e681f3`](https://github.com/darkmavis1980/px-converter/commit/2e681f30762464c533d0b4b834a8690135b83fd0)

## [v0.7.1](https://github.com/darkmavis1980/px-converter/compare/v0.7.0...v0.7.1) - 2024-11-24

### Merged

- Feature/remove oclif dependencies [`#27`](https://github.com/darkmavis1980/px-converter/pull/27)

### Commits

- fix: update dependencies and fix vulnerabilities [`f74d54e`](https://github.com/darkmavis1980/px-converter/commit/f74d54e755d475194ffcd1b356bb6bf91a8dc343)

## [v0.7.0](https://github.com/darkmavis1980/px-converter/compare/v0.6.0...v0.7.0) - 2024-01-09

### Merged

Expand Down
Loading

0 comments on commit 3b18fad

Please sign in to comment.