Skip to content

Commit d6001db

Browse files
committed
chore(deps): update lockfile to fix audit; pin @types/express due to incompatibility; return --no-lockfile
1 parent 7c816d6 commit d6001db

3 files changed

Lines changed: 1196 additions & 1376 deletions

File tree

.github/workflows/runTestsOnPush.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
# run: yarn set resolution typescript ${{ matrix.typescript-version }}
3636

3737
- name: Install
38-
run: yarn install --ignore-scripts
38+
run: yarn install --ignore-scripts --no-lockfile
3939

4040
- name: Output ts version
4141
run: yarn tsc --version

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@
5656
"typedoc": "^0.26.7"
5757
},
5858
"resolutions": {
59-
"typescript": "^6.0.0"
59+
"typescript": "^6.0.0",
60+
"@types/express": "4.17.21"
6061
},
6162
"repository": {
6263
"type": "git",

0 commit comments

Comments
 (0)