Skip to content

Commit

Permalink
update license checker for security issue in dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
dae committed May 7, 2021
1 parent d797900 commit 83850a1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 40 deletions.
2 changes: 1 addition & 1 deletion ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"glob": "^7.1.6",
"jest-cli": "^27.0.0-next.7",
"jsdoc": "^3.6.6",
"license-checker-rseidelsohn": "=1.1.2",

This comment has been minimized.

Copy link
@dae

dae May 7, 2021

Author Member

This didn't actually fix the problem - we're still waiting on npm/read-installed#53

"license-checker-rseidelsohn": "^1.2.2",
"minimist": "^1.2.5",
"prettier": "^2.1.2",
"prettier-plugin-svelte": "^1.4.0",
Expand Down
51 changes: 12 additions & 39 deletions ts/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1479,14 +1479,6 @@ chalk@^2.0.0:
escape-string-regexp "^1.0.5"
supports-color "^5.3.0"

chalk@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/chalk/-/chalk-3.0.0.tgz#3f73c2bf526591f574cc492c51e2456349f844e4"
integrity sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==
dependencies:
ansi-styles "^4.1.0"
supports-color "^7.1.0"

chalk@^4.0.0, chalk@^4.1.0:
version "4.1.1"
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.1.tgz#c80b3fab28bf6371e6863325eee67e618b77e6ad"
Expand Down Expand Up @@ -3237,17 +3229,17 @@ levn@~0.3.0:
prelude-ls "~1.1.2"
type-check "~0.3.2"

license-checker-rseidelsohn@=1.1.2:
version "1.1.2"
resolved "https://registry.yarnpkg.com/license-checker-rseidelsohn/-/license-checker-rseidelsohn-1.1.2.tgz#8382c6f8fefd11229dc97af55f539ebef6392cf3"
integrity sha512-OS8OpSJMSXnmfQiFSITX3ufbMtBZr8u1NenMrVXL0tiE7mBdzTyd4UTn+MXrEHRNSaqZ89BjdKtb36eiqb99bA==
license-checker-rseidelsohn@^1.2.2:
version "1.2.2"
resolved "https://registry.yarnpkg.com/license-checker-rseidelsohn/-/license-checker-rseidelsohn-1.2.2.tgz#b81ac815f66f6e840fe3306b88302060344d984f"
integrity sha512-EkR46infvGNEEM5agxBLX8BPsN40N/tC+CuYfao80/ZphzusI+gUrXyPA+OzAB8a+2sBrLCfZ9fVxgRLn4aDTA==
dependencies:
chalk "^3.0.0"
chalk "^4.1.0"
debug "^4.1.1"
mkdirp "^1.0.3"
nopt "^4.0.1"
nopt "^5.0.0"
read-installed "~4.0.3"
semver "^7.1.3"
semver "^7.3.5"
spdx-correct "^3.0.0"
spdx-expression-parse "^3.0.0"
spdx-satisfies "^5.0.0"
Expand Down Expand Up @@ -3441,13 +3433,12 @@ node-releases@^1.1.71:
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.71.tgz#cb1334b179896b1c89ecfdd4b725fb7bbdfc7dbb"
integrity sha512-zR6HoT6LrLCRBwukmrVbHv0EpEQjksO6GmFcZQQuCAy139BEsoVKPYnf3jongYW83fAa1torLGYwxxky/p28sg==

nopt@^4.0.1:
version "4.0.3"
resolved "https://registry.yarnpkg.com/nopt/-/nopt-4.0.3.tgz#a375cad9d02fd921278d954c2254d5aa57e15e48"
integrity sha512-CvaGwVMztSMJLOeXPrez7fyfObdZqNUK1cPAEzLHrTybIua9pMdmmPR5YwtfNftIOMv3DPUhFaxsZMNTQO20Kg==
nopt@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/nopt/-/nopt-5.0.0.tgz#530942bb58a512fccafe53fe210f13a25355dc88"
integrity sha512-Tbj67rffqceeLpcRXrT7vKAN8CwfPeIBgM7E6iBkmKLV7bEMwpGgYLGv0jACUsECaa/vuxP0IjEont6umdMgtQ==
dependencies:
abbrev "1"
osenv "^0.1.4"

normalize-package-data@^2.0.0:
version "2.5.0"
Expand Down Expand Up @@ -3524,24 +3515,6 @@ optionator@^0.9.1:
type-check "^0.4.0"
word-wrap "^1.2.3"

os-homedir@^1.0.0:
version "1.0.2"
resolved "https://registry.yarnpkg.com/os-homedir/-/os-homedir-1.0.2.tgz#ffbc4988336e0e833de0c168c7ef152121aa7fb3"
integrity sha1-/7xJiDNuDoM94MFox+8VISGqf7M=

os-tmpdir@^1.0.0:
version "1.0.2"
resolved "https://registry.yarnpkg.com/os-tmpdir/-/os-tmpdir-1.0.2.tgz#bbe67406c79aa85c5cfec766fe5734555dfa1274"
integrity sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ=

osenv@^0.1.4:
version "0.1.5"
resolved "https://registry.yarnpkg.com/osenv/-/osenv-0.1.5.tgz#85cdfafaeb28e8677f416e287592b5f3f49ea410"
integrity sha512-0CWcCECdMVc2Rw3U5w9ZjqX6ga6ubk1xDVKxtBQPK7wis/0F2r9T6k4ydGYhecl7YUBxBVxhL5oisPsNxAPe2g==
dependencies:
os-homedir "^1.0.0"
os-tmpdir "^1.0.0"

p-each-series@^2.1.0:
version "2.2.0"
resolved "https://registry.yarnpkg.com/p-each-series/-/p-each-series-2.2.0.tgz#105ab0357ce72b202a8a8b94933672657b5e2a9a"
Expand Down Expand Up @@ -3949,7 +3922,7 @@ semver@^6.0.0, semver@^6.3.0:
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==

semver@^7.1.3, semver@^7.2.1, semver@^7.3.2, semver@^7.3.4:
semver@^7.2.1, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5:
version "7.3.5"
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.5.tgz#0b621c879348d8998e4b0e4be94b3f12e6018ef7"
integrity sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==
Expand Down

0 comments on commit 83850a1

Please sign in to comment.