From 780bf4b6126e797f5239aa9cc15c0877bcb7ff60 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 24 Nov 2023 14:56:56 +0000 Subject: [PATCH] fix(deps): update dependency @types/debug to v4.1.12 --- package-lock.json | 17 ++++++++++------- package.json | 2 +- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 08507e8..2238c9d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@commitlint/config-conventional": "17.0.3", "@semantic-release/git": "10.0.1", "@semantic-release/github": "8.0.5", - "@types/debug": "4.1.7", + "@types/debug": "4.1.12", "@types/jest": "28.1.4", "@types/node-fetch": "2.6.2", "@typescript-eslint/eslint-plugin": "5.33.0", @@ -1933,9 +1933,10 @@ "license": "MIT" }, "node_modules/@types/debug": { - "version": "4.1.7", + "version": "4.1.12", + "resolved": "https://registry.npmjs.org/@types/debug/-/debug-4.1.12.tgz", + "integrity": "sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ==", "dev": true, - "license": "MIT", "dependencies": { "@types/ms": "*" } @@ -13440,7 +13441,7 @@ }, "packages/storefront-react": { "name": "@makaira/storefront-react", - "version": "1.6.6", + "version": "1.6.7", "license": "ISC", "dependencies": { "@makaira/storefront-types": "1.10.0" @@ -13463,7 +13464,7 @@ }, "packages/storefront-shop-adapter-local": { "name": "@makaira/storefront-shop-adapter-local", - "version": "1.6.4", + "version": "1.6.5", "license": "ISC", "dependencies": { "@faker-js/faker": "7.4.0", @@ -13633,7 +13634,7 @@ }, "packages/storefront-shop-adapter-shopware6": { "name": "@makaira/storefront-shop-adapter-shopware6", - "version": "1.5.0", + "version": "1.0.0", "license": "ISC", "dependencies": { "@makaira/storefront-types": "1.10.0", @@ -15064,7 +15065,9 @@ "dev": true }, "@types/debug": { - "version": "4.1.7", + "version": "4.1.12", + "resolved": "https://registry.npmjs.org/@types/debug/-/debug-4.1.12.tgz", + "integrity": "sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ==", "dev": true, "requires": { "@types/ms": "*" diff --git a/package.json b/package.json index 5034555..2ebb417 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "@commitlint/config-conventional": "17.0.3", "@semantic-release/git": "10.0.1", "@semantic-release/github": "8.0.5", - "@types/debug": "4.1.7", + "@types/debug": "4.1.12", "@types/jest": "28.1.4", "@types/node-fetch": "2.6.2", "@typescript-eslint/eslint-plugin": "5.33.0",