Skip to content

Commit

Permalink
v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bugsounet authored Nov 27, 2023
2 parents 6bb6f10 + 8f849ad commit 874aa21
Show file tree
Hide file tree
Showing 3 changed files with 98 additions and 98 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 'Checkout Repository'
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: 'Dependency Review'
uses: actions/dependency-review-action@v3
188 changes: 94 additions & 94 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,7 +1,7 @@
{
"name": "MMM-Pir",
"version": "1.1.0",
"rev": "231028",
"version": "1.1.1",
"rev": "231127",
"description": "Screen manager",
"main": "MMM-Pir.js",
"scripts": {
Expand Down Expand Up @@ -31,7 +31,7 @@
},
"homepage": "https://github.com/bugsounet/MMM-Pir",
"dependencies": {
"esbuild": "^0.19.5",
"esbuild": "^0.19.8",
"glob": "^10.3.10",
"magicmirror-rebuild": "^1.0.9",
"onoff": "^6.0.3"
Expand Down

0 comments on commit 874aa21

Please sign in to comment.