Skip to content

Commit e24f51b

Browse files
fix(deps) Update dependency @semantic-release/github to v11
1 parent 0fb812c commit e24f51b

File tree

2 files changed

+155
-24
lines changed

2 files changed

+155
-24
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@christopherpickering/react-leaflet-markercluster",
3-
"version": "1.1.21",
3+
"version": "1.1.22",
44
"description": "React wrapper of Leaflet.markercluster for react-laeflet",
55
"main": "dist/index.js",
66
"repository": "https://github.com/christopherpickering/react-leaflet-markercluster.git",
@@ -33,7 +33,7 @@
3333
"@semantic-release/changelog": "6.0.3",
3434
"@semantic-release/commit-analyzer": "^11.0.0",
3535
"@semantic-release/git": "10.0.1",
36-
"@semantic-release/github": "^9.0.6",
36+
"@semantic-release/github": "^11.0.0",
3737
"@semantic-release/npm": "^11.0.0",
3838
"@storybook/addon-essentials": "^7.4.2",
3939
"@storybook/addon-interactions": "^7.4.2",

yarn.lock

Lines changed: 153 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
dependencies:
2323
default-browser-id "3.0.0"
2424

25-
"@babel/cli@^7.25.9":
25+
"@babel/cli@^7.22.15":
2626
version "7.25.9"
2727
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.25.9.tgz#51036166fd0e9cfb26eee1b9ddc264a0d6d5f843"
2828
integrity sha512-I+02IfrTiSanpxJBlZQYb18qCxB6c2Ih371cVpfgIrPQrjAYkf45XxomTJOG8JBWX5GY35/+TmhCMdJ4ZPkL8Q==
@@ -73,7 +73,7 @@
7373
json5 "^2.2.3"
7474
semver "^6.3.1"
7575

76-
"@babel/core@^7.25.9":
76+
"@babel/core@^7.22.20":
7777
version "7.26.0"
7878
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.0.tgz#d78b6023cc8f3114ccf049eb219613f74a747b40"
7979
integrity sha512-i1SLeK+DzNnQ3LL/CswPCa/E5u4lh1k6IAEphON8F+cXt0t9euTshDru0q7/IqMa1PMPz5RnHuHscF8/ZJsStg==
@@ -816,12 +816,12 @@
816816
"@babel/helper-create-regexp-features-plugin" "^7.25.9"
817817
"@babel/helper-plugin-utils" "^7.25.9"
818818

