Skip to content

Commit

Permalink
chore(deps): update dependencies (non-major)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 20, 2024
1 parent 9202a96 commit 18af43b
Show file tree
Hide file tree
Showing 3 changed files with 82 additions and 83 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ jobs:

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/[email protected].6
uses: github/codeql-action/[email protected].8
# Override language selection by uncommenting this and choosing your languages
# with:
# languages: go, javascript, csharp, python, cpp, java

# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually (see below)
- name: Autobuild
uses: github/codeql-action/[email protected].6
uses: github/codeql-action/[email protected].8

# ℹ️ Command-line programs to run using the OS shell.
# 📚 https://git.io/JvXDl
Expand All @@ -53,4 +53,4 @@ jobs:
# make release

- name: Perform CodeQL Analysis
uses: github/codeql-action/[email protected].6
uses: github/codeql-action/[email protected].8
151 changes: 75 additions & 76 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,18 @@
"dependencies": {
"body-parser": "1.20.3",
"express": "4.21.0",
"mongoose": "8.6.2",
"mongoose": "8.6.3",
"morgan": "1.10.0"
},
"devDependencies": {
"chai": "5.1.1",
"chai-http": "5.0.0",
"coveralls": "3.1.1",
"eslint": "9.10.0",
"eslint": "9.11.0",
"minimist": "1.2.8",
"mocha": "10.7.3",
"nyc": "17.0.0",
"standard": "17.1.1"
"nyc": "17.1.0",
"standard": "17.1.2"
},
"standard": {
"env": [
Expand Down

0 comments on commit 18af43b

Please sign in to comment.