diff --git a/package-lock.json b/package-lock.json index 939b857e5..355e489b2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -75,6 +75,7 @@ "eslint-plugin-baseui": "12.2.0", "eslint-plugin-react": "7.32.2", "eslint-plugin-storybook": "^0.6.11", + "headers-polyfill": "^3.2.5", "husky": "^8.0.2", "jest": "^29.5.0", "jest-environment-jsdom": "^29.5.0", @@ -4849,12 +4850,6 @@ "node": ">=14" } }, - "node_modules/@mswjs/interceptors/node_modules/headers-polyfill": { - "version": "3.2.5", - "resolved": "https://registry.npmjs.org/headers-polyfill/-/headers-polyfill-3.2.5.tgz", - "integrity": "sha512-tUCGvt191vNSQgttSyJoibR+VO+I6+iCHIUdhzEMJKE+EAL8BwCN7fUOZlY4ofOelNHsK+gEjxB/B+9N3EWtdA==", - "dev": true - }, "node_modules/@mswjs/interceptors/node_modules/strict-event-emitter": { "version": "0.2.8", "resolved": "https://registry.npmjs.org/strict-event-emitter/-/strict-event-emitter-0.2.8.tgz", @@ -21804,9 +21799,9 @@ } }, "node_modules/headers-polyfill": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/headers-polyfill/-/headers-polyfill-3.3.0.tgz", - "integrity": "sha512-5e57etwBpNcDc0b6KCVWEh/Ro063OxPvzVimUdM0/tsYM/T7Hfy3kknIGj78SFTOhNd8AZY41U8mOHoO4LzmIQ==", + "version": "3.2.5", + "resolved": "https://registry.npmjs.org/headers-polyfill/-/headers-polyfill-3.2.5.tgz", + "integrity": "sha512-tUCGvt191vNSQgttSyJoibR+VO+I6+iCHIUdhzEMJKE+EAL8BwCN7fUOZlY4ofOelNHsK+gEjxB/B+9N3EWtdA==", "dev": true }, "node_modules/highlight.js": { @@ -37638,4 +37633,4 @@ } } } -} +} \ No newline at end of file diff --git a/package.json b/package.json index ff2dfe268..28e8c52a6 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "15.1.1", + "version": "15.1.2", "license": "MIT", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", @@ -78,6 +78,7 @@ "eslint-plugin-baseui": "12.2.0", "eslint-plugin-react": "7.32.2", "eslint-plugin-storybook": "^0.6.11", + "headers-polyfill": "^3.2.5", "husky": "^8.0.2", "jest": "^29.5.0", "jest-environment-jsdom": "^29.5.0", @@ -140,4 +141,4 @@ "*.{ts,tsx}": "eslint --cache --fix", "*.{ts,tsx,js,css,md}": "prettier --write" } -} +} \ No newline at end of file