Skip to content

Commit 15542bf

Browse files
aslakhellesoydavidjgoss
authored andcommitted
Update @cucumber/* dependencies (#1671)
1 parent f766546 commit 15542bf

File tree

9 files changed

+83
-83
lines changed

9 files changed

+83
-83
lines changed

compatibility/features/markdown/markdown.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ Given('some classic Gherkin:', function (gherkin: string) {
1212
When(
1313
'we use a data table and attach something and then {word}',
1414
async function (this: World, word: string, dataTable: DataTable) {
15-
await this.log('We are logging some plain text')
1615
assert(dataTable)
16+
await this.log(`We are logging some plain text (${word})`)
1717
if (word === 'fail') {
1818
throw new Error('You asked me to fail')
1919
}

features/fixtures/formatters/failed.json.ts

+4-5
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,14 @@ module.exports = [
1313
arguments: [],
1414
keyword: 'Given ',
1515
line: 3,
16+
name: 'a step',
1617
match: {
1718
location: 'features/step_definitions/steps.js:3',
1819
},
19-
name: 'a step',
2020
result: {
21-
duration: 0,
22-
error_message:
23-
'Error: my error\n at World.<anonymous> (features/step_definitions/steps.js:3:49)',
2421
status: 'failed',
22+
duration: 0,
23+
error_message: 'Error: my error',
2524
},
2625
},
2726
],
@@ -30,8 +29,8 @@ module.exports = [
3029
},
3130
],
3231
id: 'a-feature',
33-
keyword: 'Feature',
3432
line: 1,
33+
keyword: 'Feature',
3534
name: 'a feature',
3635
tags: [],
3736
uri: 'features/a.feature',

features/fixtures/formatters/failed.message.json.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,7 @@ module.exports = [
140140
},
141141
status: 'FAILED',
142142
willBeRetried: false,
143-
message:
144-
'Error: my error\n at World.<anonymous> (features/step_definitions/steps.js:3:49)',
143+
message: 'Error: my error',
145144
},
146145
timestamp: {
147146
seconds: 0,

features/fixtures/formatters/retried.message.json.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,7 @@ module.exports = [
140140
},
141141
status: 'FAILED',
142142
willBeRetried: true,
143-
message:
144-
'Error: my error\n at World.<anonymous> (features/step_definitions/steps.js:11:12)',
143+
message: 'Error: my error',
145144
},
146145
timestamp: {
147146
seconds: 0,

features/step_definitions/formatter_steps.ts

+2
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ Then(
5151
'utf-8'
5252
)
5353
} else {
54+
// eslint-disable-next-line @typescript-eslint/restrict-template-expressions
55+
e.message = `${e.message}\n\nTry running again with GOLDEN=1 if you believe the fixtures need to be overwritten with actual results`
5456
throw e
5557
}
5658
}

features/support/formatter_output_helpers.ts

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ function normalizeExceptionAndUri(exception: string, cwd: string): string {
2020
.replace(cwd, '')
2121
.replace(/\\/g, '/')
2222
.replace('/features', 'features')
23+
.split('\n')[0]
2324
}
2425

2526
function normalizeMessage(obj: any, cwd: string): void {

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@
172172
"@cucumber/cucumber-expressions": "^12.1.1",
173173
"@cucumber/gherkin": "^19.0.3",
174174
"@cucumber/gherkin-streams": "^2.0.2",
175-
"@cucumber/html-formatter": "^14.0.0",
175+
"@cucumber/html-formatter": "^15.0.0",
176176
"@cucumber/messages": "^16.0.1",
177177
"@cucumber/tag-expressions": "^3.0.1",
178178
"assertion-error-formatter": "^3.0.0",
@@ -203,7 +203,7 @@
203203
"verror": "^1.10.0"
204204
},
205205
"devDependencies": {
206-
"@cucumber/compatibility-kit": "6.0.0",
206+
"@cucumber/compatibility-kit": "7.0.0",
207207
"@cucumber/message-streams": "2.0.0",
208208
"@cucumber/query": "10.0.0",
209209
"@sinonjs/fake-timers": "7.0.5",

src/formatter/html_formatter.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export default class HtmlFormatter extends Formatter {
1313
super(options)
1414
const cucumberHtmlStream = new CucumberHtmlStream(
1515
resolvePkg('@cucumber/html-formatter', { cwd: __dirname }) +
16-
'/dist/cucumber-react.css',
16+
'/dist/main.css',
1717
resolvePkg('@cucumber/html-formatter', { cwd: __dirname }) +
1818
'/dist/main.js'
1919
)

yarn.lock

+70-70
Original file line numberDiff line numberDiff line change
@@ -208,10 +208,10 @@
208208
"@babel/helper-validator-identifier" "^7.14.0"
209209
to-fast-properties "^2.0.0"
210210

211-
"@cucumber/compatibility-kit@6.0.0":
212-
version "6.0.0"
213-
resolved "https://registry.yarnpkg.com/@cucumber/compatibility-kit/-/compatibility-kit-6.0.0.tgz#c36aa033df6638450e84930015a7d5204eff9897"
214-
integrity sha512-WkjgmbgKxjIk3hhfuvbqFvW1zLjX4DoCc+Ivjxg44Nrs2zj7FIvWP2R2isGtdAMQy2FUy//vfJlt0y61Pw2EtQ==
211+
"@cucumber/compatibility-kit@7.0.0":
212+
version "7.0.0"
213+
resolved "https://registry.yarnpkg.com/@cucumber/compatibility-kit/-/compatibility-kit-7.0.0.tgz#53ad96f2aab44bab63394f6bfd3668156ec13113"
214+
integrity sha512-RmRaednTus8Pl1rjOqdNeXp2TUWCfkQhvP0Eq9DW5gwubnFgJlKd9kHyY+VO8/te+Vv8a9YAyXeZ0SJy7QnRLA==
215215

216216
"@cucumber/create-meta@^5.0.0":
217217
version "5.0.0"
@@ -246,12 +246,12 @@
246246
"@cucumber/message-streams" "^2.0.0"
247247
"@cucumber/messages" "^16.0.1"
248248

249-
"@cucumber/html-formatter@^14.0.0":
250-
version "14.0.0"
251-
resolved "https://registry.yarnpkg.com/@cucumber/html-formatter/-/html-formatter-14.0.0.tgz#4e36d40e5b3f334031b2290513200234cbc5c7c9"
252-
integrity sha512-2Z1GPSEmgy7ZU4O+PG4/46utYVJv39wKfdgenWIfXQsXxYk7fByjphgFoAGQ89Ghg/9NgC4EFHMRTM/B4EYqEw==
249+
"@cucumber/html-formatter@^15.0.0":
250+
version "15.0.0"
251+
resolved "https://registry.yarnpkg.com/@cucumber/html-formatter/-/html-formatter-15.0.0.tgz#0eeec01792b2ad4cac2782c9c8941e6b4987c54c"
252+
integrity sha512-yJ0WHSh1+rRGkeAQHDDmPoAJ1upLsoPIWDplGDKnUX874v8kr6mWJqDOa2S20P6J2TIslX3IYSVp3pKdrXtwWQ==
253253
dependencies:
254-
"@cucumber/messages" "^16.0.0"
254+
"@cucumber/messages" "^16.0.1"
255255
commander "7.2.0"
256256
source-map-support "0.5.19"
257257

@@ -363,7 +363,7 @@
363363
dependencies:
364364
"@sinonjs/commons" "^1.7.0"
365365

366-
"@sinonjs/fake-timers@^7.0.4":
366+
"@sinonjs/fake-timers@^7.1.0":
367367
version "7.1.0"
368368
resolved "https://registry.yarnpkg.com/@sinonjs/fake-timers/-/fake-timers-7.1.0.tgz#8f13af27d842cbf51ad4502e05562fe9391d084e"
369369
integrity sha512-hAEzXi6Wbvlb67NnGMGSNOeAflLVnMa4yliPU/ty1qjgW/vAletH15/v/esJwASSIA0YlIyjnloenFbEZc9q9A==
@@ -442,9 +442,9 @@
442442
"@types/chai-as-promised" "*"
443443

444444
"@types/express-serve-static-core@^4.17.18":
445-
version "4.17.19"
446-
resolved "https://registry.yarnpkg.com/@types/express-serve-static-core/-/express-serve-static-core-4.17.19.tgz#00acfc1632e729acac4f1530e9e16f6dd1508a1d"
447-
integrity sha512-DJOSHzX7pCiSElWaGR8kCprwibCB/3yW6vcT8VG3P0SJjnv19gnWG/AZMfM60Xj/YJIp/YCaDHyvzsFVeniARA==
445+
version "4.17.20"
446+
resolved "https://registry.yarnpkg.com/@types/express-serve-static-core/-/express-serve-static-core-4.17.20.tgz#44caee029f2c26c46711da5e845cdc12167ad72d"
447+
integrity sha512-8qqFN4W53IEWa9bdmuVrUcVkFemQWnt5DKPQ/oa8xKDYgtjCr2OO6NX5TIK49NLFr3mPYU2cLh92DQquC3oWWQ==
448448
dependencies:
449449
"@types/node" "*"
450450
"@types/qs" "*"
@@ -523,9 +523,9 @@
523523
"@types/node" "*"
524524

525525
"@types/node@*":
526-
version "15.6.0"
527-
resolved "https://registry.yarnpkg.com/@types/node/-/node-15.6.0.tgz#f0ddca5a61e52627c9dcb771a6039d44694597bc"
528-
integrity sha512-gCYSfQpy+LYhOFTKAeE8BkyGqaxmlFxe+n4DKM6DR0wzw/HISUE/hAmkC/KT8Sw5PCJblqg062b3z9gucv3k0A==
526+
version "15.6.1"
527+
resolved "https://registry.yarnpkg.com/@types/node/-/node-15.6.1.tgz#32d43390d5c62c5b6ec486a9bc9c59544de39a08"
528+
integrity sha512-7EIraBEyRHEe7CH+Fm1XvgqU6uwZN8Q7jppJGcqjROMT29qhAuuOxYB1uEY5UMYQKEmA5D+5tBnhdaPXSsLONA==
529529

530530
531531
version "14.14.43"
@@ -581,11 +581,11 @@
581581
"@types/sinon" "*"
582582

583583
"@types/sinon@*":
584-
version "10.0.0"
585-
resolved "https://registry.yarnpkg.com/@types/sinon/-/sinon-10.0.0.tgz#eecc3847af03d45ffe53d55aaaaf6ecb28b5e584"
586-
integrity sha512-jDZ55oCKxqlDmoTBBbBBEx+N8ZraUVhggMZ9T5t+6/Dh8/4NiOjSUfpLrPiEwxQDlAe3wpAkoXhWvE6LibtsMQ==
584+
version "10.0.1"
585+
resolved "https://registry.yarnpkg.com/@types/sinon/-/sinon-10.0.1.tgz#97ccb0482b750f5140ffdc661240ebbbe6e28d75"
586+
integrity sha512-tZulsvuJwif5ddTBtscflI7gJcd+RpENcNZ7QCp0jKEl0bZY3Pu6PbJs4GR3SfQkGgsUa+FrlKsKQ0XyGNvDuA==
587587
dependencies:
588-
"@sinonjs/fake-timers" "^7.0.4"
588+
"@sinonjs/fake-timers" "^7.1.0"
589589

590590
591591
version "6.0.2"
@@ -651,13 +651,13 @@
651651
debug "^4.1.1"
652652

653653
"@typescript-eslint/parser@^4.0.0":
654-
version "4.24.0"
655-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.24.0.tgz#2e5f1cc78ffefe43bfac7e5659309a92b09a51bd"
656-
integrity sha512-dj1ZIh/4QKeECLb2f/QjRwMmDArcwc2WorWPRlB8UNTZlY1KpTVsbX7e3ZZdphfRw29aTFUSNuGB8w9X5sS97w==
654+
version "4.25.0"
655+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.25.0.tgz#6b2cb6285aa3d55bfb263c650739091b0f19aceb"
656+
integrity sha512-OZFa1SKyEJpAhDx8FcbWyX+vLwh7OEtzoo2iQaeWwxucyfbi0mT4DijbOSsTgPKzGHr6GrF2V5p/CEpUH/VBxg==
657657
dependencies:
658-
"@typescript-eslint/scope-manager" "4.24.0"
659-
"@typescript-eslint/types" "4.24.0"
660-
"@typescript-eslint/typescript-estree" "4.24.0"
658+
"@typescript-eslint/scope-manager" "4.25.0"
659+
"@typescript-eslint/types" "4.25.0"
660+
"@typescript-eslint/typescript-estree" "4.25.0"
661661
debug "^4.1.1"
662662

663663
"@typescript-eslint/[email protected]":
@@ -668,23 +668,23 @@
668668
"@typescript-eslint/types" "4.22.0"
669669
"@typescript-eslint/visitor-keys" "4.22.0"
670670

671-
"@typescript-eslint/scope-manager@4.24.0":
672-
version "4.24.0"
673-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.24.0.tgz#38088216f0eaf235fa30ed8cabf6948ec734f359"
674-
integrity sha512-9+WYJGDnuC9VtYLqBhcSuM7du75fyCS/ypC8c5g7Sdw7pGL4NDTbeH38eJPfzIydCHZDoOgjloxSAA3+4l/zsA==
671+
"@typescript-eslint/scope-manager@4.25.0":
672+
version "4.25.0"
673+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.25.0.tgz#9d86a5bcc46ef40acd03d85ad4e908e5aab8d4ca"
674+
integrity sha512-2NElKxMb/0rya+NJG1U71BuNnp1TBd1JgzYsldsdA83h/20Tvnf/HrwhiSlNmuq6Vqa0EzidsvkTArwoq+tH6w==
675675
dependencies:
676-
"@typescript-eslint/types" "4.24.0"
677-
"@typescript-eslint/visitor-keys" "4.24.0"
676+
"@typescript-eslint/types" "4.25.0"
677+
"@typescript-eslint/visitor-keys" "4.25.0"
678678

679679
"@typescript-eslint/[email protected]":
680680
version "4.22.0"
681681
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.22.0.tgz#0ca6fde5b68daf6dba133f30959cc0688c8dd0b6"
682682
integrity sha512-sW/BiXmmyMqDPO2kpOhSy2Py5w6KvRRsKZnV0c4+0nr4GIcedJwXAq+RHNK4lLVEZAJYFltnnk1tJSlbeS9lYA==
683683

684-
"@typescript-eslint/types@4.24.0":
685-
version "4.24.0"
686-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.24.0.tgz#6d0cca2048cbda4e265e0c4db9c2a62aaad8228c"
687-
integrity sha512-tkZUBgDQKdvfs8L47LaqxojKDE+mIUmOzdz7r+u+U54l3GDkTpEbQ1Jp3cNqqAU9vMUCBA1fitsIhm7yN0vx9Q==
684+
"@typescript-eslint/types@4.25.0":
685+
version "4.25.0"
686+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.25.0.tgz#0e444a5c5e3c22d7ffa5e16e0e60510b3de5af87"
687+
integrity sha512-+CNINNvl00OkW6wEsi32wU5MhHti2J25TJsJJqgQmJu3B3dYDBcmOxcE5w9cgoM13TrdE/5ND2HoEnBohasxRQ==
688688

689689
"@typescript-eslint/[email protected]":
690690
version "4.22.0"
@@ -699,13 +699,13 @@
699699
semver "^7.3.2"
700700
tsutils "^3.17.1"
701701

702-
"@typescript-eslint/typescript-estree@4.24.0":
703-
version "4.24.0"
704-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.24.0.tgz#b49249679a98014d8b03e8d4b70864b950e3c90f"
705-
integrity sha512-kBDitL/by/HK7g8CYLT7aKpAwlR8doshfWz8d71j97n5kUa5caHWvY0RvEUEanL/EqBJoANev8Xc/mQ6LLwXGA==
702+
"@typescript-eslint/typescript-estree@4.25.0":
703+
version "4.25.0"
704+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.25.0.tgz#942e4e25888736bff5b360d9b0b61e013d0cfa25"
705+
integrity sha512-1B8U07TGNAFMxZbSpF6jqiDs1cVGO0izVkf18Q/SPcUAc9LhHxzvSowXDTvkHMWUVuPpagupaW63gB6ahTXVlg==
706706
dependencies:
707-
"@typescript-eslint/types" "4.24.0"
708-
"@typescript-eslint/visitor-keys" "4.24.0"
707+
"@typescript-eslint/types" "4.25.0"
708+
"@typescript-eslint/visitor-keys" "4.25.0"
709709
debug "^4.1.1"
710710
globby "^11.0.1"
711711
is-glob "^4.0.1"
@@ -720,12 +720,12 @@
720720
"@typescript-eslint/types" "4.22.0"
721721
eslint-visitor-keys "^2.0.0"
722722

723-
"@typescript-eslint/visitor-keys@4.24.0":
724-
version "4.24.0"
725-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.24.0.tgz#a8fafdc76cad4e04a681a945fbbac4e35e98e297"
726-
integrity sha512-4ox1sjmGHIxjEDBnMCtWFFhErXtKA1Ec0sBpuz0fqf3P+g3JFGyTxxbF06byw0FRsPnnbq44cKivH7Ks1/0s6g==
723+
"@typescript-eslint/visitor-keys@4.25.0":
724+
version "4.25.0"
725+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.25.0.tgz#863e7ed23da4287c5b469b13223255d0fde6aaa7"
726+
integrity sha512-AmkqV9dDJVKP/TcZrbf6s6i1zYXt5Hl8qOLrRDTFfRNae4+LB8A4N3i+FLZPW85zIxRy39BgeWOfMS3HoH5ngg==
727727
dependencies:
728-
"@typescript-eslint/types" "4.24.0"
728+
"@typescript-eslint/types" "4.25.0"
729729
eslint-visitor-keys "^2.0.0"
730730

731731
@@ -1107,9 +1107,9 @@ camelcase@^6.0.0:
11071107
integrity sha512-c7wVvbw3f37nuobQNtgsgG9POC9qMbNuMQmTCqZv23b6MIz0fcYpBiOlv9gEN/hdLdnZTDQhg6e9Dq5M1vKvfg==
11081108

11091109
caniuse-lite@^1.0.30001219:
1110-
version "1.0.30001228"
1111-
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001228.tgz#bfdc5942cd3326fa51ee0b42fbef4da9d492a7fa"
1112-
integrity sha512-QQmLOGJ3DEgokHbMSA8cj2a+geXqmnpyOFT0lhQV6P3/YOJvGDEwoedcwxEQ30gJIwIIunHIicunJ2rzK5gB2A==
1110+
version "1.0.30001230"
1111+
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001230.tgz#8135c57459854b2240b57a4a6786044bdc5a9f71"
1112+
integrity sha512-5yBd5nWCBS+jWKTcHOzXwo5xzcj4ePE/yjtkZyUV1BTUmrBaA9MRGC+e7mxnqXSA90CmCA8L3eKLaSUkt099IQ==
11131113

11141114
capital-case@^1.0.4:
11151115
version "1.0.4"
@@ -1583,9 +1583,9 @@ [email protected]:
15831583
integrity sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=
15841584

15851585
electron-to-chromium@^1.3.723:
1586-
version "1.3.736"
1587-
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.736.tgz#f632d900a1f788dab22fec9c62ec5c9c8f0c4052"
1588-
integrity sha512-DY8dA7gR51MSo66DqitEQoUMQ0Z+A2DSXFi7tK304bdTVqczCAfUuyQw6Wdg8hIoo5zIxkU1L24RQtUce1Ioig==
1586+
version "1.3.739"
1587+
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.739.tgz#f07756aa92cabd5a6eec6f491525a64fe62f98b9"
1588+
integrity sha512-+LPJVRsN7hGZ9EIUUiWCpO7l4E3qBYHNadazlucBfsXBbccDFNKUBAgzE68FnkWGJPwD/AfKhSzL+G+Iqb8A4A==
15891589

15901590
emoji-regex@^7.0.1:
15911591
version "7.0.3"
@@ -1631,9 +1631,9 @@ error-stack-parser@^2.0.6:
16311631
stackframe "^1.1.1"
16321632

16331633
es-abstract@^1.18.0-next.1, es-abstract@^1.18.0-next.2:
1634-
version "1.18.0"
1635-
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.18.0.tgz#ab80b359eecb7ede4c298000390bc5ac3ec7b5a4"
1636-
integrity sha512-LJzK7MrQa8TS0ja2w3YNLzUgJCGPdPOV1yVvezjNnS89D+VR08+Szt2mz3YB2Dck/+w5tfIq/RoUAFqJJGM2yw==
1634+
version "1.18.2"
1635+
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.18.2.tgz#6eb518b640262e8ddcbd48e0bc8549f82efd48a7"
1636+
integrity sha512-byRiNIQXE6HWNySaU6JohoNXzYgbBjztwFnBLUTiJmWXjaU9bSq3urQLUlNLQ292tc+gc07zYZXNZjaOoAX3sw==
16371637
dependencies:
16381638
call-bind "^1.0.2"
16391639
es-to-primitive "^1.2.1"
@@ -1643,14 +1643,14 @@ es-abstract@^1.18.0-next.1, es-abstract@^1.18.0-next.2:
16431643
has-symbols "^1.0.2"
16441644
is-callable "^1.2.3"
16451645
is-negative-zero "^2.0.1"
1646-
is-regex "^1.1.2"
1647-
is-string "^1.0.5"
1648-
object-inspect "^1.9.0"
1646+
is-regex "^1.1.3"
1647+
is-string "^1.0.6"
1648+
object-inspect "^1.10.3"
16491649
object-keys "^1.1.1"
16501650
object.assign "^4.1.2"
16511651
string.prototype.trimend "^1.0.4"
16521652
string.prototype.trimstart "^1.0.4"
1653-
unbox-primitive "^1.0.0"
1653+
unbox-primitive "^1.0.1"
16541654

16551655
es-to-primitive@^1.2.1:
16561656
version "1.2.1"
@@ -1731,9 +1731,9 @@ [email protected]:
17311731
eslint-config-standard "^16.0.0"
17321732

17331733
eslint-config-standard@^16.0.0:
1734-
version "16.0.2"
1735-
resolved "https://registry.yarnpkg.com/eslint-config-standard/-/eslint-config-standard-16.0.2.tgz#71e91727ac7a203782d0a5ca4d1c462d14e234f6"
1736-
integrity sha512-fx3f1rJDsl9bY7qzyX8SAtP8GBSk6MfXFaTfaGgk12aAYW4gJSyRm7dM790L6cbXv63fvjY4XeSzXnb4WM+SKw==
1734+
version "16.0.3"
1735+
resolved "https://registry.yarnpkg.com/eslint-config-standard/-/eslint-config-standard-16.0.3.tgz#6c8761e544e96c531ff92642eeb87842b8488516"
1736+
integrity sha512-x4fmJL5hGqNJKGHSjnLdgA6U6h1YW/G2dW9fA+cyVur4SK6lyue8+UgNKWlZtUDTXvgKDD/Oa3GQjmB5kjtVvg==
17371737

17381738
eslint-formatter-pretty@^4.0.0:
17391739
version "4.0.0"
@@ -2606,7 +2606,7 @@ is-plain-obj@^2.1.0:
26062606
resolved "https://registry.yarnpkg.com/is-plain-obj/-/is-plain-obj-2.1.0.tgz#45e42e37fccf1f40da8e5f76ee21515840c09287"
26072607
integrity sha512-YWnfyRwxL/+SsrWYfOpUtz5b3YD+nyfkHvjbcanzk8zgyO4ASD67uVMRt8k5bM4lLMDnXfriRhOpemw+NfT1eA==
26082608

2609-
is-regex@^1.1.2:
2609+
is-regex@^1.1.3:
26102610
version "1.1.3"
26112611
resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.1.3.tgz#d029f9aff6448b93ebbe3f33dac71511fdcbef9f"
26122612
integrity sha512-qSVXFz28HM7y+IWX6vLCsexdlvzT1PJNFSBuaQLQ5o0IEw8UDYW6/2+eCMVyIsbM8CNLX2a/QWmSpyxYEHY7CQ==
@@ -2619,7 +2619,7 @@ is-stream@^2.0.0:
26192619
resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-2.0.0.tgz#bde9c32680d6fae04129d6ac9d921ce7815f78e3"
26202620
integrity sha512-XCoy+WlUr7d1+Z8GgSuXmpuUFC9fOhRXglJMx+dwLKTkL44Cjd4W1Z5P+BQZpr+cR93aGP4S/s7Ftw6Nd/kiEw==
26212621

2622-
is-string@^1.0.5:
2622+
is-string@^1.0.5, is-string@^1.0.6:
26232623
version "1.0.6"
26242624
resolved "https://registry.yarnpkg.com/is-string/-/is-string-1.0.6.tgz#3fe5d5992fb0d93404f32584d4b0179a71b54a5f"
26252625
integrity sha512-2gdzbKUuqtQ3lYNrUTQYoClPhm7oQu4UdpSZMp1/DGgkHBT8E2Z1l0yMdb6D4zNAxwDiMv8MdulKROJGNl0Q0w==
@@ -3255,7 +3255,7 @@ object-assign@^4.0.1, object-assign@^4.1.0:
32553255
resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863"
32563256
integrity sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=
32573257

3258-
object-inspect@^1.9.0:
3258+
object-inspect@^1.10.3:
32593259
version "1.10.3"
32603260
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.10.3.tgz#c2aa7d2d09f50c99375704f7a0adf24c5782d369"
32613261
integrity sha512-e5mCJlSH7poANfC8z8S9s9S2IN5/4Zb3aZ33f5s8YqoazCFzNLloLU8r5VCG+G7WoqLvAAZoVMcy3tp/3X0Plw==
@@ -3452,9 +3452,9 @@ path-key@^3.1.0:
34523452
integrity sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==
34533453

34543454
path-parse@^1.0.6:
3455-
version "1.0.6"
3456-
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.6.tgz#d62dbb5679405d72c4737ec58600e9ddcf06d24c"
3457-
integrity sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw==
3455+
version "1.0.7"
3456+
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735"
3457+
integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==
34583458

34593459
34603460
version "0.1.7"
@@ -4369,7 +4369,7 @@ [email protected]:
43694369
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.2.4.tgz#8610b59747de028fda898a8aef0e103f156d0961"
43704370
integrity sha512-V+evlYHZnQkaz8TRBuxTA92yZBPotr5H+WhQ7bD3hZUndx5tGOa1fuCgeSjxAzM1RiN5IzvadIXTVefuuwZCRg==
43714371

4372-
unbox-primitive@^1.0.0:
4372+
unbox-primitive@^1.0.1:
43734373
version "1.0.1"
43744374
resolved "https://registry.yarnpkg.com/unbox-primitive/-/unbox-primitive-1.0.1.tgz#085e215625ec3162574dc8859abee78a59b14471"
43754375
integrity sha512-tZU/3NqK3dA5gpE1KtyiJUrEB0lxnGkMFHptJ7q6ewdZ8s12QrODwNbhIJStmJkd1QDXa1NRA8aF2A1zk/Ypyw==

0 commit comments

Comments
 (0)