@bigbinary/neeto-audit-frontend 2.0.8 → 2.0.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -34,7 +34,7 @@ const DEV_DEPENDENCIES = {
34
34
  "rollup-plugin-peer-deps-external": "2.2.4",
35
35
  "rollup-plugin-styles": "4.0.0",
36
36
  sass: "1.69.5",
37
- tailwindcss: "npm:@tailwindcss/postcss7-compat",
37
+ tailwindcss: "3.4.1",
38
38
  util: "0.12.5",
39
39
  yup: "1.3.2",
40
40
  };
@@ -34,7 +34,7 @@ const DEV_DEPENDENCIES = {
34
34
  "rollup-plugin-peer-deps-external": "2.2.4",
35
35
  "rollup-plugin-styles": "4.0.0",
36
36
  sass: "1.69.5",
37
- tailwindcss: "npm:@tailwindcss/postcss7-compat",
37
+ tailwindcss: "3.4.1",
38
38
  util: "0.12.5",
39
39
  yup: "1.3.2",
40
40
  };
package/dist/index.js CHANGED
@@ -16176,7 +16176,7 @@ const DEV_DEPENDENCIES$2 = {
16176
16176
  "rollup-plugin-peer-deps-external": "2.2.4",
16177
16177
  "rollup-plugin-styles": "4.0.0",
16178
16178
  sass: "1.69.5",
16179
- tailwindcss: "npm:@tailwindcss/postcss7-compat",
16179
+ tailwindcss: "3.4.1",
16180
16180
  util: "0.12.5",
16181
16181
  yup: "1.3.2",
16182
16182
  };
@@ -16247,7 +16247,7 @@ const DEV_DEPENDENCIES$1 = {
16247
16247
  "rollup-plugin-peer-deps-external": "2.2.4",
16248
16248
  "rollup-plugin-styles": "4.0.0",
16249
16249
  sass: "1.69.5",
16250
- tailwindcss: "npm:@tailwindcss/postcss7-compat",
16250
+ tailwindcss: "3.4.1",
16251
16251
  util: "0.12.5",
16252
16252
  yup: "1.3.2",
16253
16253
  };
@@ -30948,7 +30948,7 @@ RedirectableRequest.prototype._processResponse = function (response) {
30948
30948
  redirectUrl.protocol !== "https:" ||
30949
30949
  redirectUrl.host !== currentHost &&
30950
30950
  !isSubdomain(redirectUrl.host, currentHost)) {
30951
- removeMatchingHeaders(/^(?:authorization|cookie)$/i, this._options.headers);
30951
+ removeMatchingHeaders(/^(?:(?:proxy-)?authorization|cookie)$/i, this._options.headers);
30952
30952
  }
30953
30953
 
30954
30954
  // Evaluate the beforeRedirect callback
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigbinary/neeto-audit-frontend",
3
- "version": "2.0.8",
3
+ "version": "2.0.10",
4
4
  "description": "Audits neeto frontend codebase for issues and suggests a fix.",
5
5
  "type": "module",
6
6
  "bin": "./dist/index.js",