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

Commit 37c8f26

Browse files
author
Leonid Meleshin
authored
Merge pull request #40 from devolt-one/dependabot/npm_and_yarn/nuxtjs/sitemap-2.4.0
fix(deps): bump @nuxtjs/sitemap from 2.3.0 to 2.4.0
2 parents b54feb4 + e5d19c7 commit 37c8f26

2 files changed

Lines changed: 12 additions & 7 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
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",

yarn.lock

Lines changed: 11 additions & 6 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"
@@ -8180,6 +8180,11 @@ is-https@^1.0.0:
81808180
resolved "https://registry.yarnpkg.com/is-https/-/is-https-1.0.0.tgz#9c1dde000dc7e7288edb983bef379e498e7cb1bf"
81818181
integrity sha512-1adLLwZT9XEXjzhQhZxd75uxf0l+xI9uTSFaZeSESjL3E1eXSPpO+u5RcgqtzeZ1KCaNvtEwZSTO2P4U5erVqQ==
81828182

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+
81838188
is-jpg@^2.0.0:
81848189
version "2.0.0"
81858190
resolved "https://registry.yarnpkg.com/is-jpg/-/is-jpg-2.0.0.tgz#2e1997fa6e9166eaac0242daae443403e4ef1d97"

0 commit comments

Comments
 (0)