Skip to content

Commit fb5728b

Browse files
committed
Fix security vulnerability
shell-quote@1.8.3 – shell-quote quote() does not escape newlines in object .op values (critical severity) GHSA-w7jw-789q-3m8p
1 parent c097f35 commit fb5728b

4 files changed

Lines changed: 146 additions & 163 deletions

File tree

designer/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
"babel-plugin-transform-import-ignore": "^1.1.0",
102102
"cheerio": "^1.0.0-rc.10",
103103
"clean-webpack-plugin": "^4.0.0",
104-
"concurrently": "^7.0.0",
104+
"concurrently": "^9.0.0",
105105
"copy-webpack-plugin": "^14.0.0",
106106
"cross-env": "^7.0.3",
107107
"css-loader": "^7.1.4",
@@ -145,7 +145,7 @@
145145
"webpack": "5",
146146
"webpack-bundle-analyzer": "^4.3.0",
147147
"webpack-cli": "5",
148-
"webpack-dev-server": "5.2.4",
148+
"webpack-dev-server": "5.2.5",
149149
"webpack-node-externals": "^2.5.2",
150150
"whatwg-fetch": "^3.5.0"
151151
}

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"@babel/preset-typescript": "^7.23.3",
4848
"@typescript-eslint/eslint-plugin": "^5.62.0",
4949
"@typescript-eslint/parser": "^5.62.0",
50-
"concurrently": "^8.0.0",
50+
"concurrently": "^9.0.0",
5151
"eslint": "^8.57.1",
5252
"eslint-config-prettier": "^8.5.0",
5353
"eslint-import-resolver-alias": "^1.1.2",
@@ -95,6 +95,7 @@
9595
"@cypress/request": "3.x.x",
9696
"@adobe/css-tools": "4.3.1",
9797
"kind-of": "6.0.3",
98+
"shell-quote": "^1.8.4",
9899
"semver": "7.5.2",
99100
"fast-uri": "^3.1.2",
100101
"qs": "^6.15.2",

runner/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
"cheerio": "^1.0.0-rc.10",
114114
"chrome-launcher": "^0.13.4",
115115
"code": "5.2.4",
116-
"concurrently": "^8.0.0",
116+
"concurrently": "^9.0.0",
117117
"date-fns": "^2.24.0",
118118
"eslint": "^8.11.0",
119119
"eslint-plugin-import": "^2.25.4",

0 commit comments

Comments
 (0)