Skip to content

Commit eca6ec4

Browse files
chore(deps): update dependency shipjs to v0.27.0
1 parent de8a195 commit eca6ec4

File tree

2 files changed

+44
-20
lines changed

2 files changed

+44
-20
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"rollup-plugin-license": "2.9.1",
8282
"rollup-plugin-terser": "7.0.2",
8383
"search-insights": "^2.15.0",
84-
"shipjs": "0.26.1",
84+
"shipjs": "0.27.0",
8585
"start-server-and-test": "1.15.2",
8686
"stylelint": "13.13.1",
8787
"stylelint-a11y": "1.2.3",

yarn.lock

Lines changed: 43 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,38 @@
77
resolved "https://registry.yarnpkg.com/@adobe/css-tools/-/css-tools-4.0.1.tgz#b38b444ad3aa5fedbb15f2f746dcd934226a12dd"
88
integrity sha512-+u76oB43nOHrF4DDWRLWDCtci7f3QJoEBigemIdIeTi1ODqjx6Tad9NCVnPRwewWlKkVab5PlK8DCtPTyX7S8g==
99

10+
"@algolia/autocomplete-core@1.19.1":
11+
version "1.19.1"
12+
resolved "https://registry.yarnpkg.com/@algolia/autocomplete-core/-/autocomplete-core-1.19.1.tgz#70b6bea6f6549be6f9f25a48f4e7001eb3dd67fa"
13+
integrity sha512-MeZZN1NSPgfp2zhiaCyAW02jOWMftCJ06qoeEVEQ8v+kMlXL15SUYBpQwj7Gd+nV46KHqDrW+g5EGqhCsX6zWg==
14+
dependencies:
15+
"@algolia/autocomplete-plugin-algolia-insights" "1.19.1"
16+
"@algolia/autocomplete-shared" "1.19.1"
17+
18+
"@algolia/autocomplete-plugin-algolia-insights@1.19.1":
19+
version "1.19.1"
20+
resolved "https://registry.yarnpkg.com/@algolia/autocomplete-plugin-algolia-insights/-/autocomplete-plugin-algolia-insights-1.19.1.tgz#2089b8aa239180e2b71db3764edee272ac7c855e"
21+
integrity sha512-TPVerIGKbfOwd69ZNrriI6voKRwwj6Vmy4tD12/3RCh8zdvDOdRvc7LxeKPtgwJzavZkfH7nK9pb+4E+PCdgdg==
22+
dependencies:
23+
"@algolia/autocomplete-shared" "1.19.1"
24+
25+
"@algolia/autocomplete-preset-algolia@1.19.1":
26+
version "1.19.1"
27+
resolved "https://registry.yarnpkg.com/@algolia/autocomplete-preset-algolia/-/autocomplete-preset-algolia-1.19.1.tgz#800162ad98dc57e8d26242b748702f79ea24279e"
28+
integrity sha512-8VTPeE7UwyfvNF44IEkaNOnRoofv0Ejtsqg3tu9T8gj+pbVMj8NBErlbYD88es893EseqJj7oWAhqcq1bgnxcQ==
29+
dependencies:
30+
"@algolia/autocomplete-shared" "1.19.1"
31+
32+
"@algolia/autocomplete-shared@1.19.1":
33+
version "1.19.1"
34+
resolved "https://registry.yarnpkg.com/@algolia/autocomplete-shared/-/autocomplete-shared-1.19.1.tgz#ce15e1fb682a2ea0ddc8e19814d4c5eaf1457355"
35+
integrity sha512-/GcOv70emuVdSHBAERW7/r4czMzJROkgLOl45+ugyxK79RzSkXV2esY638qSo6mzC7EVwglSJ8BQ0kAVKVxMjA==
36+
37+
"@algolia/autocomplete-theme-classic@1.19.1":
38+
version "1.19.1"
39+
resolved "https://registry.yarnpkg.com/@algolia/autocomplete-theme-classic/-/autocomplete-theme-classic-1.19.1.tgz#900bb530d3844eeea1238acf6056a13eb5cf953a"
40+
integrity sha512-cNYN9Zosz+4hS+N8bE3yaKu4N0JD0CiNoNEqtZbemI+2xDSDo2MjRVVwWRz7gBn7wyimfp90apWgRJ3mnuGvDw==
41+
1042
"@algolia/cache-browser-local-storage@4.16.0":
1143
version "4.16.0"
1244
resolved "https://registry.yarnpkg.com/@algolia/cache-browser-local-storage/-/cache-browser-local-storage-4.16.0.tgz#ccd31ab9df10781a69a653e9d994d0be974952ba"
@@ -6375,7 +6407,7 @@ dotenv@^7.0.0:
63756407
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-7.0.0.tgz#a2be3cd52736673206e8a85fb5210eea29628e7c"
63766408
integrity sha512-M3NhsLbV1i6HuGzBUH8vXrtxOk+tWmzWKDMbAVSUp3Zsjm7ywFeuwrUXhmhQyRK1q5B5GGy7hcXPbj3bnfZg2g==
63776409

