File tree Expand file tree Collapse file tree
spacecat-shared-mac-giver-client
spacecat-shared-project-engine-client
spacecat-shared-user-manager-client Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5656
5757 - name : Upload coverage to Codecov
5858 if : ${{ inputs.upload_coverage == 'true' }}
59- uses : codecov/codecov-action@v6
59+ uses : codecov/codecov-action@v7
6060 with :
6161 token : ${{ inputs.codecov_token }}
Original file line number Diff line number Diff line change 2121 shell : bash
2222
2323 - name : Set up NPM Cache
24- uses : actions/cache@v5
24+ uses : actions/cache@v6
2525 id : npm-cache
2626 with :
2727 path : ${{ steps.npm-cache-dir.outputs.dir }}
Original file line number Diff line number Diff line change 4646 issues : read
4747 steps :
4848 - name : Check out
49- uses : actions/checkout@v6
49+ uses : actions/checkout@v7
5050 with :
5151 persist-credentials : ' false'
5252
@@ -197,7 +197,7 @@ jobs:
197197 NPM_CONFIG_PROVENANCE : ' true'
198198 steps :
199199 - name : Check out
200- uses : actions/checkout@v6
200+ uses : actions/checkout@v7
201201 with :
202202 persist-credentials : ' false'
203203
Original file line number Diff line number Diff line change 3333 ],
3434 "devDependencies" : {
3535 "@adobe/eslint-config-helix" : " 3.0.28" ,
36- "@babel/core" : " 7.29.7 " ,
37- "@babel/eslint-parser" : " 7.29.7 " ,
36+ "@babel/core" : " 8.0.1 " ,
37+ "@babel/eslint-parser" : " 8.0.1 " ,
3838 "@babel/plugin-syntax-import-assertions" : " 7.29.7" ,
3939 "@eslint/config-helpers" : " 0.6.0" ,
4040 "@semantic-release/changelog" : " 6.0.3" ,
Original file line number Diff line number Diff line change 3737 "chai" : " 6.2.2" ,
3838 "chai-as-promised" : " 8.0.2" ,
3939 "nock" : " 14.0.11" ,
40- "sinon" : " 21 .0.3 " ,
40+ "sinon" : " 22 .0.0 " ,
4141 "sinon-chai" : " 4.0.1"
4242 }
4343}
Original file line number Diff line number Diff line change 5555 "c8" : " 11.0.0" ,
5656 "chai" : " 6.2.2" ,
5757 "counterfact" : " 2.14.0" ,
58- "js-yaml" : " 4.2 .0" ,
58+ "js-yaml" : " 5.1 .0" ,
5959 "mocha" : " 11.7.6" ,
6060 "mocha-multi-reporters" : " 1.5.1" ,
6161 "openapi-typescript" : " 7.13.0" ,
Original file line number Diff line number Diff line change 5555 "c8" : " 11.0.0" ,
5656 "chai" : " 6.2.2" ,
5757 "counterfact" : " 2.14.0" ,
58- "js-yaml" : " 4.2 .0" ,
58+ "js-yaml" : " 5.1 .0" ,
5959 "mocha" : " 11.7.6" ,
6060 "mocha-multi-reporters" : " 1.5.1" ,
6161 "openapi-typescript" : " 7.13.0" ,
You can’t perform that action at this time.
0 commit comments