Skip to content

Commit b55154c

Browse files
committed
Updated packages.
1 parent 2085ddd commit b55154c

File tree

3 files changed

+48
-44
lines changed

3 files changed

+48
-44
lines changed

NOTICE

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@ Licensed under the Apache License, Version 2.0.
77

88
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
99

10-
[ ImageMagick 7.1.1-22 (2023-12-03) ] copyright:
10+
[ ImageMagick 7.1.1-23 (2023-12-10) ] copyright:
11+
12+
ImageMagick License
13+
https://imagemagick.org/script/license.php
1114

1215
Before we get to the text of the license, lets just review what the license says in simple terms:
1316

@@ -115,7 +118,7 @@ To apply the ImageMagick License to your work, attach the following boilerplate
115118

116119
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
117120

118-
[ aom 3.7.1 (2023-11-17) ] copyright:
121+
[ aom 3.8.0 (2023-12-06) ] copyright:
119122

120123
Copyright (c) 2016, Alliance for Open Media. All rights reserved.
121124

@@ -3060,10 +3063,11 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
30603063

30613064
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
30623065

3063-
[ lcms 2.15.0 (2023-03-01) ] copyright:
3066+
[ lcms 2.16.0 (2023-12-03) ] copyright:
3067+
3068+
MIT License
30643069

3065-
Little CMS
3066-
Copyright (c) 1998-2020 Marti Maria Saguer
3070+
Copyright (c) 2023 Marti Maria Saguer
30673071

30683072
Permission is hereby granted, free of charge, to any person obtaining
30693073
a copy of this software and associated documentation files (the
@@ -3534,7 +3538,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
35343538

35353539
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
35363540

3537-
[ xml 2.12.1 (2023-11-23) ] copyright:
3541+
[ xml 2.12.2 (2023-12-05) ] copyright:
35383542

35393543
Except where otherwise noted in the source code (e.g. the files dict.c,
35403544
list.c and the trio files, which are covered by a similar licence but
@@ -3562,7 +3566,7 @@ THE SOFTWARE.
35623566

35633567
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
35643568

3565-
[ zlib 1.2.13 (2022-10-14) ] copyright:
3569+
[ zlib 1.3.0 (2023-08-18) ] copyright:
35663570

35673571
Copyright notice:
35683572

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"update-index": "cd tools && tsc && node update-index.js ../src"
4747
},
4848
"devDependencies": {
49-
"@dlemstra/magick-native": "0.202312.91542",
49+
"@dlemstra/magick-native": "0.202312.110822",
5050
"@rollup/plugin-esm-shim": "^0.1.5",
5151
"@types/jsdom": "21.1.6",
5252
"@typescript-eslint/eslint-plugin": "6.13.2",
@@ -59,6 +59,6 @@
5959
"set-value": "4.1.0",
6060
"typescript": "5.3.3",
6161
"vite": "5.0.7",
62-
"vitest": "1.0.3"
62+
"vitest": "1.0.4"
6363
}
6464
}

0 commit comments

Comments
 (0)