Skip to content
This repository was archived by the owner on Oct 24, 2023. It is now read-only.

Commit 57fd61a

Browse files
chore(deps): update dependency @nuxtjs/sitemap to v2
1 parent f673830 commit 57fd61a

File tree

2 files changed

+51
-25
lines changed

2 files changed

+51
-25
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@nuxtjs/google-analytics": "^2.2.0",
1818
"@nuxtjs/netlify-files": "^1.0.0",
1919
"@nuxtjs/pwa": "^3.0.0-beta.19",
20-
"@nuxtjs/sitemap": "^1.3.1",
20+
"@nuxtjs/sitemap": "^2.4.0",
2121
"@nuxtjs/tailwindcss": "^1.1.2",
2222
"@vue/composition-api": "^0.3.2",
2323
"eslint-plugin-nuxt": "^0.4.3",

yarn.lock

Lines changed: 50 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1266,18 +1266,20 @@
12661266
jimp-compact "^0.8.0"
12671267
workbox-cdn "^4.3.1"
12681268

1269-
"@nuxtjs/sitemap@^1.3.1":
1270-
version "1.3.1"
1271-
resolved "https://registry.yarnpkg.com/@nuxtjs/sitemap/-/sitemap-1.3.1.tgz#b41df16763f560854c0c40772c0ca870b5737dda"
1272-
integrity sha512-anLgftAcW5bnn/BparGuF+6xwgOO27ezEubSkkSGs80xVj7MxLqzIBBRVF5cK6pWtPKNIMSiVl5h9sD71REzfw==
1269+
"@nuxtjs/sitemap@^2.4.0":
1270+
version "2.4.0"
1271+
resolved "https://registry.yarnpkg.com/@nuxtjs/sitemap/-/sitemap-2.4.0.tgz#6a9fa1c35e161f87375d59949d973568cec40614"
1272+
integrity sha512-TVgIYOtPp7KAfaUo76WRpGbO20j4D/xi/A7shFIGjARHs+FvfAWXNCtBT87dTwe/RoYzAsEKtijFFUTaSu5bUA==
12731273
dependencies:
12741274
async-cache "^1.1.0"
1275-
consola "^2.10.1"
1275+
consola "^2.13.0"
1276+
etag "^1.8.1"
1277+
fresh "^0.5.2"
12761278
fs-extra "^8.1.0"
1277-
is-https "^1.0.0"
1279+
is-https "^2.0.2"
12781280
lodash.unionby "^4.8.0"
12791281
minimatch "^3.0.4"
1280-
sitemap "^2.2.0"
1282+
sitemap "^4.1.1"
12811283

12821284
"@nuxtjs/tailwindcss@^1.1.2":
12831285
version "1.1.2"
@@ -1327,6 +1329,11 @@
13271329
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.7.3.tgz#27b3f40addaf2f580459fdb405222685542f907a"
13281330
integrity sha512-3SiLAIBkDWDg6vFo0+5YJyHPWU9uwu40Qe+v+0MH8wRKYBimHvvAOyk3EzMrD/TrIlLYfXrqDqrg913PynrMJQ==
13291331

1332+
"@types/node@^12.0.2":
1333+
version "12.20.55"
1334+
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.20.55.tgz#c329cbd434c42164f846b909bd6f85b5537f6240"
1335+
integrity sha512-J8xLz7q2OFulZ2cyGTLE1TbbZcjpno7FaN6zdJNrgAdrJ+DZzh/uFR6YrTb4C+nXakvud8Q4+rbhoIWlYQbUFQ==
1336+
13301337
"@types/normalize-package-data@^2.4.0":
13311338
version "2.4.0"
13321339
resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.0.tgz#e486d0d97396d79beedd0a6e33f4534ff6b4973e"
@@ -1337,6 +1344,13 @@
13371344
resolved "https://registry.yarnpkg.com/@types/q/-/q-1.5.2.tgz#690a1475b84f2a884fd07cd797c00f5f31356ea8"
13381345
integrity sha512-ce5d3q03Ex0sy4R14722Rmt6MT07Ua+k4FwDfdcToYJcMKNtRVQvJ6JCAPdAmAnbRb6CsX6aYb9m96NGod9uTw==
13391346

