Skip to content

Commit 515ae63

Browse files
authored
chore: update dependencies (#5899)
1 parent 5616304 commit 515ae63

File tree

2 files changed

+16
-24
lines changed

2 files changed

+16
-24
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
},
9494
"dependencies": {
9595
"@nuxt/opencollective": "^0.3.2",
96-
"bootstrap": ">=4.5.2 <5.0.0",
96+
"bootstrap": ">=4.5.3 <5.0.0",
9797
"popper.js": "^1.16.1",
9898
"portal-vue": "^2.1.7",
9999
"vue-functional-data-merge": "^3.1.0"

yarn.lock

Lines changed: 15 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1365,16 +1365,7 @@
13651365
node-res "^5.0.1"
13661366
serve-static "^1.14.1"
13671367

1368-
"@nuxt/opencollective@^0.3.0":
1369-
version "0.3.0"
1370-
resolved "https://registry.yarnpkg.com/@nuxt/opencollective/-/opencollective-0.3.0.tgz#11d8944dcf2d526e31660bb69570be03f8fb72b7"
1371-
integrity sha512-Vf09BxCdj1iT2IRqVwX5snaY2WCTkvM0O4cWWSO1ThCFuc4if0Q/nNwAgCxRU0FeYHJ7DdyMUNSdswCLKlVqeg==
1372-
dependencies:
1373-
chalk "^2.4.2"
1374-
consola "^2.10.1"
1375-
node-fetch "^2.6.0"
1376-
1377-
"@nuxt/opencollective@^0.3.2":
1368+
"@nuxt/opencollective@^0.3.0", "@nuxt/opencollective@^0.3.2":
13781369
version "0.3.2"
13791370
resolved "https://registry.yarnpkg.com/@nuxt/opencollective/-/opencollective-0.3.2.tgz#83cb70cdb2bac5fad6f8c93529e7b11187d49c02"
13801371
integrity sha512-XG7rUdXG9fcafu9KTDIYjJSkRO38EwjlKYIb5TQ/0WDbiTUTtUtgncMscKOYzfsY86kGs05pAuMOR+3Fi0aN3A==
@@ -3119,7 +3110,7 @@ bootstrap-icons@^1.0.0:
31193110
resolved "https://registry.yarnpkg.com/bootstrap-icons/-/bootstrap-icons-1.0.0.tgz#90ed08c9503cef95184972420fbea7b09780bd83"
31203111
integrity sha512-PaQm3VtSqbUnWuyqGmFJG5iF9UMieDuk8raPOmKOtKeyWyiVshgLoKa+9EWGolGU/nvyBLEBWhZoQqhu9ccNBg==
31213112

3122-
"bootstrap@>=4.5.2 <5.0.0":
3113+
"bootstrap@>=4.5.3 <5.0.0":
31233114
version "4.5.3"
31243115
resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-4.5.3.tgz#c6a72b355aaf323920be800246a6e4ef30997fe6"
31253116
integrity sha512-o9ppKQioXGqhw8Z7mah6KdTYpNQY//tipnkxppWhPbiSWdD+1raYsnhwEZjkTHYbGee4cVQ0Rx65EhOY/HNLcQ==
@@ -4147,7 +4138,7 @@ connect@^3.7.0:
41474138
parseurl "~1.3.3"
41484139
utils-merge "1.0.1"
41494140

4150-
consola@^2.10.0, consola@^2.10.1, consola@^2.13.0, consola@^2.14.0, consola@^2.15.0, consola@^2.6.0, consola@^2.9.0:
4141+
consola@^2.10.0, consola@^2.13.0, consola@^2.14.0, consola@^2.15.0, consola@^2.6.0, consola@^2.9.0:
41514142
version "2.15.0"
41524143
resolved "https://registry.yarnpkg.com/consola/-/consola-2.15.0.tgz#40fc4eefa4d2f8ef2e2806147f056ea207fcc0e9"
41534144
integrity sha512-vlcSGgdYS26mPf7qNi+dCisbhiyDnrN1zaRbw3CSuc2wGOMEGGPsp46PdRG5gqXwgtJfjxDkxRNAgRPr1B77vQ==
@@ -5299,9 +5290,9 @@ ejs@^2.6.1:
52995290
integrity sha512-7vmuyh5+kuUyJKePhQfRQBhXV5Ce+RnaeeQArKu1EAMpL3WbgMt5WG6uQZpEVvYSSsxMXRKOewtDk9RaTKXRlA==
53005291

53015292
electron-to-chromium@^1.3.571:
5302-
version "1.3.578"
5303-
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.578.tgz#e6671936f4571a874eb26e2e833aa0b2c0b776e0"
5304-
integrity sha512-z4gU6dA1CbBJsAErW5swTGAaU2TBzc2mPAonJb00zqW1rOraDo2zfBMDRvaz9cVic+0JEZiYbHWPw/fTaZlG2Q==
5293+
version "1.3.579"
5294+
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.579.tgz#58bf17499de6edf697e1442017d8569bce0d301a"
5295+
integrity sha512-9HaGm4UDxCtcmIqWWdv79pGgpRZWTqr+zg6kxp0MelSHfe1PNjrI8HXy1HgTSy4p0iQETGt8/ElqKFLW008BSA==
53055296

53065297
elliptic@^6.5.3:
53075298
version "6.5.3"
@@ -9095,11 +9086,11 @@ mdast-util-definitions@^4.0.0:
90959086
unist-util-visit "^2.0.0"
90969087

90979088
mdast-util-footnote@^0.1.0:
9098-
version "0.1.4"
9099-
resolved "https://registry.yarnpkg.com/mdast-util-footnote/-/mdast-util-footnote-0.1.4.tgz#d634b8cd324650113b13526be296029b40f17dc9"
9100-
integrity sha512-XGW2AukQ3yiSELSUQ2XTJ5cAyv1U9WRfZpvUpuXqkKpZZdNf/A/by/eMMlZCJSfXkVyjhi6iJqofdj9fs39Cmw==
9089+
version "0.1.5"
9090+
resolved "https://registry.yarnpkg.com/mdast-util-footnote/-/mdast-util-footnote-0.1.5.tgz#b05f047d934b003a6767a7402b4692019ef64c20"
9091+
integrity sha512-2SiM/YL7OgtipTQvOf0Yp+LAgWp7uEloiDhzpg7pv/aCYQ7pmACb1YBF/BOQwal8h7EUytlLjV3/1DidNN4xOQ==
91019092
dependencies:
9102-
mdast-util-to-markdown "^0.4.0"
9093+
mdast-util-to-markdown "^0.5.0"
91039094
micromark "~2.10.0"
91049095

91059096
mdast-util-to-hast@^10.0.0:
@@ -9116,11 +9107,12 @@ mdast-util-to-hast@^10.0.0:
91169107
unist-util-position "^3.0.0"
91179108
unist-util-visit "^2.0.0"
91189109

9119-
mdast-util-to-markdown@^0.4.0:
9120-
version "0.4.3"
9121-
resolved "https://registry.yarnpkg.com/mdast-util-to-markdown/-/mdast-util-to-markdown-0.4.3.tgz#4f13a7ddff7e75a3369e0f2b4e7087045ec92e3b"
9122-
integrity sha512-hGC1uAqmvCgCJ9m9JsyUi4UZ3+EZzk2qFJZx2IDv0sodg9LfoRiPKIpefTQdwdt1fANZRHupuZlPSV+UQMeRfw==
9110+
mdast-util-to-markdown@^0.5.0:
9111+
version "0.5.1"
9112+
resolved "https://registry.yarnpkg.com/mdast-util-to-markdown/-/mdast-util-to-markdown-0.5.1.tgz#4a72a168f8a7b2c5506877498095144d32dcb026"
9113+
integrity sha512-7WS59irdm7lwd8iyfu+kLF+ktfzlvxLJzI/SwysF1EFFGpkU/G60Q61k7xZ420gsMVkXZ3MlcL3bTYCz5QwDeg==
91239114
dependencies:
9115+
"@types/unist" "^2.0.0"
91249116
longest-streak "^2.0.0"
91259117
mdast-util-to-string "^1.0.0"
91269118
parse-entities "^2.0.0"

0 commit comments

Comments
 (0)