From b6c81a7ca34c122f53a5f03f74b2cfc3b07aef5e Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Sun, 12 Apr 2020 18:40:11 +0200 Subject: [PATCH] chore(deps): update dependency pngjs to v4 (#447) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [pngjs](https://togithub.com/lukeapage/pngjs2) | devDependencies | major | [`^3.3.3` -> `^4.0.0`](https://renovatebot.com/diffs/npm/pngjs/3.4.0/4.0.0) | --- ### Renovate configuration :date: **Schedule**: "after 9am and before 3pm" (UTC). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#googleapis/nodejs-dlp). --- packages/google-privacy-dlp/samples/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/google-privacy-dlp/samples/package.json b/packages/google-privacy-dlp/samples/package.json index c908982ca8e..b875680a2bc 100644 --- a/packages/google-privacy-dlp/samples/package.json +++ b/packages/google-privacy-dlp/samples/package.json @@ -24,7 +24,7 @@ "chai": "^4.2.0", "mocha": "^7.0.0", "pixelmatch": "^5.0.0", - "pngjs": "^3.3.3", + "pngjs": "^4.0.0", "uuid": "^7.0.0" } }