Skip to content

Commit

Permalink
Patch: Bump dependencies
Browse files Browse the repository at this point in the history
vHeemstra authored Feb 1, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents abddffb + a7915fe commit 136596d
Showing 3 changed files with 122 additions and 96 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
@@ -48,7 +48,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.
@@ -62,7 +62,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.
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
@@ -75,4 +75,4 @@ jobs:
# ./location_of_script_within_repo/buildscript.sh

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
uses: github/codeql-action/analyze@v3
192 changes: 109 additions & 83 deletions package-lock.json
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -58,20 +58,20 @@
"vinyl": "^3.0.0"
},
"devDependencies": {
"@types/jest": "^29.5.10",
"@types/jest": "^29.5.12",
"@types/vinyl": "^2.0.11",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"babel-plugin-transform-import-meta": "^2.2.1",
"eslint": "^8.55.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jest": "^27.6.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-jest": "^27.6.3",
"eslint-plugin-prettier": "^5.1.3",
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"tsup": "^8.0.1",
"typescript": "^5.3.2",
"utility-types": "^3.10.0"
"typescript": "^5.3.3",
"utility-types": "^3.11.0"
}
}

0 comments on commit 136596d

Please sign in to comment.