Skip to content

Commit

Permalink
fix(monorepo): Resolved Prototype Pollution in minimist dependency
Browse files Browse the repository at this point in the history
For more info please see [the associated Dependabot
alert](https://github.com/stormstack/stormstack/security/dependabot/28)
  • Loading branch information
sullivanpj committed Sep 29, 2023
1 parent 9c187fc commit 32a9806
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 10 deletions.
10 changes: 9 additions & 1 deletion .github/workflows/greetings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@ name: "Greetings"

on: [pull_request_target, issues]

env:
CI: true
NX_DAEMON: false
NX_VERBOSE_LOGGING: true
GITHUB_ACTOR: "🤖 Storm Bot"
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

jobs:
greeting:
runs-on: ubuntu-latest
Expand All @@ -12,5 +20,5 @@ jobs:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: "Thank you for your interest in this project! We will review this issue and reach out to you ASAP.' first issue"
issue-message: "Thank you for your interest in this project! We will review this issue and reach out to you ASAP"
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."
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,8 @@
},
"prettier": "./dist/tools/devops/config/prettier/index.js",
"resolutions": {
"graphql": "^16.8.0"
"graphql": "^16.8.0",
"minimist": "^1.2.6"
},
"dependencies": {
"@cloudflare/workers-types": "^4.20230904.0",
Expand Down
12 changes: 4 additions & 8 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 32a9806

Please sign in to comment.