Skip to content

Commit

Permalink
chore(deps): update dependency @types/debug to v4.1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 16, 2023
1 parent 7bea54d commit fe8d062
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion packages/axis-discovery-bonjour/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"thunky": "^1.0.0"
},
"devDependencies": {
"@types/debug": "4.1.11",
"@types/debug": "4.1.12",
"@types/jest": "29.5.8",
"@types/node": "20.9.0",
"@typescript-eslint/eslint-plugin": "6.10.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/axis-discovery-bonjour/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -964,10 +964,10 @@
dependencies:
"@babel/types" "^7.3.0"

"@types/[email protected].11":
version "4.1.11"
resolved "https://registry.yarnpkg.com/@types/debug/-/debug-4.1.11.tgz#b20d24098288f19e48fdf776c5d9ccd024629e4e"
integrity sha512-R2qflTjHDs4CL6D/6TkqBeIHr54WzZfIxN729xvCNlYIVp2LknlnCro5Yo3frNaX2E5gO9pZ3/QAPVdGmu+q9w==
"@types/[email protected].12":
version "4.1.12"
resolved "https://registry.yarnpkg.com/@types/debug/-/debug-4.1.12.tgz#a155f21690871953410df4b6b6f53187f0500917"
integrity sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ==
dependencies:
"@types/ms" "*"

Expand Down
2 changes: 1 addition & 1 deletion packages/axis-discovery-ssdp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"xml2js": "0.6.2"
},
"devDependencies": {
"@types/debug": "4.1.11",
"@types/debug": "4.1.12",
"@types/jest": "29.5.8",
"@types/node": "20.9.0",
"@types/xml2js": "0.4.14",
Expand Down
8 changes: 4 additions & 4 deletions packages/axis-discovery-ssdp/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -986,10 +986,10 @@
"@types/node" "*"
"@types/responselike" "*"

"@types/[email protected].11":
version "4.1.11"
resolved "https://registry.yarnpkg.com/@types/debug/-/debug-4.1.11.tgz#b20d24098288f19e48fdf776c5d9ccd024629e4e"
integrity sha512-R2qflTjHDs4CL6D/6TkqBeIHr54WzZfIxN729xvCNlYIVp2LknlnCro5Yo3frNaX2E5gO9pZ3/QAPVdGmu+q9w==
"@types/[email protected].12":
version "4.1.12"
resolved "https://registry.yarnpkg.com/@types/debug/-/debug-4.1.12.tgz#a155f21690871953410df4b6b6f53187f0500917"
integrity sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ==
dependencies:
"@types/ms" "*"

Expand Down
2 changes: 1 addition & 1 deletion packages/axis-discovery/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"debug": "4.3.4"
},
"devDependencies": {
"@types/debug": "4.1.11",
"@types/debug": "4.1.12",
"@types/jest": "29.5.8",
"@types/node": "20.9.0",
"@typescript-eslint/eslint-plugin": "6.10.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/axis-discovery/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -986,10 +986,10 @@
"@types/node" "*"
"@types/responselike" "*"

"@types/[email protected].11":
version "4.1.11"
resolved "https://registry.yarnpkg.com/@types/debug/-/debug-4.1.11.tgz#b20d24098288f19e48fdf776c5d9ccd024629e4e"
integrity sha512-R2qflTjHDs4CL6D/6TkqBeIHr54WzZfIxN729xvCNlYIVp2LknlnCro5Yo3frNaX2E5gO9pZ3/QAPVdGmu+q9w==
"@types/[email protected].12":
version "4.1.12"
resolved "https://registry.yarnpkg.com/@types/debug/-/debug-4.1.12.tgz#a155f21690871953410df4b6b6f53187f0500917"
integrity sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ==
dependencies:
"@types/ms" "*"

Expand Down

0 comments on commit fe8d062

Please sign in to comment.