8000 chore(deps): update devdependency @nuxt/content to ^1.5.0 · bootstrap-vue/bootstrap-vue@304aef2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 304aef2

Browse files
committed
chore(deps): update devdependency @nuxt/content to ^1.5.0
1 parent 9d7ea85 commit 304aef2

File tree

2 files changed

+22
-21
lines changed

2 files changed

+22
-21
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
"@babel/plugin-transform-runtime": "^7.10.5",
101101
"@babel/preset-env": "^7.10.4",
102102
"@babel/standalone": "^7.10.5",
103-
"@nuxt/content": "^1.4.1",
103+
"@nuxt/content": "^1.5.0",
104104
"@nuxtjs/google-analytics": "^2.4.0",
105105
"@nuxtjs/pwa": "^3.0.0-beta.20",
106106
"@nuxtjs/robots": "^2.4.2",

yarn.lock

Lines changed: 21 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1202,19 +1202,20 @@
12021202
rc9 "^1.0.0"
12031203
std-env "^2.2.1"
12041204

1205-
"@nuxt/content@^1.4.1":
1206-
version "1.4.1"
1207-
resolved "https://registry.yarnpkg.com/@nuxt/content/-/content-1.4.1.tgz#87da60a704a3fa15afe8027a785d95af524d91b9"
1208-
integrity sha512-1mEJ/nV6Cu3pDUV0bKAwkqr/G1kb/LAz3xEH6mN3aPjF2mcKfDNYm3BmZhfXOIIYRljll7yqA42QHoOPAleZZA==
1205+
"@nuxt/content@^1.5.0":
1206+
version "1.5.0"
1207+
resolved "https://registry.yarnpkg.com/@nuxt/content/-/content-1.5.0.tgz#4244a14b3b3b3aa08672dad5df82d2ee4f221a48"
1208+
integrity sha512-Uyo/kfY7vQXX8BD69hWBBG/ZUXLNYEJ+JVY4NZ2y5k+Wl2GRvcJY7U7/7HpAp8lLfKLXZsEl+wWXH4FYR8IHDw==
12091209
dependencies:
12101210
"@lokidb/full-text-search" "^2.0.0-beta.9"
12111211
"@lokidb/loki" "^2.0.0-beta.9"
12121212
change-case "^4.1.1"
1213-
chokidar "^3.4.0"
1213+
chokidar "^3.4.1"
12141214
consola "^2.14.0"
12151215
csvtojson "^2.0.10"
12161216
defu "^2.0.4"
12171217
escape-html "^1.0.3"
1218+
graceful-fs "^4.2.4"
12181219
gray-matter "^4.0.2"
12191220
hookable "^4.1.1"
12201221
html-tags "^3.1.0"
@@ -1223,20 +1224,20 @@
12231224
mkdirp "^1.0.4"
12241225
node-req "^2.1.2"
12251226
node-res "^5.0.1"
1226-
p-queue "6.5.0"
1227+
p-queue "6.6.0"
12271228
prismjs "^1.20.0"
12281229
rehype-raw "^4.0.2"
12291230
rehype-sort-attribute-values "^3.0.2"
12301231
rehype-sort-attributes "^3.0.2"
12311232
remark-autolink-headings "^6.0.1"
12321233
remark-external-links "^6.1.0"
12331234
remark-footnotes "^1.0.0"
1234-
remark-parse "^8.0.2"
1235+
remark-parse "^8.0.3"
12351236
remark-rehype "^7.0.0"
12361237
remark-slug "^6.0.0"
12371238
remark-squeeze-paragraphs "^4.0.0"
1238-
unified "^9.0.0"
1239-
ws "^7.3.0"
1239+
unified "^9.1.0"
1240+
ws "^7.3.1"
12401241
xml2js "^0.4.23"
12411242

12421243
"@nuxt/core@2.13.3":
@@ -3353,7 +3354,7 @@ chokidar@^2.1.8:
33533354
optionalDependencies:
33543355
fsevents "^1.2.7"
33553356

