Skip to content

Commit

Permalink
fix: trim remediation (#9361)
Browse files Browse the repository at this point in the history
  • Loading branch information
rarkins committed Apr 2, 2021
1 parent 30af63b commit 267f5eb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -266,6 +266,7 @@
"underscore": "^1.12.1",
"jest-silent-reporter/jest-util": ">=25.1.0",
"jest-junit/jest-validate": ">=25.1.0",
"trim": "^1.0.0",
"**/acorn": ">=6.4.1 <7.0.0 || >=7.1.1",
"**/kind-of": ">=6.0.3",
"**/lock-verify/@iarna/cli": ">=2"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -10027,10 +10027,10 @@ trim-trailing-lines@^1.0.0:
resolved "https://registry.yarnpkg.com/trim-trailing-lines/-/trim-trailing-lines-1.1.4.tgz#bd4abbec7cc880462f10b2c8b5ce1d8d1ec7c2c0"
integrity sha512-rjUWSqnfTNrjbB9NQWfPMH/xRK1deHeGsHoVfpxJ++XeYXE0d6B1En37AHfw3jtfTU7dzMzZL2jjpe8Qb5gLIQ==

trim@0.0.1:
version "0.0.1"
resolved "https://registry.yarnpkg.com/trim/-/trim-0.0.1.tgz#5858547f6b290757ee95cccc666fb50084c460dd"
integrity sha1-WFhUf2spB1fulczMZm+1AITEYN0=
trim@0.0.1, trim@^1.0.0:
version "1.0.1"
resolved "https://registry.yarnpkg.com/trim/-/trim-1.0.1.tgz#68e78f6178ccab9687a610752f4f5e5a7022ee8c"
integrity sha512-3JVP2YVqITUisXblCDq/Bi4P9457G/sdEamInkyvCsjbTcXLXIiG7XCb4kGMFWh6JGXesS3TKxOPtrncN/xe8w==

trough@^1.0.0:
version "1.0.5"
Expand Down

0 comments on commit 267f5eb

Please sign in to comment.