Skip to content

Commit 0da3c06

Browse files
authored
fix(deps): update debug to 4.3.7 (#1251)
1 parent cbe0525 commit 0da3c06

File tree

3 files changed

+11
-16
lines changed

3 files changed

+11
-16
lines changed

dist/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -57551,7 +57551,7 @@ var y = d * 365.25;
5755157551
* @api public
5755257552
*/
5755357553

57554-
module.exports = function(val, options) {
57554+
module.exports = function (val, options) {
5755557555
options = options || {};
5755657556
var type = typeof val;
5755757557
if (type === 'string' && val.length > 0) {

package-lock.json

+9-14
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@actions/io": "1.1.3",
3939
"@octokit/core": "4.2.0",
4040
"argument-vector": "1.0.2",
41-
"debug": "4.3.6",
41+
"debug": "4.3.7",
4242
"find-yarn-workspace-root": "2.0.0",
4343
"got": "11.8.6",
4444
"hasha": "5.2.2",

0 commit comments

Comments
 (0)