⬆️(dependencies) update js dependencies
This commit is contained in:
committed by
Anthony LC
parent
cd2efbe40d
commit
8b5f5bf092
@@ -16,25 +16,25 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@openfun/cunningham-react": "2.4.0",
|
||||
"@tanstack/react-query": "5.18.1",
|
||||
"i18next": "23.7.16",
|
||||
"@tanstack/react-query": "5.22.2",
|
||||
"i18next": "23.9.0",
|
||||
"next": "14.1.0",
|
||||
"react": "18.2.0",
|
||||
"react-dom": "18.2.0",
|
||||
"react-i18next": "14.0.0",
|
||||
"react-i18next": "14.0.5",
|
||||
"styled-components": "6.1.8",
|
||||
"zustand": "4.5.0"
|
||||
"zustand": "4.5.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@svgr/webpack": "8.1.0",
|
||||
"@tanstack/react-query-devtools": "5.18.1",
|
||||
"@testing-library/jest-dom": "6.4.1",
|
||||
"@tanstack/react-query-devtools": "5.23.0",
|
||||
"@testing-library/jest-dom": "6.4.2",
|
||||
"@testing-library/react": "14.2.1",
|
||||
"@types/jest": "29.5.12",
|
||||
"@types/node": "*",
|
||||
"@types/react": "18.2.53",
|
||||
"@types/react-dom": "18.2.18",
|
||||
"dotenv": "16.4.1",
|
||||
"@types/react": "18.2.56",
|
||||
"@types/react-dom": "18.2.19",
|
||||
"dotenv": "16.4.4",
|
||||
"eslint-config-people": "*",
|
||||
"fetch-mock": "9.11.0",
|
||||
"jest": "29.7.0",
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
"i18n:test": "yarn I18N run test"
|
||||
},
|
||||
"resolutions": {
|
||||
"@types/node": "20.11.16",
|
||||
"@types/node": "20.11.19",
|
||||
"typescript": "5.3.3"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -6,16 +6,16 @@
|
||||
"lint": "eslint --ext .js ."
|
||||
},
|
||||
"dependencies": {
|
||||
"@next/eslint-plugin-next": "14.0.4",
|
||||
"@tanstack/eslint-plugin-query": "5.18.1",
|
||||
"@typescript-eslint/eslint-plugin": "6.20.0",
|
||||
"@next/eslint-plugin-next": "14.1.0",
|
||||
"@tanstack/eslint-plugin-query": "5.20.1",
|
||||
"@typescript-eslint/eslint-plugin": "7.0.1",
|
||||
"eslint": "8.56.0",
|
||||
"eslint-config-next": "14.1.0",
|
||||
"eslint-config-prettier": "9.1.0",
|
||||
"eslint-plugin-import": "2.29.1",
|
||||
"eslint-plugin-jest": "27.6.3",
|
||||
"eslint-plugin-jest": "27.9.0",
|
||||
"eslint-plugin-jsx-a11y": "6.8.0",
|
||||
"eslint-plugin-playwright": "0.22.2",
|
||||
"eslint-plugin-playwright": "1.2.0",
|
||||
"eslint-plugin-prettier": "5.1.3",
|
||||
"eslint-plugin-react": "7.33.2",
|
||||
"eslint-plugin-testing-library": "6.2.0"
|
||||
|
||||
@@ -11,8 +11,8 @@
|
||||
"test": "jest"
|
||||
},
|
||||
"dependencies": {
|
||||
"@types/jest": "29.5.11",
|
||||
"@types/node": "20.11.6",
|
||||
"@types/jest": "29.5.12",
|
||||
"@types/node": "20.11.19",
|
||||
"eslint-config-people": "*",
|
||||
"eslint-plugin-import": "2.29.1",
|
||||
"i18next-parser": "8.8.0",
|
||||
|
||||
@@ -1040,14 +1040,14 @@
|
||||
resolved "https://registry.yarnpkg.com/@babel/regjsgen/-/regjsgen-0.8.0.tgz#f0ba69b075e1f05fb2825b7fad991e7adbb18310"
|
||||
integrity sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==
|
||||
|
||||
"@babel/runtime@^7.0.0", "@babel/runtime@^7.12.5", "@babel/runtime@^7.22.15", "@babel/runtime@^7.22.5", "@babel/runtime@^7.23.2", "@babel/runtime@^7.9.2":
|
||||
"@babel/runtime@^7.0.0", "@babel/runtime@^7.12.5", "@babel/runtime@^7.22.15", "@babel/runtime@^7.23.2", "@babel/runtime@^7.9.2":
|
||||
version "7.23.8"
|
||||
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.23.8.tgz#8ee6fe1ac47add7122902f257b8ddf55c898f650"
|
||||
integrity sha512-Y7KbAP984rn1VGMbGqKmBLio9V7y5Je9GvU4rQPCPinCyNfUcToxIXl06d59URp/F3LwinvODxab5N/G6qggkw==
|
||||
dependencies:
|
||||
regenerator-runtime "^0.14.0"
|
||||
|
||||
"@babel/runtime@^7.20.6", "@babel/runtime@^7.8.4":
|
||||
"@babel/runtime@^7.20.6", "@babel/runtime@^7.23.9", "@babel/runtime@^7.8.4":
|
||||
version "7.23.9"
|
||||
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.23.9.tgz#47791a15e4603bb5f905bc0753801cf21d6345f7"
|
||||
integrity sha512-0CX6F+BI2s9dkUqr08KFrAIZgNFj75rdBU/DjCyYLIaV/quFjkk6T+EJ2LkZHyZTbEV4L5p97mNkUsHl2wLFAw==
|
||||
@@ -1687,13 +1687,6 @@
|
||||
resolved "https://registry.yarnpkg.com/@next/env/-/env-14.1.0.tgz#43d92ebb53bc0ae43dcc64fb4d418f8f17d7a341"
|
||||
integrity sha512-Py8zIo+02ht82brwwhTg36iogzFqGLPXlRGKQw5s+qP/kMNc4MAyDeEwBKDijk6zTIbegEgu8Qy7C1LboslQAw==
|
||||
|
||||
"@next/eslint-plugin-next@14.0.4":
|
||||
version "14.0.4"
|
||||
resolved "https://registry.yarnpkg.com/@next/eslint-plugin-next/-/eslint-plugin-next-14.0.4.tgz#474fd88d92209270021186043513fbdc4203f5ec"
|
||||
integrity sha512-U3qMNHmEZoVmHA0j/57nRfi3AscXNvkOnxDmle/69Jz/G0o/gWjXTDdlgILZdrxQ0Lw/jv2mPW8PGy0EGIHXhQ==
|
||||
dependencies:
|
||||
glob "7.1.7"
|
||||
|
||||
"@next/eslint-plugin-next@14.1.0":
|
||||
version "14.1.0"
|
||||
resolved "https://registry.yarnpkg.com/@next/eslint-plugin-next/-/eslint-plugin-next-14.1.0.tgz#29b041233fac7417e22eefa4146432d5cd910820"
|
||||
@@ -3045,36 +3038,36 @@
|
||||
dependencies:
|
||||
tslib "^2.4.0"
|
||||
|
||||
"@tanstack/eslint-plugin-query@5.18.1":
|
||||
version "5.18.1"
|
||||
resolved "https://registry.yarnpkg.com/@tanstack/eslint-plugin-query/-/eslint-plugin-query-5.18.1.tgz#311ee8e848e4e294d67accd9cc16951460a980b2"
|
||||
integrity sha512-pLHqd2RYSbGxhFXdjVxo5Gmi1aJfcXDpZQsjLHEkGEXFb65WzX6LMCz7n2rW3wBElDerRLFZNVLC61Pg/TlYsA==
|
||||
"@tanstack/eslint-plugin-query@5.20.1":
|
||||
version "5.20.1"
|
||||
resolved "https://registry.yarnpkg.com/@tanstack/eslint-plugin-query/-/eslint-plugin-query-5.20.1.tgz#861afedd7cde6b98c88cf86a5923bb659122e7af"
|
||||
integrity sha512-oIp7Wh90KHOm1FKCvcv87fiD2H96xo/crFrlhbvqBzR2f0tMEGOK/ANKMGNFQprd6BT6lyZhQPlOEkFdezsjIg==
|
||||
dependencies:
|
||||
"@typescript-eslint/utils" "^5.62.0"
|
||||
"@typescript-eslint/utils" "^6.20.0"
|
||||
|
||||
"@tanstack/query-core@5.18.1":
|
||||
version "5.18.1"
|
||||
resolved "https://registry.yarnpkg.com/@tanstack/query-core/-/query-core-5.18.1.tgz#b653ee354b7f4712d53565ccc5c6d8fb83ec866c"
|
||||
integrity sha512-fYhrG7bHgSNbnkIJF2R4VUXb4lF7EBiQjKkDc5wOlB7usdQOIN4LxxHpDxyE3qjqIst1WBGvDtL48T0sHJGKCw==
|
||||
"@tanstack/query-core@5.22.2":
|
||||
version "5.22.2"
|
||||
resolved "https://registry.yarnpkg.com/@tanstack/query-core/-/query-core-5.22.2.tgz#af67d41b0b4a3e846c2325f32540f39ca0d4788d"
|
||||
integrity sha512-z3PwKFUFACMUqe1eyesCIKg3Jv1mysSrYfrEW5ww5DCDUD4zlpTKBvUDaEjsfZzL3ULrFLDM9yVUxI/fega1Qg==
|
||||
|
||||
"@tanstack/query-devtools@5.18.1":
|
||||
version "5.18.1"
|
||||
resolved "https://registry.yarnpkg.com/@tanstack/query-devtools/-/query-devtools-5.18.1.tgz#f36e0257064ad9aeaff06d23112cca4795b82e96"
|
||||
integrity sha512-U8bDnDGuwdVMT4ndegPTcjOHOmX/UOjjB7o7UalRIq3DMHLRf8Ufh4+xoAvk3LNK5GBmUBfFSw4osYe5l9n7Lw==
|
||||
"@tanstack/query-devtools@5.23.0":
|
||||
version "5.23.0"
|
||||
resolved "https://registry.yarnpkg.com/@tanstack/query-devtools/-/query-devtools-5.23.0.tgz#4da560e7e57fc7d23cc63955c1e753bd3d10162e"
|
||||
integrity sha512-e0NpY8D+8km9fEZrfPNkb69nY5vQsH4Cp8YzaRJQEUXO0hANUOroGsNWSI3mLL7H/8y9GXD3N5I3IoE9z6lulQ==
|
||||
|
||||
"@tanstack/react-query-devtools@5.18.1":
|
||||
version "5.18.1"
|
||||
resolved "https://registry.yarnpkg.com/@tanstack/react-query-devtools/-/react-query-devtools-5.18.1.tgz#ad2df2ab2cddbdd5a167d5526a5df59aa348e579"
|
||||
integrity sha512-IrzAsodabSkEVBP0DHkuzcmqKFZ0EgG9ocuD/fRIrjYmbqqdHxzNmp2WmAZlkVo7hamA0ZdzvL5sjo1koFzjHA==
|
||||
"@tanstack/react-query-devtools@5.23.0":
|
||||
version "5.23.0"
|
||||
resolved "https://registry.yarnpkg.com/@tanstack/react-query-devtools/-/react-query-devtools-5.23.0.tgz#a7acb47f4f4f102afec8ddd67276d845c2b2e545"
|
||||
integrity sha512-oiT74q4rYS1aemEP/PoxZfhcLX7M0rsx47Ed36eHzGWSFNGvwfgg8ryMO8Bha8dqtHpdGsWftY5ta7dPoki4hw==
|
||||
dependencies:
|
||||
"@tanstack/query-devtools" "5.18.1"
|
||||
"@tanstack/query-devtools" "5.23.0"
|
||||
|
||||
"@tanstack/react-query@5.18.1":
|
||||
version "5.18.1"
|
||||
resolved "https://registry.yarnpkg.com/@tanstack/react-query/-/react-query-5.18.1.tgz#fd4e7b87260e82c5277355ad64f0e431a9302e02"
|
||||
integrity sha512-PdI07BbsahZ+04PxSuDQsQvBWe008eWFk/YYWzt8fvzt2sALUM0TpAJa/DFpqa7+SSo7j1EQR6Jx6znXNHyaXw==
|
||||
"@tanstack/react-query@5.22.2":
|
||||
version "5.22.2"
|
||||
resolved "https://registry.yarnpkg.com/@tanstack/react-query/-/react-query-5.22.2.tgz#e5fce278fbdd026fc1d561a4505142b9f93549d7"
|
||||
integrity sha512-TaxJDRzJ8/NWRT4lY2jguKCrNI6MRN+67dELzPjNUlvqzTxGANlMp68l7aC7hG8Bd1uHNxHl7ihv7MT50i/43A==
|
||||
dependencies:
|
||||
"@tanstack/query-core" "5.18.1"
|
||||
"@tanstack/query-core" "5.22.2"
|
||||
|
||||
"@tanstack/react-table@8.10.7":
|
||||
version "8.10.7"
|
||||
@@ -3102,10 +3095,10 @@
|
||||
lz-string "^1.5.0"
|
||||
pretty-format "^27.0.2"
|
||||
|
||||
"@testing-library/jest-dom@6.4.1":
|
||||
version "6.4.1"
|
||||
resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-6.4.1.tgz#1b0cc222c3a59f9cba2cc7947dc5fadc01210a37"
|
||||
integrity sha512-Z7qMM3J2Zw5H/nC2/5CYx5YcuaD56JmDFKNIozZ89VIo6o6Y9FMhssics4e2madEKYDNEpZz3+glPGz0yWMOag==
|
||||
"@testing-library/jest-dom@6.4.2":
|
||||
version "6.4.2"
|
||||
resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-6.4.2.tgz#38949f6b63722900e2d75ba3c6d9bf8cffb3300e"
|
||||
integrity sha512-CzqH0AFymEMG48CpzXFriYYkOjk6ZGPCLMhW9e9jg3KMCn5OfJecF8GtGW7yGfR/IgCe3SX8BSwjdzI6BBbZLw==
|
||||
dependencies:
|
||||
"@adobe/css-tools" "^4.3.2"
|
||||
"@babel/runtime" "^7.9.2"
|
||||
@@ -3219,14 +3212,6 @@
|
||||
dependencies:
|
||||
"@types/istanbul-lib-report" "*"
|
||||
|
||||
"@types/jest@29.5.11":
|
||||
version "29.5.11"
|
||||
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.5.11.tgz#0c13aa0da7d0929f078ab080ae5d4ced80fa2f2c"
|
||||
integrity sha512-S2mHmYIVe13vrm6q4kN6fLYYAka15ALQki/vgDC3mIukEOx8WJlv0kQPM+d4w8Gp6u0uSdKND04IlTXBv0rwnQ==
|
||||
dependencies:
|
||||
expect "^29.0.0"
|
||||
pretty-format "^29.0.0"
|
||||
|
||||
"@types/jest@29.5.12":
|
||||
version "29.5.12"
|
||||
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.5.12.tgz#7f7dc6eb4cf246d2474ed78744b05d06ce025544"
|
||||
@@ -3259,10 +3244,10 @@
|
||||
resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-3.0.5.tgz#1001cc5e6a3704b83c236027e77f2f58ea010f40"
|
||||
integrity sha512-Klz949h02Gz2uZCMGwDUSDS1YBlTdDDgbWHi+81l29tQALUtvz4rAYi5uoVhE5Lagoq6DeqAUlbrHvW/mXDgdQ==
|
||||
|
||||
"@types/node@*", "@types/node@20.11.16", "@types/node@20.11.6":
|
||||
version "20.11.16"
|
||||
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.11.16.tgz#4411f79411514eb8e2926f036c86c9f0e4ec6708"
|
||||
integrity sha512-gKb0enTmRCzXSSUJDq6/sPcqrfCv2mkkG6Jt/clpn5eiCbKTY+SgZUxo+p8ZKMof5dCp9vHQUAB7wOUTod22wQ==
|
||||
"@types/node@*", "@types/node@20.11.19":
|
||||
version "20.11.19"
|
||||
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.11.19.tgz#b466de054e9cb5b3831bee38938de64ac7f81195"
|
||||
integrity sha512-7xMnVEcZFu0DikYjWOlRq7NTPETrm7teqUT2WkQjrTIkEgUyyGdWsj/Zg8bEJt5TNklzbPD1X3fqfsHw3SpapQ==
|
||||
dependencies:
|
||||
undici-types "~5.26.4"
|
||||
|
||||
@@ -3271,7 +3256,14 @@
|
||||
resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.11.tgz#2596fb352ee96a1379c657734d4b913a613ad563"
|
||||
integrity sha512-ga8y9v9uyeiLdpKddhxYQkxNDrfvuPrlFb0N1qnZZByvcElJaXthF1UhvCh9TLWJBEHeNtdnbysW7Y6Uq8CVng==
|
||||
|
||||
"@types/react-dom@18.2.18", "@types/react-dom@^18.0.0":
|
||||
"@types/react-dom@18.2.19":
|
||||
version "18.2.19"
|
||||
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.2.19.tgz#b84b7c30c635a6c26c6a6dfbb599b2da9788be58"
|
||||
integrity sha512-aZvQL6uUbIJpjZk4U8JZGbau9KDeAwMfmhyWorxgBkqDIEf6ROjRozcmPIicqsUwPUjbkDfHKgGee1Lq65APcA==
|
||||
dependencies:
|
||||
"@types/react" "*"
|
||||
|
||||
"@types/react-dom@^18.0.0":
|
||||
version "18.2.18"
|
||||
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.2.18.tgz#16946e6cd43971256d874bc3d0a72074bb8571dd"
|
||||
integrity sha512-TJxDm6OfAX2KJWJdMEVTwWke5Sc/E/RlnPGvGfS0W7+6ocy2xhDVQVh/KvC2Uf7kACs+gDytdusDSdWfWkaNzw==
|
||||
@@ -3287,10 +3279,10 @@
|
||||
"@types/scheduler" "*"
|
||||
csstype "^3.0.2"
|
||||
|
||||
"@types/react@18.2.53":
|
||||
version "18.2.53"
|
||||
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.53.tgz#09c21b4621aaad5fed6a5045b33a7430749d8dc5"
|
||||
integrity sha512-52IHsMDT8qATp9B9zoOyobW8W3/0QhaJQTw1HwRj0UY2yBpCAQ7+S/CqHYQ8niAm3p4ji+rWUQ9UCib0GxQ60w==
|
||||
"@types/react@18.2.56":
|
||||
version "18.2.56"
|
||||
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.56.tgz#2d3e9021a0b6eb5bfc227761cc61b1c6dc6e0cd8"
|
||||
integrity sha512-NpwHDMkS/EFZF2dONFQHgkPRwhvgq/OAvIaGQzxGSBmaeR++kTg6njr15Vatz0/2VcCEwJQFi6Jf4Q0qBu0rLA==
|
||||
dependencies:
|
||||
"@types/prop-types" "*"
|
||||
"@types/scheduler" "*"
|
||||
@@ -3338,16 +3330,16 @@
|
||||
dependencies:
|
||||
"@types/yargs-parser" "*"
|
||||
|
||||
"@typescript-eslint/eslint-plugin@6.20.0":
|
||||
version "6.20.0"
|
||||
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.20.0.tgz#9cf31546d2d5e884602626d89b0e0d2168ac25ed"
|
||||
integrity sha512-fTwGQUnjhoYHeSF6m5pWNkzmDDdsKELYrOBxhjMrofPqCkoC2k3B2wvGHFxa1CTIqkEn88nlW1HVMztjo2K8Hg==
|
||||
"@typescript-eslint/eslint-plugin@7.0.1":
|
||||
version "7.0.1"
|
||||
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.0.1.tgz#407daffe09d964d57aceaf3ac51846359fbe61b0"
|
||||
integrity sha512-OLvgeBv3vXlnnJGIAgCLYKjgMEU+wBGj07MQ/nxAaON+3mLzX7mJbhRYrVGiVvFiXtwFlkcBa/TtmglHy0UbzQ==
|
||||
dependencies:
|
||||
"@eslint-community/regexpp" "^4.5.1"
|
||||
"@typescript-eslint/scope-manager" "6.20.0"
|
||||
"@typescript-eslint/type-utils" "6.20.0"
|
||||
"@typescript-eslint/utils" "6.20.0"
|
||||
"@typescript-eslint/visitor-keys" "6.20.0"
|
||||
"@typescript-eslint/scope-manager" "7.0.1"
|
||||
"@typescript-eslint/type-utils" "7.0.1"
|
||||
"@typescript-eslint/utils" "7.0.1"
|
||||
"@typescript-eslint/visitor-keys" "7.0.1"
|
||||
debug "^4.3.4"
|
||||
graphemer "^1.4.0"
|
||||
ignore "^5.2.4"
|
||||
@@ -3382,21 +3374,29 @@
|
||||
"@typescript-eslint/types" "6.19.0"
|
||||
"@typescript-eslint/visitor-keys" "6.19.0"
|
||||
|
||||
"@typescript-eslint/scope-manager@6.20.0":
|
||||
version "6.20.0"
|
||||
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.20.0.tgz#8a926e60f6c47feb5bab878246dc2ae465730151"
|
||||
integrity sha512-p4rvHQRDTI1tGGMDFQm+GtxP1ZHyAh64WANVoyEcNMpaTFn3ox/3CcgtIlELnRfKzSs/DwYlDccJEtr3O6qBvA==
|
||||
"@typescript-eslint/scope-manager@6.21.0":
|
||||
version "6.21.0"
|
||||
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.21.0.tgz#ea8a9bfc8f1504a6ac5d59a6df308d3a0630a2b1"
|
||||
integrity sha512-OwLUIWZJry80O99zvqXVEioyniJMa+d2GrqpUTqi5/v5D5rOrppJVBPa0yKCblcigC0/aYAzxxqQ1B+DS2RYsg==
|
||||
dependencies:
|
||||
"@typescript-eslint/types" "6.20.0"
|
||||
"@typescript-eslint/visitor-keys" "6.20.0"
|
||||
"@typescript-eslint/types" "6.21.0"
|
||||
"@typescript-eslint/visitor-keys" "6.21.0"
|
||||
|
||||
"@typescript-eslint/type-utils@6.20.0":
|
||||
version "6.20.0"
|
||||
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.20.0.tgz#d395475cd0f3610dd80c7d8716fa0db767da3831"
|
||||
integrity sha512-qnSobiJQb1F5JjN0YDRPHruQTrX7ICsmltXhkV536mp4idGAYrIyr47zF/JmkJtEcAVnIz4gUYJ7gOZa6SmN4g==
|
||||
"@typescript-eslint/scope-manager@7.0.1":
|
||||
version "7.0.1"
|
||||
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.0.1.tgz#611ec8e78c70439b152a805e1b10aaac36de7c00"
|
||||
integrity sha512-v7/T7As10g3bcWOOPAcbnMDuvctHzCFYCG/8R4bK4iYzdFqsZTbXGln0cZNVcwQcwewsYU2BJLay8j0/4zOk4w==
|
||||
dependencies:
|
||||
"@typescript-eslint/typescript-estree" "6.20.0"
|
||||
"@typescript-eslint/utils" "6.20.0"
|
||||
"@typescript-eslint/types" "7.0.1"
|
||||
"@typescript-eslint/visitor-keys" "7.0.1"
|
||||
|
||||
"@typescript-eslint/type-utils@7.0.1":
|
||||
version "7.0.1"
|
||||
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.0.1.tgz#0fba92c1f81cad561d7b3adc812aa1cc0e35cdae"
|
||||
integrity sha512-YtT9UcstTG5Yqy4xtLiClm1ZpM/pWVGFnkAa90UfdkkZsR1eP2mR/1jbHeYp8Ay1l1JHPyGvoUYR6o3On5Nhmw==
|
||||
dependencies:
|
||||
"@typescript-eslint/typescript-estree" "7.0.1"
|
||||
"@typescript-eslint/utils" "7.0.1"
|
||||
debug "^4.3.4"
|
||||
ts-api-utils "^1.0.1"
|
||||
|
||||
@@ -3410,10 +3410,15 @@
|
||||
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.19.0.tgz#689b0498c436272a6a2059b09f44bcbd90de294a"
|
||||
integrity sha512-lFviGV/vYhOy3m8BJ/nAKoAyNhInTdXpftonhWle66XHAtT1ouBlkjL496b5H5hb8dWXHwtypTqgtb/DEa+j5A==
|
||||
|
||||
"@typescript-eslint/types@6.20.0":
|
||||
version "6.20.0"
|
||||
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.20.0.tgz#5ccd74c29011ae7714ae6973e4ec0c634708b448"
|
||||
integrity sha512-MM9mfZMAhiN4cOEcUOEx+0HmuaW3WBfukBZPCfwSqFnQy0grXYtngKCqpQN339X3RrwtzspWJrpbrupKYUSBXQ==
|
||||
"@typescript-eslint/types@6.21.0":
|
||||
version "6.21.0"
|
||||
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.21.0.tgz#205724c5123a8fef7ecd195075fa6e85bac3436d"
|
||||
integrity sha512-1kFmZ1rOm5epu9NZEZm1kckCDGj5UJEf7P1kliH4LKu/RkwpsfqqGmY2OOcUs18lSlQBKLDYBOGxRVtrMN5lpg==
|
||||
|
||||
"@typescript-eslint/types@7.0.1":
|
||||
version "7.0.1"
|
||||
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.0.1.tgz#dcfabce192db5b8bf77ea3c82cfaabe6e6a3c901"
|
||||
integrity sha512-uJDfmirz4FHib6ENju/7cz9SdMSkeVvJDK3VcMFvf/hAShg8C74FW+06MaQPODHfDJp/z/zHfgawIJRjlu0RLg==
|
||||
|
||||
"@typescript-eslint/typescript-estree@5.62.0":
|
||||
version "5.62.0"
|
||||
@@ -3442,13 +3447,13 @@
|
||||
semver "^7.5.4"
|
||||
ts-api-utils "^1.0.1"
|
||||
|
||||
"@typescript-eslint/typescript-estree@6.20.0":
|
||||
version "6.20.0"
|
||||
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.20.0.tgz#5b2d0975949e6bdd8d45ee1471461ef5fadc5542"
|
||||
integrity sha512-RnRya9q5m6YYSpBN7IzKu9FmLcYtErkDkc8/dKv81I9QiLLtVBHrjz+Ev/crAqgMNW2FCsoZF4g2QUylMnJz+g==
|
||||
"@typescript-eslint/typescript-estree@6.21.0":
|
||||
version "6.21.0"
|
||||
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.21.0.tgz#c47ae7901db3b8bddc3ecd73daff2d0895688c46"
|
||||
integrity sha512-6npJTkZcO+y2/kr+z0hc4HwNfrrP4kNYh57ek7yCNlrBjWQ1Y0OS7jiZTkgumrvkX5HkEKXFZkkdFNkaW2wmUQ==
|
||||
dependencies:
|
||||
"@typescript-eslint/types" "6.20.0"
|
||||
"@typescript-eslint/visitor-keys" "6.20.0"
|
||||
"@typescript-eslint/types" "6.21.0"
|
||||
"@typescript-eslint/visitor-keys" "6.21.0"
|
||||
debug "^4.3.4"
|
||||
globby "^11.1.0"
|
||||
is-glob "^4.0.3"
|
||||
@@ -3456,20 +3461,34 @@
|
||||
semver "^7.5.4"
|
||||
ts-api-utils "^1.0.1"
|
||||
|
||||
"@typescript-eslint/utils@6.20.0":
|
||||
version "6.20.0"
|
||||
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.20.0.tgz#0e52afcfaa51af5656490ba4b7437cc3aa28633d"
|
||||
integrity sha512-/EKuw+kRu2vAqCoDwDCBtDRU6CTKbUmwwI7SH7AashZ+W+7o8eiyy6V2cdOqN49KsTcASWsC5QeghYuRDTyOOg==
|
||||
"@typescript-eslint/typescript-estree@7.0.1":
|
||||
version "7.0.1"
|
||||
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.0.1.tgz#1d52ac03da541693fa5bcdc13ad655def5046faf"
|
||||
integrity sha512-SO9wHb6ph0/FN5OJxH4MiPscGah5wjOd0RRpaLvuBv9g8565Fgu0uMySFEPqwPHiQU90yzJ2FjRYKGrAhS1xig==
|
||||
dependencies:
|
||||
"@typescript-eslint/types" "7.0.1"
|
||||
"@typescript-eslint/visitor-keys" "7.0.1"
|
||||
debug "^4.3.4"
|
||||
globby "^11.1.0"
|
||||
is-glob "^4.0.3"
|
||||
minimatch "9.0.3"
|
||||
semver "^7.5.4"
|
||||
ts-api-utils "^1.0.1"
|
||||
|
||||
"@typescript-eslint/utils@7.0.1":
|
||||
version "7.0.1"
|
||||
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.0.1.tgz#b8ceac0ba5fef362b4a03a33c0e1fedeea3734ed"
|
||||
integrity sha512-oe4his30JgPbnv+9Vef1h48jm0S6ft4mNwi9wj7bX10joGn07QRfqIqFHoMiajrtoU88cIhXf8ahwgrcbNLgPA==
|
||||
dependencies:
|
||||
"@eslint-community/eslint-utils" "^4.4.0"
|
||||
"@types/json-schema" "^7.0.12"
|
||||
"@types/semver" "^7.5.0"
|
||||
"@typescript-eslint/scope-manager" "6.20.0"
|
||||
"@typescript-eslint/types" "6.20.0"
|
||||
"@typescript-eslint/typescript-estree" "6.20.0"
|
||||
"@typescript-eslint/scope-manager" "7.0.1"
|
||||
"@typescript-eslint/types" "7.0.1"
|
||||
"@typescript-eslint/typescript-estree" "7.0.1"
|
||||
semver "^7.5.4"
|
||||
|
||||
"@typescript-eslint/utils@^5.10.0", "@typescript-eslint/utils@^5.58.0", "@typescript-eslint/utils@^5.62.0":
|
||||
"@typescript-eslint/utils@^5.10.0", "@typescript-eslint/utils@^5.58.0":
|
||||
version "5.62.0"
|
||||
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.62.0.tgz#141e809c71636e4a75daa39faed2fb5f4b10df86"
|
||||
integrity sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==
|
||||
@@ -3483,6 +3502,19 @@
|
||||
eslint-scope "^5.1.1"
|
||||
semver "^7.3.7"
|
||||
|
||||
"@typescript-eslint/utils@^6.20.0":
|
||||
version "6.21.0"
|
||||
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.21.0.tgz#4714e7a6b39e773c1c8e97ec587f520840cd8134"
|
||||
integrity sha512-NfWVaC8HP9T8cbKQxHcsJBY5YE1O33+jpMwN45qzWWaPDZgLIbo12toGMWnmhvCpd3sIxkpDw3Wv1B3dYrbDQQ==
|
||||
dependencies:
|
||||
"@eslint-community/eslint-utils" "^4.4.0"
|
||||
"@types/json-schema" "^7.0.12"
|
||||
"@types/semver" "^7.5.0"
|
||||
"@typescript-eslint/scope-manager" "6.21.0"
|
||||
"@typescript-eslint/types" "6.21.0"
|
||||
"@typescript-eslint/typescript-estree" "6.21.0"
|
||||
semver "^7.5.4"
|
||||
|
||||
"@typescript-eslint/visitor-keys@5.62.0":
|
||||
version "5.62.0"
|
||||
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.62.0.tgz#2174011917ce582875954ffe2f6912d5931e353e"
|
||||
@@ -3499,12 +3531,20 @@
|
||||
"@typescript-eslint/types" "6.19.0"
|
||||
eslint-visitor-keys "^3.4.1"
|
||||
|
||||
"@typescript-eslint/visitor-keys@6.20.0":
|
||||
version "6.20.0"
|
||||
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.20.0.tgz#f7ada27f2803de89df0edd9fd7be22c05ce6a498"
|
||||
integrity sha512-E8Cp98kRe4gKHjJD4NExXKz/zOJ1A2hhZc+IMVD6i7w4yjIvh6VyuRI0gRtxAsXtoC35uGMaQ9rjI2zJaXDEAw==
|
||||
"@typescript-eslint/visitor-keys@6.21.0":
|
||||
version "6.21.0"
|
||||
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.21.0.tgz#87a99d077aa507e20e238b11d56cc26ade45fe47"
|
||||
integrity sha512-JJtkDduxLi9bivAB+cYOVMtbkqdPOhZ+ZI5LC47MIRrDV4Yn2o+ZnW10Nkmr28xRpSpdJ6Sm42Hjf2+REYXm0A==
|
||||
dependencies:
|
||||
"@typescript-eslint/types" "6.20.0"
|
||||
"@typescript-eslint/types" "6.21.0"
|
||||
eslint-visitor-keys "^3.4.1"
|
||||
|
||||
"@typescript-eslint/visitor-keys@7.0.1":
|
||||
version "7.0.1"
|
||||
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.0.1.tgz#864680ac5a8010ec4814f8a818e57595f79f464e"
|
||||
integrity sha512-hwAgrOyk++RTXrP4KzCg7zB2U0xt7RUU0ZdMSCsqF3eKUwkdXUMyTb0qdCuji7VIbcpG62kKTU9M1J1c9UpFBw==
|
||||
dependencies:
|
||||
"@typescript-eslint/types" "7.0.1"
|
||||
eslint-visitor-keys "^3.4.1"
|
||||
|
||||
"@ungap/structured-clone@^1.2.0":
|
||||
@@ -4571,10 +4611,10 @@ dot-case@^3.0.4:
|
||||
no-case "^3.0.4"
|
||||
tslib "^2.0.3"
|
||||
|
||||
dotenv@16.4.1:
|
||||
version "16.4.1"
|
||||
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.4.1.tgz#1d9931f1d3e5d2959350d1250efab299561f7f11"
|
||||
integrity sha512-CjA3y+Dr3FyFDOAMnxZEGtnW9KBR2M0JvvUtXNW+dYJL5ROWxP9DUHCwgFqpMk0OXCc0ljhaNTr2w/kutYIcHQ==
|
||||
dotenv@16.4.4:
|
||||
version "16.4.4"
|
||||
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.4.4.tgz#a26e7bb95ebd36272ebb56edb80b826aecf224c1"
|
||||
integrity sha512-XvPXc8XAQThSjAbY6cQ/9PcBXmFoWuw1sQ3b8HqUCR6ziGXjkTi//kB9SWa2UwqlgdAIuRqAa/9hVljzPehbYg==
|
||||
|
||||
downshift@8.2.3:
|
||||
version "8.2.3"
|
||||
@@ -4901,10 +4941,10 @@ eslint-plugin-import@2.29.1, eslint-plugin-import@^2.28.1:
|
||||
semver "^6.3.1"
|
||||
tsconfig-paths "^3.15.0"
|
||||
|
||||
eslint-plugin-jest@27.6.3:
|
||||
version "27.6.3"
|
||||
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-27.6.3.tgz#8acb8b1e45597fe1f4d4cf25163d90119efc12be"
|
||||
integrity sha512-+YsJFVH6R+tOiO3gCJon5oqn4KWc+mDq2leudk8mrp8RFubLOo9CVyi3cib4L7XMpxExmkmBZQTPDYVBzgpgOA==
|
||||
eslint-plugin-jest@27.9.0:
|
||||
version "27.9.0"
|
||||
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-27.9.0.tgz#7c98a33605e1d8b8442ace092b60e9919730000b"
|
||||
integrity sha512-QIT7FH7fNmd9n4se7FFKHbsLKGQiw885Ds6Y/sxKgCZ6natwCsXdgPOADnYVxN2QrRweF0FZWbJ6S7Rsn7llug==
|
||||
dependencies:
|
||||
"@typescript-eslint/utils" "^5.10.0"
|
||||
|
||||
@@ -4930,10 +4970,10 @@ eslint-plugin-jsx-a11y@6.8.0, eslint-plugin-jsx-a11y@^6.7.1:
|
||||
object.entries "^1.1.7"
|
||||
object.fromentries "^2.0.7"
|
||||
|
||||
eslint-plugin-playwright@0.22.2:
|
||||
version "0.22.2"
|
||||
resolved "https://registry.yarnpkg.com/eslint-plugin-playwright/-/eslint-plugin-playwright-0.22.2.tgz#c3a42672fc659ac671f4f097d2e498085e201dba"
|
||||
integrity sha512-LtOB9myIX1O7HHqg9vtvBLjvXq1MXKuXIcD1nS+qZiMUJV6s9HBdilURAr9pIFc9kEelbVF54hOJ8pMxHvJP7g==
|
||||
eslint-plugin-playwright@1.2.0:
|
||||
version "1.2.0"
|
||||
resolved "https://registry.yarnpkg.com/eslint-plugin-playwright/-/eslint-plugin-playwright-1.2.0.tgz#07ae1ad2be37e7e50e4a33451c7927fdf97f4e40"
|
||||
integrity sha512-D7kY1gutJx5VWrqev4DmUs1HVTItR0iVjCAZl7PG4xI7G+amtjvvuM6EzWUL433JUH9vMk1e5afh53A5pHXWfg==
|
||||
dependencies:
|
||||
globals "^13.23.0"
|
||||
|
||||
@@ -5473,18 +5513,6 @@ glob@10.3.10, glob@^10.3.7:
|
||||
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
|
||||
path-scurry "^1.10.1"
|
||||
|
||||
glob@7.1.7:
|
||||
version "7.1.7"
|
||||
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.7.tgz#3b193e9233f01d42d0b3f78294bbeeb418f94a90"
|
||||
integrity sha512-OvD9ENzPLbegENnYP5UUfJIirTg4+XwMWGaQfQTY0JenxNvvIKP3U3/tAQSPIu/lHxXYSZmpXlUHeqAIdKzBLQ==
|
||||
dependencies:
|
||||
fs.realpath "^1.0.0"
|
||||
inflight "^1.0.4"
|
||||
inherits "2"
|
||||
minimatch "^3.0.4"
|
||||
once "^1.3.0"
|
||||
path-is-absolute "^1.0.0"
|
||||
|
||||
glob@^7.1.1, glob@^7.1.3, glob@^7.1.4:
|
||||
version "7.2.3"
|
||||
resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.3.tgz#b8df0fb802bbfa8e89bd1d938b4e16578ed44f2b"
|
||||
@@ -5718,10 +5746,10 @@ i18next-parser@8.8.0:
|
||||
vinyl-fs "^3.0.2"
|
||||
vue-template-compiler "^2.6.11"
|
||||
|
||||
i18next@23.7.16:
|
||||
version "23.7.16"
|
||||
resolved "https://registry.yarnpkg.com/i18next/-/i18next-23.7.16.tgz#7026d18b7a3ac9e2ecfeb78da5e4da5ca33312ef"
|
||||
integrity sha512-SrqFkMn9W6Wb43ZJ9qrO6U2U4S80RsFMA7VYFSqp7oc7RllQOYDCdRfsse6A7Cq/V8MnpxKvJCYgM8++27n4Fw==
|
||||
i18next@23.9.0:
|
||||
version "23.9.0"
|
||||
resolved "https://registry.yarnpkg.com/i18next/-/i18next-23.9.0.tgz#659cfcbf51a20158bb094d17a85f3c583d473901"
|
||||
integrity sha512-f3MUciKqwzNV//mHG6EtdSlC65+nqH/3zK8sOSWqNV6FVu2tmHhF/rFOp9UF8S4m1odojtuipKaKJrP0Loh60g==
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.23.2"
|
||||
|
||||
@@ -7543,12 +7571,12 @@ react-dom@18.2.0:
|
||||
loose-envify "^1.1.0"
|
||||
scheduler "^0.23.0"
|
||||
|
||||
react-i18next@14.0.0:
|
||||
version "14.0.0"
|
||||
resolved "https://registry.yarnpkg.com/react-i18next/-/react-i18next-14.0.0.tgz#eb39d2245fd1024237828c955f770e409a1ccb12"
|
||||
integrity sha512-OCrS8rHNAmnr8ggGRDxjakzihrMW7HCbsplduTm3EuuQ6fyvWGT41ksZpqbduYoqJurBmEsEVZ1pILSUWkHZng==
|
||||
react-i18next@14.0.5:
|
||||
version "14.0.5"
|
||||
resolved "https://registry.yarnpkg.com/react-i18next/-/react-i18next-14.0.5.tgz#5df7b88a3ac8afbef8089ed0d0c27e12b9a1acac"
|
||||
integrity sha512-5+bQSeEtgJrMBABBL5lO7jPdSNAbeAZ+MlFWDw//7FnVacuVu3l9EeWFzBQvZsKy+cihkbThWOAThEdH8YjGEw==
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.22.5"
|
||||
"@babel/runtime" "^7.23.9"
|
||||
html-parse-stringify "^3.0.1"
|
||||
|
||||
react-is@^16.13.1:
|
||||
@@ -8981,9 +9009,9 @@ yocto-queue@^0.1.0:
|
||||
resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-0.1.0.tgz#0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b"
|
||||
integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==
|
||||
|
||||
zustand@4.5.0:
|
||||
version "4.5.0"
|
||||
resolved "https://registry.yarnpkg.com/zustand/-/zustand-4.5.0.tgz#141354af56f91de378aa6c4b930032ab338f3ef0"
|
||||
integrity sha512-zlVFqS5TQ21nwijjhJlx4f9iGrXSL0o/+Dpy4txAP22miJ8Ti6c1Ol1RLNN98BMib83lmDH/2KmLwaNXpjrO1A==
|
||||
zustand@4.5.1:
|
||||
version "4.5.1"
|
||||
resolved "https://registry.yarnpkg.com/zustand/-/zustand-4.5.1.tgz#2088956ee454759fb8b866ca335a2373e76736c5"
|
||||
integrity sha512-XlauQmH64xXSC1qGYNv00ODaQ3B+tNPoy22jv2diYiP4eoDKr9LA+Bh5Bc3gplTrFdb6JVI+N4kc1DZ/tbtfPg==
|
||||
dependencies:
|
||||
use-sync-external-store "1.2.0"
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"type": "module",
|
||||
"dependencies": {
|
||||
"@html-to/text-cli": "0.5.4",
|
||||
"mjml": "4.15.2"
|
||||
"mjml": "4.15.3"
|
||||
},
|
||||
"private": true,
|
||||
"scripts": {
|
||||
|
||||
@@ -605,7 +605,7 @@ minimatch@^5.0.1:
|
||||
dependencies:
|
||||
brace-expansion "^2.0.1"
|
||||
|
||||
minimatch@^9.0.1:
|
||||
minimatch@^9.0.1, minimatch@^9.0.3:
|
||||
version "9.0.3"
|
||||
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825"
|
||||
integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==
|
||||
@@ -617,46 +617,46 @@ minimatch@^9.0.1:
|
||||
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.0.4.tgz#dbce03740f50a4786ba994c1fb908844d27b038c"
|
||||
integrity sha512-jYofLM5Dam9279rdkWzqHozUo4ybjdZmCsDHePy5V/PbBcVMiSZR97gmAy45aqi8CK1lG2ECd356FU86avfwUQ==
|
||||
|
||||
mjml-accordion@4.15.2:
|
||||
version "4.15.2"
|
||||
resolved "https://registry.yarnpkg.com/mjml-accordion/-/mjml-accordion-4.15.2.tgz#9842ef44cb3ca6dcebaa15db50f3dfc45d8b7589"
|
||||
integrity sha512-RAEWpOzQFbN6XsqzOMbg6VQurAegllVrg6A2jbBXFn62cryjI3lUYc7ct3BJ1npfzEr2tFBy9+Yzwmew+Gj0Ng==
|
||||
mjml-accordion@4.15.3:
|
||||
version "4.15.3"
|
||||
resolved "https://registry.yarnpkg.com/mjml-accordion/-/mjml-accordion-4.15.3.tgz#10e4c4297df3ad8dfa709fc64e887f89bfbff0a8"
|
||||
integrity sha512-LPNVSj1LyUVYT9G1gWwSw3GSuDzDsQCu0tPB2uDsq4VesYNnU6v3iLCQidMiR6azmIt13OEozG700ygAUuA6Ng==
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.23.9"
|
||||
lodash "^4.17.21"
|
||||
mjml-core "4.15.2"
|
||||
mjml-core "4.15.3"
|
||||
|
||||
mjml-body@4.15.2:
|
||||
version "4.15.2"
|
||||
resolved "https://registry.yarnpkg.com/mjml-body/-/mjml-body-4.15.2.tgz#7066e733e0ca43a7309871e1705ca18e5b798b89"
|
||||
integrity sha512-yBbiUdzSW6qgMIYWnHKup7rzoHO605sKrqUa3FHu8T1/RZmAqRC8ocv2ioWAHc27Qhuhn1Dj/u4Qsxnyyumsyg==
|
||||
mjml-body@4.15.3:
|
||||
version "4.15.3"
|
||||
resolved "https://registry.yarnpkg.com/mjml-body/-/mjml-body-4.15.3.tgz#8885b2921f6daa1a287e8aea0924ee1fc4aaf222"
|
||||
integrity sha512-7pfUOVPtmb0wC+oUOn4xBsAw4eT5DyD6xqaxj/kssu6RrFXOXgJaVnDPAI9AzIvXJ/5as9QrqRGYAddehwWpHQ==
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.23.9"
|
||||
lodash "^4.17.21"
|
||||
mjml-core "4.15.2"
|
||||
mjml-core "4.15.3"
|
||||
|
||||
mjml-button@4.15.2:
|
||||
version "4.15.2"
|
||||
resolved "https://registry.yarnpkg.com/mjml-button/-/mjml-button-4.15.2.tgz#dedd8283d64b19ab6fc8a0ef8de966dc8cab0d18"
|
||||
integrity sha512-55Nwu/Rk3a9/oCz/RGpAddRJotYbTDAqUdNzxOckvPOxot+p4XPfgpScAgSvT/hc+bpNayER4GIv2GRLoXR0Gg==
|
||||
mjml-button@4.15.3:
|
||||
version "4.15.3"
|
||||
resolved "https://registry.yarnpkg.com/mjml-button/-/mjml-button-4.15.3.tgz#34baf2d7fbf77a5febe6993e311103723279adbd"
|
||||
integrity sha512-79qwn9AgdGjJR1vLnrcm2rq2AsAZkKC5JPwffTMG+Nja6zGYpTDZFZ56ekHWr/r1b5WxkukcPj2PdevUug8c+Q==
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.23.9"
|
||||
lodash "^4.17.21"
|
||||
mjml-core "4.15.2"
|
||||
mjml-core "4.15.3"
|
||||
|
||||
mjml-carousel@4.15.2:
|
||||
version "4.15.2"
|
||||
resolved "https://registry.yarnpkg.com/mjml-carousel/-/mjml-carousel-4.15.2.tgz#4d805f4761a2e9a48ced7810d4c0757ba34387d1"
|
||||
integrity sha512-khgpkXD4jjOcRLxwrWmKx8hJyThMKmtQfLQdd9/7P4yHhQBx0I2fqh76gS36X374F6wyw8di2VEufHH3A+KAuw==
|
||||
mjml-carousel@4.15.3:
|
||||
version "4.15.3"
|
||||
resolved "https://registry.yarnpkg.com/mjml-carousel/-/mjml-carousel-4.15.3.tgz#fe82d2c4c8020ef14f3b360316c670f7da294193"
|
||||
integrity sha512-3ju6I4l7uUhPRrJfN3yK9AMsfHvrYbRkcJ1GRphFHzUj37B2J6qJOQUpzA547Y4aeh69TSb7HFVf1t12ejQxVw==
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.23.9"
|
||||
lodash "^4.17.21"
|
||||
mjml-core "4.15.2"
|
||||
mjml-core "4.15.3"
|
||||
|
||||
mjml-cli@4.15.2:
|
||||
version "4.15.2"
|
||||
resolved "https://registry.yarnpkg.com/mjml-cli/-/mjml-cli-4.15.2.tgz#270edb730162b9d2cba4b7ae1364d058b40fd6dc"
|
||||
integrity sha512-q1P80YO+MnCfzYq+flBMbq9EZaKfbpoHkMF2L9DLrtFSnkg2DrxRy4DS0gFb8zsqMgbmOSUPOPq0IhTzJ9e+bA==
|
||||
mjml-cli@4.15.3:
|
||||
version "4.15.3"
|
||||
resolved "https://registry.yarnpkg.com/mjml-cli/-/mjml-cli-4.15.3.tgz#5638f1919c952d224f51970a2fbf3141dee6d487"
|
||||
integrity sha512-+V2TDw3tXUVEptFvLSerz125C2ogYl8klIBRY1m5BHd4JvGVf3yhx8N3PngByCzA6PGcv/eydGQN+wy34SHf0Q==
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.23.9"
|
||||
chokidar "^3.0.0"
|
||||
@@ -664,25 +664,26 @@ mjml-cli@4.15.2:
|
||||
html-minifier "^4.0.0"
|
||||
js-beautify "^1.6.14"
|
||||
lodash "^4.17.21"
|
||||
mjml-core "4.15.2"
|
||||
mjml-migrate "4.15.2"
|
||||
mjml-parser-xml "4.15.2"
|
||||
mjml-validator "4.15.2"
|
||||
minimatch "^9.0.3"
|
||||
mjml-core "4.15.3"
|
||||
mjml-migrate "4.15.3"
|
||||
mjml-parser-xml "4.15.3"
|
||||
mjml-validator "4.15.3"
|
||||
yargs "^17.7.2"
|
||||
|
||||
mjml-column@4.15.2:
|
||||
version "4.15.2"
|
||||
resolved "https://registry.yarnpkg.com/mjml-column/-/mjml-column-4.15.2.tgz#f40e2f3d649c32f2fcbe1179644f727391213888"
|
||||
integrity sha512-0WCbjU2AUxs+0fNuqKLpXWuhaDBhqYeMOhcD+dCskYunoNWPwiZdzhwmSzOcRNs+Kn5UkRFjTXEIOV40op+p4Q==
|
||||
mjml-column@4.15.3:
|
||||
version "4.15.3"
|
||||
resolved "https://registry.yarnpkg.com/mjml-column/-/mjml-column-4.15.3.tgz#ffc538f6b87a7340697f88600330110a40f82c05"
|
||||
integrity sha512-hYdEFdJGHPbZJSEysykrevEbB07yhJGSwfDZEYDSbhQQFjV2tXrEgYcFD5EneMaowjb55e3divSJxU4c5q4Qgw==
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.23.9"
|
||||
lodash "^4.17.21"
|
||||
mjml-core "4.15.2"
|
||||
mjml-core "4.15.3"
|
||||
|
||||
mjml-core@4.15.2:
|
||||
version "4.15.2"
|
||||
resolved "https://registry.yarnpkg.com/mjml-core/-/mjml-core-4.15.2.tgz#8e91f57e8457e3f56956adca0b7eae87a4b0e1c6"
|
||||
integrity sha512-GMySG2rN/ecLjnAP6KOeHy89YkjZ9OvZD7/kPe2K5dAdb+LZ2ostvmjnejqD6TUO7l8qrTjJGaQvaw2o314N5A==
|
||||
mjml-core@4.15.3:
|
||||
version "4.15.3"
|
||||
resolved "https://registry.yarnpkg.com/mjml-core/-/mjml-core-4.15.3.tgz#96c30f49340b95bb9c825a6479557cc9ad1af6c6"
|
||||
integrity sha512-Dmwk+2cgSD9L9GmTbEUNd8QxkTZtW9P7FN/ROZW/fGZD6Hq6/4TB0zEspg2Ow9eYjZXO2ofOJ3PaQEEShKV0kQ==
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.23.9"
|
||||
cheerio "1.0.0-rc.12"
|
||||
@@ -691,263 +692,263 @@ mjml-core@4.15.2:
|
||||
js-beautify "^1.6.14"
|
||||
juice "^10.0.0"
|
||||
lodash "^4.17.21"
|
||||
mjml-migrate "4.15.2"
|
||||
mjml-parser-xml "4.15.2"
|
||||
mjml-validator "4.15.2"
|
||||
mjml-migrate "4.15.3"
|
||||
mjml-parser-xml "4.15.3"
|
||||
mjml-validator "4.15.3"
|
||||
|
||||
mjml-divider@4.15.2:
|
||||
version "4.15.2"
|
||||
resolved "https://registry.yarnpkg.com/mjml-divider/-/mjml-divider-4.15.2.tgz#36e3d5a4198893752850087de9bc6a57685b18fc"
|
||||
integrity sha512-AQ8dowleBOpsrVww9TlV4Rh64pGaUDtaP02mI4zxFivIyxqLsDTxnGCqLWdintadKs3SscvFiNUGirCWylMwig==
|
||||
mjml-divider@4.15.3:
|
||||
version "4.15.3"
|
||||
resolved "https://registry.yarnpkg.com/mjml-divider/-/mjml-divider-4.15.3.tgz#2aadaf7e9955a9d9473f7093598f933aa289c683"
|
||||
integrity sha512-vh27LQ9FG/01y0b9ntfqm+GT5AjJnDSDY9hilss2ixIUh0FemvfGRfsGVeV5UBVPBKK7Ffhvfqc7Rciob9Spzw==
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.23.9"
|
||||
lodash "^4.17.21"
|
||||
mjml-core "4.15.2"
|
||||
mjml-core "4.15.3"
|
||||
|
||||
mjml-group@4.15.2:
|
||||
version "4.15.2"
|
||||
resolved "https://registry.yarnpkg.com/mjml-group/-/mjml-group-4.15.2.tgz#295e7824e5e88eaa8b8e20f1971612b9a22c0a16"
|
||||
integrity sha512-EIUH+RG1XVvDJI56y8qtlwYkHp77jAiz1Sq+JSA4Ro3c0mbQzHa4XsAmxk3ovh2n/TnzpbgGvFWLTrzjmQwbeQ==
|
||||
mjml-group@4.15.3:
|
||||
version "4.15.3"
|
||||
resolved "https://registry.yarnpkg.com/mjml-group/-/mjml-group-4.15.3.tgz#7e4418d7d4b5d5d5e4d6af9865c25d6d358a7f75"
|
||||
integrity sha512-HSu/rKnGZVKFq3ciT46vi1EOy+9mkB0HewO4+P6dP/Y0UerWkN6S3UK11Cxsj0cAp0vFwkPDCdOeEzRdpFEkzA==
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.23.9"
|
||||
lodash "^4.17.21"
|
||||
mjml-core "4.15.2"
|
||||
mjml-core "4.15.3"
|
||||
|
||||
mjml-head-attributes@4.15.2:
|
||||
version "4.15.2"
|
||||
resolved "https://registry.yarnpkg.com/mjml-head-attributes/-/mjml-head-attributes-4.15.2.tgz#19494e32f5e94d38778d1a8f99688e56a65433db"
|
||||
integrity sha512-DzWqR/dk9NgXvY+01L0QoIXm4GDyupGv5vzF646ccGbG0B82Mwo4NzvlieEt7TA4eN/xaJSqkdeksmdDtnXxrw==
|
||||
mjml-head-attributes@4.15.3:
|
||||
version "4.15.3"
|
||||
resolved "https://registry.yarnpkg.com/mjml-head-attributes/-/mjml-head-attributes-4.15.3.tgz#4c81e561982fca2657bf3dda7576fcafec778b66"
|
||||
integrity sha512-2ISo0r5ZKwkrvJgDou9xVPxxtXMaETe2AsAA02L89LnbB2KC0N5myNsHV0sEysTw9+CfCmgjAb0GAI5QGpxKkQ==
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.23.9"
|
||||
lodash "^4.17.21"
|
||||
mjml-core "4.15.2"
|
||||
mjml-core "4.15.3"
|
||||
|
||||
mjml-head-breakpoint@4.15.2:
|
||||
version "4.15.2"
|
||||
resolved "https://registry.yarnpkg.com/mjml-head-breakpoint/-/mjml-head-breakpoint-4.15.2.tgz#6a5367a13940ff1bea303dea2b190598cc5bd92b"
|
||||
integrity sha512-kEdQNEsGeDp2/0y3yjbuKTmeFCyAVXytJ8My0zg3C/4GjW6RksTYW9zcBsx3LtAfnSLYJ1NE7LeEDWEG/cddsw==
|
||||
mjml-head-breakpoint@4.15.3:
|
||||
version "4.15.3"
|
||||
resolved "https://registry.yarnpkg.com/mjml-head-breakpoint/-/mjml-head-breakpoint-4.15.3.tgz#be1fbe6b4f6cd77f7f666b2cb9e48e81f727b74f"
|
||||
integrity sha512-Eo56FA5C2v6ucmWQL/JBJ2z641pLOom4k0wP6CMZI2utfyiJ+e2Uuinj1KTrgDcEvW4EtU9HrfAqLK9UosLZlg==
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.23.9"
|
||||
lodash "^4.17.21"
|
||||
mjml-core "4.15.2"
|
||||
mjml-core "4.15.3"
|
||||
|
||||
mjml-head-font@4.15.2:
|
||||
version "4.15.2"
|
||||
resolved "https://registry.yarnpkg.com/mjml-head-font/-/mjml-head-font-4.15.2.tgz#aefb5f1d40c74ff354173c7d41d87ea6f30935e3"
|
||||
integrity sha512-CmGOYCkSl34uir1x1O3RswRgs1lFlYlxtRaKvOStedY2+g07QLP5Nm1v+7WbYmgxrk67mPxQ81zlBCuwEm9dKg==
|
||||
mjml-head-font@4.15.3:
|
||||
version "4.15.3"
|
||||
resolved "https://registry.yarnpkg.com/mjml-head-font/-/mjml-head-font-4.15.3.tgz#0340872d0ffe9e29044d66ede452575cb7da3ddf"
|
||||
integrity sha512-CzV2aDPpiNIIgGPHNcBhgyedKY4SX3BJoTwOobSwZVIlEA6TAWB4Z9WwFUmQqZOgo1AkkiTHPZQvGcEhFFXH6g==
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.23.9"
|
||||
lodash "^4.17.21"
|
||||
mjml-core "4.15.2"
|
||||
mjml-core "4.15.3"
|
||||
|
||||
mjml-head-html-attributes@4.15.2:
|
||||
version "4.15.2"
|
||||
resolved "https://registry.yarnpkg.com/mjml-head-html-attributes/-/mjml-head-html-attributes-4.15.2.tgz#a08f3725e8b2b039d4a0a56ba5e919d04ab912b2"
|
||||
integrity sha512-oyeUw87Widx1oGelRjohsqqnWW7BX/phetZ4m/bA6rmkGh90V9sF8ZZSnjpKXcv5BnMBdW14fT2mdGG51OVVEQ==
|
||||
mjml-head-html-attributes@4.15.3:
|
||||
version "4.15.3"
|
||||
resolved "https://registry.yarnpkg.com/mjml-head-html-attributes/-/mjml-head-html-attributes-4.15.3.tgz#852710724b976fac7aabd648f5f9770bfa1e21e5"
|
||||
integrity sha512-MDNDPMBOgXUZYdxhosyrA2kudiGO8aogT0/cODyi2Ed9o/1S7W+je11JUYskQbncqhWKGxNyaP4VWa+6+vUC/g==
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.23.9"
|
||||
lodash "^4.17.21"
|
||||
mjml-core "4.15.2"
|
||||
mjml-core "4.15.3"
|
||||
|
||||
mjml-head-preview@4.15.2:
|
||||
version "4.15.2"
|
||||
resolved "https://registry.yarnpkg.com/mjml-head-preview/-/mjml-head-preview-4.15.2.tgz#361a46b4e027d1b42b0c8eef6d356bc9b26170a4"
|
||||
integrity sha512-+n+jSigEIMYq7Bbfg7y83n2Btzn0oubRue1yUduUhEtbnOBo40fISHuVDyNNwCl0+OYBFa7hBK8ex5jSrq9vXg==
|
||||
mjml-head-preview@4.15.3:
|
||||
version "4.15.3"
|
||||
resolved "https://registry.yarnpkg.com/mjml-head-preview/-/mjml-head-preview-4.15.3.tgz#710ce159974bf2924edb7f920dd05280a433afd3"
|
||||
integrity sha512-J2PxCefUVeFwsAExhrKo4lwxDevc5aKj888HBl/wN4EuWOoOg06iOGCxz4Omd8dqyFsrqvbBuPqRzQ+VycGmaA==
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.23.9"
|
||||
lodash "^4.17.21"
|
||||
mjml-core "4.15.2"
|
||||
mjml-core "4.15.3"
|
||||
|
||||
mjml-head-style@4.15.2:
|
||||
version "4.15.2"
|
||||
resolved "https://registry.yarnpkg.com/mjml-head-style/-/mjml-head-style-4.15.2.tgz#3ddba0205cc4882129f54150acf828c257d3a934"
|
||||
integrity sha512-SJ9/N6tcmxpun+S2U926iVU4La95O9Pf3ZJCutaE8Ol4toP5BCHn+0F7DwBOaEfUqszziFiF8onxYAT366gyMA==
|
||||
mjml-head-style@4.15.3:
|
||||
version "4.15.3"
|
||||
resolved "https://registry.yarnpkg.com/mjml-head-style/-/mjml-head-style-4.15.3.tgz#66a9a3926888681578c2550c7444e4f8cbddfda3"
|
||||
integrity sha512-9J+JuH+mKrQU65CaJ4KZegACUgNIlYmWQYx3VOBR/tyz+8kDYX7xBhKJCjQ1I4wj2Tvga3bykd89Oc2kFZ5WOw==
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.23.9"
|
||||
lodash "^4.17.21"
|
||||
mjml-core "4.15.2"
|
||||
mjml-core "4.15.3"
|
||||
|
||||
mjml-head-title@4.15.2:
|
||||
version "4.15.2"
|
||||
resolved "https://registry.yarnpkg.com/mjml-head-title/-/mjml-head-title-4.15.2.tgz#b09fd4fe53df166872b58fcd9dd18052d0eae30b"
|
||||
integrity sha512-hcoWUOy+dJfsSHtfcGyEwWtcbTaXGRWgnfjWDoFZrrR3gyldiYqm9+ZuvKgNHdh7mZJYd1UjsExFTXq/okyTzQ==
|
||||
mjml-head-title@4.15.3:
|
||||
version "4.15.3"
|
||||
resolved "https://registry.yarnpkg.com/mjml-head-title/-/mjml-head-title-4.15.3.tgz#ccbd11a7771965f5ac5f3069f6c4f74668c9e6ea"
|
||||
integrity sha512-IM59xRtsxID4DubQ0iLmoCGXguEe+9BFG4z6y2xQDrscIa4QY3KlfqgKGT69ojW+AVbXXJPEVqrAi4/eCsLItQ==
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.23.9"
|
||||
lodash "^4.17.21"
|
||||
mjml-core "4.15.2"
|
||||
mjml-core "4.15.3"
|
||||
|
||||
mjml-head@4.15.2:
|
||||
version "4.15.2"
|
||||
resolved "https://registry.yarnpkg.com/mjml-head/-/mjml-head-4.15.2.tgz#b58364d1166513db350c8bb9a73e05fafaa32792"
|
||||
integrity sha512-bJXVzheuHE2ueLslutRm+8qrLVKdnvrFEwfrcq7VzCRRCscbLV0JXyzfNuieLgB5jtqaAZEfsY+or4CzEd0iVg==
|
||||
mjml-head@4.15.3:
|
||||
version "4.15.3"
|
||||
resolved "https://registry.yarnpkg.com/mjml-head/-/mjml-head-4.15.3.tgz#3e7311af0de4911dd167c877cf04d4291206cd2f"
|
||||
integrity sha512-o3mRuuP/MB5fZycjD3KH/uXsnaPl7Oo8GtdbJTKtH1+O/3pz8GzGMkscTKa97l03DAG2EhGrzzLcU2A6eshwFw==
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.23.9"
|
||||
lodash "^4.17.21"
|
||||
mjml-core "4.15.2"
|
||||
mjml-core "4.15.3"
|
||||
|
||||
mjml-hero@4.15.2:
|
||||
version "4.15.2"
|
||||
resolved "https://registry.yarnpkg.com/mjml-hero/-/mjml-hero-4.15.2.tgz#3128930e4e6d6e8d98cd69b81d4f1390d71a7838"
|
||||
integrity sha512-VUnqzkSb8wQPWlDM3y2FeoWoeXeck/CZKPzFar5Qz6dJAK/Gs1Y9jXh+hq6OPeRF1ZfYepe0W+b25tMjSsVHgw==
|
||||
mjml-hero@4.15.3:
|
||||
version "4.15.3"
|
||||
resolved "https://registry.yarnpkg.com/mjml-hero/-/mjml-hero-4.15.3.tgz#c51d9f6d1f37acf7e35d827ce3116f8a4aaf9037"
|
||||
integrity sha512-9cLAPuc69yiuzNrMZIN58j+HMK1UWPaq2i3/Fg2ZpimfcGFKRcPGCbEVh0v+Pb6/J0+kf8yIO0leH20opu3AyQ==
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.23.9"
|
||||
lodash "^4.17.21"
|
||||
mjml-core "4.15.2"
|
||||
mjml-core "4.15.3"
|
||||
|
||||
mjml-image@4.15.2:
|
||||
version "4.15.2"
|
||||
resolved "https://registry.yarnpkg.com/mjml-image/-/mjml-image-4.15.2.tgz#b4aad9b9992932c7c4b3c58e542f41809baadbd7"
|
||||
integrity sha512-3v9vTzJuXhqVPyF7rcQksYRhn463YN0tsE9t3AebfkU7V6yffBxdp/5QpUGm2w9hVq9z7oipdA6mFAAC3I5gfQ==
|
||||
mjml-image@4.15.3:
|
||||
version "4.15.3"
|
||||
resolved "https://registry.yarnpkg.com/mjml-image/-/mjml-image-4.15.3.tgz#e652a4b18663c7d93cc22d88eed45f3fdb9c82ea"
|
||||
integrity sha512-g1OhSdofIytE9qaOGdTPmRIp7JsCtgO0zbsn1Fk6wQh2gEL55Z40j/VoghslWAWTgT2OHFdBKnMvWtN6U5+d2Q==
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.23.9"
|
||||
lodash "^4.17.21"
|
||||
mjml-core "4.15.2"
|
||||
mjml-core "4.15.3"
|
||||
|
||||
mjml-migrate@4.15.2:
|
||||
version "4.15.2"
|
||||
resolved "https://registry.yarnpkg.com/mjml-migrate/-/mjml-migrate-4.15.2.tgz#368e773811911b5e2b213a42a7ae0e10d61b8132"
|
||||
integrity sha512-spcfrUyFHpnQrMbup1BOOWyPINGZqh8Vm6Wio//nWsL9MqzdeKqHgpQ6OxKZOxI9qzT4TKbR0jpdCk4Jog+LVw==
|
||||
mjml-migrate@4.15.3:
|
||||
version "4.15.3"
|
||||
resolved "https://registry.yarnpkg.com/mjml-migrate/-/mjml-migrate-4.15.3.tgz#65e2b335a2ffc7e29e09f96793961d0e8f081d98"
|
||||
integrity sha512-sr/+35RdxZroNQVegjpfRHJ5hda9XCgaS4mK2FGO+Mb1IUevKfeEPII3F/cHDpNwFeYH3kAgyqQ22ClhGLWNBA==
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.23.9"
|
||||
js-beautify "^1.6.14"
|
||||
lodash "^4.17.21"
|
||||
mjml-core "4.15.2"
|
||||
mjml-parser-xml "4.15.2"
|
||||
mjml-core "4.15.3"
|
||||
mjml-parser-xml "4.15.3"
|
||||
yargs "^17.7.2"
|
||||
|
||||
mjml-navbar@4.15.2:
|
||||
version "4.15.2"
|
||||
resolved "https://registry.yarnpkg.com/mjml-navbar/-/mjml-navbar-4.15.2.tgz#6c69785236bd38eaeec9c86166b754847f2c19ad"
|
||||
integrity sha512-P4k02WV9hIDORpn1wsbJPzDXvq5UjqGIcs26bU9/4cpSoIa3svVf/ZmsvXfpVBWR5LrxMo0/5WTfj9yDJJNcbw==
|
||||
mjml-navbar@4.15.3:
|
||||
version "4.15.3"
|
||||
resolved "https://registry.yarnpkg.com/mjml-navbar/-/mjml-navbar-4.15.3.tgz#c9805a98f24a475dd3feece58e690838c075fdff"
|
||||
integrity sha512-VsKH/Jdlf8Yu3y7GpzQV5n7JMdpqvZvTSpF6UQXL0PWOm7k6+LX+sCZimOfpHJ+wCaaybpxokjWZ71mxOoCWoA==
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.23.9"
|
||||
lodash "^4.17.21"
|
||||
mjml-core "4.15.2"
|
||||
mjml-core "4.15.3"
|
||||
|
||||
mjml-parser-xml@4.15.2:
|
||||
version "4.15.2"
|
||||
resolved "https://registry.yarnpkg.com/mjml-parser-xml/-/mjml-parser-xml-4.15.2.tgz#cf0c863a79452178fc88244ba0f812ccffc8efbe"
|
||||
integrity sha512-0muwLHwOm+Ae/1rpEiiHZZcFsPE9XJb617SoS0SRSROdO0eHPP3miDDtFk+3qF+OfT6PDrGyMRKf9HknehkncQ==
|
||||
mjml-parser-xml@4.15.3:
|
||||
version "4.15.3"
|
||||
resolved "https://registry.yarnpkg.com/mjml-parser-xml/-/mjml-parser-xml-4.15.3.tgz#8b94550dbe0d16155ea6cd1fb34bc53dba6f59ed"
|
||||
integrity sha512-Tz0UX8/JVYICLjT+U8J1f/TFxIYVYjzZHeh4/Oyta0pLpRLeZlxEd71f3u3kdnulCKMP4i37pFRDmyLXAlEuLw==
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.23.9"
|
||||
detect-node "2.1.0"
|
||||
htmlparser2 "^9.1.0"
|
||||
lodash "^4.17.15"
|
||||
|
||||
mjml-preset-core@4.15.2:
|
||||
version "4.15.2"
|
||||
resolved "https://registry.yarnpkg.com/mjml-preset-core/-/mjml-preset-core-4.15.2.tgz#5c562944e0078879260b3509cedf69e91543e7de"
|
||||
integrity sha512-3vikfYR7OSg0wVUPC4pb17jV10wLnQOhhYZilMrubWut5LQ5oQyzfwNVfIVwtas3cHUsCqGgyGZIsSM8S+mezQ==
|
||||
mjml-preset-core@4.15.3:
|
||||
version "4.15.3"
|
||||
resolved "https://registry.yarnpkg.com/mjml-preset-core/-/mjml-preset-core-4.15.3.tgz#d4972292b7db42b51d08feb1104ad23ee5d3b87f"
|
||||
integrity sha512-1zZS8P4O0KweWUqNS655+oNnVMPQ1Rq1GaZq5S9JfwT1Vh/m516lSmiTW9oko6gGHytt5s6Yj6oOeu5Zm8FoLw==
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.23.9"
|
||||
mjml-accordion "4.15.2"
|
||||
mjml-body "4.15.2"
|
||||
mjml-button "4.15.2"
|
||||
mjml-carousel "4.15.2"
|
||||
mjml-column "4.15.2"
|
||||
mjml-divider "4.15.2"
|
||||
mjml-group "4.15.2"
|
||||
mjml-head "4.15.2"
|
||||
mjml-head-attributes "4.15.2"
|
||||
mjml-head-breakpoint "4.15.2"
|
||||
mjml-head-font "4.15.2"
|
||||
mjml-head-html-attributes "4.15.2"
|
||||
mjml-head-preview "4.15.2"
|
||||
mjml-head-style "4.15.2"
|
||||
mjml-head-title "4.15.2"
|
||||
mjml-hero "4.15.2"
|
||||
mjml-image "4.15.2"
|
||||
mjml-navbar "4.15.2"
|
||||
mjml-raw "4.15.2"
|
||||
mjml-section "4.15.2"
|
||||
mjml-social "4.15.2"
|
||||
mjml-spacer "4.15.2"
|
||||
mjml-table "4.15.2"
|
||||
mjml-text "4.15.2"
|
||||
mjml-wrapper "4.15.2"
|
||||
mjml-accordion "4.15.3"
|
||||
mjml-body "4.15.3"
|
||||
mjml-button "4.15.3"
|
||||
mjml-carousel "4.15.3"
|
||||
mjml-column "4.15.3"
|
||||
mjml-divider "4.15.3"
|
||||
mjml-group "4.15.3"
|
||||
mjml-head "4.15.3"
|
||||
mjml-head-attributes "4.15.3"
|
||||
mjml-head-breakpoint "4.15.3"
|
||||
mjml-head-font "4.15.3"
|
||||
mjml-head-html-attributes "4.15.3"
|
||||
mjml-head-preview "4.15.3"
|
||||
mjml-head-style "4.15.3"
|
||||
mjml-head-title "4.15.3"
|
||||
mjml-hero "4.15.3"
|
||||
mjml-image "4.15.3"
|
||||
mjml-navbar "4.15.3"
|
||||
mjml-raw "4.15.3"
|
||||
mjml-section "4.15.3"
|
||||
mjml-social "4.15.3"
|
||||
mjml-spacer "4.15.3"
|
||||
mjml-table "4.15.3"
|
||||
mjml-text "4.15.3"
|
||||
mjml-wrapper "4.15.3"
|
||||
|
||||
mjml-raw@4.15.2:
|
||||
version "4.15.2"
|
||||
resolved "https://registry.yarnpkg.com/mjml-raw/-/mjml-raw-4.15.2.tgz#29213496d0b1c8e3512636dee499f21ba9746529"
|
||||
integrity sha512-a0oy45ghq4x8nyQ7etFjoNQ7WrVJu3NIOBVA/FzNd3DZnnOfMrW32kZZ7dVSSwBO9NyvRs00U+uAqHq2zNAQsw==
|
||||
mjml-raw@4.15.3:
|
||||
version "4.15.3"
|
||||
resolved "https://registry.yarnpkg.com/mjml-raw/-/mjml-raw-4.15.3.tgz#ab771a3d9b5b05583ff90653bf7ca74ec96ffc20"
|
||||
integrity sha512-IGyHheOYyRchBLiAEgw3UM11kFNmBSMupu2BDdejC6ZiDhEAdG+tyERlsCwDPYtXanvFpGWULIu3XlsUPc+RZw==
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.23.9"
|
||||
lodash "^4.17.21"
|
||||
mjml-core "4.15.2"
|
||||
mjml-core "4.15.3"
|
||||
|
||||
mjml-section@4.15.2:
|
||||
version "4.15.2"
|
||||
resolved "https://registry.yarnpkg.com/mjml-section/-/mjml-section-4.15.2.tgz#bf137781f7065afcaf88a31c93f6669ac04ae928"
|
||||
integrity sha512-xEmhRh/B3an3cbwQ20zukhVcqbs65t8AhqLvNKnvEO2Su5Niu27Ogs1yPWjAs6SdFwnVMgMFw/1HDdm/oA/O+g==
|
||||
mjml-section@4.15.3:
|
||||
version "4.15.3"
|
||||
resolved "https://registry.yarnpkg.com/mjml-section/-/mjml-section-4.15.3.tgz#ba2b524449b18a4fbbdf05c223a0627e02afa7a9"
|
||||
integrity sha512-JfVPRXH++Hd933gmQfG8JXXCBCR6fIzC3DwiYycvanL/aW1cEQ2EnebUfQkt5QzlYjOkJEH+JpccAsq3ln6FZQ==
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.23.9"
|
||||
lodash "^4.17.21"
|
||||
mjml-core "4.15.2"
|
||||
mjml-core "4.15.3"
|
||||
|
||||
mjml-social@4.15.2:
|
||||
version "4.15.2"
|
||||
resolved "https://registry.yarnpkg.com/mjml-social/-/mjml-social-4.15.2.tgz#19bc43c27383bfcf9edb2be2bb78e3654827db0a"
|
||||
integrity sha512-E9bb8UqzXKP8y4EavC4x9thBLYbI39i25aD8tl/3lt9hkR4sGb8lYhQ+TJGENLOE6mjrYH+rH7OeYy2MkV5K8w==
|
||||
mjml-social@4.15.3:
|
||||
version "4.15.3"
|
||||
resolved "https://registry.yarnpkg.com/mjml-social/-/mjml-social-4.15.3.tgz#8d1ac1dfd3c56077e1106ead283a40878a2c32d9"
|
||||
integrity sha512-7sD5FXrESOxpT9Z4Oh36bS6u/geuUrMP1aCg2sjyAwbPcF1aWa2k9OcatQfpRf6pJEhUZ18y6/WBBXmMVmSzXg==
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.23.9"
|
||||
lodash "^4.17.21"
|
||||
mjml-core "4.15.2"
|
||||
mjml-core "4.15.3"
|
||||
|
||||
mjml-spacer@4.15.2:
|
||||
version "4.15.2"
|
||||
resolved "https://registry.yarnpkg.com/mjml-spacer/-/mjml-spacer-4.15.2.tgz#1abf0d16389a49c7826b4e5c768c6c11fe63c8a9"
|
||||
integrity sha512-ftVEAlClXsHaadUfw4ConQcVFoAiMpl1Dz6WHfuIZGh2ZDIInlsQ/qiYTrmIvNyCNXc5kA7ihUTGwf839eebQQ==
|
||||
mjml-spacer@4.15.3:
|
||||
version "4.15.3"
|
||||
resolved "https://registry.yarnpkg.com/mjml-spacer/-/mjml-spacer-4.15.3.tgz#9a2a4b9d51df2e9cae9fbe9848fd722ef0dfd335"
|
||||
integrity sha512-3B7Qj+17EgDdAtZ3NAdMyOwLTX1jfmJuY7gjyhS2HtcZAmppW+cxqHUBwCKfvSRgTQiccmEvtNxaQK+tfyrZqA==
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.23.9"
|
||||
lodash "^4.17.21"
|
||||
mjml-core "4.15.2"
|
||||
mjml-core "4.15.3"
|
||||
|
||||
mjml-table@4.15.2:
|
||||
version "4.15.2"
|
||||
resolved "https://registry.yarnpkg.com/mjml-table/-/mjml-table-4.15.2.tgz#3251ed5ea28900dd2a7289c4571fbeebc534f12b"
|
||||
integrity sha512-7guaGhqqoruWYy4qxJDc8i5qUm2jxX7UUau6SYkbNrX7evfSY+3jP8yfpHOyBHdwtStIq98WCl5v7Um54HuTxQ==
|
||||
mjml-table@4.15.3:
|
||||
version "4.15.3"
|
||||
resolved "https://registry.yarnpkg.com/mjml-table/-/mjml-table-4.15.3.tgz#702271761e450172bd5dda9ffcb2faefed3f5db0"
|
||||
integrity sha512-FLx7DcRKTdKdcOCbMyBaeudeHaHpwPveRrBm6WyQe3LXx6FfdmOh59i71/16LFQMgBOD3N4/UJkzxLzlTJzMqQ==
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.23.9"
|
||||
lodash "^4.17.21"
|
||||
mjml-core "4.15.2"
|
||||
mjml-core "4.15.3"
|
||||
|
||||
mjml-text@4.15.2:
|
||||
version "4.15.2"
|
||||
resolved "https://registry.yarnpkg.com/mjml-text/-/mjml-text-4.15.2.tgz#36dc78a26f0eea3d2fe9fa9621e3de2b57e5a6f9"
|
||||
integrity sha512-U2y/y6cd69wj0PYVNb+vhF19s/0Qaqt2BhCNOZhdgq4ENk3HKiUY90JO11ZnziEvt1XoWzYkJojXs+9FoGbdvw==
|
||||
mjml-text@4.15.3:
|
||||
version "4.15.3"
|
||||
resolved "https://registry.yarnpkg.com/mjml-text/-/mjml-text-4.15.3.tgz#045ca711b0c18d2ba163c5a9f296a0c7ed82dbfc"
|
||||
integrity sha512-+C0hxCmw9kg0XzT6vhE5mFkK6y225nC8UEQcN94K0fBCjPKkM+HqZMwGX205fzdGRi+Bxa55b/VhrIVwdv+8vw==
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.23.9"
|
||||
lodash "^4.17.21"
|
||||
mjml-core "4.15.2"
|
||||
mjml-core "4.15.3"
|
||||
|
||||
mjml-validator@4.15.2:
|
||||
version "4.15.2"
|
||||
resolved "https://registry.yarnpkg.com/mjml-validator/-/mjml-validator-4.15.2.tgz#4573f6a24f89cd2805e6a02df30b7172fd4dd61b"
|
||||
integrity sha512-VbFxqBwXcVk8XFpOcKMLhpcNcKIhqmU9BT6i5J0Ols2XOfNbofxIDPSWKyBxq6NkcEJo8LCv870Gut/kK6afKQ==
|
||||
mjml-validator@4.15.3:
|
||||
version "4.15.3"
|
||||
resolved "https://registry.yarnpkg.com/mjml-validator/-/mjml-validator-4.15.3.tgz#c7934ca66ff41fa7293927b1328cfbafa8268ffb"
|
||||
integrity sha512-Xb72KdqRwjv/qM2rJpV22syyP2N3cRQ9VVDrN6u2FSzLq02buFNxmSPJ7CKhat3PrUNdVHU75KZwOf/tz4UEhA==
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.23.9"
|
||||
|
||||
mjml-wrapper@4.15.2:
|
||||
version "4.15.2"
|
||||
resolved "https://registry.yarnpkg.com/mjml-wrapper/-/mjml-wrapper-4.15.2.tgz#ad3d6170899d69f1b2c72c18b54c4511767db8cc"
|
||||
integrity sha512-yg717N0FmMjvjHqzFflwwTvABETDfbH5b+V/a+0105ar2/nCvEPgyn42T1B+YclcgcmtMaBS4w0VV8EjYz3VmQ==
|
||||
mjml-wrapper@4.15.3:
|
||||
version "4.15.3"
|
||||
resolved "https://registry.yarnpkg.com/mjml-wrapper/-/mjml-wrapper-4.15.3.tgz#6526824608514561376ecfdab079275f53cc8706"
|
||||
integrity sha512-ditsCijeHJrmBmObtJmQ18ddLxv5oPyMTdPU8Di8APOnD2zPk7Z4UAuJSl7HXB45oFiivr3MJf4koFzMUSZ6Gg==
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.23.9"
|
||||
lodash "^4.17.21"
|
||||
mjml-core "4.15.2"
|
||||
mjml-section "4.15.2"
|
||||
mjml-core "4.15.3"
|
||||
mjml-section "4.15.3"
|
||||
|
||||
mjml@4.15.2:
|
||||
version "4.15.2"
|
||||
resolved "https://registry.yarnpkg.com/mjml/-/mjml-4.15.2.tgz#aef2e9261d207f3bd65ee90f29ddfe2b71907373"
|
||||
integrity sha512-g/CsWJ0BdcPHCNtc72jFbQ2NVlHWFynLMYywVgZ+aiRWFZieh1OxULoP/p1qQYXnJZNUxHle++ftUDzvRd4Nng==
|
||||
mjml@4.15.3:
|
||||
version "4.15.3"
|
||||
resolved "https://registry.yarnpkg.com/mjml/-/mjml-4.15.3.tgz#d46996d63e957ae946b2da6ca78fcef5186beee9"
|
||||
integrity sha512-bW2WpJxm6HS+S3Yu6tq1DUPFoTxU9sPviUSmnL7Ua+oVO3WA5ILFWqvujUlz+oeuM+HCwEyMiP5xvKNPENVjYA==
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.23.9"
|
||||
mjml-cli "4.15.2"
|
||||
mjml-core "4.15.2"
|
||||
mjml-migrate "4.15.2"
|
||||
mjml-preset-core "4.15.2"
|
||||
mjml-validator "4.15.2"
|
||||
mjml-cli "4.15.3"
|
||||
mjml-core "4.15.3"
|
||||
mjml-migrate "4.15.3"
|
||||
mjml-preset-core "4.15.3"
|
||||
mjml-validator "4.15.3"
|
||||
|
||||
no-case@^2.2.0:
|
||||
version "2.3.2"
|
||||
|
||||
Reference in New Issue
Block a user