Skip to content

Commit

Permalink
Merge pull request #69 from cortex-lab/dependabot/npm_and_yarn/lodash…
Browse files Browse the repository at this point in the history
…-4.17.21

Bump lodash from 4.17.20 to 4.17.21
  • Loading branch information
k1o0 authored May 11, 2021
2 parents 5726447 + 3b1e5c8 commit b8bb72b
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 8 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
# Changelog

## [Latest](https://github.com/cortex-lab/matlab-ci/commits/master) [3.0.0]
## [Latest](https://github.com/cortex-lab/matlab-ci/commits/master) [3.0.1]

## Modified

- Dependency vulnerability hotfix
- npm name changed to 'lab-ci' to conform with package rules

## [3.0.0]

## Added

- any number of tasks may be added for a job, which are then executed in series
Expand Down
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "LabCI",
"version": "3.0.0",
"name": "lab-ci",
"version": "3.0.1",
"description": "A small set of modules written in Node.js for running automated tests of MATLAB and Python code in response to GitHub events. Also submits code coverage to the Coveralls API.",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit b8bb72b

Please sign in to comment.