819-
"@babel/preset-env@^7.23.2":
820-
version "7.25.9"
821-
resolved "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.25.9.tgz"
822-
integrity sha512-XqDEt+hfsQukahSX9JOBDHhpUHDhj2zGSxoqWQFCMajOSBnbhBdgON/bU/5PkBA1yX5tqW6tTzuIPVsZTQ7h5Q==
819+
"@babel/preset-env@^7.22.20":
820+
version "7.26.0"
821+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.26.0.tgz#30e5c6bc1bcc54865bff0c5a30f6d4ccdc7fa8b1"
822+
integrity sha512-H84Fxq0CQJNdPFT2DrfnylZ3cf5K43rGfWK4LJGPpjKHiZlk0/RzwEus3PDDZZg+/Er7lCA03MVacueUuXdzfw==
823823
dependencies:
824-
"@babel/compat-data" "^7.25.9"
824+
"@babel/compat-data" "^7.26.0"
825825
"@babel/helper-compilation-targets" "^7.25.9"
826826
"@babel/helper-plugin-utils" "^7.25.9"
827827
"@babel/helper-validator-option" "^7.25.9"
@@ -831,16 +831,16 @@
831831
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.25.9"
832832
"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly" "^7.25.9"
833833
"@babel/plugin-proposal-private-property-in-object" "7.21.0-placeholder-for-preset-env.2"
834-
"@babel/plugin-syntax-import-assertions" "^7.25.9"
835-
"@babel/plugin-syntax-import-attributes" "^7.25.9"
834+
"@babel/plugin-syntax-import-assertions" "^7.26.0"
835+
"@babel/plugin-syntax-import-attributes" "^7.26.0"
836836
"@babel/plugin-syntax-unicode-sets-regex" "^7.18.6"
837837
"@babel/plugin-transform-arrow-functions" "^7.25.9"
838838
"@babel/plugin-transform-async-generator-functions" "^7.25.9"
839839
"@babel/plugin-transform-async-to-generator" "^7.25.9"
840840
"@babel/plugin-transform-block-scoped-functions" "^7.25.9"
841841
"@babel/plugin-transform-block-scoping" "^7.25.9"
842842
"@babel/plugin-transform-class-properties" "^7.25.9"
843-
"@babel/plugin-transform-class-static-block" "^7.25.9"
843+
"@babel/plugin-transform-class-static-block" "^7.26.0"
844844
"@babel/plugin-transform-classes" "^7.25.9"
845845
"@babel/plugin-transform-computed-properties" "^7.25.9"
846846
"@babel/plugin-transform-destructuring" "^7.25.9"
@@ -873,6 +873,7 @@
873873
"@babel/plugin-transform-private-property-in-object" "^7.25.9"
874874
"@babel/plugin-transform-property-literals" "^7.25.9"
875875
"@babel/plugin-transform-regenerator" "^7.25.9"
876+
"@babel/plugin-transform-regexp-modifiers" "^7.26.0"
876877
"@babel/plugin-transform-reserved-words" "^7.25.9"
877878
"@babel/plugin-transform-shorthand-properties" "^7.25.9"
878879
"@babel/plugin-transform-spread" "^7.25.9"
@@ -890,12 +891,12 @@
890891
core-js-compat "^3.38.1"
891892
semver "^6.3.1"
892893

893-
"@babel/preset-env@^7.25.9":
894-
version "7.26.0"
895-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.26.0.tgz#30e5c6bc1bcc54865bff0c5a30f6d4ccdc7fa8b1"
896-
integrity sha512-H84Fxq0CQJNdPFT2DrfnylZ3cf5K43rGfWK4LJGPpjKHiZlk0/RzwEus3PDDZZg+/Er7lCA03MVacueUuXdzfw==
894+
"@babel/preset-env@^7.23.2":
895+
version "7.25.9"
896+
resolved "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.25.9.tgz"
897+
integrity sha512-XqDEt+hfsQukahSX9JOBDHhpUHDhj2zGSxoqWQFCMajOSBnbhBdgON/bU/5PkBA1yX5tqW6tTzuIPVsZTQ7h5Q==
897898
dependencies:
898-
"@babel/compat-data" "^7.26.0"
899+
"@babel/compat-data" "^7.25.9"
899900
"@babel/helper-compilation-targets" "^7.25.9"
900901
"@babel/helper-plugin-utils" "^7.25.9"
901902
"@babel/helper-validator-option" "^7.25.9"
@@ -905,16 +906,16 @@
905906
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.25.9"
906907
"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly" "^7.25.9"
907908
"@babel/plugin-proposal-private-property-in-object" "7.21.0-placeholder-for-preset-env.2"
908-
"@babel/plugin-syntax-import-assertions" "^7.26.0"
909-
"@babel/plugin-syntax-import-attributes" "^7.26.0"
909+
"@babel/plugin-syntax-import-assertions" "^7.25.9"
910+
"@babel/plugin-syntax-import-attributes" "^7.25.9"
910911
"@babel/plugin-syntax-unicode-sets-regex" "^7.18.6"
911912
"@babel/plugin-transform-arrow-functions" "^7.25.9"
912913
"@babel/plugin-transform-async-generator-functions" "^7.25.9"
913914
"@babel/plugin-transform-async-to-generator" "^7.25.9"
914915
"@babel/plugin-transform-block-scoped-functions" "^7.25.9"
915916
"@babel/plugin-transform-block-scoping" "^7.25.9"
916917
"@babel/plugin-transform-class-properties" "^7.25.9"
917-
"@babel/plugin-transform-class-static-block" "^7.26.0"
918+
"@babel/plugin-transform-class-static-block" "^7.25.9"
918919
"@babel/plugin-transform-classes" "^7.25.9"
919920
"@babel/plugin-transform-computed-properties" "^7.25.9"
920921
"@babel/plugin-transform-destructuring" "^7.25.9"
@@ -947,7 +948,6 @@
947948
"@babel/plugin-transform-private-property-in-object" "^7.25.9"
948949
"@babel/plugin-transform-property-literals" "^7.25.9"
949950
"@babel/plugin-transform-regenerator" "^7.25.9"
950-
"@babel/plugin-transform-regexp-modifiers" "^7.26.0"
951951
"@babel/plugin-transform-reserved-words" "^7.25.9"
952952
"@babel/plugin-transform-shorthand-properties" "^7.25.9"
953953
"@babel/plugin-transform-spread" "^7.25.9"
@@ -1696,6 +1696,11 @@
16961696
resolved "https://registry.npmjs.org/@octokit/auth-token/-/auth-token-4.0.0.tgz"
16971697
integrity sha512-tY/msAuJo6ARbK6SPIxZrPBms3xPbfwBrulZe0Wtr/DIY9lje2HeV1uoebShn6mx7SjCHif6EjMvoREj+gZ+SA==
16981698

