From 17fdab57dea43254c9ea17bd5461a10f924ced19 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Wed, 7 Sep 2022 21:14:50 +0200 Subject: [PATCH] chore(deps): update dependency puppeteer to ^17.1.2 (#1243) --- test-fixtures/test-application-js/package.json | 2 +- test-fixtures/test-application-ts/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test-fixtures/test-application-js/package.json b/test-fixtures/test-application-js/package.json index ac492774b..aff960ceb 100644 --- a/test-fixtures/test-application-js/package.json +++ b/test-fixtures/test-application-js/package.json @@ -19,7 +19,7 @@ "mocha": "^10.0.0", "null-loader": "^4.0.1", "prettier": "^2.7.1", - "puppeteer": "^17.1.0", + "puppeteer": "^17.1.2", "showcase": "file:./showcase-0.1.0.tgz", "tree-kill": "^1.2.2", "webpack": "^4.46.0", diff --git a/test-fixtures/test-application-ts/package.json b/test-fixtures/test-application-ts/package.json index 692c9d0fc..3cebca7d2 100644 --- a/test-fixtures/test-application-ts/package.json +++ b/test-fixtures/test-application-ts/package.json @@ -29,7 +29,7 @@ "is-docker": "^3.0.0", "karma-webpack": "^5.0.0", "null-loader": "^4.0.1", - "puppeteer": "^17.1.0", + "puppeteer": "^17.1.2", "webpack": "^4.46.0", "webpack-cli": "^4.10.0" }