Skip to content
This repository has been archived by the owner on Dec 20, 2022. It is now read-only.

Commit

Permalink
Clean up dependency vulnerabilities and set package version
Browse files Browse the repository at this point in the history
Change-type: patch
Signed-off-by: Ken Bannister <[email protected]>
  • Loading branch information
kb2ma committed Mar 8, 2022
1 parent 4fbd81d commit 73fb657
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 26 deletions.
54 changes: 31 additions & 23 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,8 +1,8 @@
{
"name": "gcp-iot-provision",
"private": false,
"version": "0.0.1",
"description": "Google Cloud function to provision device to IoT Core",
"version": "0.1.0",
"description": "Google Cloud function to provision a balena device to IoT Core",
"main": "index.js",
"type":"module",
"dependencies": {
Expand Down Expand Up @@ -30,5 +30,5 @@
"bugs": {
"url": "https://github.com/balena-io-examples/gcp-iot-provision/issues"
},
"homepage": "https://github.com/balena-io-examples/gcp-iot-provision#readme"
"homepage": "https://github.com/balena-io-examples/gcp-iot-provision"
}

0 comments on commit 73fb657

Please sign in to comment.