Skip to content

Commit 80d97a9

Browse files
gitphillxzhou-snyk
authored andcommitted
fix: escape child process arguments
1 parent c028b50 commit 80d97a9

File tree

2 files changed

+60
-48
lines changed

2 files changed

+60
-48
lines changed

package-lock.json

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

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@
6767
"@snyk/docker-registry-v2-client": "^2.7.3",
6868
"@snyk/fix": "file:packages/snyk-fix",
6969
"@snyk/gemfile": "1.2.0",
70-
"@snyk/snyk-cocoapods-plugin": "2.5.2",
71-
"@snyk/snyk-hex-plugin": "1.1.4",
70+
"@snyk/snyk-cocoapods-plugin": "2.5.3",
71+
"@snyk/snyk-hex-plugin": "1.1.6",
7272
"@types/jest-json-schema": "^6.1.1",
7373
"@types/marked": "^4.0.0",
7474
"abbrev": "^1.1.1",
@@ -113,18 +113,18 @@
113113
"semver": "^6.0.0",
114114
"snyk-config": "4.0.0",
115115
"snyk-cpp-plugin": "2.20.1",
116-
"snyk-docker-plugin": "^5.6.4",
116+
"snyk-docker-plugin": "5.6.5",
117117
"snyk-go-plugin": "^1.19.4",
118118
"snyk-gradle-plugin": "3.24.6",
119119
"snyk-module": "3.1.0",
120-
"snyk-mvn-plugin": "2.31.2",
120+
"snyk-mvn-plugin": "2.31.3",
121121
"snyk-nodejs-lockfile-parser": "1.44.0",
122122
"snyk-nuget-plugin": "1.23.5",
123123
"snyk-php-plugin": "1.9.2",
124124
"snyk-policy": "^1.25.0",
125-
"snyk-python-plugin": "1.24.1",
125+
"snyk-python-plugin": "1.24.2",
126126
"snyk-resolve-deps": "4.7.3",
127-
"snyk-sbt-plugin": "2.16.1",
127+
"snyk-sbt-plugin": "2.16.2",
128128
"strip-ansi": "^5.2.0",
129129
"tar": "^6.1.2",
130130
"uuid": "^8.3.2",

0 commit comments

Comments
 (0)