Skip to content

Commit 5918662

Browse files
committed
bump: Update dependencies specially autolinker
1 parent 7a57dc9 commit 5918662

File tree

2 files changed

+9
-24
lines changed

2 files changed

+9
-24
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,8 @@
154154
"resolutions": {
155155
"lodash": ">=4.17.15",
156156
"minimist": ">=1.2.2",
157-
"acorn": ">=7.1.1"
157+
"acorn": ">=7.1.1",
158+
"autolinker": ">=3.0.0"
158159
},
159160
"license": "MIT",
160161
"files": [

yarn.lock

Lines changed: 7 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1167,12 +1167,12 @@ atob@^2.1.2:
11671167
resolved "https://registry.yarnpkg.com/atob/-/atob-2.1.2.tgz#6d9517eb9e030d2436666651e86bd9f6f13533c9"
11681168
integrity sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==
11691169

1170-
autolinker@~0.28.0:
1171-
version "0.28.1"
1172-
resolved "https://registry.yarnpkg.com/autolinker/-/autolinker-0.28.1.tgz#0652b491881879f0775dace0cdca3233942a4e47"
1173-
integrity sha1-BlK0kYgYefB3XazgzcoyM5QqTkc=
1170+
autolinker@>=3.0.0, autolinker@~0.28.0:
1171+
version "3.13.0"
1172+
resolved "https://registry.yarnpkg.com/autolinker/-/autolinker-3.13.0.tgz#7a51244bb11bf75de89a48047919e93071e78f43"
1173+
integrity sha512-qlM0Su9lYYJ7lAth6xxB0rRdpS4FGmRboaghmM45Ud6ygGZa/TK/cbRAX6afvusJ79vyciy18QSKrWTM6cJHiw==
11741174
dependencies:
1175-
gulp-header "^1.7.1"
1175+
tslib "^1.9.3"
11761176

11771177
[email protected], autoprefixer@^9.6.1:
11781178
version "9.7.4"
@@ -2104,13 +2104,6 @@ concat-stream@^1.5.0, concat-stream@^1.5.2:
21042104
readable-stream "^2.2.2"
21052105
typedarray "^0.0.6"
21062106

2107-
concat-with-sourcemaps@*:
2108-
version "1.1.0"
2109-
resolved "https://registry.yarnpkg.com/concat-with-sourcemaps/-/concat-with-sourcemaps-1.1.0.tgz#d4ea93f05ae25790951b99e7b3b09e3908a4082e"
2110-
integrity sha512-4gEjHJFT9e+2W/77h/DS5SGUgwDaOwprX8L/gl5+3ixnzkVJJsZWDSelmN3Oilw3LNDZjZV0yqH1hLG3k6nghg==
2111-
dependencies:
2112-
source-map "^0.6.1"
2113-
21142107
config-chain@^1.1.11:
21152108
version "1.1.12"
21162109
resolved "https://registry.yarnpkg.com/config-chain/-/config-chain-1.1.12.tgz#0fde8d091200eb5e808caf25fe618c02f48e4efa"
@@ -4319,15 +4312,6 @@ growly@^1.3.0:
43194312
resolved "https://registry.yarnpkg.com/growly/-/growly-1.3.0.tgz#f10748cbe76af964b7c96c93c6bcc28af120c081"
43204313
integrity sha1-8QdIy+dq+WS3yWyTxrzCivEgwIE=
43214314

4322-
gulp-header@^1.7.1:
4323-
version "1.8.12"
4324-
resolved "https://registry.yarnpkg.com/gulp-header/-/gulp-header-1.8.12.tgz#ad306be0066599127281c4f8786660e705080a84"
4325-
integrity sha512-lh9HLdb53sC7XIZOYzTXM4lFuXElv3EVkSDhsd7DoJBj7hm+Ni7D3qYbb+Rr8DuM8nRanBvkVO9d7askreXGnQ==
4326-
dependencies:
4327-
concat-with-sourcemaps "*"
4328-
lodash.template "^4.4.0"
4329-
through2 "^2.0.0"
4330-
43314315
handle-thing@^2.0.0:
43324316
version "2.0.0"
43334317
resolved "https://registry.yarnpkg.com/handle-thing/-/handle-thing-2.0.0.tgz#0e039695ff50c93fc288557d696f3c1dc6776754"
@@ -6219,7 +6203,7 @@ lodash.sortby@^4.7.0:
62196203
resolved "https://registry.yarnpkg.com/lodash.sortby/-/lodash.sortby-4.7.0.tgz#edd14c824e2cc9c1e0b0a1b42bb5210516a42438"
62206204
integrity sha1-7dFMgk4sycHgsKG0K7UhBRakJDg=
62216205

6222-
lodash.template@^4.4.0, lodash.template@^4.5.0:
6206+
lodash.template@^4.5.0:
62236207
version "4.5.0"
62246208
resolved "https://registry.yarnpkg.com/lodash.template/-/lodash.template-4.5.0.tgz#f976195cf3f347d0d5f52483569fe8031ccce8ab"
62256209
integrity sha512-84vYFxIkmidUiFxidA/KjjH9pAycqW+h980j7Fuz5qxRtO9pgB7MDFTdys1N7A5mcucRiDyEq4fusljItR1T/A==
@@ -10106,7 +10090,7 @@ [email protected]:
1010610090
source-map-support "^0.5.6"
1010710091
yn "3.1.1"
1010810092

10109-
tslib@^1.8.1, tslib@^1.9.0:
10093+
tslib@^1.8.1, tslib@^1.9.0, tslib@^1.9.3:
1011010094
version "1.11.1"
1011110095
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.11.1.tgz#eb15d128827fbee2841549e171f45ed338ac7e35"
1011210096
integrity sha512-aZW88SY8kQbU7gpV19lN24LtXh/yD4ZZg6qieAJDDg+YBsJcSmLGK9QpnUjAKVG/xefmvJGd1WUmfpT/g6AJGA==

0 commit comments

Comments
 (0)