1699+
"@octokit/auth-token@^5.0.0":
1700+
version "5.1.1"
1701+
resolved "https://registry.yarnpkg.com/@octokit/auth-token/-/auth-token-5.1.1.tgz#3bbfe905111332a17f72d80bd0b51a3e2fa2cf07"
1702+
integrity sha512-rh3G3wDO8J9wSjfI436JUKzHIxq8NaiL0tVeB2aXmG6p/9859aUOAjA9pmSPNGGZxfwmaJ9ozOJImuNVJdpvbA==
1703+
16991704
"@octokit/core@^5.0.0":
17001705
version "5.0.0"
17011706
resolved "https://registry.npmjs.org/@octokit/core/-/core-5.0.0.tgz"
@@ -1709,6 +1714,27 @@
17091714
before-after-hook "^2.2.0"
17101715
universal-user-agent "^6.0.0"
17111716

1717+
"@octokit/core@^6.0.0":
1718+
version "6.1.2"
1719+
resolved "https://registry.yarnpkg.com/@octokit/core/-/core-6.1.2.tgz#20442d0a97c411612da206411e356014d1d1bd17"
1720+
integrity sha512-hEb7Ma4cGJGEUNOAVmyfdB/3WirWMg5hDuNFVejGEDFqupeOysLc2sG6HJxY2etBp5YQu5Wtxwi020jS9xlUwg==
1721+
dependencies:
1722+
"@octokit/auth-token" "^5.0.0"
1723+
"@octokit/graphql" "^8.0.0"
1724+
"@octokit/request" "^9.0.0"
1725+
"@octokit/request-error" "^6.0.1"
1726+
"@octokit/types" "^13.0.0"
1727+
before-after-hook "^3.0.2"
1728+
universal-user-agent "^7.0.0"
1729+
1730+
"@octokit/endpoint@^10.0.0":
1731+
version "10.1.1"
1732+
resolved "https://registry.yarnpkg.com/@octokit/endpoint/-/endpoint-10.1.1.tgz#1a9694e7aef6aa9d854dc78dd062945945869bcc"
1733+
integrity sha512-JYjh5rMOwXMJyUpj028cu0Gbp7qe/ihxfJMLc8VZBMMqSwLgOxDI1911gV4Enl1QSavAQNJcwmwBF9M0VvLh6Q==
1734+
dependencies:
1735+
"@octokit/types" "^13.0.0"
1736+
universal-user-agent "^7.0.2"
1737+
17121738
"@octokit/endpoint@^9.0.0":
17131739
version "9.0.0"
17141740
resolved "https://registry.npmjs.org/@octokit/endpoint/-/endpoint-9.0.0.tgz"
@@ -1727,6 +1753,15 @@
17271753
"@octokit/types" "^11.0.0"
17281754
universal-user-agent "^6.0.0"
17291755

