Skip to content

Commit 32a9806

Browse files
committed
fix(monorepo): Resolved Prototype Pollution in minimist dependency
For more info please see [the associated Dependabot alert](https://github.com/stormstack/stormstack/security/dependabot/28)
1 parent 9c187fc commit 32a9806

File tree

3 files changed

+15
-10
lines changed

3 files changed

+15
-10
lines changed

.github/workflows/greetings.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@ name: "Greetings"
22

33
on: [pull_request_target, issues]
44

5+
env:
6+
CI: true
7+
NX_DAEMON: false
8+
NX_VERBOSE_LOGGING: true
9+
GITHUB_ACTOR: "🤖 Storm Bot"
10+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
11+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
12+
513
jobs:
614
greeting:
715
runs-on: ubuntu-latest
@@ -12,5 +20,5 @@ jobs:
1220
- uses: actions/first-interaction@v1
1321
with:
1422
repo-token: ${{ secrets.GITHUB_TOKEN }}
15-
issue-message: "Thank you for your interest in this project! We will review this issue and reach out to you ASAP.' first issue"
23+
issue-message: "Thank you for your interest in this project! We will review this issue and reach out to you ASAP"
1624
pr-message: "We sincerely appreciate your effort/interest in contributing to this project. We will review this change and get back to you ASAP. Please feel free to reach out to the DEV team if you have any questions/comments."

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,8 @@
9494
},
9595
"prettier": "./dist/tools/devops/config/prettier/index.js",
9696
"resolutions": {
97-
"graphql": "^16.8.0"
97+
"graphql": "^16.8.0",
98+
"minimist": "^1.2.6"
9899
},
99100
"dependencies": {
100101
"@cloudflare/workers-types": "^4.20230904.0",

pnpm-lock.yaml

Lines changed: 4 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)