Skip to content

Commit

Permalink
Patch Update: 1.8.5
Browse files Browse the repository at this point in the history
Upgrade moment from 2.29.3 to 2.29.4
  • Loading branch information
Manhydra committed Aug 2, 2022
1 parent d21b74e commit b3dc2bd
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: node_js
node_js:
- "14.19.2"
- "14.19.3"

before_script:
- npm install -g grunt-cli
Expand Down
6 changes: 5 additions & 1 deletion RELEASENOTES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# blue-button-xml Release Notes

## v1.8.3 - April 15, 2022
## v1.8.5 - May 31, 2022

- Patch update: GHSA-rm36-94g8-835r - Race Condition in Grunt

## v1.8.4 - April 15, 2022

- Patch update: upgraded dev dependencies
- Converted tests and coverages to jest
Expand Down
16 changes: 8 additions & 8 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@amida-tech/blue-button-xml",
"version": "1.8.4",
"version": "1.8.5",
"description": "Blue Button XML Parsing Infrastructure",
"main": "./index.js",
"browser": {
Expand Down Expand Up @@ -38,12 +38,12 @@
],
"license": "Apache-2.0",
"engines": {
"node": ">= 14.19.2"
"node": ">= 14.19.3"
},
"dependencies": {
"libxmljs": "^0.19.10",
"lodash": "^4.17.21",
"moment": "^2.29.3"
"moment": "^2.29.4"
},
"devDependencies": {
"grunt": "^1.5.3",
Expand Down

0 comments on commit b3dc2bd

Please sign in to comment.