1756+
"@octokit/graphql@^8.0.0":
1757+
version "8.1.1"
1758+
resolved "https://registry.yarnpkg.com/@octokit/graphql/-/graphql-8.1.1.tgz#3cacab5f2e55d91c733e3bf481d3a3f8a5f639c4"
1759+
integrity sha512-ukiRmuHTi6ebQx/HFRCXKbDlOh/7xEV6QUXaE7MJEKGNAncGI/STSbOkl12qVXZrfZdpXctx5O9X1AIaebiDBg==
1760+
dependencies:
1761+
"@octokit/request" "^9.0.0"
1762+
"@octokit/types" "^13.0.0"
1763+
universal-user-agent "^7.0.0"
1764+
17301765
"@octokit/openapi-types@^18.0.0":
17311766
version "18.0.0"
17321767
resolved "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-18.0.0.tgz"
@@ -1737,6 +1772,18 @@
17371772
resolved "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-19.0.0.tgz"
17381773
integrity sha512-PclQ6JGMTE9iUStpzMkwLCISFn/wDeRjkZFIKALpvJQNBGwDoYYi2fFvuHwssoQ1rXI5mfh6jgTgWuddeUzfWw==
17391774

1775+
"@octokit/openapi-types@^22.2.0":
1776+
version "22.2.0"
1777+
resolved "https://registry.yarnpkg.com/@octokit/openapi-types/-/openapi-types-22.2.0.tgz#75aa7dcd440821d99def6a60b5f014207ae4968e"
1778+
integrity sha512-QBhVjcUa9W7Wwhm6DBFu6ZZ+1/t/oYxqc2tp81Pi41YNuJinbFRx8B133qVOrAaBbF7D/m0Et6f9/pZt9Rc+tg==
1779+
1780+
"@octokit/plugin-paginate-rest@^11.0.0":
1781+
version "11.3.5"
1782+
resolved "https://registry.yarnpkg.com/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-11.3.5.tgz#a1929b3ba3dc7b63bc73bb6d3c7a3faf2a9c7649"
1783+
integrity sha512-cgwIRtKrpwhLoBi0CUNuY83DPGRMaWVjqVI/bGKsLJ4PzyWZNaEmhHroI2xlrVXkk6nFv0IsZpOp+ZWSWUS2AQ==
1784+
dependencies:
1785+
"@octokit/types" "^13.6.0"
1786+
17401787
"@octokit/plugin-paginate-rest@^9.0.0":
17411788
version "9.0.0"
17421789
resolved "https://registry.npmjs.org/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-9.0.0.tgz"
@@ -1753,6 +1800,15 @@
17531800
"@octokit/types" "^11.0.0"
17541801
bottleneck "^2.15.3"
17551802

1803+
"@octokit/plugin-retry@^7.0.0":
1804+
version "7.1.2"
1805+
resolved "https://registry.yarnpkg.com/@octokit/plugin-retry/-/plugin-retry-7.1.2.tgz#242e2d19a72a50b5113bb25d7d2c622ce0373fa0"
1806+
integrity sha512-XOWnPpH2kJ5VTwozsxGurw+svB2e61aWlmk5EVIYZPwFK5F9h4cyPyj9CIKRyMXMHSwpIsI3mPOdpMmrRhe7UQ==
1807+
dependencies:
1808+
"@octokit/request-error" "^6.0.0"
1809+
"@octokit/types" "^13.0.0"
1810+
bottleneck "^2.15.3"
1811+
17561812
"@octokit/plugin-throttling@^8.0.0":
17571813
version "8.0.0"
17581814
resolved "https://registry.npmjs.org/@octokit/plugin-throttling/-/plugin-throttling-8.0.0.tgz"
@@ -1761,6 +1817,14 @@
17611817
"@octokit/types" "^12.0.0"
17621818
bottleneck "^2.15.3"
17631819

