mirror of
https://github.com/thegeeklab/hugo-geekblog.git
synced 2024-11-24 14:00:42 +00:00
chore(deps): update dependency shx to v0.3.4
This commit is contained in:
parent
0509d3f82a
commit
e433ffcd69
18
package-lock.json
generated
18
package-lock.json
generated
@ -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": {
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user