Skip to content
This repository was archived by the owner on Sep 9, 2024. It is now read-only.

Commit 086d842

Browse files
authored
Merge pull request #26 from StaticJsCMS/renovate/nuxt-content-2.x
fix(deps): update dependency @nuxt/content to v2.4.3
2 parents 4b2ebbc + 3b810ad commit 086d842

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"generate": "nuxt generate"
1313
},
1414
"dependencies": {
15-
"@nuxt/content": "2.4.1",
15+
"@nuxt/content": "2.4.3",
1616
"nuxt": "2.16.2"
1717
},
1818
"devDependencies": {

yarn.lock

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2143,17 +2143,16 @@
21432143
std-env "^3.3.2"
21442144
ufo "^1.1.1"
21452145

2146-
"@nuxt/content@2.4.1":
2147-
version "2.4.1"
2148-
resolved "https://registry.yarnpkg.com/@nuxt/content/-/content-2.4.1.tgz#b302fb2762d869b9413721e53ea745371faa1004"
2149-
integrity sha512-p9QWo/Erl75inMPZd+9ez9F60Mgua+vQK55R4QOgnBv2EbtVGM0wAm159u5WBHw0k6VbrT/ULvwQf+xMOHQ+kg==
2146+
"@nuxt/content@2.4.3":
2147+
version "2.4.3"
2148+
resolved "https://registry.yarnpkg.com/@nuxt/content/-/content-2.4.3.tgz#db3bbd35b87b9e23518eef19cc063a200d86062a"
2149+
integrity sha512-HRx4+9RK2bgtBObcgfrWg/MS0G+mgq87tAA6Q6vjusDpVGE4DhnPN/9nkEMEyfebPZ22iI7z51GN2Od/SnABHA==
21502150
dependencies:
21512151
"@nuxt/kit" "3.1.1"
21522152
consola "^2.15.3"
21532153
defu "^6.1.2"
21542154
destr "^1.2.2"
21552155
detab "^3.0.2"
2156-
html-tags "^3.2.0"
21572156
json5 "^2.2.3"
21582157
knitwork "^1.0.0"
21592158
listhen "^1.0.2"
@@ -2167,7 +2166,7 @@
21672166
rehype-slug "^5.1.0"
21682167
rehype-sort-attribute-values "^4.0.0"
21692168
rehype-sort-attributes "^4.0.0"
2170-
remark-emoji "^3.0.2"
2169+
remark-emoji "3.0.2"
21712170
remark-gfm "^3.0.1"
21722171
remark-mdc "^1.1.3"
21732172
remark-parse "^10.0.1"
@@ -8165,7 +8164,7 @@ html-tags@^2.0.0:
81658164
resolved "https://registry.yarnpkg.com/html-tags/-/html-tags-2.0.0.tgz#10b30a386085f43cede353cc8fa7cb0deeea668b"
81668165
integrity sha512-+Il6N8cCo2wB/Vd3gqy/8TZhTD3QvcVeQLCnZiGkGCH3JP28IgGAY41giccp2W4R3jfyJPAP318FQTa1yU7K7g==
81678166

8168-
html-tags@^3.1.0, html-tags@^3.2.0:
8167+
html-tags@^3.1.0:
81698168
version "3.2.0"
81708169
resolved "https://registry.yarnpkg.com/html-tags/-/html-tags-3.2.0.tgz#dbb3518d20b726524e4dd43de397eb0a95726961"
81718170
integrity sha512-vy7ClnArOZwCnqZgvv+ddgHgJiAFXe3Ge9ML5/mBctVJoUoYPCdxVucOywjDARn6CVoh3dRSFdPHy2sX80L0Wg==
@@ -13468,7 +13467,7 @@ relateurl@^0.2.7:
1346813467
resolved "https://registry.yarnpkg.com/relateurl/-/relateurl-0.2.7.tgz#54dbf377e51440aca90a4cd274600d3ff2d888a9"
1346913468
integrity sha512-G08Dxvm4iDN3MLM0EsP62EDV9IuhXPR6blNz6Utcp7zyV3tr4HVNINt6MpaRWbxoOHT3Q7YN2P+jaHX8vUbgog==
1347013469

13471-
remark-emoji@^3.0.2:
13470+
remark-emoji@3.0.2:
1347213471
version "3.0.2"
1347313472
resolved "https://registry.yarnpkg.com/remark-emoji/-/remark-emoji-3.0.2.tgz#786e88af1ecae682d74d7e1219989f34708205da"
1347413473
integrity sha512-hEgxEv2sBtvhT3tNG/tQeeFY3EbslftaOoG14dDZndLo25fWJ6Fbg4ukFbIotOWWrfXyASjXjyHT+6n366k3mg==

0 commit comments

Comments
 (0)