Skip to content

Commit

Permalink
Merge pull request #5531 from snyk/CLI-537-fix-pipeline-cli
Browse files Browse the repository at this point in the history
fix: update snyk-nodejs-plugin to fix micromatch vuln
  • Loading branch information
sandor-trombitas authored Oct 17, 2024
2 parents ec5721b + b5c89f6 commit ad2b75f
Show file tree
Hide file tree
Showing 3 changed files with 132 additions and 148 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ commands:
- restore_cache:
name: Restoring Chocolatey cache
keys:
- chocolatey-cache-v3-{{ arch }}-{{ checksum ".circleci/chocolatey.config" }}
- chocolatey-cache-v4-{{ arch }}-{{ checksum ".circleci/chocolatey.config" }}
- run:
name: Install Windows dependencies
shell: bash.exe
Expand All @@ -197,7 +197,7 @@ commands:
choco install nodejs --version=$(head .nvmrc) --no-progress -y
- save_cache:
name: Saving Chocolatey cache
key: chocolatey-cache-v3-{{ arch }}-{{ checksum ".circleci/chocolatey.config" }}
key: chocolatey-cache-v4-{{ arch }}-{{ checksum ".circleci/chocolatey.config" }}
paths:
- ~\AppData\Local\Temp\chocolatey
- install-deps-python:
Expand Down Expand Up @@ -254,15 +254,15 @@ commands:
- restore_cache:
name: Restoring Chocolatey cache
keys:
- chocolatey-cache-v3-{{ arch }}-{{ checksum ".circleci/chocolatey.config" }}
- chocolatey-cache-v4-{{ arch }}-{{ checksum ".circleci/chocolatey.config" }}
- run:
name: Install Windows dependencies
shell: bash.exe
command: |
choco install make --no-progress -y
- save_cache:
name: Saving Chocolatey cache
key: chocolatey-cache-v3-{{ arch }}-{{ checksum ".circleci/chocolatey.config" }}
key: chocolatey-cache-v4-{{ arch }}-{{ checksum ".circleci/chocolatey.config" }}
paths:
- ~\AppData\Local\Temp\chocolatey
- install-deps-python:
Expand Down
270 changes: 127 additions & 143 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
"snyk-module": "3.1.0",
"snyk-mvn-plugin": "3.6.0",
"snyk-nodejs-lockfile-parser": "1.58.10",
"snyk-nodejs-plugin": "1.3.3",
"snyk-nodejs-plugin": "1.3.4",
"snyk-nuget-plugin": "2.7.8",
"snyk-php-plugin": "1.9.2",
"snyk-policy": "^4.0.0",
Expand Down

0 comments on commit ad2b75f

Please sign in to comment.