chore(deps): update dependency shx to v0.3.4

This commit is contained in:
Renovate Bot 2022-01-10 03:14:59 +00:00 committed by renovate[bot]
parent 0509d3f82a
commit e433ffcd69
2 changed files with 10 additions and 10 deletions

18
package-lock.json generated
View File

@ -28,7 +28,7 @@
"prettier-plugin-go-template": "0.0.11",
"sass": "1.47.0",
"sass-loader": "12.4.0",
"shx": "0.3.3",
"shx": "0.3.4",
"svg-sprite": "1.5.3",
"svgtofont": "3.13.1",
"webpack": "5.65.0",
@ -9515,13 +9515,13 @@
}
},
"node_modules/shx": {
"version": "0.3.3",
"resolved": "https://registry.npmjs.org/shx/-/shx-0.3.3.tgz",
"integrity": "sha512-nZJ3HFWVoTSyyB+evEKjJ1STiixGztlqwKLTUNV5KqMWtGey9fTd4KU1gdZ1X9BV6215pswQ/Jew9NsuS/fNDA==",
"version": "0.3.4",
"resolved": "https://registry.npmjs.org/shx/-/shx-0.3.4.tgz",
"integrity": "sha512-N6A9MLVqjxZYcVn8hLmtneQWIJtp8IKzMP4eMnx+nqkvXoqinUPCbUFLp2UcWTEIUONhlk0ewxr/jaVGlc+J+g==",
"dev": true,
"dependencies": {
"minimist": "^1.2.3",
"shelljs": "^0.8.4"
"shelljs": "^0.8.5"
},
"bin": {
"shx": "lib/cli.js"
@ -19590,13 +19590,13 @@
}
},
"shx": {
"version": "0.3.3",
"resolved": "https://registry.npmjs.org/shx/-/shx-0.3.3.tgz",
"integrity": "sha512-nZJ3HFWVoTSyyB+evEKjJ1STiixGztlqwKLTUNV5KqMWtGey9fTd4KU1gdZ1X9BV6215pswQ/Jew9NsuS/fNDA==",
"version": "0.3.4",
"resolved": "https://registry.npmjs.org/shx/-/shx-0.3.4.tgz",
"integrity": "sha512-N6A9MLVqjxZYcVn8hLmtneQWIJtp8IKzMP4eMnx+nqkvXoqinUPCbUFLp2UcWTEIUONhlk0ewxr/jaVGlc+J+g==",
"dev": true,
"requires": {
"minimist": "^1.2.3",
"shelljs": "^0.8.4"
"shelljs": "^0.8.5"
}
},
"side-channel": {

View File

@ -46,7 +46,7 @@
"prettier-plugin-go-template": "0.0.11",
"sass": "1.47.0",
"sass-loader": "12.4.0",
"shx": "0.3.3",
"shx": "0.3.4",
"svg-sprite": "1.5.3",
"svgtofont": "3.13.1",
"webpack": "5.65.0",