Skip to content

Commit 377a8cb

Browse files
chore(deps): update commitlint monorepo to v17
1 parent ab535f0 commit 377a8cb

File tree

2 files changed

+126
-115
lines changed

2 files changed

+126
-115
lines changed

nuxt/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@
4444
},
4545
"devDependencies": {
4646
"@babel/eslint-parser": "^7.18.2",
47-
"@commitlint/cli": "^16.3.0",
48-
"@commitlint/config-conventional": "^16.2.4",
47+
"@commitlint/cli": "^17.0.3",
48+
"@commitlint/config-conventional": "^17.0.3",
4949
"@cypress/vue": "^3.1.2",
5050
"@cypress/webpack-dev-server": "^1.8.4",
5151
"@nuxt/image": "^0.6.2",

nuxt/yarn.lock

Lines changed: 124 additions & 113 deletions
Original file line numberDiff line numberDiff line change
@@ -2633,157 +2633,158 @@
26332633
resolved "https://registry.yarnpkg.com/@colors/colors/-/colors-1.5.0.tgz#bb504579c1cae923e6576a4f5da43d25f97bdbd9"
26342634
integrity sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ==
26352635

2636-
"@commitlint/cli@^16.3.0":
2637-
version "16.3.0"
2638-
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-16.3.0.tgz#5689f5c2abbb7880d5ff13329251e5648a784b16"
2639-
integrity sha512-P+kvONlfsuTMnxSwWE1H+ZcPMY3STFaHb2kAacsqoIkNx66O0T7sTpBxpxkMrFPyhkJiLJnJWMhk4bbvYD3BMA==
2640-
dependencies:
2641-
"@commitlint/format" "^16.2.1"
2642-
"@commitlint/lint" "^16.2.4"
2643-
"@commitlint/load" "^16.3.0"
2644-
"@commitlint/read" "^16.2.1"
2645-
"@commitlint/types" "^16.2.1"
2636+
"@commitlint/cli@^17.0.3":
2637+
version "17.0.3"
2638+
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-17.0.3.tgz#50be9d9a8d79f6c47bfd2703638fe65215eb2526"
2639+
integrity sha512-oAo2vi5d8QZnAbtU5+0cR2j+A7PO8zuccux65R/EycwvsZrDVyW518FFrnJK2UQxbRtHFFIG+NjQ6vOiJV0Q8A==
2640+
dependencies:
2641+
"@commitlint/format" "^17.0.0"
2642+
"@commitlint/lint" "^17.0.3"
2643+
"@commitlint/load" "^17.0.3"
2644+
"@commitlint/read" "^17.0.0"
2645+
"@commitlint/types" "^17.0.0"
2646+
execa "^5.0.0"
26462647
lodash "^4.17.19"
26472648
resolve-from "5.0.0"
26482649
resolve-global "1.0.0"
26492650
yargs "^17.0.0"
26502651

2651-
"@commitlint/config-conventional@^16.2.4":
2652-
version "16.2.4"
2653-
resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-16.2.4.tgz#56647108c89ed06fc5271242787550331988c0fb"
2654-
integrity sha512-av2UQJa3CuE5P0dzxj/o/B9XVALqYzEViHrMXtDrW9iuflrqCStWBAioijppj9URyz6ONpohJKAtSdgAOE0gkA==
2652+
"@commitlint/config-conventional@^17.0.3":
2653+
version "17.0.3"
2654+
resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-17.0.3.tgz#61e937357ce63ea08a2017e58b918748fcf3abc5"
2655+
integrity sha512-HCnzTm5ATwwwzNVq5Y57poS0a1oOOcd5pc1MmBpLbGmSysc4i7F/++JuwtdFPu16sgM3H9J/j2zznRLOSGVO2A==
26552656
dependencies:
2656-
conventional-changelog-conventionalcommits "^4.3.1"
2657+
conventional-changelog-conventionalcommits "^5.0.0"
26572658

2658-
"@commitlint/config-validator@^16.2.1":
2659-
version "16.2.1"
2660-
resolved "https://registry.yarnpkg.com/@commitlint/config-validator/-/config-validator-16.2.1.tgz#794e769afd4756e4cf1bfd823b6612932e39c56d"
2661-
integrity sha512-hogSe0WGg7CKmp4IfNbdNES3Rq3UEI4XRPB8JL4EPgo/ORq5nrGTVzxJh78omibNuB8Ho4501Czb1Er1MoDWpw==
2659+
"@commitlint/config-validator@^17.0.3":
2660+
version "17.0.3"
2661+
resolved "https://registry.yarnpkg.com/@commitlint/config-validator/-/config-validator-17.0.3.tgz#5d1ec17eece1f85a0d06c05d168a039b313eb5d7"
2662+
integrity sha512-3tLRPQJKapksGE7Kee9axv+9z5I2GDHitDH4q63q7NmNA0wkB+DAorJ0RHz2/K00Zb1/MVdHzhCga34FJvDihQ==
26622663
dependencies:
2663-
"@commitlint/types" "^16.2.1"
2664-
ajv "^6.12.6"
2664+
"@commitlint/types" "^17.0.0"
2665+
ajv "^8.11.0"
26652666

2666-
"@commitlint/ensure@^16.2.1":
2667-
version "16.2.1"
2668-
resolved "https://registry.yarnpkg.com/@commitlint/ensure/-/ensure-16.2.1.tgz#0fc538173f95c1eb2694eeedb79cab478347f16f"
2669-
integrity sha512-/h+lBTgf1r5fhbDNHOViLuej38i3rZqTQnBTk+xEg+ehOwQDXUuissQ5GsYXXqI5uGy+261ew++sT4EA3uBJ+A==
2667+
"@commitlint/ensure@^17.0.0":
2668+
version "17.0.0"
2669+
resolved "https://registry.yarnpkg.com/@commitlint/ensure/-/ensure-17.0.0.tgz#781ff5f8870cb98ce4496d5c71649a4cd122a0e0"
2670+
integrity sha512-M2hkJnNXvEni59S0QPOnqCKIK52G1XyXBGw51mvh7OXDudCmZ9tZiIPpU882p475Mhx48Ien1MbWjCP1zlyC0A==
26702671
dependencies:
2671-
"@commitlint/types" "^16.2.1"
2672+
"@commitlint/types" "^17.0.0"
26722673
lodash "^4.17.19"
26732674

2674-
"@commitlint/execute-rule@^16.2.1":
2675-
version "16.2.1"
2676-
resolved "https://registry.yarnpkg.com/@commitlint/execute-rule/-/execute-rule-16.2.1.tgz#60be73be4b9af97a41546e7ce59fdd33787c65f8"
2677-
integrity sha512-oSls82fmUTLM6cl5V3epdVo4gHhbmBFvCvQGHBRdQ50H/690Uq1Dyd7hXMuKITCIdcnr9umyDkr8r5C6HZDF3g==
2675+
"@commitlint/execute-rule@^17.0.0":
2676+
version "17.0.0"
2677+
resolved "https://registry.yarnpkg.com/@commitlint/execute-rule/-/execute-rule-17.0.0.tgz#186e9261fd36733922ae617497888c4bdb6e5c92"
2678+
integrity sha512-nVjL/w/zuqjCqSJm8UfpNaw66V9WzuJtQvEnCrK4jDw6qKTmZB+1JQ8m6BQVZbNBcwfYdDNKnhIhqI0Rk7lgpQ==
26782679

2679-
"@commitlint/format@^16.2.1":
2680-
version "16.2.1"
2681-
resolved "https://registry.yarnpkg.com/@commitlint/format/-/format-16.2.1.tgz#6e673f710c799be78e68b2682323e04f75080d07"
2682-
integrity sha512-Yyio9bdHWmNDRlEJrxHKglamIk3d6hC0NkEUW6Ti6ipEh2g0BAhy8Od6t4vLhdZRa1I2n+gY13foy+tUgk0i1Q==
2680+
"@commitlint/format@^17.0.0":
2681+
version "17.0.0"
2682+
resolved "https://registry.yarnpkg.com/@commitlint/format/-/format-17.0.0.tgz#2c991ac0df3955fe5d7d4d733967bd17e6cfd9e0"
2683+
integrity sha512-MZzJv7rBp/r6ZQJDEodoZvdRM0vXu1PfQvMTNWFb8jFraxnISMTnPBWMMjr2G/puoMashwaNM//fl7j8gGV5lA==
26832684
dependencies:
2684-
"@commitlint/types" "^16.2.1"
2685-
chalk "^4.0.0"
2685+
"@commitlint/types" "^17.0.0"
2686+
chalk "^4.1.0"
26862687

2687-
"@commitlint/is-ignored@^16.2.4":
2688-
version "16.2.4"
2689-
resolved "https://registry.yarnpkg.com/@commitlint/is-ignored/-/is-ignored-16.2.4.tgz#369e40a240ad5451bf2b57a80829253129d7f19b"
2690-
integrity sha512-Lxdq9aOAYCOOOjKi58ulbwK/oBiiKz+7Sq0+/SpFIEFwhHkIVugvDvWjh2VRBXmRC/x5lNcjDcYEwS/uYUvlYQ==
2688+
"@commitlint/is-ignored@^17.0.3":
2689+
version "17.0.3"
2690+
resolved "https://registry.yarnpkg.com/@commitlint/is-ignored/-/is-ignored-17.0.3.tgz#0e1c725c1e50aea5852fb1260bc92b2ee1856425"
2691+
integrity sha512-/wgCXAvPtFTQZxsVxj7owLeRf5wwzcXLaYmrZPR4a87iD4sCvUIRl1/ogYrtOyUmHwWfQsvjqIB4mWE/SqWSnA==
26912692
dependencies:
2692-
"@commitlint/types" "^16.2.1"
2693+
"@commitlint/types" "^17.0.0"
26932694
semver "7.3.7"
26942695

2695-
"@commitlint/lint@^16.2.4":
2696-
version "16.2.4"
2697-
resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-16.2.4.tgz#575f5a9d227dddfca8386253d9aff27be5b94788"
2698-
integrity sha512-AUDuwOxb2eGqsXbTMON3imUGkc1jRdtXrbbohiLSCSk3jFVXgJLTMaEcr39pR00N8nE9uZ+V2sYaiILByZVmxQ==
2699-
dependencies:
2700-
"@commitlint/is-ignored" "^16.2.4"
2701-
"@commitlint/parse" "^16.2.1"
2702-
"@commitlint/rules" "^16.2.4"
2703-
"@commitlint/types" "^16.2.1"
2704-
2705-
"@commitlint/load@^16.3.0":
2706-
version "16.3.0"
2707-
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-16.3.0.tgz#e674ccc9edefd64a2d8b82d175de81ec3bb70eca"
2708-
integrity sha512-3tykjV/iwbkv2FU9DG+NZ/JqmP0Nm3b7aDwgCNQhhKV5P74JAuByULkafnhn+zsFGypG1qMtI5u+BZoa9APm0A==
2709-
dependencies:
2710-
"@commitlint/config-validator" "^16.2.1"
2711-
"@commitlint/execute-rule" "^16.2.1"
2712-
"@commitlint/resolve-extends" "^16.2.1"
2713-
"@commitlint/types" "^16.2.1"
2696+
"@commitlint/lint@^17.0.3":
2697+
version "17.0.3"
2698+
resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-17.0.3.tgz#98542a48f03b5c144309e24cbe1c032366ea75e2"
2699+
integrity sha512-2o1fk7JUdxBUgszyt41sHC/8Nd5PXNpkmuOo9jvGIjDHzOwXyV0PSdbEVTH3xGz9NEmjohFHr5l+N+T9fcxong==
2700+
dependencies:
2701+
"@commitlint/is-ignored" "^17.0.3"
2702+
"@commitlint/parse" "^17.0.0"
2703+
"@commitlint/rules" "^17.0.0"
2704+
"@commitlint/types" "^17.0.0"
2705+
2706+
"@commitlint/load@^17.0.3":
2707+
version "17.0.3"
2708+
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-17.0.3.tgz#683aa484a5515714512e442f2f4b11f75e66097a"
2709+
integrity sha512-3Dhvr7GcKbKa/ey4QJ5MZH3+J7QFlARohUow6hftQyNjzoXXROm+RwpBes4dDFrXG1xDw9QPXA7uzrOShCd4bw==
2710+
dependencies:
2711+
"@commitlint/config-validator" "^17.0.3"
2712+
"@commitlint/execute-rule" "^17.0.0"
2713+
"@commitlint/resolve-extends" "^17.0.3"
2714+
"@commitlint/types" "^17.0.0"
27142715
"@types/node" ">=12"
2715-
chalk "^4.0.0"
2716+
chalk "^4.1.0"
27162717
cosmiconfig "^7.0.0"
27172718
cosmiconfig-typescript-loader "^2.0.0"
27182719
lodash "^4.17.19"
27192720
resolve-from "^5.0.0"
2720-
typescript "^4.4.3"
2721+
typescript "^4.6.4"
27212722

2722-
"@commitlint/message@^16.2.1":
2723-
version "16.2.1"
2724-
resolved "https://registry.yarnpkg.com/@commitlint/message/-/message-16.2.1.tgz#bc6a0fa446a746ac2ca78cf372e4cec48daf620d"
2725-
integrity sha512-2eWX/47rftViYg7a3axYDdrgwKv32mxbycBJT6OQY/MJM7SUfYNYYvbMFOQFaA4xIVZt7t2Alyqslbl6blVwWw==
2723+
"@commitlint/message@^17.0.0":
2724+
version "17.0.0"
2725+
resolved "https://registry.yarnpkg.com/@commitlint/message/-/message-17.0.0.tgz#ae0f8ec6a3e5c8d369792a2c391952c7596cca73"
2726+
integrity sha512-LpcwYtN+lBlfZijHUdVr8aNFTVpHjuHI52BnfoV01TF7iSLnia0jttzpLkrLmI8HNQz6Vhr9UrxDWtKZiMGsBw==
27262727

2727-
"@commitlint/parse@^16.2.1":
2728-
version "16.2.1"
2729-
resolved "https://registry.yarnpkg.com/@commitlint/parse/-/parse-16.2.1.tgz#50b359cb711ec566d2ee236a8e4c6baca07b77c0"
2730-
integrity sha512-2NP2dDQNL378VZYioLrgGVZhWdnJO4nAxQl5LXwYb08nEcN+cgxHN1dJV8OLJ5uxlGJtDeR8UZZ1mnQ1gSAD/g==
2728+
"@commitlint/parse@^17.0.0":
2729+
version "17.0.0"
2730+
resolved "https://registry.yarnpkg.com/@commitlint/parse/-/parse-17.0.0.tgz#6d508a1e2aec76f348a447994f26e9b749c02091"
2731+
integrity sha512-cKcpfTIQYDG1ywTIr5AG0RAiLBr1gudqEsmAGCTtj8ffDChbBRxm6xXs2nv7GvmJN7msOt7vOKleLvcMmRa1+A==
27312732
dependencies:
2732-
"@commitlint/types" "^16.2.1"
2733+
"@commitlint/types" "^17.0.0"
27332734
conventional-changelog-angular "^5.0.11"
27342735
conventional-commits-parser "^3.2.2"
27352736

2736-
"@commitlint/read@^16.2.1":
2737-
version "16.2.1"
2738-
resolved "https://registry.yarnpkg.com/@commitlint/read/-/read-16.2.1.tgz#e0539205d77cdb6879b560f95e5fb251e0c6f562"
2739-
integrity sha512-tViXGuaxLTrw2r7PiYMQOFA2fueZxnnt0lkOWqKyxT+n2XdEMGYcI9ID5ndJKXnfPGPppD0w/IItKsIXlZ+alw==
2737+
"@commitlint/read@^17.0.0":
2738+
version "17.0.0"
2739+
resolved "https://registry.yarnpkg.com/@commitlint/read/-/read-17.0.0.tgz#8ab01cf2f27350d8f81f21690962679a7cae5abf"
2740+
integrity sha512-zkuOdZayKX3J6F6mPnVMzohK3OBrsEdOByIqp4zQjA9VLw1hMsDEFQ18rKgUc2adkZar+4S01QrFreDCfZgbxA==
27402741
dependencies:
2741-
"@commitlint/top-level" "^16.2.1"
2742-
"@commitlint/types" "^16.2.1"
2742+
"@commitlint/top-level" "^17.0.0"
2743+
"@commitlint/types" "^17.0.0"
27432744
fs-extra "^10.0.0"
27442745
git-raw-commits "^2.0.0"
27452746

2746-
"@commitlint/resolve-extends@^16.2.1":
2747-
version "16.2.1"
2748-
resolved "https://registry.yarnpkg.com/@commitlint/resolve-extends/-/resolve-extends-16.2.1.tgz#2f7833a5a3a7aa79f508e59fcb0f1d33c45ed360"
2749-
integrity sha512-NbbCMPKTFf2J805kwfP9EO+vV+XvnaHRcBy6ud5dF35dxMsvdJqke54W3XazXF1ZAxC4a3LBy4i/GNVBAthsEg==
2747+
"@commitlint/resolve-extends@^17.0.3":
2748+
version "17.0.3"
2749+
resolved "https://registry.yarnpkg.com/@commitlint/resolve-extends/-/resolve-extends-17.0.3.tgz#43b237899e2abd59d16af091521b888c8a071412"
2750+
integrity sha512-H/RFMvrcBeJCMdnVC4i8I94108UDccIHrTke2tyQEg9nXQnR5/Hd6MhyNWkREvcrxh9Y+33JLb+PiPiaBxCtBA==
27502751
dependencies:
2751-
"@commitlint/config-validator" "^16.2.1"
2752-
"@commitlint/types" "^16.2.1"
2752+
"@commitlint/config-validator" "^17.0.3"
2753+
"@commitlint/types" "^17.0.0"
27532754
import-fresh "^3.0.0"
27542755
lodash "^4.17.19"
27552756
resolve-from "^5.0.0"
27562757
resolve-global "^1.0.0"
27572758

2758-
"@commitlint/rules@^16.2.4":
2759-
version "16.2.4"
2760-
resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-16.2.4.tgz#c2fbbf20d9d0e8fcf25690c88a27750d4a3e867b"
2761-
integrity sha512-rK5rNBIN2ZQNQK+I6trRPK3dWa0MtaTN4xnwOma1qxa4d5wQMQJtScwTZjTJeallFxhOgbNOgr48AMHkdounVg==
2759+
"@commitlint/rules@^17.0.0":
2760+
version "17.0.0"
2761+
resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-17.0.0.tgz#4eecc5d28cabbc5f3f73838fb02592b551f9bf62"
2762+
integrity sha512-45nIy3dERKXWpnwX9HeBzK5SepHwlDxdGBfmedXhL30fmFCkJOdxHyOJsh0+B0RaVsLGT01NELpfzJUmtpDwdQ==
27622763
dependencies:
2763-
"@commitlint/ensure" "^16.2.1"
2764-
"@commitlint/message" "^16.2.1"
2765-
"@commitlint/to-lines" "^16.2.1"
2766-
"@commitlint/types" "^16.2.1"
2764+
"@commitlint/ensure" "^17.0.0"
2765+
"@commitlint/message" "^17.0.0"
2766+
"@commitlint/to-lines" "^17.0.0"
2767+
"@commitlint/types" "^17.0.0"
27672768
execa "^5.0.0"
27682769

2769-
"@commitlint/to-lines@^16.2.1":
2770-
version "16.2.1"
2771-
resolved "https://registry.yarnpkg.com/@commitlint/to-lines/-/to-lines-16.2.1.tgz#42d000f34dc0406f514991e86237fdab5e8affd0"
2772-
integrity sha512-9/VjpYj5j1QeY3eiog1zQWY6axsdWAc0AonUUfyZ7B0MVcRI0R56YsHAfzF6uK/g/WwPZaoe4Lb1QCyDVnpVaQ==
2770+
"@commitlint/to-lines@^17.0.0":
2771+
version "17.0.0"
2772+
resolved "https://registry.yarnpkg.com/@commitlint/to-lines/-/to-lines-17.0.0.tgz#5766895836b8085b099a098482f88a03f070b411"
2773+
integrity sha512-nEi4YEz04Rf2upFbpnEorG8iymyH7o9jYIVFBG1QdzebbIFET3ir+8kQvCZuBE5pKCtViE4XBUsRZz139uFrRQ==
27732774

2774-
"@commitlint/top-level@^16.2.1":
2775-
version "16.2.1"
2776-
resolved "https://registry.yarnpkg.com/@commitlint/top-level/-/top-level-16.2.1.tgz#bdaa53ab3d8970e0288879f1a342a8c2dfe01583"
2777-
integrity sha512-lS6GSieHW9y6ePL73ied71Z9bOKyK+Ib9hTkRsB8oZFAyQZcyRwq2w6nIa6Fngir1QW51oKzzaXfJL94qwImyw==
2775+
"@commitlint/top-level@^17.0.0":
2776+
version "17.0.0"
2777+
resolved "https://registry.yarnpkg.com/@commitlint/top-level/-/top-level-17.0.0.tgz#ebd0df4c703c026c2fbdc20fa746836334f4ed15"
2778+
integrity sha512-dZrEP1PBJvodNWYPOYiLWf6XZergdksKQaT6i1KSROLdjf5Ai0brLOv5/P+CPxBeoj3vBxK4Ax8H1Pg9t7sHIQ==
27782779
dependencies:
27792780
find-up "^5.0.0"
27802781

2781-
"@commitlint/types@^16.2.1":
2782-
version "16.2.1"
2783-
resolved "https://registry.yarnpkg.com/@commitlint/types/-/types-16.2.1.tgz#f25d373b88b01e51fc3fa44488101361945a61bd"
2784-
integrity sha512-7/z7pA7BM0i8XvMSBynO7xsB3mVQPUZbVn6zMIlp/a091XJ3qAXRXc+HwLYhiIdzzS5fuxxNIHZMGHVD4HJxdA==
2782+
"@commitlint/types@^17.0.0":
2783+
version "17.0.0"
2784+
resolved "https://registry.yarnpkg.com/@commitlint/types/-/types-17.0.0.tgz#3b4604c1a0f06c340ce976e6c6903d4f56e3e690"
2785+
integrity sha512-hBAw6U+SkAT5h47zDMeOu3HSiD0SODw4Aq7rRNh1ceUmL7GyLKYhPbUvlRWqZ65XjBLPHZhFyQlRaPNz8qvUyQ==
27852786
dependencies:
2786-
chalk "^4.0.0"
2787+
chalk "^4.1.0"
27872788

27882789
"@cspotcode/source-map-support@^0.8.0":
27892790
version "0.8.1"
@@ -5792,7 +5793,7 @@ ajv-keywords@^5.0.0:
57925793
dependencies:
57935794
fast-deep-equal "^3.1.3"
57945795

5795-
ajv@^6.1.0, ajv@^6.10.0, ajv@^6.10.2, ajv@^6.12.2, ajv@^6.12.4, ajv@^6.12.5, ajv@^6.12.6:
5796+
ajv@^6.1.0, ajv@^6.10.0, ajv@^6.10.2, ajv@^6.12.2, ajv@^6.12.4, ajv@^6.12.5:
57965797
version "6.12.6"
57975798
resolved "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz"
57985799
integrity sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==
@@ -5812,6 +5813,16 @@ ajv@^8.0.0, ajv@^8.0.1, ajv@^8.8.0:
58125813
require-from-string "^2.0.2"
58135814
uri-js "^4.2.2"
58145815

5816+
ajv@^8.11.0:
5817+
version "8.11.0"
5818+
resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.11.0.tgz#977e91dd96ca669f54a11e23e378e33b884a565f"
5819+
integrity sha512-wGgprdCvMalC0BztXvitD2hC04YffAvtsUn93JbGXYLAtCUO4xd17mCCZQxUOItiBwZvJScWo8NIvQMQ71rdpg==
5820+
dependencies:
5821+
fast-deep-equal "^3.1.1"
5822+
json-schema-traverse "^1.0.0"
5823+
require-from-string "^2.0.2"
5824+
uri-js "^4.2.2"
5825+
58155826
alphanum-sort@^1.0.0:
58165827
version "1.0.2"
58175828
resolved "https://registry.npmjs.org/alphanum-sort/-/alphanum-sort-1.0.2.tgz"
@@ -7967,10 +7978,10 @@ conventional-changelog-angular@^5.0.11:
79677978
compare-func "^2.0.0"
79687979
q "^1.5.1"
79697980

7970-
conventional-changelog-conventionalcommits@^4.3.1:
7971-
version "4.6.3"
7972-
resolved "https://registry.yarnpkg.com/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-4.6.3.tgz#0765490f56424b46f6cb4db9135902d6e5a36dc2"
7973-
integrity sha512-LTTQV4fwOM4oLPad317V/QNQ1FY4Hju5qeBIM1uTHbrnCE+Eg4CdRZ3gO2pUeR+tzWdp80M2j3qFFEDWVqOV4g==
7981+
conventional-changelog-conventionalcommits@^5.0.0:
7982+
version "5.0.0"
7983+
resolved "https://registry.yarnpkg.com/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-5.0.0.tgz#41bdce54eb65a848a4a3ffdca93e92fa22b64a86"
7984+
integrity sha512-lCDbA+ZqVFQGUj7h9QBKoIpLhl8iihkO0nCTyRNzuXtcd7ubODpYB04IFy31JloiJgG0Uovu8ot8oxRzn7Nwtw==
79747985
dependencies:
79757986
compare-func "^2.0.0"
79767987
lodash "^4.17.15"
@@ -19804,10 +19815,10 @@ typedarray@^0.0.6:
1980419815
resolved "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz"
1980519816
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
1980619817

19807-
typescript@^4.4.3:
19808-
version "4.5.4"
19809-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.5.4.tgz#a17d3a0263bf5c8723b9c52f43c5084edf13c2e8"
19810-
integrity sha512-VgYs2A2QIRuGphtzFV7aQJduJ2gyfTljngLzjpfW9FoYZF6xuw1W0vW9ghCKLfcWrCFxK81CSGRAvS1pn4fIUg==
19818+
typescript@^4.6.4:
19819+
version "4.7.4"
19820+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.7.4.tgz#1a88596d1cf47d59507a1bcdfb5b9dfe4d488235"
19821+
integrity sha512-C0WQT0gezHuw6AdY1M2jxUO83Rjf0HP7Sk1DtXj6j1EwkQNZrHAg2XPWlq62oqEhYvONq5pkC2Y9oPljWToLmQ==
1981119822

1981219823
ua-parser-js@^0.7.28:
1981319824
version "0.7.31"

0 commit comments

Comments
 (0)