1820+
"@octokit/plugin-throttling@^9.0.0":
1821+
version "9.3.2"
1822+
resolved "https://registry.yarnpkg.com/@octokit/plugin-throttling/-/plugin-throttling-9.3.2.tgz#cc05180e45e769d6726c5faed157e9ad3b6ab8c0"
1823+
integrity sha512-FqpvcTpIWFpMMwIeSoypoJXysSAQ3R+ALJhXXSG1HTP3YZOIeLmcNcimKaXxTcws+Sh6yoRl13SJ5r8sXc1Fhw==
1824+
dependencies:
1825+
"@octokit/types" "^13.0.0"
1826+
bottleneck "^2.15.3"
1827+
17641828
"@octokit/request-error@^5.0.0":
17651829
version "5.0.0"
17661830
resolved "https://registry.npmjs.org/@octokit/request-error/-/request-error-5.0.0.tgz"
@@ -1770,6 +1834,13 @@
17701834
deprecation "^2.0.0"
17711835
once "^1.4.0"
17721836

1837+
"@octokit/request-error@^6.0.0", "@octokit/request-error@^6.0.1":
1838+
version "6.1.5"
1839+
resolved "https://registry.yarnpkg.com/@octokit/request-error/-/request-error-6.1.5.tgz#907099e341c4e6179db623a0328d678024f54653"
1840+
integrity sha512-IlBTfGX8Yn/oFPMwSfvugfncK2EwRLjzbrpifNaMY8o/HTEAFqCA1FZxjD9cWvSKBHgrIhc4CSBIzMxiLsbzFQ==
1841+
dependencies:
1842+
"@octokit/types" "^13.0.0"
1843+
17731844
"@octokit/request@^8.0.1", "@octokit/request@^8.0.2":
17741845
version "8.1.1"
17751846
resolved "https://registry.npmjs.org/@octokit/request/-/request-8.1.1.tgz"
@@ -1781,6 +1852,16 @@
17811852
is-plain-object "^5.0.0"
17821853
universal-user-agent "^6.0.0"
17831854

1855+
"@octokit/request@^9.0.0":
1856+
version "9.1.3"
1857+
resolved "https://registry.yarnpkg.com/@octokit/request/-/request-9.1.3.tgz#42b693bc06238f43af3c037ebfd35621c6457838"
1858+
integrity sha512-V+TFhu5fdF3K58rs1pGUJIDH5RZLbZm5BI+MNF+6o/ssFNT4vWlCh/tVpF3NxGtP15HUxTTMUbsG5llAuU2CZA==
1859+
dependencies:
1860+
"@octokit/endpoint" "^10.0.0"
1861+
"@octokit/request-error" "^6.0.1"
1862+
"@octokit/types" "^13.1.0"
1863+
universal-user-agent "^7.0.2"
1864+
17841865
"@octokit/types@^11.0.0", "@octokit/types@^11.1.0":
17851866
version "11.1.0"
17861867
resolved "https://registry.npmjs.org/@octokit/types/-/types-11.1.0.tgz"
@@ -1795,6 +1876,13 @@
17951876
dependencies:
17961877
"@octokit/openapi-types" "^19.0.0"
17971878

