diff options
| author | Fuwn <[email protected]> | 2021-06-10 09:45:37 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-06-10 09:45:37 -0700 |
| commit | c144c20dfe08d5da7471dddf29d5b51757dd0041 (patch) | |
| tree | b049b5db7e18f2d222dae808a537b35d4d73a35b | |
| parent | fix(actions): correct toolchain release (diff) | |
| parent | build(deps): bump trim-newlines from 3.0.0 to 3.0.1 (diff) | |
| download | records-c144c20dfe08d5da7471dddf29d5b51757dd0041.tar.xz records-c144c20dfe08d5da7471dddf29d5b51757dd0041.zip | |
Merge pull request #2 from fuwn/dependabot/npm_and_yarn/trim-newlines-3.0.1
| -rw-r--r-- | yarn.lock | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -2045,9 +2045,9 @@ to-regex@^3.0.1, to-regex@^3.0.2: safe-regex "^1.1.0" trim-newlines@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-3.0.0.tgz#79726304a6a898aa8373427298d54c2ee8b1cb30" - integrity sha512-C4+gOpvmxaSMKuEf9Qc134F1ZuOHVXKRbtEflf4NTtuuJDEIJ9p5PXsalL8SkeRw+qit1Mo+yuvMPAKwWg/1hA== + version "3.0.1" + resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-3.0.1.tgz#260a5d962d8b752425b32f3a7db0dcacd176c144" + integrity sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw== trim-off-newlines@^1.0.0: version "1.0.1" |