diff --git a/package-lock.json b/package-lock.json index b9a0700..41da07f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "pagexray": "5.0.0", - "third-party-web": "0.29.0" + "third-party-web": "0.29.2" }, "devDependencies": { "ava": "6.4.1", @@ -5427,9 +5427,9 @@ "license": "MIT" }, "node_modules/third-party-web": { - "version": "0.29.0", - "resolved": "https://registry.npmjs.org/third-party-web/-/third-party-web-0.29.0.tgz", - "integrity": "sha512-nBDSJw5B7Sl1YfsATG2XkW5qgUPODbJhXw++BKygi9w6O/NKS98/uY/nR/DxDq2axEjL6halHW1v+jhm/j1DBQ==", + "version": "0.29.2", + "resolved": "https://registry.npmjs.org/third-party-web/-/third-party-web-0.29.2.tgz", + "integrity": "sha512-fegtha91tq2DHphyoiBXVHjVi2YG9zFaRnboT9C28tO1en9Y3wJsfspuy40F+u5wl3hHVbw7cnd1b67kEGHb8g==", "license": "MIT" }, "node_modules/through": { diff --git a/package.json b/package.json index 078f57f..4b71346 100644 --- a/package.json +++ b/package.json @@ -81,6 +81,6 @@ ], "dependencies": { "pagexray": "5.0.0", - "third-party-web": "0.29.0" + "third-party-web": "0.29.2" } }