Skip to content

Commit f5b2584

Browse files
committed
Upgrade 'trim-newlines' to 4.0.2
1 parent 4264ea2 commit f5b2584

File tree

2 files changed

+22
-21
lines changed

2 files changed

+22
-21
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@
5252
"resolutions": {
5353
"minimist": "~1.2.5",
5454
"lodash": "~4.17.19",
55-
"ssri": "^8.0.1"
55+
"ssri": "^8.0.1",
56+
"trim-newlines": "^4.0.2"
5657
},
5758
"engines": {
5859
"node": ">=0.10.0"

yarn.lock

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,23 @@
33

44

55
"@babel/code-frame@^7.0.0":
6-
version "7.12.13"
7-
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.12.13.tgz#dcfc826beef65e75c50e21d3837d7d95798dd658"
8-
integrity sha512-HV1Cm0Q3ZrpCR93tkWOYiuYIgLxZXZFVG2VgK+MBWjUqZTundupbfx2aXarXuw5Ko5aMcjtJgbSs4vUGBS5v6g==
6+
version "7.14.5"
7+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.14.5.tgz#23b08d740e83f49c5e59945fbf1b43e80bbf4edb"
8+
integrity sha512-9pzDqyc6OLDaqe+zbACgFkb6fKMNG6CObKpnYXChRsvYGyEdc7CA2BaqeOM+vOtCS5ndmJicPJhKAwYRI6UfFw==
99
dependencies:
10-
"@babel/highlight" "^7.12.13"
10+
"@babel/highlight" "^7.14.5"
1111

12-
"@babel/helper-validator-identifier@^7.14.0":
13-
version "7.14.0"
14-
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.0.tgz#d26cad8a47c65286b15df1547319a5d0bcf27288"
15-
integrity sha512-V3ts7zMSu5lfiwWDVWzRDGIN+lnCEUdaXgtVHJgLb1rGaA6jMrtB9EmE7L18foXJIE8Un/A/h6NJfGQp/e1J4A==
12+
"@babel/helper-validator-identifier@^7.14.5":
13+
version "7.14.5"
14+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.5.tgz#d0f0e277c512e0c938277faa85a3968c9a44c0e8"
15+
integrity sha512-5lsetuxCLilmVGyiLEfoHBRX8UCFD+1m2x3Rj97WrW3V7H3u4RWRXA4evMjImCsin2J2YT0QaVDGf+z8ondbAg==
1616

17-
"@babel/highlight@^7.12.13":
18-
version "7.14.0"
19-
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.14.0.tgz#3197e375711ef6bf834e67d0daec88e4f46113cf"
20-
integrity sha512-YSCOwxvTYEIMSGaBQb5kDDsCopDdiUGsqpatp3fOlI4+2HQSkTmEVWnVuySdAC5EWCqSWWTv0ib63RjR7dTBdg==
17+
"@babel/highlight@^7.14.5":
18+
version "7.14.5"
19+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.14.5.tgz#6861a52f03966405001f6aa534a01a24d99e8cd9"
20+
integrity sha512-qf9u2WFWVV0MppaL877j2dBtQIDgmidgjGk5VIMw3OadXvYaXn66U1BFlH2t4+t3i+8PhedppRv+i40ABzd+gg==
2121
dependencies:
22-
"@babel/helper-validator-identifier" "^7.14.0"
22+
"@babel/helper-validator-identifier" "^7.14.5"
2323
chalk "^2.0.0"
2424
js-tokens "^4.0.0"
2525

@@ -29,9 +29,9 @@
2929
integrity sha512-1z8k4wzFnNjVK/tlxvrWuK5WMt6mydWWP7+zvH5eFep4oj+UkrfiJTRtjCeBXNpwaA/FYqqtb4/QS4ianFpIRA==
3030

3131
"@types/node@*":
32-
version "15.12.1"
33-
resolved "https://registry.yarnpkg.com/@types/node/-/node-15.12.1.tgz#9b60797dee1895383a725f828a869c86c6caa5c2"
34-
integrity sha512-zyxJM8I1c9q5sRMtVF+zdd13Jt6RU4r4qfhTd7lQubyThvLfx6yYekWSQjGCGV2Tkecgxnlpl/DNlb6Hg+dmEw==
32+
version "15.12.2"
33+
resolved "https://registry.yarnpkg.com/@types/node/-/node-15.12.2.tgz#1f2b42c4be7156ff4a6f914b2fb03d05fa84e38d"
34+
integrity sha512-zjQ69G564OCIWIOHSXyQEEDpdpGl+G348RAKY0XXy9Z5kU9Vzv1GMNnkar/ZJ8dzXB3COzD9Mo9NtRZ4xfgUww==
3535

3636
"@types/yauzl@^2.9.1":
3737
version "2.9.1"
@@ -3598,10 +3598,10 @@ tough-cookie@~2.5.0:
35983598
psl "^1.1.28"
35993599
punycode "^2.1.1"
36003600

3601-
trim-newlines@^1.0.0:
3602-
version "1.0.0"
3603-
resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-1.0.0.tgz#5887966bb582a4503a41eb524f7d35011815a613"
3604-
integrity sha1-WIeWa7WCpFA6QetST301ARgVphM=
3601+
trim-newlines@^1.0.0, trim-newlines@^4.0.2:
3602+
version "4.0.2"
3603+
resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-4.0.2.tgz#d6aaaf6a0df1b4b536d183879a6b939489808c7c"
3604+
integrity sha512-GJtWyq9InR/2HRiLZgpIKv+ufIKrVrvjQWEj7PxAXNc5dwbNJkqhAUoAGgzRmULAnoOM5EIpveYd3J2VeSAIew==
36053605

36063606
"true-case-path@^1.0.2":
36073607
version "1.0.3"

0 commit comments

Comments
 (0)