Skip to content

Commit 7a14b68

Browse files
Dependency updates (#444)
* yaml 2.8.1 Signed-off-by: Jens Reinecke <[email protected]> * Bump @types/node-fetch from 2.6.12 to 2.6.13 Bumps [@types/node-fetch](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node-fetch) from 2.6.12 to 2.6.13. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node-fetch) --- updated-dependencies: - dependency-name: "@types/node-fetch" dependency-version: 2.6.13 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * @typescript-eslint/eslint-plugin 8.39.0 Signed-off-by: Jens Reinecke <[email protected]> * @typescript-eslint/parser 8.39.0 Signed-off-by: Jens Reinecke <[email protected]> * eslint 9.32.0 Signed-off-by: Jens Reinecke <[email protected]> * jest 30.0.5 Signed-off-by: Jens Reinecke <[email protected]> * ts-jest 29.4.1 Signed-off-by: Jens Reinecke <[email protected]> * typescript-eslint 8.39.0 webpack 5.101.0 Signed-off-by: Jens Reinecke <[email protected]> * Bump github/codeql-action from 3.29.2 to 3.29.5 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.29.2 to 3.29.5. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@181d5ee...51f7732) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 3.29.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> --------- Signed-off-by: Jens Reinecke <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5a033ad commit 7a14b68

File tree

4 files changed

+547
-390
lines changed

4 files changed

+547
-390
lines changed

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,16 +41,16 @@ jobs:
4141

4242
- name: Initialize CodeQL
4343
id: initialize
44-
uses: github/codeql-action/init@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
44+
uses: github/codeql-action/init@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5
4545
with:
4646
queries: security-extended
4747
languages: TypeScript
4848
source-root: src
4949

5050
- name: Autobuild
5151
id: autobuild
52-
uses: github/codeql-action/autobuild@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
52+
uses: github/codeql-action/autobuild@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5
5353

5454
- name: Perform CodeQL Analysis
5555
id: analyze
56-
uses: github/codeql-action/analyze@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
56+
uses: github/codeql-action/analyze@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,6 @@ jobs:
7777
# Upload the results to GitHub's code scanning dashboard (optional).
7878
# Commenting out will disable the upload of results to your repo's Code Scanning dashboard
7979
- name: "Upload to code-scanning"
80-
uses: github/codeql-action/upload-sarif@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
80+
uses: github/codeql-action/upload-sarif@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5
8181
with:
8282
sarif_file: results.sarif

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -106,31 +106,31 @@
106106
"baseContentUrl": "https://github.com/Open-CMSIS-Pack/vscode-cmsis-debugger/blob/main/README.md"
107107
},
108108
"dependencies": {
109-
"yaml": "^2.8.0"
109+
"yaml": "^2.8.1"
110110
},
111111
"devDependencies": {
112112
"@open-cmsis-pack/vsce-helper": "^0.1.1",
113113
"@types/fs-extra": "^11.0.4",
114114
"@types/jest": "^30.0.0",
115115
"@types/minimist": "^1.2.5",
116116
"@types/node": "^20.19.9",
117-
"@types/node-fetch": "^2.6.12",
117+
"@types/node-fetch": "^2.6.13",
118118
"@types/vscode": "^1.63.0",
119119
"@types/yargs": "^17.0.33",
120120
"@types/yarnpkg__lockfile": "^1.1.9",
121-
"@typescript-eslint/eslint-plugin": "^8.37.0",
122-
"@typescript-eslint/parser": "^8.37.0",
121+
"@typescript-eslint/eslint-plugin": "^8.39.0",
122+
"@typescript-eslint/parser": "^8.39.0",
123123
"@vscode/vsce": "^3.6.0",
124124
"@yarnpkg/lockfile": "^1.1.0",
125-
"eslint": "^9.31.0",
125+
"eslint": "^9.32.0",
126126
"eslint-plugin-security": "^3.0.1",
127127
"extract-zip": "^2.0.1",
128128
"fast-extract": "^1.7.2",
129129
"file-type": "^21.0.0",
130130
"fs-extra": "^11.3.0",
131131
"glob": "^11.0.3",
132132
"globby": "^14.1.0",
133-
"jest": "^30.0.4",
133+
"jest": "^30.0.5",
134134
"jest-html-reporter": "^4.3.0",
135135
"lzma-native": "8.0.6",
136136
"markdown-link-check": "^3.13.7",
@@ -140,15 +140,15 @@
140140
"octokit": "^5.0.3",
141141
"tempfile": "^5.0.0",
142142
"ts-command-line-args": "^2.5.1",
143-
"ts-jest": "29.4.0",
143+
"ts-jest": "29.4.1",
144144
"ts-loader": "^9.5.2",
145145
"ts-node": "^10.9.2",
146146
"tsx": "^4.20.3",
147147
"type-fest": "^4.41.0",
148148
"typescript": "^5.8.3",
149-
"typescript-eslint": "8.37.0",
149+
"typescript-eslint": "8.39.0",
150150
"vscode-uri": "^3.1.0",
151-
"webpack": "^5.100.2",
151+
"webpack": "^5.101.0",
152152
"webpack-cli": "^6.0.1",
153153
"yargs": "^18.0.0"
154154
},

0 commit comments

Comments
 (0)