1879+
"@octokit/types@^13.0.0", "@octokit/types@^13.1.0", "@octokit/types@^13.6.0":
1880+
version "13.6.1"
1881+
resolved "https://registry.yarnpkg.com/@octokit/types/-/types-13.6.1.tgz#432fc6c0aaae54318e5b2d3e15c22ac97fc9b15f"
1882+
integrity sha512-PHZE9Z+kWXb23Ndik8MKPirBPziOc0D2/3KH1P+6jK5nGWe96kadZuE4jev2/Jq7FvIfTlT2Ltg8Fv2x1v0a5g==
1883+
dependencies:
1884+
"@octokit/openapi-types" "^22.2.0"
1885+
17981886
"@parcel/watcher-android-arm64@2.4.1":
17991887
version "2.4.1"
18001888
resolved "https://registry.yarnpkg.com/@parcel/watcher-android-arm64/-/watcher-android-arm64-2.4.1.tgz#c2c19a3c442313ff007d2d7a9c2c1dd3e1c9ca84"
@@ -2326,7 +2414,29 @@
23262414
micromatch "^4.0.0"
23272415
p-reduce "^2.0.0"
23282416

2329-
"@semantic-release/github@^9.0.0", "@semantic-release/github@^9.0.6":
2417+
"@semantic-release/github@^11.0.0":
2418+
version "11.0.0"
2419+
resolved "https://registry.yarnpkg.com/@semantic-release/github/-/github-11.0.0.tgz#1cbfed43b96282994a1c480a204179b89b73a387"
2420+
integrity sha512-Uon6G6gJD8U1JNvPm7X0j46yxNRJ8Ui6SgK4Zw5Ktu8RgjEft3BGn+l/RX1TTzhhO3/uUcKuqM+/9/ETFxWS/Q==
2421+
dependencies:
2422+
"@octokit/core" "^6.0.0"
2423+
"@octokit/plugin-paginate-rest" "^11.0.0"
2424+
"@octokit/plugin-retry" "^7.0.0"
2425+
"@octokit/plugin-throttling" "^9.0.0"
2426+
"@semantic-release/error" "^4.0.0"
2427+
aggregate-error "^5.0.0"
2428+
debug "^4.3.4"
2429+
dir-glob "^3.0.1"
2430+
globby "^14.0.0"
2431+
http-proxy-agent "^7.0.0"
2432+
https-proxy-agent "^7.0.0"
2433+
issue-parser "^7.0.0"
2434+
lodash-es "^4.17.21"
2435+
mime "^4.0.0"
2436+
p-filter "^4.0.0"
2437+
url-join "^5.0.0"
2438+
2439+
"@semantic-release/github@^9.0.0":
23302440
version "9.2.6"
23312441
resolved "https://registry.npmjs.org/@semantic-release/github/-/github-9.2.6.tgz"
23322442
integrity sha512-shi+Lrf6exeNZF+sBhK+P011LSbhmIAoUEgEY6SsxF8irJ+J2stwI5jkyDQ+4gzYyDImzV6LCKdYB9FXnQRWKA==
@@ -4302,6 +4412,11 @@ before-after-hook@^2.2.0:
43024412
resolved "https://registry.npmjs.org/before-after-hook/-/before-after-hook-2.2.3.tgz"
43034413
integrity sha512-NzUnlZexiaH/46WDhANlyR2bXRopNg4F/zuSA3OpZnllCUgRaOF2znDioDWrmbNVsuZk6l9pMquQB38cfBZwkQ==
43044414

4415+
before-after-hook@^3.0.2:
4416+
version "3.0.2"
4417+
resolved "https://registry.yarnpkg.com/before-after-hook/-/before-after-hook-3.0.2.tgz#d5665a5fa8b62294a5aa0a499f933f4a1016195d"
4418+
integrity sha512-Nik3Sc0ncrMK4UUdXQmAnRtzmNQTAAXmXIopizwZ1W1t8QmfJj+zL4OA2I7XPTPW5z5TDqv4hRo/JzouDJnX3A==
4419+
43054420
better-opn@^3.0.2:
43064421
version "3.0.2"
43074422
resolved "https://registry.npmjs.org/better-opn/-/better-opn-3.0.2.tgz"
@@ -6974,7 +7089,7 @@ html-tags@^3.1.0:
69747089
resolved "https://registry.npmjs.org/html-tags/-/html-tags-3.2.0.tgz"
69757090
integrity sha512-vy7ClnArOZwCnqZgvv+ddgHgJiAFXe3Ge9ML5/mBctVJoUoYPCdxVucOywjDARn6CVoh3dRSFdPHy2sX80L0Wg==
69767091

