Skip to content

Commit c9315cb

Browse files
committed
deps: binary-extensions@2.3.0
1 parent 5bb0031 commit c9315cb

File tree

5 files changed

+17
-8
lines changed

5 files changed

+17
-8
lines changed

node_modules/binary-extensions/binary-extensions.json

+3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
"a",
88
"aac",
99
"adp",
10+
"afdesign",
11+
"afphoto",
12+
"afpub",
1013
"ai",
1114
"aif",
1215
"aiff",

node_modules/binary-extensions/license

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
MIT License
22

3-
Copyright (c) 2019 Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com), Paul Miller (https://paulmillr.com)
3+
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
4+
Copyright (c) Paul Miller (https://paulmillr.com)
45

56
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
67

node_modules/binary-extensions/package.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
{
22
"name": "binary-extensions",
3-
"version": "2.2.0",
3+
"version": "2.3.0",
44
"description": "List of binary file extensions",
55
"license": "MIT",
66
"repository": "sindresorhus/binary-extensions",
7+
"funding": "https://github.com/sponsors/sindresorhus",
78
"author": {
89
"name": "Sindre Sorhus",
910
"email": "sindresorhus@gmail.com",
10-
"url": "sindresorhus.com"
11+
"url": "https://sindresorhus.com"
1112
},
13+
"sideEffects": false,
1214
"engines": {
1315
"node": ">=8"
1416
},

package-lock.json

+7-4
Original file line numberDiff line numberDiff line change
@@ -2939,11 +2939,14 @@
29392939
}
29402940
},
29412941
"node_modules/binary-extensions": {
2942-
"version": "2.2.0",
2943-
"resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz",
2944-
"integrity": "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==",
2942+
"version": "2.3.0",
2943+
"resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.3.0.tgz",
2944+
"integrity": "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==",
29452945
"engines": {
29462946
"node": ">=8"
2947+
},
2948+
"funding": {
2949+
"url": "https://github.com/sponsors/sindresorhus"
29472950
}
29482951
},
29492952
"node_modules/bind-obj-methods": {
@@ -16145,7 +16148,7 @@
1614516148
"@npmcli/arborist": "^7.2.1",
1614616149
"@npmcli/disparity-colors": "^3.0.0",
1614716150
"@npmcli/installed-package-contents": "^2.0.2",
16148-
"binary-extensions": "^2.2.0",
16151+
"binary-extensions": "^2.3.0",
1614916152
"diff": "^5.1.0",
1615016153
"minimatch": "^9.0.0",
1615116154
"npm-package-arg": "^11.0.1",

workspaces/libnpmdiff/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"@npmcli/arborist": "^7.2.1",
5050
"@npmcli/disparity-colors": "^3.0.0",
5151
"@npmcli/installed-package-contents": "^2.0.2",
52-
"binary-extensions": "^2.2.0",
52+
"binary-extensions": "^2.3.0",
5353
"diff": "^5.1.0",
5454
"minimatch": "^9.0.0",
5555
"npm-package-arg": "^11.0.1",

0 commit comments

Comments
 (0)