From c9906cfb1229b71358d636793d3af9d310fb9cdf Mon Sep 17 00:00:00 2001 From: Joey Parrish Date: Mon, 15 Nov 2021 10:28:44 -0800 Subject: [PATCH] fix: Fix window pollution in browser Updates TraceAnything engine to fix window pollution that broke booking.com and probably countless other sites Closes #25 Change-Id: I6d2299fb4357888b72033c575831854e50dd267b --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index ae482af..54f2bc9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,7 +5,7 @@ "packages": { "": { "dependencies": { - "trace-anything": "^1.0.0" + "trace-anything": "^1.0.1" }, "devDependencies": { "chromedriver": "^95.0.0", @@ -5479,9 +5479,9 @@ } }, "node_modules/trace-anything": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/trace-anything/-/trace-anything-1.0.0.tgz", - "integrity": "sha512-UJw/ku5GMMR+4tP9tIGoxb+VfSPkefyl1DNYAOpFwXJrTv0WLOgKLXxam74MHNRrMAnLyPamR+WGFAzQ0Kh9bA==" + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/trace-anything/-/trace-anything-1.0.1.tgz", + "integrity": "sha512-m4ioH+eMZ3thA31//KyXgp1J3nEz2AIoVzlbOXMFHt24aIkz3xm2FN5pFGSQyb/t422qvGHIZSauvhAziO9Dug==" }, "node_modules/type": { "version": "1.2.0", @@ -10306,9 +10306,9 @@ "dev": true }, "trace-anything": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/trace-anything/-/trace-anything-1.0.0.tgz", - "integrity": "sha512-UJw/ku5GMMR+4tP9tIGoxb+VfSPkefyl1DNYAOpFwXJrTv0WLOgKLXxam74MHNRrMAnLyPamR+WGFAzQ0Kh9bA==" + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/trace-anything/-/trace-anything-1.0.1.tgz", + "integrity": "sha512-m4ioH+eMZ3thA31//KyXgp1J3nEz2AIoVzlbOXMFHt24aIkz3xm2FN5pFGSQyb/t422qvGHIZSauvhAziO9Dug==" }, "type": { "version": "1.2.0", diff --git a/package.json b/package.json index ca44dbe..397cad9 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "json5": "^2.2.0" }, "dependencies": { - "trace-anything": "^1.0.0" + "trace-anything": "^1.0.1" }, "scripts": { "build": "gulp",