6378-
dotenv@^8.1.0, dotenv@^8.2.0:
6410+
dotenv@^8.2.0:
63796411
version "8.6.0"
63806412
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-8.6.0.tgz#061af664d19f7f4d8fc6e4ff9b584ce237adcb8b"
63816413
integrity sha512-IrPdXQsk2BbzvCBGBOTmmSH5SodmqZNt4ERAZDmW4CT+tL8VtvinqywuANaFu4bOMWki16nqf0e4oC0QIaDr/g==
@@ -7017,11 +7049,6 @@ eslint@6.8.0:
70177049
text-table "^0.2.0"
70187050
v8-compile-cache "^2.0.3"
70197051

7020-
esm@3.2.25:
7021-
version "3.2.25"
7022-
resolved "https://registry.yarnpkg.com/esm/-/esm-3.2.25.tgz#342c18c29d56157688ba5ce31f8431fbb795cc10"
7023-
integrity sha512-U1suiZ2oDVWv4zPO56S0NcR5QriEahGtdN2OR6FiOG4WJvcjBVFB0qI4+eKoWFH483PKGuLuu6V8Z4T5g63UVA==
7024-
70257052
espree@^6.1.2:
70267053
version "6.2.1"
70277054
resolved "https://registry.yarnpkg.com/espree/-/espree-6.2.1.tgz#77fc72e1fd744a2052c20f38a5b575832e82734a"
@@ -10243,7 +10270,7 @@ mime-db@1.52.0:
1024310270
resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.52.0.tgz#bbabcdc02859f4987301c856e3387ce5ec43bf70"
1024410271
integrity sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==
1024510272

10246-
mime-types@^2.1.12, mime-types@^2.1.25, mime-types@~2.1.19:
10273+
mime-types@^2.1.12, mime-types@~2.1.19:
1024710274
version "2.1.35"
1024810275
resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.35.tgz#381a871b62a734450660ae3deee44813f70d959a"
1024910276
integrity sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==
@@ -13300,21 +13327,20 @@ shellwords@^0.1.1:
1330013327
resolved "https://registry.yarnpkg.com/shellwords/-/shellwords-0.1.1.tgz#d6b9181c1a48d397324c84871efbcfc73fc0654b"
1330113328
integrity sha512-vFwSUfQvqybiICwZY5+DAWIPLKsWO31Q91JSKl3UYv+K5c2QRPzn0qzec6QPu1Qc9eHYItiP3NdJqNVqetYAww==
1330213329

13303-
shipjs-lib@0.26.1:
13304-
version "0.26.1"
13305-
resolved "https://registry.yarnpkg.com/shipjs-lib/-/shipjs-lib-0.26.1.tgz#96033cfd369f72f8627b65a96b16ba8e5640f244"
13306-
integrity sha512-XSYc/BS80SWY/8f2sy5S8irNPlzGi/3Xt8y+wn9pjAiTop9Fhe0doJnyMJf5U2KTrpukil3fA5gVIgTydpZnxQ==
13330+
shipjs-lib@0.27.0:
13331+
version "0.27.0"
13332+
resolved "https://registry.yarnpkg.com/shipjs-lib/-/shipjs-lib-0.27.0.tgz#289f850ac28081612f670370ba669e1efa5c27f4"
13333+
integrity sha512-BLqiL4CqTTk6yj2hFOcIRzlGHLpSshPof9ldEx2HierdzeueDm/4Rd+RXdeL53EGYqT+HuqVIC5DYMLARPPJEQ==
1330713334
dependencies:
1330813335
deepmerge "^4.2.2"
13309-
dotenv "^8.1.0"
1331013336
parse-github-url "1.0.2"
1331113337
semver "6.3.0"
1331213338
shelljs "0.8.5"
1331313339

13314-
shipjs@0.26.1:
13315-
version "0.26.1"
13316-
resolved "https://registry.yarnpkg.com/shipjs/-/shipjs-0.26.1.tgz#d7597063da735dcd4687674abf5f93aba3de05fb"
13317-
integrity sha512-+8EvOdMKDIEo7k1nc8HB1WvxdARa6rFK2RxaU2X88zH2o7LG5T/lw6O1C2IebDAwE7NTGbXzU0aWqGeX2mvINA==
13340+
shipjs@0.27.0:
13341+
version "0.27.0"
13342+
resolved "https://registry.yarnpkg.com/shipjs/-/shipjs-0.27.0.tgz#72c8b9a4c75fd28a4b717a3fb1f553f2bb77f728"
13343+
integrity sha512-4lbARswZR6ZaSvHsKfJcHpSZTHAum08lWx29aYvt48ytl3jIP2a3mu6m3QrH1N9wwiFrUgtM9eI8B14Cc0GSzA==
1331813344
dependencies:
1331913345
"@babel/runtime" "^7.6.3"
1332013346
"@octokit/rest" "^17.11.0"
@@ -13329,16 +13355,14 @@ shipjs@0.26.1:
1332913355
deepmerge "^4.2.2"
1333013356
dotenv "^8.2.0"
1333113357
ejs "^3.0.0"
13332-
esm "3.2.25"
1333313358
globby "^10.0.1"
1333413359
inquirer "7.1.0"
13335-
mime-types "^2.1.25"
1333613360
mkdirp "^1.0.0"
1333713361
open "^7.0.0"
1333813362
prettier "^2.0.0"
1333913363
serialize-javascript "^3.0.0"
1334013364
shell-quote "^1.7.2"
13341-
shipjs-lib "0.26.1"
13365+
shipjs-lib "0.27.0"
1334213366
temp-write "4.0.0"
1334313367
tempfile "^3.0.0"
1334413368

0 commit comments

Comments
 (0)