Skip to content

Commit 5260abd

Browse files
committed
Use public Yarn packages URLs
1 parent 3b06562 commit 5260abd

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

packages/node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
"tslib": "^1.9.3"
2828
},
2929
"devDependencies": {
30-
"@sentry-internal/eslint-config-sdk": "6.8.0",
3130
"@forge/api": "^2.1.0",
31+
"@sentry-internal/eslint-config-sdk": "6.8.0",
3232
"@types/cookie": "0.3.2",
3333
"@types/express": "^4.17.2",
3434
"@types/lru-cache": "^5.1.0",

yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1186,8 +1186,8 @@
11861186

11871187
"@forge/api@^2.1.0":
11881188
version "2.1.0"
1189-
resolved "https://packages.atlassian.com/api/npm/npm-remote/@forge/api/-/api-2.1.0.tgz#dd632a0b04c605061ab832987ae4bb1c0a343b07"
1190-
integrity sha1-3WMqCwTGBQYauDKYeuS7HAo0Owc=
1189+
resolved "https://registry.yarnpkg.com/@forge/api/-/api-2.1.0.tgz#dd632a0b04c605061ab832987ae4bb1c0a343b07"
1190+
integrity sha512-hxbIL2coZtKLcLO/N1GhokB1aJ3kjQtjsP3kziSrsjjF0Fh014UA36mpKg//xDae0gRPtditRMR6wFgxP9z8vg==
11911191
dependencies:
11921192
"@forge/auth" "^0.0.1"
11931193
"@forge/storage" "^1.0.4"
@@ -1196,15 +1196,15 @@
11961196

11971197
"@forge/auth@^0.0.1":
11981198
version "0.0.1"
1199-
resolved "https://packages.atlassian.com/api/npm/npm-remote/@forge/auth/-/auth-0.0.1.tgz#3fb4e82e90bd555d4ae9ef45b3aed6782a282d0c"
1200-
integrity sha1-P7ToLpC9VV1K6e9Fs67WeCooLQw=
1199+
resolved "https://registry.yarnpkg.com/@forge/auth/-/auth-0.0.1.tgz#3fb4e82e90bd555d4ae9ef45b3aed6782a282d0c"
1200+
integrity sha512-twZjWbIk+PrW2XzrUfVCzYhh1qe5igS4h9NpapZLHNm2CaCi1gjh8klVcGJijcYJWT1Sj6Qr9gBUtkZjCinJXw==
12011201
dependencies:
12021202
tslib "^1.11.0"
12031203

12041204
"@forge/storage@^1.0.4":
12051205
version "1.0.4"
1206-
resolved "https://packages.atlassian.com/api/npm/npm-remote/@forge/storage/-/storage-1.0.4.tgz#41a8ee741415ce432a1d104b02e0802f35212247"
1207-
integrity sha1-QajudBQVzkMqHRBLAuCALzUhIkc=
1206+
resolved "https://registry.yarnpkg.com/@forge/storage/-/storage-1.0.4.tgz#41a8ee741415ce432a1d104b02e0802f35212247"
1207+
integrity sha512-sHNSfV6H3/8/hnVAfoSy5qQd29hggnigLZy8UBOpRy1yM0qB/wo0Dsf0W0jE/ImbborLW35mgM6CB0BhriW1BQ==
12081208

12091209
"@glimmer/component@^1.0.0":
12101210
version "1.0.4"
@@ -3259,8 +3259,8 @@
32593259

32603260
"@types/node-fetch@^2.5.7":
32613261
version "2.5.10"
3262-
resolved "https://packages.atlassian.com/api/npm/npm-remote/@types/node-fetch/-/node-fetch-2.5.10.tgz#9b4d4a0425562f9fcea70b12cb3fcdd946ca8132"
3263-
integrity sha1-m01KBCVWL5/OpwsSyz/N2UbKgTI=
3262+
resolved "https://registry.yarnpkg.com/@types/node-fetch/-/node-fetch-2.5.10.tgz#9b4d4a0425562f9fcea70b12cb3fcdd946ca8132"
3263+
integrity sha512-IpkX0AasN44hgEad0gEF/V6EgR5n69VEqPEgnmoM8GsIGro3PowbWs4tR6IhxUTyPLpOn+fiGG6nrQhcmoCuIQ==
32643264
dependencies:
32653265
"@types/node" "*"
32663266
form-data "^3.0.0"
@@ -10239,8 +10239,8 @@ forever-agent@~0.6.1:
1023910239

1024010240
form-data@^3.0.0:
1024110241
version "3.0.1"
10242-
resolved "https://packages.atlassian.com/api/npm/npm-remote/form-data/-/form-data-3.0.1.tgz#ebd53791b78356a99af9a300d4282c4d5eb9755f"
10243-
integrity sha1-69U3kbeDVqma+aMA1CgsTV65dV8=
10242+
resolved "https://registry.yarnpkg.com/form-data/-/form-data-3.0.1.tgz#ebd53791b78356a99af9a300d4282c4d5eb9755f"
10243+
integrity sha512-RHkBKtLWUVwd7SqRIvCZMEvAMoGUp0XU+seQiZejj0COz3RI3hWP4sCv3gZWWLjJTd7rGwcsF5eKZGii0r/hbg==
1024410244
dependencies:
1024510245
asynckit "^0.4.0"
1024610246
combined-stream "^1.0.8"

0 commit comments

Comments
 (0)