6977-
html-webpack-plugin@^5.5.0, html-webpack-plugin@^5.6.3:
7092+
html-webpack-plugin@^5.5.0:
69787093
version "5.6.3"
69797094
resolved "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.6.3.tgz"
69807095
integrity sha512-QSf1yjtSAsmf7rYBV7XX86uua4W/vkhIt0xNXKbsi2foEeW7vjJQz4bhnpL3xH+l1ryl1680uNv968Z+X6jSYg==
@@ -7593,6 +7708,17 @@ issue-parser@^6.0.0:
75937708
lodash.isstring "^4.0.1"
75947709
lodash.uniqby "^4.7.0"
75957710

7711+
issue-parser@^7.0.0:
7712+
version "7.0.1"
7713+
resolved "https://registry.yarnpkg.com/issue-parser/-/issue-parser-7.0.1.tgz#8a053e5a4952c75bb216204e454b4fc7d4cc9637"
7714+
integrity sha512-3YZcUUR2Wt1WsapF+S/WiA2WmlW0cWAoPccMqne7AxEBhCdFeTPjfv/Axb8V2gyCgY3nRw+ksZ3xSUX+R47iAg==
7715+
dependencies:
7716+
lodash.capitalize "^4.2.1"
7717+
lodash.escaperegexp "^4.1.2"
7718+
lodash.isplainobject "^4.0.6"
7719+
lodash.isstring "^4.0.1"
7720+
lodash.uniqby "^4.7.0"
7721+
75967722
istanbul-lib-coverage@^3.2.0:
75977723
version "3.2.2"
75987724
resolved "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.2.tgz"
@@ -10374,7 +10500,7 @@ safe-regex-test@^1.0.3:
1037410500
resolved "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz"
1037510501
integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==
1037610502

10377-
sass@^1.80.4:
10503+
sass@^1.67.0:
1037810504
version "1.80.4"
1037910505
resolved "https://registry.yarnpkg.com/sass/-/sass-1.80.4.tgz#bc0418fd796cad2f1a1309d8b4d7fe44b7027de0"
1038010506
integrity sha512-rhMQ2tSF5CsuuspvC94nPM9rToiAFw2h3JTrLlgmNw1MH79v8Cr3DH6KF6o6r+8oofY3iYVPUf66KzC8yuVN1w==
@@ -11572,6 +11698,11 @@ universal-user-agent@^6.0.0:
1157211698
resolved "https://registry.npmjs.org/universal-user-agent/-/universal-user-agent-6.0.0.tgz"
1157311699
integrity sha512-isyNax3wXoKaulPDZWHQqbmIx1k2tb9fb3GGDBRxCscfYV2Ch7WxPArBsFEG8s/safwXTT7H4QGhaIkTp9447w==
1157411700

11701+
universal-user-agent@^7.0.0, universal-user-agent@^7.0.2:
11702+
version "7.0.2"
11703+
resolved "https://registry.yarnpkg.com/universal-user-agent/-/universal-user-agent-7.0.2.tgz#52e7d0e9b3dc4df06cc33cb2b9fd79041a54827e"
11704+
integrity sha512-0JCqzSKnStlRRQfCdowvqy3cy0Dvtlb8xecj/H8JFZuCze4rwjPZQOgvFvn0Ws/usCHQFGpyr+pB9adaGwXn4Q==
11705+
1157511706
universalify@^2.0.0:
1157611707
version "2.0.0"
1157711708
resolved "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz"

0 commit comments

Comments
 (0)