Skip to content

Commit

Permalink
Security/update bl dependency (#4)
Browse files Browse the repository at this point in the history
* Update bl library >=1.2.3

* Bump Revision
  • Loading branch information
tomhollingworth authored Nov 9, 2020
1 parent d1ba667 commit acccee4
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 11 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,10 @@ For any issue, there are fundamentally three ways an individual can contribute:

## Change log

- 1.0.3 Security Update
- Update bl library >=1.2.3
- Bump Revision

- 1.0.2 Add tar build output
- Remove unused libraries
- Fix npm audit
Expand All @@ -235,6 +239,6 @@ For any issue, there are fundamentally three ways an individual can contribute:
- 1.0.1 Update Documentation
- Remove unused grunt config
- Fix shell outputs and subtitle
- Expose simmulator port
- Expose simulator port

- 1.0.0 Initial Public Release
44 changes: 38 additions & 6 deletions package-lock.json

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

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "libre-material-crud-table-panel",
"version": "1.0.2",
"version": "1.0.3",
"description": "Libre Grafana panel for Create, Read, Update and Delete of Materials",
"homepage": "https://github.com/Spruik/Libre-Material-CRUD-Table-Panel",
"repository": {
Expand Down Expand Up @@ -28,14 +28,15 @@
},
"devDependencies": {
"babel-preset-es2015": "^6.5.0",
"grunt": "^1.2.1",
"bl": ">=1.2.3",
"grunt-babel": "~6.0.0",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-compress": "^1.6.0",
"grunt-contrib-copy": "~0.8.2",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-string-replace": "^1.3.1",
"grunt": "^1.2.1",
"load-grunt-tasks": "^5.1.0",
"standard": "^14.3.4"
}
Expand Down
4 changes: 2 additions & 2 deletions plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
{"name": "Panel Metrics", "url":"public/plugins/libre-material-crud-table-panel/docs/libre-material-crud-table-panel-metrics.png"},
{"name": "Material Search", "url":"public/plugins/libre-material-crud-table-panel/docs/libre-material-crud-table-panel-search.png"}
],
"version": "1.0.2",
"updated": "2020-08-06"
"version": "1.0.3",
"updated": "2020-11-09"
},
"dependencies": {
"grafanaVersion": "6.x.x",
Expand Down

0 comments on commit acccee4

Please sign in to comment.