Skip to content

Commit 88661a2

Browse files
chore(deps): update dependency nodemon to ^2.0.22
1 parent 79ef82d commit 88661a2

File tree

2 files changed

+72
-126
lines changed

2 files changed

+72
-126
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"uikit": "^3.6.22"
7373
},
7474
"devDependencies": {
75-
"nodemon": "^2.0.7",
75+
"nodemon": "^2.0.22",
7676
"xo": "0.39.1"
7777
},
7878
"xo": {

yarn.lock

Lines changed: 71 additions & 125 deletions
Original file line numberDiff line numberDiff line change
@@ -753,10 +753,10 @@ ansi-yellow@^0.1.1:
753753
dependencies:
754754
ansi-wrap "0.1.0"
755755

756-
anymatch@~3.1.1:
757-
version "3.1.1"
758-
resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-3.1.1.tgz#c55ecf02185e2469259399310c173ce31233b142"
759-
integrity sha512-mM8522psRCqzV+6LhomX5wgp25YVibjh8Wj23I5RPkPppSVSjyKD2A2mBJmWGa+KN7f2D6LNh9jkBCeyLktzjg==
756+
anymatch@~3.1.2:
757+
version "3.1.3"
758+
resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-3.1.3.tgz#790c58b19ba1720a84205b57c618d5ad8524973e"
759+
integrity sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==
760760
dependencies:
761761
normalize-path "^3.0.0"
762762
picomatch "^2.0.4"
@@ -951,20 +951,6 @@ body-parser@1.19.0, body-parser@^1.19.0:
951951
raw-body "2.4.0"
952952
type-is "~1.6.17"
953953

954-
boxen@^4.2.0:
955-
version "4.2.0"
956-
resolved "https://registry.yarnpkg.com/boxen/-/boxen-4.2.0.tgz#e411b62357d6d6d36587c8ac3d5d974daa070e64"
957-
integrity sha512-eB4uT9RGzg2odpER62bBwSLvUeGC+WbRjjyyFhGsKnc8wp/m0+hQsMUvUe3H2V0D5vw0nBdO1hCJoZo5mKeuIQ==
958-
dependencies:
959-
ansi-align "^3.0.0"
960-
camelcase "^5.3.1"
961-
chalk "^3.0.0"
962-
cli-boxes "^2.2.0"
963-
string-width "^4.1.0"
964-
term-size "^2.1.0"
965-
type-fest "^0.8.1"
966-
widest-line "^3.1.0"
967-
968954
boxen@^5.0.0:
969955
version "5.0.1"
970956
resolved "https://registry.yarnpkg.com/boxen/-/boxen-5.0.1.tgz#657528bdd3f59a772b8279b831f27ec2c744664b"
@@ -1190,14 +1176,6 @@ chalk@^2.0.0:
11901176
escape-string-regexp "^1.0.5"
11911177
supports-color "^5.3.0"
11921178

1193-
chalk@^3.0.0:
1194-
version "3.0.0"
1195-
resolved "https://registry.yarnpkg.com/chalk/-/chalk-3.0.0.tgz#3f73c2bf526591f574cc492c51e2456349f844e4"
1196-
integrity sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==
1197-
dependencies:
1198-
ansi-styles "^4.1.0"
1199-
supports-color "^7.1.0"
1200-
12011179
chalk@^4.0.0, chalk@^4.1.0:
12021180
version "4.1.0"
12031181
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.0.tgz#4e14870a618d9e2edd97dd8345fd9d9dc315646a"
@@ -1206,20 +1184,20 @@ chalk@^4.0.0, chalk@^4.1.0:
12061184
ansi-styles "^4.1.0"
12071185
supports-color "^7.1.0"
12081186

1209-
chokidar@^3.2.2:
1210-
version "3.3.0"
1211-
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.3.0.tgz#12c0714668c55800f659e262d4962a97faf554a6"
1212-
integrity sha512-dGmKLDdT3Gdl7fBUe8XK+gAtGmzy5Fn0XkkWQuYxGIgWVPPse2CxFA5mtrlD0TOHaHjEUqkWNyP1XdHoJES/4A==
1187+
chokidar@^3.5.2:
1188+
version "3.6.0"
1189+
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.6.0.tgz#197c6cc669ef2a8dc5e7b4d97ee4e092c3eb0d5b"
1190+
integrity sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==
12131191
dependencies:
1214-
anymatch "~3.1.1"
1192+
anymatch "~3.1.2"
12151193
braces "~3.0.2"
1216-
glob-parent "~5.1.0"
1194+
glob-parent "~5.1.2"
12171195
is-binary-path "~2.1.0"
12181196
is-glob "~4.0.1"
12191197
normalize-path "~3.0.0"
1220-
readdirp "~3.2.0"
1198+
readdirp "~3.6.0"
12211199
optionalDependencies:
1222-
fsevents "~2.1.1"
1200+
fsevents "~2.3.2"
12231201

12241202
ci-info@^2.0.0:
12251203
version "2.0.0"
@@ -1256,11 +1234,6 @@ clean-regexp@^1.0.0:
12561234
dependencies:
12571235
escape-string-regexp "^1.0.5"
12581236

1259-
cli-boxes@^2.2.0:
1260-
version "2.2.0"
1261-
resolved "https://registry.yarnpkg.com/cli-boxes/-/cli-boxes-2.2.0.tgz#538ecae8f9c6ca508e3c3c95b453fe93cb4c168d"
1262-
integrity sha512-gpaBrMAizVEANOpfZp/EEUixTXDyGt7DFzdK5hU+UbWt/J0lB0w20ncZj59Z9a93xHb9u12zF5BS6i9RKbtg4w==
1263-
12641237
cli-boxes@^2.2.1:
12651238
version "2.2.1"
12661239
resolved "https://registry.yarnpkg.com/cli-boxes/-/cli-boxes-2.2.1.tgz#ddd5035d25094fce220e9cab40a45840a440318f"
@@ -1556,13 +1529,20 @@ debug@2.6.9, debug@^2.2.0, debug@^2.3.3, debug@^2.6.9:
15561529
dependencies:
15571530
ms "2.0.0"
15581531

1559-
debug@3.2.6, debug@^3.2.6:
1532+
debug@3.2.6:
15601533
version "3.2.6"
15611534
resolved "https://registry.yarnpkg.com/debug/-/debug-3.2.6.tgz#e83d17de16d8a7efb7717edbe5fb10135eee629b"
15621535
integrity sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ==
15631536
dependencies:
15641537
ms "^2.1.1"
15651538

1539+
debug@^3.2.7:
1540+
version "3.2.7"
1541+
resolved "https://registry.yarnpkg.com/debug/-/debug-3.2.7.tgz#72580b7e9145fb39b6676f9c5e5fb100b934179a"
1542+
integrity sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==
1543+
dependencies:
1544+
ms "^2.1.1"
1545+
15661546
debug@^4.0.1, debug@^4.1.0, debug@^4.1.1:
15671547
version "4.1.1"
15681548
resolved "https://registry.yarnpkg.com/debug/-/debug-4.1.1.tgz#3b72260255109c6b589cee050f1d516139664791"
@@ -2612,10 +2592,10 @@ fs.realpath@^1.0.0:
26122592
resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f"
26132593
integrity sha1-FQStJSMVjKpA20onh8sBQRmU6k8=
26142594

2615-
fsevents@~2.1.1:
2616-
version "2.1.2"
2617-
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.1.2.tgz#4c0a1fb34bc68e543b4b82a9ec392bfbda840805"
2618-
integrity sha512-R4wDiBwZ0KzpgOWetKDug1FZcYhqYnUYKtfZYt4mD5SBz76q0KR4Q9o7GIPamsVPGmW3EYPPJ0dOOjvx32ldZA==
2595+
fsevents@~2.3.2:
2596+
version "2.3.3"
2597+
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.3.tgz#cac6407785d03675a2a5e1a5305c697b347d90d6"
2598+
integrity sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==
26192599

26202600
function-bind@^1.1.1:
26212601
version "1.1.1"
@@ -2682,14 +2662,14 @@ glob-parent@^3.1.0:
26822662
is-glob "^3.1.0"
26832663
path-dirname "^1.0.0"
26842664

2685-
glob-parent@^5.0.0, glob-parent@~5.1.0:
2665+
glob-parent@^5.0.0:
26862666
version "5.1.0"
26872667
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.0.tgz#5f4c1d1e748d30cd73ad2944b3577a81b081e8c2"
26882668
integrity sha512-qjtRgnIVmOfnKUE3NJAQEdk+lKrxfw8t5ke7SXtfMTHcjsBfOfWXCQfdb30zfDoZQ2IRSIiidmjtbHZPZ++Ihw==
26892669
dependencies:
26902670
is-glob "^4.0.1"
26912671

2692-
glob-parent@^5.1.0:
2672+
glob-parent@^5.1.0, glob-parent@~5.1.2:
26932673
version "5.1.2"
26942674
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.2.tgz#869832c58034fe68a4093c17dc15e8340d8401c4"
26952675
integrity sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==
@@ -2725,13 +2705,6 @@ glob@^7.1.7:
27252705
once "^1.3.0"
27262706
path-is-absolute "^1.0.0"
27272707

2728-
global-dirs@^2.0.1:
2729-
version "2.0.1"
2730-
resolved "https://registry.yarnpkg.com/global-dirs/-/global-dirs-2.0.1.tgz#acdf3bb6685bcd55cb35e8a052266569e9469201"
2731-
integrity sha512-5HqUqdhkEovj2Of/ms3IeS/EekcO54ytHRLV4PEY2rhRwrHXLQjeVEES0Lhka0xwNDtGYn58wyC4s5+MHsOO6A==
2732-
dependencies:
2733-
ini "^1.3.5"
2734-
27352708
global-dirs@^3.0.0:
27362709
version "3.0.0"
27372710
resolved "https://registry.yarnpkg.com/global-dirs/-/global-dirs-3.0.0.tgz#70a76fe84ea315ab37b1f5576cbde7d48ef72686"
@@ -3164,7 +3137,7 @@ ini@2.0.0:
31643137
resolved "https://registry.yarnpkg.com/ini/-/ini-2.0.0.tgz#e5fd556ecdd5726be978fa1001862eacb0a94bc5"
31653138
integrity sha512-7PnF4oN3CvZF23ADhA5wRaYEQpJ8qygSkbtTXWBeXWXmEVRXK+1ITciHWwHhsjv1TmW0MgacIv6hEi5pX5NQdA==
31663139

3167-
ini@^1.3.5, ini@~1.3.0:
3140+
ini@~1.3.0:
31683141
version "1.3.5"
31693142
resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.5.tgz#eee25f56db1c9ec6085e0c22778083f596abf927"
31703143
integrity sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw==
@@ -3355,14 +3328,6 @@ is-glob@^4.0.0, is-glob@^4.0.1, is-glob@~4.0.1:
33553328
dependencies:
33563329
is-extglob "^2.1.1"
33573330

3358-
is-installed-globally@^0.3.1:
3359-
version "0.3.1"
3360-
resolved "https://registry.yarnpkg.com/is-installed-globally/-/is-installed-globally-0.3.1.tgz#679afef819347a72584617fd19497f010b8ed35f"
3361-
integrity sha512-oiEcGoQbGc+3/iijAijrK2qFpkNoNjsHOm/5V5iaeydyrS/hnwaRCEgH5cpW0P3T1lSjV5piB7S5b5lEugNLhg==
3362-
dependencies:
3363-
global-dirs "^2.0.1"
3364-
is-path-inside "^3.0.1"
3365-
33663331
is-installed-globally@^0.4.0:
33673332
version "0.4.0"
33683333
resolved "https://registry.yarnpkg.com/is-installed-globally/-/is-installed-globally-0.4.0.tgz#9a0fd407949c30f86eb6959ef1b7994ed0b7b520"
@@ -3383,11 +3348,6 @@ is-negated-glob@^1.0.0:
33833348
resolved "https://registry.yarnpkg.com/is-negated-glob/-/is-negated-glob-1.0.0.tgz#6910bca5da8c95e784b5751b976cf5a10fee36d2"
33843349
integrity sha1-aRC8pdqMleeEtXUbl2z1oQ/uNtI=
33853350

3386-
is-npm@^4.0.0:
3387-
version "4.0.0"
3388-
resolved "https://registry.yarnpkg.com/is-npm/-/is-npm-4.0.0.tgz#c90dd8380696df87a7a6d823c20d0b12bbe3c84d"
3389-
integrity sha512-96ECIfh9xtDDlPylNPXhzjsykHsMJZ18ASpaWzQyBr4YRTcVjUvzaHayDAES2oU/3KpljhHUjtSRNiDwi0F0ig==
3390-
33913351
is-npm@^5.0.0:
33923352
version "5.0.0"
33933353
resolved "https://registry.yarnpkg.com/is-npm/-/is-npm-5.0.0.tgz#43e8d65cc56e1b67f8d47262cf667099193f45a8"
@@ -3437,7 +3397,7 @@ is-odd@^0.1.2:
34373397
dependencies:
34383398
is-number "^3.0.0"
34393399

3440-
is-path-inside@^3.0.1, is-path-inside@^3.0.2:
3400+
is-path-inside@^3.0.2:
34413401
version "3.0.2"
34423402
resolved "https://registry.yarnpkg.com/is-path-inside/-/is-path-inside-3.0.2.tgz#f5220fc82a3e233757291dddc9c5877f2a1f3017"
34433403
integrity sha512-/2UGPSgmtqwo1ktx8NDHjuPwZWmHhO+gj0f93EkhLB5RgW9RZevWYYlIkS6zePc6U2WpOdQYIwHe9YC4DWEBVg==
@@ -3697,7 +3657,7 @@ kind-of@^6.0.3:
36973657
resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-6.0.3.tgz#07c05034a6c349fa06e24fa35aa76db4580ce4dd"
36983658
integrity sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==
36993659

3700-
latest-version@^5.0.0, latest-version@^5.1.0:
3660+
latest-version@^5.1.0:
37013661
version "5.1.0"
37023662
resolved "https://registry.yarnpkg.com/latest-version/-/latest-version-5.1.0.tgz#119dfe908fe38d15dfa43ecd13fa12ec8832face"
37033663
integrity sha512-weT+r0kTkRQdCdYCNtkMwWXQTMEswKrFBkm4ckQOMVhhqhIMI1UT2hMj+1iigIhgSZm5gTmrRXBNoGUgaTY1xA==
@@ -4080,6 +4040,13 @@ minimatch@^3.0.4:
40804040
dependencies:
40814041
brace-expansion "^1.1.7"
40824042

4043+
minimatch@^3.1.2:
4044+
version "3.1.2"
4045+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
4046+
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
4047+
dependencies:
4048+
brace-expansion "^1.1.7"
4049+
40834050
minimist-options@4.1.0:
40844051
version "4.1.0"
40854052
resolved "https://registry.yarnpkg.com/minimist-options/-/minimist-options-4.1.0.tgz#c0655713c53a8a2ebd77ffa247d342c40f010619"
@@ -4213,21 +4180,21 @@ node-releases@^1.1.71:
42134180
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.71.tgz#cb1334b179896b1c89ecfdd4b725fb7bbdfc7dbb"
42144181
integrity sha512-zR6HoT6LrLCRBwukmrVbHv0EpEQjksO6GmFcZQQuCAy139BEsoVKPYnf3jongYW83fAa1torLGYwxxky/p28sg==
42154182

4216-
nodemon@^2.0.7:
4217-
version "2.0.7"
4218-
resolved "https://registry.yarnpkg.com/nodemon/-/nodemon-2.0.7.tgz#6f030a0a0ebe3ea1ba2a38f71bf9bab4841ced32"
4219-
integrity sha512-XHzK69Awgnec9UzHr1kc8EomQh4sjTQ8oRf8TsGrSmHDx9/UmiGG9E/mM3BuTfNeFwdNBvrqQq/RHL0xIeyFOA==
4183+
nodemon@^2.0.22:
4184+
version "2.0.22"
4185+
resolved "https://registry.yarnpkg.com/nodemon/-/nodemon-2.0.22.tgz#182c45c3a78da486f673d6c1702e00728daf5258"
4186+
integrity sha512-B8YqaKMmyuCO7BowF1Z1/mkPqLk6cs/l63Ojtd6otKjMx47Dq1utxfRxcavH1I7VSaL8n5BUaoutadnsX3AAVQ==
42204187
dependencies:
4221-
chokidar "^3.2.2"
4222-
debug "^3.2.6"
4188+
chokidar "^3.5.2"
4189+
debug "^3.2.7"
42234190
ignore-by-default "^1.0.1"
4224-
minimatch "^3.0.4"
4225-
pstree.remy "^1.1.7"
4191+
minimatch "^3.1.2"
4192+
pstree.remy "^1.1.8"
42264193
semver "^5.7.1"
4194+
simple-update-notifier "^1.0.7"
42274195
supports-color "^5.5.0"
42284196
touch "^3.1.0"
4229-
undefsafe "^2.0.3"
4230-
update-notifier "^4.1.0"
4197+
undefsafe "^2.0.5"
42314198

42324199
nopt@~1.0.10:
42334200
version "1.0.10"
@@ -4827,10 +4794,10 @@ proxy-addr@~2.0.5:
48274794
forwarded "~0.1.2"
48284795
ipaddr.js "1.9.0"
48294796

4830-
pstree.remy@^1.1.7:
4831-
version "1.1.7"
4832-
resolved "https://registry.yarnpkg.com/pstree.remy/-/pstree.remy-1.1.7.tgz#c76963a28047ed61542dc361aa26ee55a7fa15f3"
4833-
integrity sha512-xsMgrUwRpuGskEzBFkH8NmTimbZ5PcPup0LA8JJkHIm2IMUbQcpo3yeLNWVrufEYjh8YwtSVh0xz6UeWc5Oh5A==
4797+
pstree.remy@^1.1.8:
4798+
version "1.1.8"
4799+
resolved "https://registry.yarnpkg.com/pstree.remy/-/pstree.remy-1.1.8.tgz#c242224f4a67c21f686839bbdb4ac282b8373d3a"
4800+
integrity sha512-77DZwxQmxKnu3aR542U+X8FypNzbfJ+C5XQDk3uWjWxn6151aIMGthWYRXTqT1E5oJvg+ljaa2OJi+VfvCOQ8w==
48344801

48354802
public-encrypt@^4.0.0:
48364803
version "4.0.3"
@@ -4867,13 +4834,6 @@ punycode@^2.1.0:
48674834
resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec"
48684835
integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==
48694836

4870-
pupa@^2.0.1:
4871-
version "2.0.1"
4872-
resolved "https://registry.yarnpkg.com/pupa/-/pupa-2.0.1.tgz#dbdc9ff48ffbea4a26a069b6f9f7abb051008726"
4873-
integrity sha512-hEJH0s8PXLY/cdXh66tNEQGndDrIKNqNC5xmrysZy3i5C3oEoLna7YAOad+7u125+zH1HNXUmGEkrhb3c2VriA==
4874-
dependencies:
4875-
escape-goat "^2.0.0"
4876-
48774837
pupa@^2.1.1:
48784838
version "2.1.1"
48794839
resolved "https://registry.yarnpkg.com/pupa/-/pupa-2.1.1.tgz#f5e8fd4afc2c5d97828faa523549ed8744a20d62"
@@ -5023,12 +4983,12 @@ readable-stream@~2.3.6:
50234983
string_decoder "~1.1.1"
50244984
util-deprecate "~1.0.1"
50254985

5026-
readdirp@~3.2.0:
5027-
version "3.2.0"
5028-
resolved "https://registry.yarnpkg.com/readdirp/-/readdirp-3.2.0.tgz#c30c33352b12c96dfb4b895421a49fd5a9593839"
5029-
integrity sha512-crk4Qu3pmXwgxdSgGhgA/eXiJAPQiX4GMOZZMXnqKxHX7TaoL+3gQVo/WeuAiogr07DpnfjIMpXXa+PAIvwPGQ==
4986+
readdirp@~3.6.0:
4987+
version "3.6.0"
4988+
resolved "https://registry.yarnpkg.com/readdirp/-/readdirp-3.6.0.tgz#74a370bd857116e245b29cc97340cd431a02a6c7"
4989+
integrity sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==
50304990
dependencies:
5031-
picomatch "^2.0.4"
4991+
picomatch "^2.2.1"
50324992

50334993
redent@^3.0.0:
50344994
version "3.0.0"
@@ -5294,6 +5254,11 @@ semver@^7.3.4, semver@^7.3.5:
52945254
dependencies:
52955255
lru-cache "^6.0.0"
52965256

5257+
semver@~7.0.0:
5258+
version "7.0.0"
5259+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.0.0.tgz#5f3ca35761e47e05b206c6daff2cf814f0316b8e"
5260+
integrity sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A==
5261+
52975262
send@0.17.1:
52985263
version "0.17.1"
52995264
resolved "https://registry.yarnpkg.com/send/-/send-0.17.1.tgz#c1d8b059f7900f7466dd4938bdc44e11ddb376c8"
@@ -5380,6 +5345,13 @@ signal-exit@^3.0.3:
53805345
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.3.tgz#a1410c2edd8f077b08b4e253c8eacfcaf057461c"
53815346
integrity sha512-VUJ49FC8U1OxwZLxIbTTrDvLnf/6TDgxZcK8wxR8zs13xpx7xbG60ndBlhNrFi2EMuFRoeDoJO7wthSLq42EjA==
53825347

5348+
simple-update-notifier@^1.0.7:
5349+
version "1.1.0"
5350+
resolved "https://registry.yarnpkg.com/simple-update-notifier/-/simple-update-notifier-1.1.0.tgz#67694c121de354af592b347cdba798463ed49c82"
5351+
integrity sha512-VpsrsJSUcJEseSbMHkrsrAVSdvVS5I96Qo1QAQ4FxQ9wXFcB+pjj7FB7/us9+GcgfW4ziHtYMc1J0PLczb55mg==
5352+
dependencies:
5353+
semver "~7.0.0"
5354+
53835355
slash@^2.0.0:
53845356
version "2.0.0"
53855357
resolved "https://registry.yarnpkg.com/slash/-/slash-2.0.0.tgz#de552851a1759df3a8f206535442f5ec4ddeab44"
@@ -5696,11 +5668,6 @@ tapable@^0.1.8:
56965668
resolved "https://registry.yarnpkg.com/tapable/-/tapable-0.1.10.tgz#29c35707c2b70e50d07482b5d202e8ed446dafd4"
56975669
integrity sha1-KcNXB8K3DlDQdIK10gLo7URtr9Q=
56985670

5699-
term-size@^2.1.0:
5700-
version "2.2.0"
5701-
resolved "https://registry.yarnpkg.com/term-size/-/term-size-2.2.0.tgz#1f16adedfe9bdc18800e1776821734086fcc6753"
5702-
integrity sha512-a6sumDlzyHVJWb8+YofY4TW112G6p2FCPEAFk+59gIYHv3XHRhm9ltVQ9kli4hNWeQBwSpe8cRN25x0ROunMOw==
5703-
57045671
text-table@^0.2.0:
57055672
version "0.2.0"
57065673
resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4"
@@ -5935,12 +5902,10 @@ unc-path-regex@^0.1.2:
59355902
resolved "https://registry.yarnpkg.com/unc-path-regex/-/unc-path-regex-0.1.2.tgz#e73dd3d7b0d7c5ed86fbac6b0ae7d8c6a69d50fa"
59365903
integrity sha1-5z3T17DXxe2G+6xrCufYxqadUPo=
59375904

5938-
undefsafe@^2.0.3:
5939-
version "2.0.3"
5940-
resolved "https://registry.yarnpkg.com/undefsafe/-/undefsafe-2.0.3.tgz#6b166e7094ad46313b2202da7ecc2cd7cc6e7aae"
5941-
integrity sha512-nrXZwwXrD/T/JXeygJqdCO6NZZ1L66HrxM/Z7mIq2oPanoN0F1nLx3lwJMu6AwJY69hdixaFQOuoYsMjE5/C2A==
5942-
dependencies:
5943-
debug "^2.2.0"
5905+
undefsafe@^2.0.5:
5906+
version "2.0.5"
5907+
resolved "https://registry.yarnpkg.com/undefsafe/-/undefsafe-2.0.5.tgz#38733b9327bdcd226db889fb723a6efd162e6e2c"
5908+
integrity sha512-WxONCrssBM8TSPRqN5EmsjVrsv4A8X12J4ArBiiayv3DyyG3ZlIg6yysuuSYdZsVz3TKcTg2fd//Ujd4CHV1iA==
59445909

59455910
union-value@^1.0.0:
59465911
version "1.0.1"
@@ -5982,25 +5947,6 @@ unset-value@^1.0.0:
59825947
has-value "^0.3.1"
59835948
isobject "^3.0.0"
59845949

5985-
update-notifier@^4.1.0:
5986-
version "4.1.0"
5987-
resolved "https://registry.yarnpkg.com/update-notifier/-/update-notifier-4.1.0.tgz#4866b98c3bc5b5473c020b1250583628f9a328f3"
5988-
integrity sha512-w3doE1qtI0/ZmgeoDoARmI5fjDoT93IfKgEGqm26dGUOh8oNpaSTsGNdYRN/SjOuo10jcJGwkEL3mroKzktkew==
5989-
dependencies:
5990-
boxen "^4.2.0"
5991-
chalk "^3.0.0"
5992-
configstore "^5.0.1"
5993-
has-yarn "^2.1.0"
5994-
import-lazy "^2.1.0"
5995-
is-ci "^2.0.0"
5996-
is-installed-globally "^0.3.1"
5997-
is-npm "^4.0.0"
5998-
is-yarn-global "^0.3.0"
5999-
latest-version "^5.0.0"
6000-
pupa "^2.0.1"
6001-
semver-diff "^3.1.1"
6002-
xdg-basedir "^4.0.0"
6003-
60045950
update-notifier@^5.1.0:
60055951
version "5.1.0"
60065952
resolved "https://registry.yarnpkg.com/update-notifier/-/update-notifier-5.1.0.tgz#4ab0d7c7f36a231dd7316cf7729313f0214d9ad9"

0 commit comments

Comments
 (0)