Skip to content

Commit 3fe7019

Browse files
authored
Update dependencies (#95)
1 parent 3686941 commit 3fe7019

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99
"Andrew Monks <[email protected]>"
1010
],
1111
"dependencies": {
12-
"@blueoak/list": "^9.0.0",
12+
"@blueoak/list": "^15.0.0",
1313
"@npmcli/arborist": "^6.5.0",
1414
"correct-license-metadata": "^1.4.0",
1515
"docopt": "^0.6.2",
1616
"hasown": "^2.0.0",
1717
"npm-license-corrections": "^1.6.2",
1818
"semver": "^7.6.0",
19-
"spdx-expression-parse": "^3.0.1",
19+
"spdx-expression-parse": "^4.0.0",
2020
"spdx-expression-validate": "^2.0.0",
2121
"spdx-osi": "^3.0.0",
2222
"spdx-whitelisted": "^1.0.0"
@@ -39,7 +39,7 @@
3939
"repository": "jslicense/licensee.js",
4040
"scripts": {
4141
"licenses": "./licensee --errors-only",
42-
"lint": "standard index.js licensee test/**/test.js",
42+
"lint": "standard index.js licensee tests/**/*.js",
4343
"pretest": "npm run lint",
4444
"tests-only": "tap --no-check-coverage tests/unit.test.js tests/**/test.js",
4545
"test": "npm run tests-only",

0 commit comments

Comments
 (0)