1347+
"@types/sax@^1.2.0":
1348+
version "1.2.4"
1349+
resolved "https://registry.yarnpkg.com/@types/sax/-/sax-1.2.4.tgz#8221affa7f4f3cb21abd22f244cfabfa63e6a69e"
1350+
integrity sha512-pSAff4IAxJjfAXUG6tFkO7dsSbTmf8CtUpfhhZ5VhkRpC4628tJhh3+V6H1E+/Gs9piSzYKT5yzHO5M4GG9jkw==
1351+
dependencies:
1352+
"@types/node" "*"
1353+
13401354
"@typescript-eslint/experimental-utils@^1.13.0":
13411355
version "1.13.0"
13421356
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-1.13.0.tgz#b08c60d780c0067de2fb44b04b432f540138301e"
@@ -1762,6 +1776,11 @@ are-we-there-yet@~1.1.2:
17621776
delegates "^1.0.0"
17631777
readable-stream "^2.0.6"
17641778

1779+
arg@^4.1.1:
1780+
version "4.1.3"
1781+
resolved "https://registry.yarnpkg.com/arg/-/arg-4.1.3.tgz#269fc7ad5b8e42cb63c896d5666017261c144089"
1782+
integrity sha512-58S9QDqG0Xx27YwPSt9fJxivjYl432YCwfDMfZ+71RAqUrZef7LrKQZ3LHLOwCS4FLNBplP533Zx895SeOCHvA==
1783+
17651784
argparse@^1.0.7:
17661785
version "1.0.10"
17671786
resolved "https://registry.yarnpkg.com/argparse/-/argparse-1.0.10.tgz#bcd6791ea5ae09725e17e5ad988134cd40b3d911"
@@ -2714,6 +2733,11 @@ consola@^2.10.0, consola@^2.10.1, consola@^2.3.2, consola@^2.5.6, consola@^2.6.0
27142733
resolved "https://registry.yarnpkg.com/consola/-/consola-2.10.1.tgz#4693edba714677c878d520e4c7e4f69306b4b927"
27152734
integrity sha512-4sxpH6SGFYLADfUip4vuY65f/gEogrzJoniVhNUYkJHtng0l8ZjnDCqxxrSVRHOHwKxsy8Vm5ONZh1wOR3/l/w==
27162735

2736+
consola@^2.13.0:
2737+
version "2.15.3"
2738+
resolved "https://registry.yarnpkg.com/consola/-/consola-2.15.3.tgz#2e11f98d6a4be71ff72e0bdf07bd23e12cb61550"
2739+
integrity sha512-9vAdYbHj6x2fLKC4+oPH0kFzY/orMZyG2Aj+kNylHxKGJ/Ed4dpNyAQYwJOdqO4zdM7XpVHmyejQDcQHrnuXbw==
2740+
27172741
console-browserify@^1.1.0:
27182742
version "1.1.0"
27192743
resolved "https://registry.yarnpkg.com/console-browserify/-/console-browserify-1.1.0.tgz#f0241c45730a9fc6323b206dbf38edc741d0bb10"
@@ -5244,6 +5268,11 @@ is-https@^1.0.0:
52445268
resolved "https://registry.yarnpkg.com/is-https/-/is-https-1.0.0.tgz#9c1dde000dc7e7288edb983bef379e498e7cb1bf"
52455269
integrity sha512-1adLLwZT9XEXjzhQhZxd75uxf0l+xI9uTSFaZeSESjL3E1eXSPpO+u5RcgqtzeZ1KCaNvtEwZSTO2P4U5erVqQ==
52465270

5271+
is-https@^2.0.2:
5272+
version "2.0.2"
5273+
resolved "https://registry.yarnpkg.com/is-https/-/is-https-2.0.2.tgz#7009d303c72580f15897d5c063d6b6bc1f838fef"
5274+
integrity sha512-UfUCKVQH/6PQRCh5Qk9vNu4feLZiFmV/gr8DjbtJD0IrCRIDTA6E+d/AVFGPulI5tqK5W45fYbn1Nir1O99rFw==
5275+
52475276
is-number@^3.0.0:
52485277
version "3.0.0"
52495278
resolved "https://registry.yarnpkg.com/is-number/-/is-number-3.0.0.tgz#24fd6201a4782cf50561c810276afc7d12d71195"
@@ -5728,7 +5757,7 @@ lodash.zip@^4.2.0:
57285757
resolved "https://registry.yarnpkg.com/lodash.zip/-/lodash.zip-4.2.0.tgz#ec6662e4896408ed4ab6c542a3990b72cc080020"
57295758
integrity sha1-7GZi5IlkCO1KtsVCo5kLcswIACA=
57305759

