Skip to content

Commit e5d9d14

Browse files
committed
chore: upgrade dependencies
1 parent 09521d1 commit e5d9d14

File tree

2 files changed

+66
-38
lines changed

2 files changed

+66
-38
lines changed

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,13 @@
5656
"@capsulesocial/capsule-config": "^1.2.6",
5757
"@nuxtjs/dotenv": "^1.4.1",
5858
"@nuxtjs/robots": "^2.5.0",
59-
"@stripe/stripe-js": "^1.28.0",
59+
"@stripe/stripe-js": "^1.34.0",
6060
"@tailwindcss/typography": "^0.4.1",
6161
"@toruslabs/customauth": "^10.1.0",
6262
"@toruslabs/openlogin-ed25519": "^2.0.0",
6363
"axios": "^0.27.2",
6464
"browser-image-compression": "^2.0.0",
65-
"dompurify": "^2.3.9",
65+
"dompurify": "^2.3.10",
6666
"highlight.js": "^11.6.0",
6767
"ipfs-core": "0.14.3",
6868
"libsodium-wrappers": "^0.7.10",
@@ -72,9 +72,9 @@
7272
"nuxt": "^2.15.8",
7373
"portal-vue": "^2.1.7",
7474
"quill": "^1.3.7",
75-
"quilljs-markdown": "^1.1.11",
75+
"quilljs-markdown": "^1.2.0",
7676
"scrypt-js": "^3.0.1",
77-
"toastify-js": "^1.11.2",
77+
"toastify-js": "^1.12.0",
7878
"turndown": "^7.1.1",
7979
"turndown-plugin-gfm": "^1.0.2",
8080
"vuex-persist": "^3.1.3"
@@ -95,7 +95,7 @@
9595
"@types/quill": "^2.0.9",
9696
"@types/toastify-js": "^1.11.1",
9797
"@types/turndown": "^5.0.1",
98-
"eslint": "^8.20.0",
98+
"eslint": "^8.21.0",
9999
"eslint-config-prettier": "^8.5.0",
100100
"eslint-plugin-prettier-vue": "^4.2.0",
101101
"husky": "^8.0.1",

yarn.lock

+61-33
Original file line numberDiff line numberDiff line change
@@ -1344,15 +1344,20 @@
13441344
resolved "https://registry.yarnpkg.com/@hcaptcha/types/-/types-1.0.2.tgz#d4d41321e71ec79c7aec22c952840670a76d6284"
13451345
integrity sha512-0f//oG8XZrqaLZ+ggjcqF99t91w5UEpv61CJWu57WWsN6AZ1PXqqzXmcgTlr3RhlNe2zjymYZTkPeyqiek/DEQ==
13461346

1347-
"@humanwhocodes/config-array@^0.9.2":
1348-
version "0.9.5"
1349-
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.9.5.tgz#2cbaf9a89460da24b5ca6531b8bbfc23e1df50c7"
1350-
integrity sha512-ObyMyWxZiCu/yTisA7uzx81s40xR2fD5Cg/2Kq7G02ajkNubJf6BopgDTmDyc3U7sXpNKM8cYOw7s7Tyr+DnCw==
1347+
"@humanwhocodes/config-array@^0.10.4":
1348+
version "0.10.4"
1349+
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.10.4.tgz#01e7366e57d2ad104feea63e72248f22015c520c"
1350+
integrity sha512-mXAIHxZT3Vcpg83opl1wGlVZ9xydbfZO3r5YfRSH6Gpp2J/PfdBP0wbDa2sO6/qRbcalpoevVyW6A/fI6LfeMw==
13511351
dependencies:
13521352
"@humanwhocodes/object-schema" "^1.2.1"
13531353
debug "^4.1.1"
13541354
minimatch "^3.0.4"
13551355

1356+
"@humanwhocodes/gitignore-to-minimatch@^1.0.2":
1357+
version "1.0.2"
1358+
resolved "https://registry.yarnpkg.com/@humanwhocodes/gitignore-to-minimatch/-/gitignore-to-minimatch-1.0.2.tgz#316b0a63b91c10e53f242efb4ace5c3b34e8728d"
1359+
integrity sha512-rSqmMJDdLFUsyxR6FMtD00nfQKKLFb1kv+qBbOVKqErvloEIJLo5bDTJTQNTYgeyp78JsA7u/NPi5jT1GR/MuA==
1360+
13561361
"@humanwhocodes/object-schema@^1.2.1":
13571362
version "1.2.1"
13581363
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz#b520529ec21d8e5945a1851dfd1c32e94e39ff45"
@@ -2157,10 +2162,10 @@
21572162
"@stablelib/random" "^1.0.1"
21582163
"@stablelib/wipe" "^1.0.1"
21592164

