Skip to content
This repository was archived by the owner on Jun 13, 2022. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit bbbdc49

Browse files
committedNov 25, 2019
chore(deps): update dependency sitemap to v5
1 parent f63a065 commit bbbdc49

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed
 

‎packages/@statusfy/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"nuxt-i18n": "6.4.0",
6565
"opener": "1.5.1",
6666
"portfinder": "1.0.25",
67-
"sitemap": "3.2.2",
67+
"sitemap": "5.1.0",
6868
"url": "0.11.0",
6969
"v-tooltip": "2.0.2",
7070
"vue-multianalytics": "1.11.7",

‎yarn.lock

+13-2
Original file line numberDiff line numberDiff line change
@@ -3078,7 +3078,7 @@
30783078
resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-3.0.3.tgz#3dca0e3f33b200fc7d1139c0cd96c1268cadfd9d"
30793079
integrity sha512-tHq6qdbT9U1IRSGf14CL0pUlULksvY9OZ+5eEgl1N7t+OA3tGvNpxJCzuKQlsNgCVwbAs670L1vcVQi8j9HjnA==
30803080

3081-
"@types/node@*", "@types/node@>= 8", "@types/node@^12.0.2", "@types/node@^12.12.5":
3081+
"@types/node@*", "@types/node@>= 8", "@types/node@^12.0.2", "@types/node@^12.12.3", "@types/node@^12.12.5":
30823082
version "12.12.12"
30833083
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.12.12.tgz#529bc3e73dbb35dd9e90b0a1c83606a9d3264bdb"
30843084
integrity sha512-MGuvYJrPU0HUwqF7LqvIj50RZUX23Z+m583KBygKYUZLlZ88n6w28XRNJRJgsHukLEnLz6w6SvxZoLgbr5wLqQ==
@@ -15520,6 +15520,17 @@ sitemap@3.2.2, sitemap@^3.0.0:
1552015520
whatwg-url "^7.0.0"
1552115521
xmlbuilder "^13.0.0"
1552215522

15523+
sitemap@5.1.0:
15524+
version "5.1.0"
15525+
resolved "https://registry.yarnpkg.com/sitemap/-/sitemap-5.1.0.tgz#60c88915e20f8cd0dcd5906dac8f2ec4c0d8de68"
15526+
integrity sha512-RAOCHYPbALEaIlqlGs46LZ9RFfh+61YYjexMqri4h+gsW6y0MLZ+WB4eJCopVP9WCWsng6z9JSPHqcKtjoydLw==
15527+
dependencies:
15528+
"@types/node" "^12.12.3"
15529+
"@types/sax" "^1.2.0"
15530+
arg "^4.1.1"
15531+
sax "^1.2.4"
15532+
xmlbuilder "^13.0.2"
15533+
1552315534
sitemap@^4.1.1:
1552415535
version "4.1.1"
1552515536
resolved "https://registry.yarnpkg.com/sitemap/-/sitemap-4.1.1.tgz#c9b459c7d797e629c61f56b86586d4f67dbf250b"
@@ -18159,7 +18170,7 @@ xml2js@^0.4.5:
1815918170
util.promisify "~1.0.0"
1816018171
xmlbuilder "~11.0.0"
1816118172

18162-
xmlbuilder@^13.0.0:
18173+
xmlbuilder@^13.0.0, xmlbuilder@^13.0.2:
1816318174
version "13.0.2"
1816418175
resolved "https://registry.yarnpkg.com/xmlbuilder/-/xmlbuilder-13.0.2.tgz#02ae33614b6a047d1c32b5389c1fdacb2bce47a7"
1816518176
integrity sha512-Eux0i2QdDYKbdbA6AM6xE4m6ZTZr4G4xF9kahI2ukSEMCzwce2eX9WlTI5J3s+NU7hpasFsr8hWIONae7LluAQ==

0 commit comments

Comments
 (0)
This repository has been archived.