Skip to content

Commit

Permalink
Fix vulnerability in jasmine-node and bump to v8.1.2-lv (#3)
Browse files Browse the repository at this point in the history
Update jasmin-node to 3.0.0(vulnerability fixes)
  • Loading branch information
danny-kay-locusview authored Mar 29, 2022
1 parent 1d7235d commit a8df23c
Show file tree
Hide file tree
Showing 2 changed files with 74 additions and 101 deletions.
171 changes: 72 additions & 99 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": "phonegap-plugin-barcodescanner",
"version": "8.1.1-lv",
"version": "8.1.2-lv",
"description": "You can use the BarcodeScanner plugin to scan different types of barcodes (using the device's camera) and get the metadata encoded in them for processing within your application.",
"cordova": {
"id": "phonegap-plugin-barcodescanner",
Expand Down Expand Up @@ -52,7 +52,7 @@
"test": "jasmine-node --color spec"
},
"devDependencies": {
"jasmine-node": "1.14.5",
"jasmine-node": "3.0.0",
"pluginpub": "^0.0.9"
},
"dependencies": {
Expand Down

0 comments on commit a8df23c

Please sign in to comment.