Skip to content

Commit e60002f

Browse files
fix: use CFA v2
1 parent 2e22564 commit e60002f

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"sumchecker": "^3.0.1"
3030
},
3131
"devDependencies": {
32-
"@continuous-auth/semantic-release-npm": "^1.0.3",
32+
"@continuous-auth/semantic-release-npm": "^2.0.0",
3333
"@types/debug": "^4.1.4",
3434
"@types/fs-extra": "^8.0.0",
3535
"@types/got": "^9.4.4",

yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -146,19 +146,19 @@
146146
exec-sh "^0.3.2"
147147
minimist "^1.2.0"
148148

149-
"@continuous-auth/client@^1.0.3":
150-
version "1.0.3"
151-
resolved "https://registry.yarnpkg.com/@continuous-auth/client/-/client-1.0.3.tgz#ebfe2ad4d90dddb707527f17bf9d7667949309c9"
152-
integrity sha512-zDRkM+cpXq6VMsRAitUtTLuWMruDGwHHVr3J/46hBM51Bv9JzssziuUVD0lVa+t0D2TsJG4CYV3LqLeTi8Ezgw==
149+
"@continuous-auth/client@^1.1.0":
150+
version "1.2.3"
151+
resolved "https://registry.yarnpkg.com/@continuous-auth/client/-/client-1.2.3.tgz#2c99879c1e40b3cc3421286b355303b3fef49e48"
152+
integrity sha512-5Fgq6KOdTp9ZoMme/Xirk2GLEOgN5iOgFdVofA5eXgqcIG+JPz8lQceH7r6BBxkppvxwQfnIuEqKEtJqysQUog==
153153
dependencies:
154154
axios "^0.18.0"
155155

156-
"@continuous-auth/semantic-release-npm@^1.0.3":
157-
version "1.0.3"
158-
resolved "https://registry.yarnpkg.com/@continuous-auth/semantic-release-npm/-/semantic-release-npm-1.0.3.tgz#8939e7c7c52aac90d191ca467a484f9040b3e077"
159-
integrity sha512-Xq2Ycnu4XgSD6ezeA65meRiYQuJGIpJsR8Aoauga7S+vkLcKWn/P43FadykXIba5w8siZRgCutu1IAwFF+n2+Q==
156+
"@continuous-auth/semantic-release-npm@^2.0.0":
157+
version "2.0.0"
158+
resolved "https://registry.yarnpkg.com/@continuous-auth/semantic-release-npm/-/semantic-release-npm-2.0.0.tgz#3813b9bdf6f4b86df2ea018ae10c8a518f8b6ae9"
159+
integrity sha512-NEFIgTcNZf3myZva8swBiNs71cQrEsXd+BJhExW3jIrxYVhSoQWxP0IYzEB7qC5CL1zJ7FtHeNiwwjI9a3beAA==
160160
dependencies:
161-
"@continuous-auth/client" "^1.0.3"
161+
"@continuous-auth/client" "^1.1.0"
162162
"@semantic-release/error" "^2.2.0"
163163
aggregate-error "^2.0.0"
164164
execa "^1.0.0"

0 commit comments

Comments
 (0)