Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Seidelsohn committed May 2, 2021
1 parent c29f7de commit 8a4000a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,10 @@
"treeify": "^1.1.0"
},
"devDependencies": {
"@types/node": "^14.14.37",
"@types/node": "^15.0.1",
"babel-eslint": "^10.1.0",
"detectionizr": "*",
"eslint": "^7.23.0",
"eslint": "^7.25.0",
"format-package-json": "^0.2.0",
"git-contributors": "^0.2.3",
"github-changes": "^2.0.2",
Expand Down
4 changes: 2 additions & 2 deletions tests/packages-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ describe('bin/license-checker-rseidelsohn', function() {
this.timeout(8000);

it('should restrict the output to the provided packages', function() {
var restrictedPackages = ['@types/node@14.14.41'];
var restrictedPackages = ['@types/node@15.0.1'];
var output = spawn(
'node',
[
Expand All @@ -24,7 +24,7 @@ describe('bin/license-checker-rseidelsohn', function() {
});

it('should exclude provided excludedPackages from the output', function() {
var excludedPackages = ['@types/node@14.14.41', 'spdx-satisfies@4.0.0', 'y18n@3.2.1'];
var excludedPackages = ['@types/node@15.0.1', 'spdx-satisfies@5.0.0', 'y18n@3.2.1'];
var output = spawn(
'node',
[
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -214,10 +214,10 @@
dependencies:
"@octokit/openapi-types" "^6.0.0"

"@types/node@^14.14.37":
version "14.14.41"
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.41.tgz#d0b939d94c1d7bd53d04824af45f1139b8c45615"
integrity sha512-dueRKfaJL4RTtSa7bWeTK1M+VH+Gns73oCgzvYfHZywRCoPSd8EkXBL0mZ9unPTveBn+D9phZBaxuzpwjWkW0g==
"@types/node@^15.0.1":
version "15.0.1"
resolved "https://registry.yarnpkg.com/@types/node/-/node-15.0.1.tgz#ef34dea0881028d11398be5bf4e856743e3dc35a"
integrity sha512-TMkXt0Ck1y0KKsGr9gJtWGjttxlZnnvDtphxUOSd0bfaR6Q1jle+sPvrzNR1urqYTWMinoKvjKfXUGsumaO1PA==

abbrev@1:
version "1.1.1"
Expand Down Expand Up @@ -824,10 +824,10 @@ eslint-visitor-keys@^2.0.0:
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8"
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==

eslint@^7.23.0:
version "7.24.0"
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.24.0.tgz#2e44fa62d93892bfdb100521f17345ba54b8513a"
integrity sha512-k9gaHeHiFmGCDQ2rEfvULlSLruz6tgfA8DEn+rY9/oYPFFTlz55mM/Q/Rij1b2Y42jwZiK3lXvNTw6w6TXzcKQ==
eslint@^7.25.0:
version "7.25.0"
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.25.0.tgz#1309e4404d94e676e3e831b3a3ad2b050031eb67"
integrity sha512-TVpSovpvCNpLURIScDRB6g5CYu/ZFq9GfX2hLNIV4dSBKxIWojeDODvYl3t0k0VtMxYeR8OXPCFE5+oHMlGfhw==
dependencies:
"@babel/code-frame" "7.12.11"
"@eslint/eslintrc" "^0.4.0"
Expand Down

0 comments on commit 8a4000a

Please sign in to comment.