Skip to content

Commit 09b5315

Browse files
authored
tighten security (#213)
1 parent ad73e10 commit 09b5315

7 files changed

Lines changed: 17 additions & 5 deletions

File tree

.github/workflows/cloudflare-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install pnpm
2323
uses: pnpm/action-setup@v4
2424
with:
25-
version: 10.29.3
25+
version: 10.33.0
2626
- name: Use Node.js ${{ matrix.node-version }}
2727
uses: actions/setup-node@v4
2828
with:

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Install pnpm
2020
uses: pnpm/action-setup@v4
2121
with:
22-
version: 10.29.3
22+
version: 10.33.0
2323
- name: Use Node.js ${{ matrix.node-version }}
2424
uses: actions/setup-node@v4
2525
with:

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
nodejs 22.16.0
2-
pnpm 10.29.3
2+
pnpm 10.33.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,5 +71,5 @@
7171
"typescript": "^6.0.2",
7272
"vite": "^8.0.5"
7373
},
74-
"packageManager": "pnpm@10.29.3"
74+
"packageManager": "pnpm@10.33.0"
7575
}

pnpm-workspace.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
blockExoticSubdeps: true
2+
minimumReleaseAge: 4320 # 3 days
3+
minimumReleaseAgeExclude: [
4+
"@gnosispay/*"
5+
]
6+
trustPolicy: "no-downgrade"

pse-backend-demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,5 @@
6262
"skipNodeModulesBundle": true,
6363
"publicDir": "src/static"
6464
},
65-
"packageManager": "pnpm@10.29.3"
65+
"packageManager": "pnpm@10.33.0"
6666
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
blockExoticSubdeps: true
2+
minimumReleaseAge: 4320 # 3 days
3+
minimumReleaseAgeExclude: [
4+
"@gnosispay/*"
5+
]
6+
trustPolicy: "no-downgrade"

0 commit comments

Comments
 (0)