2160-
"@stripe/stripe-js@^1.28.0":
2161-
version "1.32.0"
2162-
resolved "https://registry.yarnpkg.com/@stripe/stripe-js/-/stripe-js-1.32.0.tgz#4ecdd298db61ad9b240622eafed58da974bd210e"
2163-
integrity sha512-7EvBnbBfS1aynfLRmBFcuumHNGjKxnNkO47rorFBktqDYHwo7Yw6pfDW2iqq0R8r7i7XiJEdWPvvEgQAiDrx3A==
2165+
"@stripe/stripe-js@^1.34.0":
2166+
version "1.34.0"
2167+
resolved "https://registry.yarnpkg.com/@stripe/stripe-js/-/stripe-js-1.34.0.tgz#62fecff2580469ec56ec31066b73a0fc016749b8"
2168+
integrity sha512-fFuchE1mK2GWyZmTS87L6NaIvKo4yIj3SpkTuHY41A7frfB07/3z8l1jBrHKGzvVnlFkeCVnEvfMjBmdlqcO6w==
21642169

21652170
"@tailwindcss/typography@^0.4.1":
21662171
version "0.4.1"
@@ -3211,6 +3216,11 @@ acorn@^8.0.4, acorn@^8.4.1, acorn@^8.5.0, acorn@^8.7.1:
32113216
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.7.1.tgz#0197122c843d1bf6d0a5e83220a788f278f63c30"
32123217
integrity sha512-Xx54uLJQZ19lKygFXOWsscKUbsBZW0CPykPhVQdhIeIwrbPmJzqeASDInc8nKBnp/JT6igTs82qPXz069H8I/A==
32133218

3219+
acorn@^8.8.0:
3220+
version "8.8.0"
3221+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.8.0.tgz#88c0187620435c7f6015803f5539dae05a9dbea8"
3222+
integrity sha512-QOxyigPVrpZ2GXT+PFyZTl6TtOFc5egxHIP9IlQ+RbupQuX4RkT/Bee4/kQuC02Xkzg84JcT7oLYtDIQxp+v7w==
3223+
32143224
aggregate-error@^3.0.0, aggregate-error@^3.1.0:
32153225
version "3.1.0"
32163226
resolved "https://registry.yarnpkg.com/aggregate-error/-/aggregate-error-3.1.0.tgz#92670ff50f5359bdb7a3e0d40d0ec30c5737687a"
@@ -4604,10 +4614,10 @@ core-js@^2.6.5:
46044614
resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.6.12.tgz#d9333dfa7b065e347cc5682219d6f690859cc2ec"
46054615
integrity sha512-Kb2wC0fvsWfQrgk8HU5lW6U/Lcs8+9aaYcy4ZFc6DDlo4nZ7n70dEgE5rtR0oG6ufKDUnrwfWL1mXR5ljDatrQ==
46064616

4607-
core-js@^3.8.3:
4608-
version "3.23.5"
4609-
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.23.5.tgz#1f82b0de5eece800827a2f59d597509c67650475"
4610-
integrity sha512-7Vh11tujtAZy82da4duVreQysIoO2EvVrur7y6IzZkH1IHPSekuDi8Vuw1+YKjkbfWLRD7Nc9ICQ/sIUDutcyg==
4617+
core-js@^3.23.5:
4618+
version "3.24.1"
4619+
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.24.1.tgz#cf7724d41724154010a6576b7b57d94c5d66e64f"
4620+
integrity sha512-0QTBSYSUZ6Gq21utGzkfITDylE8jWC9Ne1D2MrhvlsZBI1x39OdDIVbzSqtgMndIy6BlHxBXpMGqzZmnztg2rg==
46114621

46124622
46134623
version "1.0.2"
@@ -5383,10 +5393,10 @@ domino@^2.1.6:
53835393
resolved "https://registry.yarnpkg.com/domino/-/domino-2.1.6.tgz#fe4ace4310526e5e7b9d12c7de01b7f485a57ffe"
53845394
integrity sha512-3VdM/SXBZX2omc9JF9nOPCtDaYQ67BGp5CoLpIQlO2KCAPETs8TcDHacF26jXadGbvUteZzRTeos2fhID5+ucQ==
53855395

