Skip to content

Commit

Permalink
chore(deps): update all dependencies (#72)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 18, 2023
1 parent 21c91b6 commit 99b9fec
Show file tree
Hide file tree
Showing 3 changed files with 90 additions and 84 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
Expand All @@ -48,7 +48,7 @@ jobs:
# 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/autobuild@v2
uses: github/codeql-action/autobuild@v3

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

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
uses: github/codeql-action/analyze@v3
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@
"consola": "^3.2.3",
"esbuild": "^0.19.9",
"esbuild-postcss": "^0.0.4",
"fastify": "^4.24.3",
"fastify": "^4.25.1",
"handlebars": "^4.7.8",
"mongoose": "^8.0.3",
"node-html-parser": "^6.1.11",
"postcss": "^8.4.32",
"postcss-preset-env": "^9.3.0"
},
"devDependencies": {
"@eejit/eslint-config-typescript": "^3.6.0",
"@eejit/eslint-config-typescript": "^3.7.0",
"@eejit/prettier-config": "^2.1.2",
"@eejit/stylelint-config": "^1.1.2",
"@tsconfig/recommended": "^1.0.3",
Expand All @@ -38,5 +38,5 @@
"tree-kill": "^1.2.2",
"typescript": "^5.3.3"
},
"packageManager": "[email protected].0"
"packageManager": "[email protected].1"
}
Loading

0 comments on commit 99b9fec

Please sign in to comment.