Skip to content

Commit 0e6da01

Browse files
authored
Merge branch 'main' into fix-Remove-obsolete-npm-set-command-in-publish-workflow
2 parents 49c97d4 + 5348eb4 commit 0e6da01

File tree

5 files changed

+376
-364
lines changed

5 files changed

+376
-364
lines changed

.github/workflows/00-scan-secrets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
# https://github.com/marketplace/actions/trufflehog-oss#advanced-usage-scan-entire-branch
1717
- name: 🐷 TruffleHog OSS
18-
uses: trufflesecurity/[email protected].8
18+
uses: trufflesecurity/[email protected].12
1919
if: ${{ github.event.pull_request != null }} # only scan on pull-requests
2020
with:
2121
# Setting base to an empty string scans the entire branch, per TruffleHog OSS advanced usage:

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22
1+
24

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@inquirer/prompts": "^7.2.2",
3737
"commander": "^14.0.0",
3838
"cosmiconfig": "^9.0.0",
39-
"esbuild": "0.25.10",
39+
"esbuild": "0.25.11",
4040
"glob": "^11.0.0",
4141
"oslllo-svg-fixer": "^5.0.0",
4242
"prettier": "^3.0.3",
@@ -71,5 +71,5 @@
7171
"registry": "https://registry.npmjs.org/",
7272
"access": "public"
7373
},
74-
"packageManager": "pnpm@10.14.0"
74+
"packageManager": "pnpm@10.20.0"
7575
}

0 commit comments

Comments
 (0)