Skip to content
This repository was archived by the owner on Jan 20, 2022. It is now read-only.

Commit e5d19c7

Browse files
fix(deps): bump @nuxtjs/sitemap from 2.3.0 to 2.4.0
Bumps [@nuxtjs/sitemap](https://github.com/nuxt-community/sitemap-module) from 2.3.0 to 2.4.0. - [Release notes](https://github.com/nuxt-community/sitemap-module/releases) - [Changelog](https://github.com/nuxt-community/sitemap-module/blob/dev/CHANGELOG.md) - [Commits](nuxt-community/sitemap-module@v2.3.0...v2.4.0) Signed-off-by: dependabot[bot] <support@github.com>
1 parent 90eafd7 commit e5d19c7

2 files changed

Lines changed: 23 additions & 55 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@nuxtjs/markdownit": "^2.0.0",
3131
"@nuxtjs/pwa": "^3.0.0-0",
3232
"@nuxtjs/robots": "^2.4.2",
33-
"@nuxtjs/sitemap": "^2.3.0",
33+
"@nuxtjs/sitemap": "^2.4.0",
3434
"@tailwindcss/typography": "^0.2.0",
3535
"nuxt": "^2.13",
3636
"nuxt-i18n": "^6.12.0",
@@ -64,7 +64,7 @@
6464
"eslint-config-prettier": "^6.10.0",
6565
"eslint-plugin-nuxt": ">=0.4.2",
6666
"eslint-plugin-prettier": "^3.1.2",
67-
"husky": "^4.0.0",
67+
"husky": "^6.0.0",
6868
"imagemin-mozjpeg": "^9.0.0",
6969
"imagemin-pngquant": "^9.0.2",
7070
"imagemin-svgo": "^9.0.0",

yarn.lock

Lines changed: 21 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -2159,17 +2159,17 @@
21592159
resolved "https://registry.yarnpkg.com/@nuxtjs/robots/-/robots-2.4.2.tgz#9a96c91abb70e39b414eec502ef1cf7d5ef0235e"
21602160
integrity sha512-BW3qhvxlPBKlMkZHtARFPeliFraiZHS28G3j4qgRbSfOBtHC0yDX3Dnq1LkQMzAbPfbw6A1L3sdjgBVZZnfFAw==
21612161

2162-
"@nuxtjs/sitemap@^2.3.0":
2163-
version "2.3.0"
2164-
resolved "https://registry.yarnpkg.com/@nuxtjs/sitemap/-/sitemap-2.3.0.tgz#ca032b84f54a6570123305098b2b9a7821f4ab29"
2165-
integrity sha512-mSh0vc8HuJHMOm8ifKIKXxGETDq+Oc7MgwWVeq20AEfblNQUOWFLv+bYqh8BkxvuXc2/488zMrKhWOfwzasQOA==
2162+
"@nuxtjs/sitemap@^2.4.0":
2163+
version "2.4.0"
2164+
resolved "https://registry.yarnpkg.com/@nuxtjs/sitemap/-/sitemap-2.4.0.tgz#6a9fa1c35e161f87375d59949d973568cec40614"
2165+
integrity sha512-TVgIYOtPp7KAfaUo76WRpGbO20j4D/xi/A7shFIGjARHs+FvfAWXNCtBT87dTwe/RoYzAsEKtijFFUTaSu5bUA==
21662166
dependencies:
21672167
async-cache "^1.1.0"
2168-
consola "^2.12.1"
2168+
consola "^2.13.0"
21692169
etag "^1.8.1"
21702170
fresh "^0.5.2"
21712171
fs-extra "^8.1.0"
2172-
is-https "^1.0.0"
2172+
is-https "^2.0.2"
21732173
lodash.unionby "^4.8.0"
21742174
minimatch "^3.0.4"
21752175
sitemap "^4.1.1"
@@ -4528,11 +4528,6 @@ commondir@^1.0.1:
45284528
resolved "https://registry.yarnpkg.com/commondir/-/commondir-1.0.1.tgz#ddd800da0c66127393cca5950ea968a3aaf1253b"
45294529
integrity sha1-3dgA2gxmEnOTzKWVDqloo6rxJTs=
45304530

4531-
compare-versions@^3.6.0:
4532-
version "3.6.0"
4533-
resolved "https://registry.yarnpkg.com/compare-versions/-/compare-versions-3.6.0.tgz#1a5689913685e5a87637b8d3ffca75514ec41d62"
4534-
integrity sha512-W6Af2Iw1z4CB7q4uU4hv646dW9GQuBM+YpC0UvUCWSD8w90SJjp+ujJuXaEMtAXBtSqGfMPuFOVn4/+FlaqfBA==
4535-
45364531
component-emitter@^1.2.1:
45374532
version "1.3.0"
45384533
resolved "https://registry.yarnpkg.com/component-emitter/-/component-emitter-1.3.0.tgz#16e4070fba8ae29b679f2215853ee181ab2eabc0"
@@ -4747,17 +4742,6 @@ cosmiconfig@^5.0.0, cosmiconfig@^5.2.0:
47474742
js-yaml "^3.13.1"
47484743
parse-json "^4.0.0"
47494744

4750-
cosmiconfig@^6.0.0:
4751-
version "6.0.0"
4752-
resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-6.0.0.tgz#da4fee853c52f6b1e6935f41c1a2fc50bd4a9982"
4753-
integrity sha512-xb3ZL6+L8b9JLLCx3ZdoZy4+2ECphCMo2PwqgP1tlfVq6M6YReyzBJtvWWtbDSpNr9hn96pkCiZqUcFEc+54Qg==
4754-
dependencies:
4755-
"@types/parse-json" "^4.0.0"
4756-
import-fresh "^3.1.0"
4757-
parse-json "^5.0.0"
4758-
path-type "^4.0.0"
4759-
yaml "^1.7.2"
4760-
47614745
cosmiconfig@^7.0.0:
47624746
version "7.0.0"
47634747
resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-7.0.0.tgz#ef9b44d773959cae63ddecd122de23853b60f8d3"
@@ -6615,7 +6599,7 @@ find-up@^4.0.0, find-up@^4.1.0:
66156599
locate-path "^5.0.0"
66166600
path-exists "^4.0.0"
66176601

6618-
find-versions@^3.0.0, find-versions@^3.2.0:
6602+
find-versions@^3.0.0:
66196603
version "3.2.0"
66206604
resolved "https://registry.yarnpkg.com/find-versions/-/find-versions-3.2.0.tgz#10297f98030a786829681690545ef659ed1d254e"
66216605
integrity sha512-P8WRou2S+oe222TOCHitLy8zj+SIsVJh52VP4lvXkaFVnOFFdoWv1H1Jjvel1aI6NCFOAaeAVm8qrI0odiLcww==
@@ -7608,21 +7592,10 @@ human-signals@^1.1.1:
76087592
resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-1.1.1.tgz#c5b1cd14f50aeae09ab6c59fe63ba3395fe4dfa3"
76097593
integrity sha512-SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw==
76107594

7611-
husky@^4.0.0:
7612-
version "4.2.5"
7613-
resolved "https://registry.yarnpkg.com/husky/-/husky-4.2.5.tgz#2b4f7622673a71579f901d9885ed448394b5fa36"
7614-
integrity sha512-SYZ95AjKcX7goYVZtVZF2i6XiZcHknw50iXvY7b0MiGoj5RwdgRQNEHdb+gPDPCXKlzwrybjFjkL6FOj8uRhZQ==
7615-
dependencies:
7616-
chalk "^4.0.0"
7617-
ci-info "^2.0.0"
7618-
compare-versions "^3.6.0"
7619-
cosmiconfig "^6.0.0"
7620-
find-versions "^3.2.0"
7621-
opencollective-postinstall "^2.0.2"
7622-
pkg-dir "^4.2.0"
7623-
please-upgrade-node "^3.2.0"
7624-
slash "^3.0.0"
7625-
which-pm-runs "^1.0.0"
7595+
husky@^6.0.0:
7596+
version "6.0.0"
7597+
resolved "https://registry.yarnpkg.com/husky/-/husky-6.0.0.tgz#810f11869adf51604c32ea577edbc377d7f9319e"
7598+
integrity sha512-SQS2gDTB7tBN486QSoKPKQItZw97BMOd+Kdb6ghfpBc0yXyzrddI0oDV5MkDAbuB4X2mO3/nj60TRMcYxwzZeQ==
76267599

76277600
iconv-lite@0.4.24, iconv-lite@^0.4.24:
76287601
version "0.4.24"
@@ -7804,7 +7777,7 @@ import-fresh@^2.0.0:
78047777
caller-path "^2.0.0"
78057778
resolve-from "^3.0.0"
78067779

7807-
import-fresh@^3.0.0, import-fresh@^3.1.0:
7780+
import-fresh@^3.0.0:
78087781
version "3.2.1"
78097782
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.2.1.tgz#633ff618506e793af5ac91bf48b72677e15cbe66"
78107783
integrity sha512-6e1q1cnWP2RXD9/keSkxHScg508CdXqXWgWBaETNhyuBFz+kUZlKboh+ISK+bU++DmbHimVBrOz/zzPe0sZ3sQ==
@@ -8207,6 +8180,11 @@ is-https@^1.0.0:
82078180
resolved "https://registry.yarnpkg.com/is-https/-/is-https-1.0.0.tgz#9c1dde000dc7e7288edb983bef379e498e7cb1bf"
82088181
integrity sha512-1adLLwZT9XEXjzhQhZxd75uxf0l+xI9uTSFaZeSESjL3E1eXSPpO+u5RcgqtzeZ1KCaNvtEwZSTO2P4U5erVqQ==
82098182

8183+
is-https@^2.0.2:
8184+
version "2.0.2"
8185+
resolved "https://registry.yarnpkg.com/is-https/-/is-https-2.0.2.tgz#7009d303c72580f15897d5c063d6b6bc1f838fef"
8186+
integrity sha512-UfUCKVQH/6PQRCh5Qk9vNu4feLZiFmV/gr8DjbtJD0IrCRIDTA6E+d/AVFGPulI5tqK5W45fYbn1Nir1O99rFw==
8187+
82108188
is-jpg@^2.0.0:
82118189
version "2.0.0"
82128190
resolved "https://registry.yarnpkg.com/is-jpg/-/is-jpg-2.0.0.tgz#2e1997fa6e9166eaac0242daae443403e4ef1d97"
@@ -10151,11 +10129,6 @@ onetime@^5.1.0:
1015110129
dependencies:
1015210130
mimic-fn "^2.1.0"
1015310131

10154-
opencollective-postinstall@^2.0.2:
10155-
version "2.0.2"
10156-
resolved "https://registry.yarnpkg.com/opencollective-postinstall/-/opencollective-postinstall-2.0.2.tgz#5657f1bede69b6e33a45939b061eb53d3c6c3a89"
10157-
integrity sha512-pVOEP16TrAO2/fjej1IdOyupJY8KDUM1CvsaScRbw6oddvpQoOfGk4ywha0HKKVAD6RkW4x6Q+tNBwhf3Bgpuw==
10158-
1015910132
opener@1.5.1, opener@^1.5.1:
1016010133
version "1.5.1"
1016110134
resolved "https://registry.yarnpkg.com/opener/-/opener-1.5.1.tgz#6d2f0e77f1a0af0032aca716c2c1fbb8e7e8abed"
@@ -10707,7 +10680,7 @@ pkg-dir@^3.0.0:
1070710680
dependencies:
1070810681
find-up "^3.0.0"
1070910682

10710-
pkg-dir@^4.1.0, pkg-dir@^4.2.0:
10683+
pkg-dir@^4.1.0:
1071110684
version "4.2.0"
1071210685
resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-4.2.0.tgz#f099133df7ede422e81d1d8448270eeb3e4261f3"
1071310686
integrity sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==
@@ -14998,9 +14971,9 @@ xxhashjs@^0.2.1:
1499814971
cuint "^0.2.2"
1499914972

1500014973
y18n@^4.0.0:
15001-
version "4.0.0"
15002-
resolved "https://registry.yarnpkg.com/y18n/-/y18n-4.0.0.tgz#95ef94f85ecc81d007c264e190a120f0a3c8566b"
15003-
integrity sha512-r9S/ZyXu/Xu9q1tYlpsLIsa3EeLXXk0VwlxqTcFRfg9EhMW+17kbt9G0NrgCmhGb5vT2hyhJZLfDGx+7+5Uj/w==
14974+
version "4.0.1"
14975+
resolved "https://registry.yarnpkg.com/y18n/-/y18n-4.0.1.tgz#8db2b83c31c5d75099bb890b23f3094891e247d4"
14976+
integrity sha512-wNcy4NvjMYL8gogWWYAO7ZFWFfHcbdbE57tZO8e4cbpj8tfUcwrwqSl3ad8HxpYWCdXcJUCeKKZS62Av1affwQ==
1500414977

1500514978
yallist@^2.1.2:
1500614979
version "2.1.2"
@@ -15022,11 +14995,6 @@ yaml@^1.10.0:
1502214995
resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.10.2.tgz#2301c5ffbf12b467de8da2333a459e29e7920e4b"
1502314996
integrity sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==
1502414997

15025-
yaml@^1.7.2:
15026-
version "1.10.0"
15027-
resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.10.0.tgz#3b593add944876077d4d683fee01081bd9fff31e"
15028-
integrity sha512-yr2icI4glYaNG+KWONODapy2/jDdMSDnrONSjblABjD9B4Z5LgiircSt8m8sRZFNi08kG9Sm0uSHtEmP3zaEGg==
15029-
1503014998
yargs-parser@^10.0.0:
1503114999
version "10.1.0"
1503215000
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-10.1.0.tgz#7202265b89f7e9e9f2e5765e0fe735a905edbaa8"

0 commit comments

Comments
 (0)