mirror of
https://github.com/thegeeklab/hugo-geekblog.git
synced 2024-11-09 23:00:42 +00:00
chore(deps): update dependency npm-run-all2 to v6.2.2
This commit is contained in:
parent
1cb118c396
commit
ae7de3c384
16
package-lock.json
generated
16
package-lock.json
generated
@ -26,7 +26,7 @@
|
||||
"favicons": "7.2.0",
|
||||
"favicons-webpack-plugin": "6.0.1",
|
||||
"html-validate": "8.20.1",
|
||||
"npm-run-all2": "6.2.0",
|
||||
"npm-run-all2": "6.2.2",
|
||||
"postcss-loader": "8.1.1",
|
||||
"prettier": "3.3.2",
|
||||
"sass": "1.77.6",
|
||||
@ -7666,9 +7666,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/npm-run-all2": {
|
||||
"version": "6.2.0",
|
||||
"resolved": "https://registry.npmjs.org/npm-run-all2/-/npm-run-all2-6.2.0.tgz",
|
||||
"integrity": "sha512-wA7yVIkthe6qJBfiJ2g6aweaaRlw72itsFGF6HuwCHKwtwAx/4BY1vVpk6bw6lS8RLMsexoasOkd0aYOmsFG7Q==",
|
||||
"version": "6.2.2",
|
||||
"resolved": "https://registry.npmjs.org/npm-run-all2/-/npm-run-all2-6.2.2.tgz",
|
||||
"integrity": "sha512-Q+alQAGIW7ZhKcxLt8GcSi3h3ryheD6xnmXahkMRVM5LYmajcUrSITm8h+OPC9RYWMV2GR0Q1ntTUCfxaNoOJw==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
@ -7687,7 +7687,7 @@
|
||||
"run-s": "bin/run-s/index.js"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^14.18.0 || >=16.0.0",
|
||||
"node": "^14.18.0 || ^16.13.0 || >=18.0.0",
|
||||
"npm": ">= 8"
|
||||
}
|
||||
},
|
||||
@ -7715,9 +7715,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/npm-run-all2/node_modules/minimatch": {
|
||||
"version": "9.0.4",
|
||||
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz",
|
||||
"integrity": "sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==",
|
||||
"version": "9.0.5",
|
||||
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
|
||||
"integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
|
||||
"dev": true,
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
|
@ -50,7 +50,7 @@
|
||||
"favicons": "7.2.0",
|
||||
"favicons-webpack-plugin": "6.0.1",
|
||||
"html-validate": "8.20.1",
|
||||
"npm-run-all2": "6.2.0",
|
||||
"npm-run-all2": "6.2.2",
|
||||
"postcss-loader": "8.1.1",
|
||||
"prettier": "3.3.2",
|
||||
"sass": "1.77.6",
|
||||
|
Loading…
Reference in New Issue
Block a user