Skip to content

Commit ca8ecd8

Browse files
committed
fix(deps): update dependency @changesets/parse to ^0.3.15
1 parent 73dd788 commit ca8ecd8

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"@changesets/assemble-release-plan": "^5.1.3",
7575
"@changesets/config": "^2.0.1",
7676
"@changesets/errors": "^0.1.4",
77-
"@changesets/parse": "^0.3.14",
77+
"@changesets/parse": "^0.3.15",
7878
"@changesets/pre": "^1.0.11",
7979
"@changesets/read": "^0.5.5",
8080
"@gitbeaker/node": "^35.7.0",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1573,12 +1573,12 @@
15731573
dependencies:
15741574
chalk "^2.1.0"
15751575

1576-
"@changesets/parse@^0.3.13", "@changesets/parse@^0.3.14":
1577-
version "0.3.14"
1578-
resolved "https://registry.yarnpkg.com/@changesets/parse/-/parse-0.3.14.tgz#97321604206db2572c17a12ed37671d9ee6d5e14"
1579-
integrity sha512-SWnNVyC9vz61ueTbuxvA6b4HXcSx2iaWr2VEa37lPg1Vw+cEyQp7lOB219P7uow1xFfdtIEEsxbzXnqLAAaY8w==
1576+
"@changesets/parse@^0.3.13", "@changesets/parse@^0.3.15":
1577+
version "0.3.15"
1578+
resolved "https://registry.yarnpkg.com/@changesets/parse/-/parse-0.3.15.tgz#1bc74f8c43b0861d71f4fccf78950411004ba308"
1579+
integrity sha512-3eDVqVuBtp63i+BxEWHPFj2P1s3syk0PTrk2d94W9JD30iG+OER0Y6n65TeLlY8T2yB9Fvj6Ev5Gg0+cKe/ZUA==
15801580
dependencies:
1581-
"@changesets/types" "^5.1.0"
1581+
"@changesets/types" "^5.2.0"
15821582
js-yaml "^3.13.1"
15831583

15841584
"@changesets/pre@^1.0.11":
@@ -1611,7 +1611,7 @@
16111611
resolved "https://registry.yarnpkg.com/@changesets/types/-/types-4.1.0.tgz#fb8f7ca2324fd54954824e864f9a61a82cb78fe0"
16121612
integrity sha512-LDQvVDv5Kb50ny2s25Fhm3d9QSZimsoUGBsUioj6MC3qbMUCuC8GPIvk/M6IvXx3lYhAs0lwWUQLb+VIEUCECw==
16131613

1614-
"@changesets/types@^5.0.0", "@changesets/types@^5.1.0", "@changesets/types@^5.2.0":
1614+
"@changesets/types@^5.0.0", "@changesets/types@^5.2.0":
16151615
version "5.2.0"
16161616
resolved "https://registry.yarnpkg.com/@changesets/types/-/types-5.2.0.tgz#c4927f5bf9668f778c12b4226cfd07a1f5b79c9b"
16171617
integrity sha512-km/66KOqJC+eicZXsm2oq8A8bVTSpkZJ60iPV/Nl5Z5c7p9kk8xxh6XGRTlnludHldxOOfudhnDN2qPxtHmXzA==

0 commit comments

Comments
 (0)