Skip to content

Commit

Permalink
chore(deps): update dependency debug to ^4.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 21, 2024
1 parent 5dbaca6 commit ff77f8e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
},
"dependencies": {
"@noahnu/eslint-import-resolver-require": "workspace:^0.0.5",
"debug": "^4.3.4",
"debug": "^4.3.5",
"eslint-import-resolver-typescript": "^3.6.1"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-import-resolver-require/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"eslint-plugin-import": "^2.29.1"
},
"dependencies": {
"debug": "^4.3.4",
"debug": "^4.3.5",
"eslint-import-resolver-node": "^0.3.9"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/unused-files/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@types/debug": "^4.1.12",
"@typescript-eslint/typescript-estree": "^7.11.0",
"clipanion": "4.0.0-rc.3",
"debug": "^4.3.4",
"debug": "^4.3.5",
"fast-glob": "^3.3.2",
"typanion": "^3.14.0"
},
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1401,7 +1401,7 @@ __metadata:
"@typescript-eslint/eslint-plugin": "npm:^7.11.0"
"@typescript-eslint/parser": "npm:^7.11.0"
"@typescript-eslint/utils": "npm:^7.11.0"
debug: "npm:^4.3.4"
debug: "npm:^4.3.5"
eslint: "npm:^8.57.0"
eslint-config-prettier: "npm:^9.1.0"
eslint-import-resolver-node: "npm:^0.3.9"
Expand Down Expand Up @@ -1448,7 +1448,7 @@ __metadata:
"@types/eslint": "npm:^8.56.10"
"@types/jest": "npm:^29.5.12"
"@types/node": "npm:^20.12.13"
debug: "npm:^4.3.4"
debug: "npm:^4.3.5"
eslint: "npm:^8.57.0"
eslint-import-resolver-node: "npm:^0.3.9"
eslint-plugin-import: "npm:^2.29.1"
Expand Down Expand Up @@ -1514,7 +1514,7 @@ __metadata:
"@types/node": "npm:^20.12.13"
"@typescript-eslint/typescript-estree": "npm:^7.11.0"
clipanion: "npm:4.0.0-rc.3"
debug: "npm:^4.3.4"
debug: "npm:^4.3.5"
fast-glob: "npm:^3.3.2"
typanion: "npm:^3.14.0"
bin:
Expand Down Expand Up @@ -3995,7 +3995,7 @@ __metadata:
languageName: node
linkType: hard

"debug@npm:4, debug@npm:^4.1.0, debug@npm:^4.1.1, debug@npm:^4.3.1, debug@npm:^4.3.2, debug@npm:^4.3.4, debug@npm:~4.3.4":
"debug@npm:4, debug@npm:^4.1.0, debug@npm:^4.1.1, debug@npm:^4.3.1, debug@npm:^4.3.2, debug@npm:^4.3.4, debug@npm:^4.3.5, debug@npm:~4.3.4":
version: 4.3.5
resolution: "debug@npm:4.3.5"
dependencies:
Expand Down

0 comments on commit ff77f8e

Please sign in to comment.