File tree Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -46,12 +46,12 @@ jobs:
46
46
cache : ' yarn'
47
47
48
48
- name : Initialize CodeQL
49
- uses : github/codeql-action/init@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
49
+ uses : github/codeql-action/init@64d10c13136e1c5bce3e5fbde8d4906eeaafc885 # v3.30.6
50
50
with :
51
51
languages : ${{ matrix.language }}
52
52
53
53
- name : Autobuild
54
- uses : github/codeql-action/autobuild@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
54
+ uses : github/codeql-action/autobuild@64d10c13136e1c5bce3e5fbde8d4906eeaafc885 # v3.30.6
55
55
56
56
- name : Perform CodeQL Analysis
57
- uses : github/codeql-action/analyze@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
57
+ uses : github/codeql-action/analyze@64d10c13136e1c5bce3e5fbde8d4906eeaafc885 # v3.30.6
Original file line number Diff line number Diff line change 17
17
- name : ' Checkout Repository'
18
18
uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
19
19
- name : ' Dependency Review'
20
- uses : actions/dependency-review-action@595b5aeba73380359d98a5e087f648dbb0edce1b # v4.7.3
20
+ uses : actions/dependency-review-action@56339e523c0409420f6c2c9a2f4292bbb3c07dd3 # v4.8.0
Original file line number Diff line number Diff line change 49
49
"devDependencies" : {
50
50
"@aptre/common" : " ^0.22.10" ,
51
51
"depcheck" : " ^1.4.7" ,
52
- "happy-dom" : " ^18 .0.0" ,
52
+ "happy-dom" : " ^19 .0.0" ,
53
53
"prettier" : " ^3.5.3" ,
54
54
"rimraf" : " ^6.0.1" ,
55
55
"typescript" : " ^5.8.3" ,
Original file line number Diff line number Diff line change @@ -1588,10 +1588,10 @@ graphemer@^1.4.0:
1588
1588
resolved "https://registry.yarnpkg.com/graphemer/-/graphemer-1.4.0.tgz#fb2f1d55e0e3a1849aeffc90c4fa0dd53a0e66c6"
1589
1589
integrity sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==
1590
1590
1591
- happy-dom@^18 .0.0 :
1592
- version "18 .0.1 "
1593
- resolved "https://registry.yarnpkg.com/happy-dom/-/happy-dom-18 .0.1 .tgz#8f8a2199462842deb675f54e405af55f3b674540 "
1594
- integrity sha512-qn+rKOW7KWpVTtgIUi6RVmTBZJSe2k0Db0vh1f7CWrWclkkc7/Q+FrOfkZIb2eiErLyqu5AXEzE7XthO9JVxRA ==
1591
+ happy-dom@^19 .0.0 :
1592
+ version "19 .0.2 "
1593
+ resolved "https://registry.yarnpkg.com/happy-dom/-/happy-dom-19 .0.2 .tgz#ecb9d48b7fc802c70c59b7ec1148517c125f8b04 "
1594
+ integrity sha512-831CLbgDyjRbd2lApHZFsBDe56onuFcjsCBPodzWpzedTpeDr8CGZjs7iEIdNW1DVwSFRecfwzLpVyGBPamwGA ==
1595
1595
dependencies :
1596
1596
" @types/node" " ^20.0.0"
1597
1597
" @types/whatwg-mimetype" " ^3.0.2"
@@ -2494,9 +2494,9 @@ type-check@^0.4.0, type-check@~0.4.0:
2494
2494
prelude-ls "^1.2.1"
2495
2495
2496
2496
typescript@^5.8.3 :
2497
- version "5.9.2 "
2498
- resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.9.2 .tgz#d93450cddec5154a2d5cabe3b8102b83316fb2a6 "
2499
- integrity sha512-CWBzXQrc/qOkhidw1OzBTQuYRbfyxDXJMVJ1XNwUHGROVmuaeiEm3OslpZ1RV96d7SKKjZKrSJu3+t/xlw3R9A ==
2497
+ version "5.9.3 "
2498
+ resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.9.3 .tgz#5b4f59e15310ab17a216f5d6cf53ee476ede670f "
2499
+ integrity sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw ==
2500
2500
2501
2501
uint8-varint@^2.0.1, uint8-varint@^2.0.2 :
2502
2502
version "2.0.4"
You can’t perform that action at this time.
0 commit comments