diff --git a/.eslintrc.js b/.eslintrc.js index 549ac7150b856..691a68084aa95 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -91,7 +91,7 @@ config.overrides.push({ }], 'import/no-duplicates': 'error', 'import/no-unresolved': ['error', { - ignore: ['^malevic\/'], + ignore: ['^malevic\/', 'get-stream'], }], 'import/no-restricted-paths': ['error', { zones: [{ diff --git a/package-lock.json b/package-lock.json index 986656ca3f070..b2040bb673310 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "eslint-plugin-compat": "4.1.4", "eslint-plugin-import": "2.28.1", "eslint-plugin-local": "1.0.0", - "get-stream": "7.0.1", + "get-stream": "8.0.1", "globby": "13.2.2", "jasmine-core": "5.1.0", "jest": "29.6.2", @@ -5801,9 +5801,9 @@ } }, "node_modules/get-stream": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-7.0.1.tgz", - "integrity": "sha512-3M8C1EOFN6r8AMUhwUAACIoXZJEOufDU5+0gFFN5uNs6XYOralD2Pqkl7m046va6x77FwposWXbAhPPIOus7mQ==", + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-8.0.1.tgz", + "integrity": "sha512-VaUJspBffn/LMCJVoMvSAdmscJyS1auj5Zulnn5UoYcY531UWmdwhRWkcGKnGU93m5HSXP9LP2usOryrBtQowA==", "dev": true, "engines": { "node": ">=16" diff --git a/package.json b/package.json index 315ecbb04c509..d8e42519f0585 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "eslint-plugin-compat": "4.1.4", "eslint-plugin-import": "2.28.1", "eslint-plugin-local": "1.0.0", - "get-stream": "7.0.1", + "get-stream": "8.0.1", "globby": "13.2.2", "jasmine-core": "5.1.0", "jest": "29.6.2",