3356-
chokidar@^3.3.0, chokidar@^3.4.0:
3357+
chokidar@^3.3.0, chokidar@^3.4.0, chokidar@^3.4.1:
33573358
version "3.4.1"
33583359
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.4.1.tgz#e905bdecf10eaa0a0b1db0c664481cc4cbc22ba1"
33593360
integrity sha512-TQTJyr2stihpC4Sya9hs2Xh+O2wf+igjL36Y75xx2WdHuiICcn/XJza46Jwt0eT5hVpQOzo3FpY3cj3RVYLX0g==
@@ -9665,10 +9666,10 @@ p-map@^4.0.0:
96659666
dependencies:
96669667
aggregate-error "^3.0.0"
96679668

9668-
p-queue@6.5.0:
9669-
version "6.5.0"
9670-
resolved "https://registry.yarnpkg.com/p-queue/-/p-queue-6.5.0.tgz#40d6bafdd3bb0c8eaa03e0649ba6fa3ce7249947"
9671-
integrity sha512-FLaTTD9Am6TeDfNuN0d+INeyVJoICoBS+OVP5K1S84v4w51LN3nRkCT+WC7xLBepV2s+N4LibM7Ys7xcSc0+1A==
9669+
p-queue@6.6.0:
9670+
version "6.6.0"
9671+
resolved "https://registry.yarnpkg.com/p-queue/-/p-queue-6.6.0.tgz#263f2b73add4cefca81d8d6b2696ee74b326de2f"
9672+
integrity sha512-zPHXPNy9jZsiym0PpJjvnHQysx1fSd/QdaNVwiDRLU2KFChD6h9CkCB6b8i3U8lBwJyA+mHgNZCzcy77glUssQ==
96729673
dependencies:
96739674
eventemitter3 "^4.0.4"
96749675
p-timeout "^3.1.0"
@@ -11424,7 +11425,7 @@ remark-parse@^5.0.0:
1142411425
vfile-location "^2.0.0"
1142511426
xtend "^4.0.1"
1142611427

11427-
remark-parse@^8.0.2:
11428+
remark-parse@^8.0.3:
1142811429
version "8.0.3"
1142911430
resolved "https://registry.yarnpkg.com/remark-parse/-/remark-parse-8.0.3.tgz#9c62aa3b35b79a486454c690472906075f40c7e1"
1143011431
integrity sha512-E1K9+QLGgggHxCQtLt++uXltxEprmWzNfg+MxpfHsZlrddKzZ/hZyWHDbK3/Ap8HJQqYJRXP+jHczdL6q6i85Q==
@@ -13281,10 +13282,10 @@ unified@^6.1.2:
1328113282
vfile "^2.0.0"
1328213283
x-is-string "^0.1.0"
1328313284

13284-
unified@^9.0.0:
13285-
version "9.0.0"
13286-
resolved "https://registry.yarnpkg.com/unified/-/unified-9.0.0.tgz#12b099f97ee8b36792dbad13d278ee2f696eed1d"
13287-
integrity sha512-ssFo33gljU3PdlWLjNp15Inqb77d6JnJSfyplGJPT/a+fNRNyCBeveBAYJdO5khKdF6WVHa/yYCC7Xl6BDwZUQ==
13285+
unified@^9.1.0:
13286+
version "9.1.0"
13287+
resolved "https://registry.yarnpkg.com/unified/-/unified-9.1.0.tgz#7ba82e5db4740c47a04e688a9ca8335980547410"
13288+
integrity sha512-VXOv7Ic6twsKGJDeZQ2wwPqXs2hM0KNu5Hkg9WgAZbSD1pxhZ7p8swqg583nw1Je2fhwHy6U8aEjiI79x1gvag==
1328813289
dependencies:
1328913290
bail "^1.0.0"
1329013291
extend "^3.0.0"
@@ -14166,7 +14167,7 @@ ws@^6.0.0:
1416614167
dependencies:
1416714168
async-limiter "~1.0.0"
1416814169

14169-
ws@^7.2.3, ws@^7.3.0:
14170+
ws@^7.2.3, ws@^7.3.1:
1417014171
version "7.3.1"
1417114172
resolved "https://registry.yarnpkg.com/ws/-/ws-7.3.1.tgz#d0547bf67f7ce4f12a72dfe31262c68d7dc551c8"
1417214173
integrity sha512-D3RuNkynyHmEJIpD2qrgVkc9DQ23OrN/moAwZX4L8DfvszsJxpjQuUq3LMx6HoYji9fbIOBY18XWBsAux1ZZUA==

0 commit comments

Comments
 (0)
0