Skip to content

Commit

Permalink
config: Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Seidelsohn committed Sep 29, 2021
1 parent f5a3731 commit 3acf3e2
Show file tree
Hide file tree
Showing 2 changed files with 2,902 additions and 2,837 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "license-checker-rseidelsohn",
"description": "Feature enhanced version of the original license-checker v25.0.1",
"author": "Roman Seidelsohn <rseidelsohn@gmail.com>",
"version": "2.1.1",
"version": "2.1.2",
"license": "BSD-3-Clause",
"contributors": [
"Adam Weber <adamweber01@gmail.com>",
Expand Down Expand Up @@ -63,30 +63,30 @@
"zodiac403 <zodiac403@gmx.de>"
],
"dependencies": {
"chalk": "^4.1.0",
"debug": "^4.1.1",
"mkdirp": "^1.0.3",
"chalk": "^4.1.2",
"debug": "^4.3.2",
"mkdirp": "^1.0.4",
"nopt": "^5.0.0",
"read-installed": "~4.0.3",
"semver": "^7.3.5",
"spdx-correct": "^3.0.0",
"spdx-expression-parse": "^3.0.0",
"spdx-satisfies": "^5.0.0",
"spdx-correct": "^3.1.1",
"spdx-expression-parse": "^3.0.1",
"spdx-satisfies": "^5.0.1",
"treeify": "^1.1.0"
},
"devDependencies": {
"@types/mssql": "6.0.8",
"@types/node": "^15.6.1",
"detectionizr": "*",
"eslint": "^7.25.0",
"eslint": "^7.32.0",
"format-package-json": "^0.2.0",
"git-contributors": "^0.2.3",
"github-changes": "^2.0.2",
"istanbul": "^0.4.3",
"github-changes": "^2.0.3",
"istanbul": "^0.4.5",
"jenkins-mocha": "^8.0.0",
"locale": "^0.1.0",
"prettier": "^2.2.1",
"queue": "^6.0.1",
"prettier": "^2.4.1",
"queue": "^6.0.2",
"request": "^2.88.2",
"rimraf": "^3.0.2"
},
Expand Down
Loading

0 comments on commit 3acf3e2

Please sign in to comment.