Skip to content

Commit 5dc3ebf

Browse files
build(deps-dev): bump pngjs from 6.0.0 to 7.0.0
Bumps [pngjs](https://github.com/pngjs/pngjs) from 6.0.0 to 7.0.0. - [Changelog](https://github.com/pngjs/pngjs/blob/main/CHANGELOG.md) - [Commits](https://github.com/pngjs/pngjs/commits) --- updated-dependencies: - dependency-name: pngjs dependency-version: 7.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4778a53 commit 5dc3ebf

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/tiler-sharp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@types/pixelmatch": "^5.2.3",
3434
"@types/pngjs": "^6.0.0",
3535
"pixelmatch": "^5.1.0",
36-
"pngjs": "^6.0.0"
36+
"pngjs": "^7.0.0"
3737
},
3838
"publishConfig": {
3939
"access": "public"

packages/tiler/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@types/pixelmatch": "^5.2.3",
3232
"@types/pngjs": "^6.0.0",
3333
"pixelmatch": "^5.1.0",
34-
"pngjs": "^6.0.0"
34+
"pngjs": "^7.0.0"
3535
},
3636
"publishConfig": {
3737
"access": "public"

0 commit comments

Comments
 (0)