diff --git a/package-lock.json b/package-lock.json index 71c094e19a0..6ab72945044 100644 --- a/package-lock.json +++ b/package-lock.json @@ -60,7 +60,7 @@ "stylelint": "16.5.0", "stylelint-config-standard": "36.0.0", "typescript": "5.4.5", - "undici-types": "^6.13.0", + "undici-types": "^6.17.0", "web-ext": "7.11.0", "webpack-cli": "^5.1.1" } @@ -12514,9 +12514,9 @@ } }, "node_modules/undici-types": { - "version": "6.16.1", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.16.1.tgz", - "integrity": "sha512-iOd+ZQKljEITFeCuOOTXnZUpVggAivBEQPZGdGWsij0QjgZgGEzn2awf8TBhAer9IREcCtFYT3JpG6p+aJU/oA==", + "version": "6.17.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.17.0.tgz", + "integrity": "sha512-RDqsYjfPRx+zrn6nd3C7V3wJ9TVWh3/EkdaMNTEt1GjNTYyiHnEa3ZYfaWDHVb4H0H1XfwA+lytficpjwvR0IA==", "dev": true }, "node_modules/unique-string": { diff --git a/package.json b/package.json index f4e6982e196..34e6ad60275 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "stylelint": "16.5.0", "stylelint-config-standard": "36.0.0", "typescript": "5.4.5", - "undici-types": "^6.13.0", + "undici-types": "^6.17.0", "web-ext": "7.11.0", "webpack-cli": "^5.1.1" },