Skip to content

Commit 3d05555

Browse files
chore(deps): update all dependencies
1 parent e3799ab commit 3d05555

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

.github/workflows/codeql-analysis.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@ jobs:
4444
cache: 'yarn'
4545

4646
- name: Initialize CodeQL
47-
uses: github/codeql-action/init@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
47+
uses: github/codeql-action/init@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3.28.17
4848
with:
4949
languages: ${{ matrix.language }}
5050

5151
- name: Autobuild
52-
uses: github/codeql-action/autobuild@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
52+
uses: github/codeql-action/autobuild@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3.28.17
5353

5454
- name: Perform CodeQL Analysis
55-
uses: github/codeql-action/analyze@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
55+
uses: github/codeql-action/analyze@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3.28.17

yarn.lock

+6-1
Original file line numberDiff line numberDiff line change
@@ -175,11 +175,16 @@
175175
minimatch "^3.1.2"
176176
strip-json-comments "^3.1.1"
177177

178-
"@eslint/js@9.25.1", "@eslint/js@^9.25.1":
178+
"@eslint/js@9.25.1":
179179
version "9.25.1"
180180
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.25.1.tgz#25f5c930c2b68b5ebe7ac857f754cbd61ef6d117"
181181
integrity sha512-dEIwmjntEx8u3Uvv+kr3PDeeArL8Hw07H9kyYxCjnM9pBjfEhk6uLXSchxxzgiwtRhhzVzqmUSDFBOi1TuZ7qg==
182182

183+
"@eslint/js@^9.25.1":
184+
version "9.26.0"
185+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.26.0.tgz#1e13126b67a3db15111d2dcc61f69a2acff70bd5"
186+
integrity sha512-I9XlJawFdSMvWjDt6wksMCrgns5ggLNfFwFvnShsleWruvXM514Qxk8V246efTw+eo9JABvVz+u3q2RiAowKxQ==
187+
183188
"@eslint/object-schema@^2.1.6":
184189
version "2.1.6"
185190
resolved "https://registry.yarnpkg.com/@eslint/object-schema/-/object-schema-2.1.6.tgz#58369ab5b5b3ca117880c0f6c0b0f32f6950f24f"

0 commit comments

Comments
 (0)