Skip to content

Commit

Permalink
Merge pull request #15 from nightscout/master
Browse files Browse the repository at this point in the history
Update master from remote
  • Loading branch information
kimberscott committed Jul 24, 2023
2 parents cd6a2ae + a09e586 commit 8114231
Show file tree
Hide file tree
Showing 4 changed files with 65 additions and 28 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
branches: [ dev ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ master ]
branches: [ dev ]
schedule:
- cron: '43 23 * * 3'

Expand Down
2 changes: 1 addition & 1 deletion lib/api3/generic/update/validate.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ function validate (opCtx, doc, storageDoc, options) {
return opTools.validateCommon(doc, res, { isPatching });
}

module.exports = validate;
module.exports = validate;
87 changes: 62 additions & 25 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
"jquery.tooltips": "^1.0.0",
"js-storage": "^1.1.0",
"jsdom": "^11.11.0",
"jsonwebtoken": "^8.5.1",
"jsonwebtoken": "^9.0.0",
"lodash": "^4.17.20",
"memory-cache": "^0.2.0",
"mime": "^2.4.6",
Expand Down

0 comments on commit 8114231

Please sign in to comment.