Skip to content

Commit

Permalink
fix(deps): update dependency shelljs to v0.8.5 [security] (#2445)
Browse files Browse the repository at this point in the history
* fix(deps): update dependency shelljs to v0.8.5 [security]

* docs: changeset

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Nicola Molinari <nicola.molinari@commercetools.com>
  • Loading branch information
3 people authored Jan 20, 2022
1 parent 47dfbcd commit 62e4fc8
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 8 deletions.
5 changes: 5 additions & 0 deletions .changeset/warm-bears-trade.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@commercetools-frontend/mc-scripts": patch
---

fix(deps): update dependency shelljs to v0.8.5 [security]
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
"rcfile": "1.0.3",
"replace": "1.2.1",
"rosie": "2.1.0",
"shelljs": "0.8.4",
"shelljs": "0.8.5",
"start-server-and-test": "1.14.0",
"stylelint": "13.13.1",
"stylelint-config-prettier": "8.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/application-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
},
"devDependencies": {
"json-schema-to-typescript": "10.1.5",
"shelljs": "0.8.4"
"shelljs": "0.8.5"
},
"engines": {
"node": ">=12 || >=14"
Expand Down
2 changes: 1 addition & 1 deletion packages/l10n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"node-fetch": "2.6.6",
"react": "17.0.2",
"rimraf": "3.0.2",
"shelljs": "0.8.4"
"shelljs": "0.8.5"
},
"peerDependencies": {
"react": "17.x"
Expand Down
2 changes: 1 addition & 1 deletion packages/mc-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"react-dev-utils": "11.0.4",
"react-refresh": "0.11.0",
"serve-handler": "6.1.3",
"shelljs": "0.8.4",
"shelljs": "0.8.5",
"style-loader": "3.3.1",
"svg-url-loader": "7.1.1",
"terser-webpack-plugin": "5.3.0",
Expand Down
21 changes: 17 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2686,7 +2686,7 @@ __metadata:
json-schema-to-typescript: 10.1.5
lodash: 4.17.21
omit-empty-es: 1.1.3
shelljs: 0.8.4
shelljs: 0.8.5
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -3015,7 +3015,7 @@ __metadata:
prop-types: 15.7.2
react: 17.0.2
rimraf: 3.0.2
shelljs: 0.8.4
shelljs: 0.8.5
peerDependencies:
react: 17.x
languageName: unknown
Expand Down Expand Up @@ -3088,7 +3088,7 @@ __metadata:
react-refresh: 0.11.0
rimraf: 3.0.2
serve-handler: 6.1.3
shelljs: 0.8.4
shelljs: 0.8.5
style-loader: 3.3.1
svg-url-loader: 7.1.1
terser-webpack-plugin: 5.3.0
Expand Down Expand Up @@ -23631,7 +23631,7 @@ __metadata:
rcfile: 1.0.3
replace: 1.2.1
rosie: 2.1.0
shelljs: 0.8.4
shelljs: 0.8.5
start-server-and-test: 1.14.0
stylelint: 13.13.1
stylelint-config-prettier: 8.0.2
Expand Down Expand Up @@ -29718,6 +29718,19 @@ __metadata:
languageName: node
linkType: hard

"shelljs@npm:0.8.5":
version: 0.8.5
resolution: "shelljs@npm:0.8.5"
dependencies:
glob: ^7.0.0
interpret: ^1.0.0
rechoir: ^0.6.2
bin:
shjs: bin/shjs
checksum: 7babc46f732a98f4c054ec1f048b55b9149b98aa2da32f6cf9844c434b43c6251efebd6eec120937bd0999e13811ebd45efe17410edb3ca938f82f9381302748
languageName: node
linkType: hard

"side-channel@npm:^1.0.4":
version: 1.0.4
resolution: "side-channel@npm:1.0.4"
Expand Down

1 comment on commit 62e4fc8

@vercel
Copy link

@vercel vercel bot commented on 62e4fc8 Jan 20, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.