diff --git a/package-lock.json b/package-lock.json index f85185a1..8f2820e7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@bundle-stats/plugin-webpack-validate": "4.13.2", "core-js": "3.37.1", "cosmiconfig": "9.0.0", - "debug": "4.3.4", + "debug": "4.3.5", "dotenv": "16.4.5", "env-ci": "7.3.0", "fs-extra": "11.2.0", @@ -6098,8 +6098,9 @@ } }, "node_modules/debug": { - "version": "4.3.4", - "license": "MIT", + "version": "4.3.5", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.5.tgz", + "integrity": "sha512-pt0bNEmneDIvdL1Xsd9oDQ/wrQRkXDT4AUWlNZNPKvW5x/jyO9VFXkJUP07vQ2upmw5PlaITaPKc31jK13V+jg==", "dependencies": { "ms": "2.1.2" }, diff --git a/package.json b/package.json index 2c96b8f5..0d952326 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "@bundle-stats/plugin-webpack-validate": "4.13.2", "core-js": "3.37.1", "cosmiconfig": "9.0.0", - "debug": "4.3.4", + "debug": "4.3.5", "dotenv": "16.4.5", "env-ci": "7.3.0", "fs-extra": "11.2.0",