5386-
dompurify@^2.3.9:
5387-
version "2.3.9"
5388-
resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-2.3.9.tgz#a4be5e7278338d6db09922dffcf6182cd099d70a"
5389-
integrity sha512-3zOnuTwup4lPV/GfGS6UzG4ub9nhSYagR/5tB3AvDEwqyy5dtyCM2dVjwGDCnrPerXifBKTYh/UWCGKK7ydhhw==
5396+
dompurify@^2.3.10:
5397+
version "2.3.10"
5398+
resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-2.3.10.tgz#901f7390ffe16a91a5a556b94043314cd4850385"
5399+
integrity sha512-o7Fg/AgC7p/XpKjf/+RC3Ok6k4St5F7Q6q6+Nnm3p2zGWioAY6dh0CbbuwOhH2UcSzKsdniE/YnE2/92JcsA+g==
53905400

53915401
domutils@^1.7.0:
53925402
version "1.7.0"
@@ -5905,13 +5915,14 @@ eslint-visitor-keys@^3.1.0, eslint-visitor-keys@^3.3.0:
59055915
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
59065916
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
59075917

5908-
eslint@^8.20.0:
5909-
version "8.20.0"
5910-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.20.0.tgz#048ac56aa18529967da8354a478be4ec0a2bc81b"
5911-
integrity sha512-d4ixhz5SKCa1D6SCPrivP7yYVi7nyD6A4vs6HIAul9ujBzcEmZVM3/0NN/yu5nKhmO1wjp5xQ46iRfmDGlOviA==
5918+
eslint@^8.21.0:
5919+
version "8.21.0"
5920+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.21.0.tgz#1940a68d7e0573cef6f50037addee295ff9be9ef"
5921+
integrity sha512-/XJ1+Qurf1T9G2M5IHrsjp+xrGT73RZf23xA1z5wB1ZzzEAWSZKvRwhWxTFp1rvkvCfwcvAUNAP31bhKTTGfDA==
59125922
dependencies:
59135923
"@eslint/eslintrc" "^1.3.0"
5914-
"@humanwhocodes/config-array" "^0.9.2"
5924+
"@humanwhocodes/config-array" "^0.10.4"
5925+
"@humanwhocodes/gitignore-to-minimatch" "^1.0.2"
59155926
ajv "^6.10.0"
59165927
chalk "^4.0.0"
59175928
cross-spawn "^7.0.2"
@@ -5921,14 +5932,17 @@ eslint@^8.20.0:
59215932
eslint-scope "^7.1.1"
59225933
eslint-utils "^3.0.0"
59235934
eslint-visitor-keys "^3.3.0"
5924-
espree "^9.3.2"
5935+
espree "^9.3.3"
59255936
esquery "^1.4.0"
59265937
esutils "^2.0.2"
59275938
fast-deep-equal "^3.1.3"
59285939
file-entry-cache "^6.0.1"
5940+
find-up "^5.0.0"
59295941
functional-red-black-tree "^1.0.1"
59305942
glob-parent "^6.0.1"
59315943
globals "^13.15.0"
5944+
globby "^11.1.0"
5945+
grapheme-splitter "^1.0.4"
59325946
ignore "^5.2.0"
59335947
import-fresh "^3.0.0"
59345948
imurmurhash "^0.1.4"
@@ -5955,6 +5969,15 @@ espree@^9.0.0, espree@^9.3.2:
59555969
acorn-jsx "^5.3.2"
59565970
eslint-visitor-keys "^3.3.0"
59575971

5972+
espree@^9.3.3:
5973+
version "9.3.3"
5974+
resolved "https://registry.yarnpkg.com/espree/-/espree-9.3.3.tgz#2dd37c4162bb05f433ad3c1a52ddf8a49dc08e9d"
5975+
integrity sha512-ORs1Rt/uQTqUKjDdGCyrtYxbazf5umATSf/K4qxjmZHORR6HJk+2s/2Pqe+Kk49HHINC/xNIrGfgh8sZcll0ng==
5976+
dependencies:
5977+
acorn "^8.8.0"
5978+
acorn-jsx "^5.3.2"
5979+
eslint-visitor-keys "^3.3.0"
5980+
59585981
esprima@^4.0.0:
59595982
version "4.0.1"
59605983
resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71"
@@ -6750,6 +6773,11 @@ graceful-fs@^4.1.11, graceful-fs@^4.1.15, graceful-fs@^4.1.2, graceful-fs@^4.1.6
67506773
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.10.tgz#147d3a006da4ca3ce14728c7aefc287c367d7a6c"
67516774
integrity sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA==
67526775

