Skip to content

Commit

Permalink
[Deps] update @npmcli/arborist, semver, hasown
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Feb 10, 2024
1 parent 165ee39 commit 54a22a2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module.exports = licensee
var Arborist = require('@npmcli/arborist')
var blueOakList = require('@blueoak/list')
var correctLicenseMetadata = require('correct-license-metadata')
var has = require('has')
var has = require('hasown')
var npmLicenseCorrections = require('npm-license-corrections')
var osi = require('spdx-osi')
var parse = require('spdx-expression-parse')
Expand Down
2 changes: 1 addition & 1 deletion licensee
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env node
var docopt = require('docopt')
var fs = require('fs')
var has = require('has')
var has = require('hasown')
var path = require('path')
var validSPDX = require('spdx-expression-validate')

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
],
"dependencies": {
"@blueoak/list": "^9.0.0",
"@npmcli/arborist": "^6.1.2",
"@npmcli/arborist": "^6.5.0",
"correct-license-metadata": "^1.4.0",
"docopt": "^0.6.2",
"has": "^1.0.3",
"hasown": "^2.0.0",
"npm-license-corrections": "^1.6.2",
"semver": "^7.3.8",
"semver": "^7.6.0",
"spdx-expression-parse": "^3.0.1",
"spdx-expression-validate": "^2.0.0",
"spdx-osi": "^3.0.0",
Expand Down

0 comments on commit 54a22a2

Please sign in to comment.