From 8c155e38160ccb59b8d5d11a11d9e3afc4afa9f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 08:51:38 +0000 Subject: [PATCH] Bump @types/pngjs from 6.0.2 to 6.0.3 (#100) Bumps [@types/pngjs](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/pngjs) from 6.0.2 to 6.0.3. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/pngjs) --- updated-dependencies: - dependency-name: "@types/pngjs" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 d8746cb..f1a3df9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@types/lodash": "4.14.200", "@types/mapbox__vector-tile": "1.3.1", "@types/pbf": "3.0.4", - "@types/pngjs": "6.0.2", + "@types/pngjs": "6.0.3", "@typescript-eslint/eslint-plugin": "6.8.0", "benchmark": "2.1.4", "canvas": "2.11.2", @@ -1756,9 +1756,9 @@ "dev": true }, "node_modules/@types/pngjs": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/@types/pngjs/-/pngjs-6.0.2.tgz", - "integrity": "sha512-GO2/2guBQrrb4g+93j55VR30xaMCgmSXa/ifPbHS5MgheDRJy5x12fFB61Hn0juCo+VBFhYMFkJd6CBt8HRx4w==", + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/@types/pngjs/-/pngjs-6.0.3.tgz", + "integrity": "sha512-F/WaGVKEZ1XYFlEtsWtqWm92vRfQdOqSSTBPj07BRDKnDtRhCw50DpwEQtrrDwEZUoAZAzv2FaalZiNV/54BoQ==", "dev": true, "dependencies": { "@types/node": "*" @@ -9062,9 +9062,9 @@ "dev": true }, "@types/pngjs": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/@types/pngjs/-/pngjs-6.0.2.tgz", - "integrity": "sha512-GO2/2guBQrrb4g+93j55VR30xaMCgmSXa/ifPbHS5MgheDRJy5x12fFB61Hn0juCo+VBFhYMFkJd6CBt8HRx4w==", + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/@types/pngjs/-/pngjs-6.0.3.tgz", + "integrity": "sha512-F/WaGVKEZ1XYFlEtsWtqWm92vRfQdOqSSTBPj07BRDKnDtRhCw50DpwEQtrrDwEZUoAZAzv2FaalZiNV/54BoQ==", "dev": true, "requires": { "@types/node": "*" diff --git a/package.json b/package.json index bbcaaa3..0177403 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "@types/lodash": "4.14.200", "@types/mapbox__vector-tile": "1.3.1", "@types/pbf": "3.0.4", - "@types/pngjs": "6.0.2", + "@types/pngjs": "6.0.3", "@typescript-eslint/eslint-plugin": "6.8.0", "benchmark": "2.1.4", "canvas": "2.11.2",