6776+
grapheme-splitter@^1.0.4:
6777+
version "1.0.4"
6778+
resolved "https://registry.yarnpkg.com/grapheme-splitter/-/grapheme-splitter-1.0.4.tgz#9cf3a665c6247479896834af35cf1dbb4400767e"
6779+
integrity sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ==
6780+
67536781
gzip-size@^6.0.0:
67546782
version "6.0.0"
67556783
resolved "https://registry.yarnpkg.com/gzip-size/-/gzip-size-6.0.0.tgz#065367fd50c239c0671cbcbad5be3e2eeb10e462"
@@ -11724,13 +11752,13 @@ quill@^1.3.7:
1172411752
parchment "^1.1.4"
1172511753
quill-delta "^3.6.2"
1172611754

11727-
quilljs-markdown@^1.1.11:
11728-
version "1.1.11"
11729-
resolved "https://registry.yarnpkg.com/quilljs-markdown/-/quilljs-markdown-1.1.11.tgz#b91b4353121dab7f80c9714600a4eb52f4828671"
11730-
integrity sha512-OSrP2agiEXKsk/772Vkbky8Zj560Keq9Suf0muOr47+99QsZEIFc8hFk5Gy7Tvb60wzorGMG6xZCHIkGjC+57A==
11755+
quilljs-markdown@^1.2.0:
11756+
version "1.2.0"
11757+
resolved "https://registry.yarnpkg.com/quilljs-markdown/-/quilljs-markdown-1.2.0.tgz#ee03b81452fe84cfbaeb225cb9de10c3d747455b"
11758+
integrity sha512-/Fqm0d7QF+n3dvFGZDosq5W4kBloD4QR6qDzv6ATFAmShDYRtnijP0cODmG+bk+2P+233wivbragV+6DNzePJg==
1173111759
dependencies:
11732-
core-js "^3.8.3"
11733-
regenerator-runtime "^0.13.7"
11760+
core-js "^3.23.5"
11761+
regenerator-runtime "^0.13.9"
1173411762

1173511763
rabin-wasm@^0.1.4:
1173611764
version "0.1.5"
@@ -11889,7 +11917,7 @@ regenerate@^1.4.2:
1188911917
resolved "https://registry.yarnpkg.com/regenerate/-/regenerate-1.4.2.tgz#b9346d8827e8f5a32f7ba29637d398b69014848a"
1189011918
integrity sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==
1189111919

11892-
regenerator-runtime@^0.13.4, regenerator-runtime@^0.13.7:
11920+
regenerator-runtime@^0.13.4, regenerator-runtime@^0.13.7, regenerator-runtime@^0.13.9:
1189311921
version "0.13.9"
1189411922
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.9.tgz#8925742a98ffd90814988d7566ad30ca3b263b52"
1189511923
integrity sha512-p3VT+cOEgxFsRRA9X4lkI1E+k2/CtnKtU4gcxyaCUreilL/vqI6CdZ3wxVUx3UOUg+gnUOQQcRI7BmSI656MYA==
@@ -13284,10 +13312,10 @@ to-regex@^3.0.1, to-regex@^3.0.2:
1328413312
regex-not "^1.0.2"
1328513313
safe-regex "^1.1.0"
1328613314

13287-
toastify-js@^1.11.2:
13288-
version "1.11.2"
13289-
resolved "https://registry.yarnpkg.com/toastify-js/-/toastify-js-1.11.2.tgz#5c66cb05cee30b09e5bd8961ab809e41a3ce716c"
13290-
integrity sha512-bMBNKhZLPX/sDhpwM7KHIRUTtqCylQeoZDiEWy5zE7iDUJ92XmP8AKgDAp9rXx6pR5GXGFtQHHoH62toahbHgQ==
13315+
toastify-js@^1.12.0:
13316+
version "1.12.0"
13317+
resolved "https://registry.yarnpkg.com/toastify-js/-/toastify-js-1.12.0.tgz#cc1c4f5c7e7380e854e20bedceb51980ea29f64d"
13318+
integrity sha512-HeMHCO9yLPvP9k0apGSdPUWrUbLnxUKNFzgUoZp1PHCLploIX/4DSQ7V8H25ef+h4iO9n0he7ImfcndnN6nDrQ==
1329113319

1329213320
1329313321
version "1.0.1"

0 commit comments

Comments
 (0)