5731-
lodash@^4.15.0, lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.12, lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.3, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.2.1:
5760+
lodash@^4.15.0, lodash@^4.17.11, lodash@^4.17.12, lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.3, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.2.1:
57325761
version "4.17.15"
57335762
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548"
57345763
integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==
@@ -8491,14 +8520,16 @@ simple-swizzle@^0.2.2:
84918520
dependencies:
84928521
is-arrayish "^0.3.1"
84938522

8494-
sitemap@^2.2.0:
8495-
version "2.2.0"
8496-
resolved "https://registry.yarnpkg.com/sitemap/-/sitemap-2.2.0.tgz#98b8502762c5d7e8c77c9be5061dce85b326f1b0"
8497-
integrity sha512-9Zoi3UBhSIt5jWENDRUbzsqLMJ+Fha3P2aQ2PRghmh0FOivtHsC4FAJdkAEKHvATajd74BWp/57Yh7kz/UA53Q==
8523+
sitemap@^4.1.1:
8524+
version "4.1.1"
8525+
resolved "https://registry.yarnpkg.com/sitemap/-/sitemap-4.1.1.tgz#c9b459c7d797e629c61f56b86586d4f67dbf250b"
8526+
integrity sha512-+8yd66IxyIFEMFkFpVoPuoPwBvdiL7Ap/HS5YD7igqO4phkyTPFIprCAE9NMHehAY5ZGN3MkAze4lDrOAX3sVQ==
84988527
dependencies:
8499-
lodash "^4.17.10"
8500-
url-join "^4.0.0"
8501-
xmlbuilder "^10.0.0"
8528+
"@types/node" "^12.0.2"
8529+
"@types/sax" "^1.2.0"
8530+
arg "^4.1.1"
8531+
sax "^1.2.4"
8532+
xmlbuilder "^13.0.0"
85028533

85038534
slash@^3.0.0:
85048535
version "3.0.0"
@@ -9390,11 +9421,6 @@ urix@^0.1.0:
93909421
resolved "https://registry.yarnpkg.com/urix/-/urix-0.1.0.tgz#da937f7a62e21fec1fd18d49b35c2935067a6c72"
93919422
integrity sha1-2pN/emLiH+wf0Y1Js1wpNQZ6bHI=
93929423

9393-
url-join@^4.0.0:
9394-
version "4.0.1"
9395-
resolved "https://registry.yarnpkg.com/url-join/-/url-join-4.0.1.tgz#b642e21a2646808ffa178c4c5fda39844e12cde7"
9396-
integrity sha512-jk1+QP6ZJqyOiuEI9AEWQfju/nB2Pw466kbA0LEZljHwKeMgd9WrAEgEGxjPDD2+TNbbb37rTyhEfrCXfuKXnA==
9397-
93989424
url-loader@^2.2.0:
93999425
version "2.2.0"
94009426
resolved "https://registry.yarnpkg.com/url-loader/-/url-loader-2.2.0.tgz#af321aece1fd0d683adc8aaeb27829f29c75b46e"
@@ -9896,10 +9922,10 @@ ws@^6.0.0:
98969922
dependencies:
98979923
async-limiter "~1.0.0"
98989924

9899-
xmlbuilder@^10.0.0:
9900-
version "10.1.1"
9901-
resolved "https://registry.yarnpkg.com/xmlbuilder/-/xmlbuilder-10.1.1.tgz#8cae6688cc9b38d850b7c8d3c0a4161dcaf475b0"
9902-
integrity sha512-OyzrcFLL/nb6fMGHbiRDuPup9ljBycsdCypwuyg5AAHvyWzGfChJpCXMG88AGTIMFhGZ9RccFN1e6lhg3hkwKg==
9925+
xmlbuilder@^13.0.0:
9926+
version "13.0.2"
9927+
resolved "https://registry.yarnpkg.com/xmlbuilder/-/xmlbuilder-13.0.2.tgz#02ae33614b6a047d1c32b5389c1fdacb2bce47a7"
9928+
integrity sha512-Eux0i2QdDYKbdbA6AM6xE4m6ZTZr4G4xF9kahI2ukSEMCzwce2eX9WlTI5J3s+NU7hpasFsr8hWIONae7LluAQ==
99039929

99049930
xss-filters@^1.2.7:
99059931
version "1.2.7"

0 commit comments

Comments
 (0)