diff --git a/CHANGELOG.md b/CHANGELOG.md
index abf8db5f..a201098b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,34 @@
# davidhellmann/craftcms-baukasten Change Log.
-## 4.0.13 - 2024.01.20
+## 5.0.0 - 2024.09.06
+
+### added
+-
+
+### removed
+- formie
+
+### updated
+- (cms): CraftCMS (4.12.0)
+- (plugin): SEOmatic (4.1.2)
+- (plugin): Image Resizer (3.0.11)
+- (plugin): Formie (2.1.3)
+- (plugin): Blitz (4.23.0)
+- (plugin): ImagerX (4.4.1)
+- (plugin): Navigation (2.1.0)
+- (plugin): Hyper (1.2.1)
+- (plugin): Vite (4.0.10)
+- (plugin): Sprig (2.13.0)
+- (plugin): CKEditor (3.9.0)
+- (npm): Packages
+- (waypoints): Better waypoint target selection
+- All Templates / Fields / Components / Configs for Craft 5
+
+### fixed
+-
+
+
+### fixed
+- ## 4.0.13 - 2024.01.20
### added
- Rollup copy plugin to copy `src/public/*` to `web/dist` on npm run dev (start only). Feel free to extend it to your needs.
diff --git a/composer.json b/composer.json
index c51544e2..5d103780 100644
--- a/composer.json
+++ b/composer.json
@@ -1,44 +1,30 @@
{
"require": {
- "craftcms/ckeditor": "3.6.0",
- "craftcms/cms": "4.6.1",
- "dodecastudio/craft-blurhash": "2.0.5",
- "doublesecretagency/craft-cpcss": "2.6.0",
- "mmikkel/cp-clearcache": "1.3.0",
- "mmikkel/cp-field-inspect": "^1.4.4",
- "nystudio107/craft-code-field": "4.0.12",
- "nystudio107/craft-emptycoalesce": "4.0.0",
- "nystudio107/craft-minify": "^4.0.0-beta.2",
+ "craftcms/ckeditor": "4.2.0",
+ "craftcms/cms": "5.4.1",
+ "dodecastudio/craft-blurhash": "^3.0.0",
+ "doublesecretagency/craft-cpcss": "^3.0.0",
+ "mmikkel/cp-field-inspect": "^2.0.2",
+ "nystudio107/craft-code-field": "^5.0.0",
+ "nystudio107/craft-emptycoalesce": "^5.0.0",
"nystudio107/craft-scripts": "^1.2.13",
- "nystudio107/craft-seomatic": "4.0.37",
- "nystudio107/craft-vite": "4.0.7",
- "putyourlightson/craft-blitz": "4.10.3",
- "putyourlightson/craft-elements-panel": "2.0.0",
- "putyourlightson/craft-sherlock": "4.4.1",
- "putyourlightson/craft-sprig": "2.7.3",
- "spacecatninja/imager-x": "4.2.4",
- "spatie/browsershot": "^3.59",
- "studioespresso/craft-dumper": "3.0.1",
- "vaersaagod/matrixmate": "2.1.4",
- "verbb/formie": "2.1.2",
- "verbb/hyper": "1.1.19",
- "verbb/image-resizer": "3.0.9",
- "verbb/navigation": "2.0.24",
- "verbb/super-table": "3.0.12",
+ "nystudio107/craft-seomatic": "^5.0.0",
+ "nystudio107/craft-vite": "^5.0.0",
+ "putyourlightson/craft-blitz": "^5.7.1",
+ "putyourlightson/craft-elements-panel": "^3.0.0",
+ "putyourlightson/craft-sprig": "^3.5.0",
+ "spacecatninja/imager-x": "^5.0.0",
+ "verbb/hyper": "^2.0.0",
+ "verbb/navigation": "^3.0.0",
"vlucas/phpdotenv": "^5.4",
"yiisoft/yii2-redis": "^2.0.13"
},
"require-dev": {
- "craftcms/generator": "^1.6",
+ "craftcms/generator": "^2.0.0",
"nystudio107/craft-autocomplete": "^1.0",
"roave/security-advisories": "dev-latest",
"yiisoft/yii2-shell": "^2.0.4"
},
- "autoload": {
- "psr-4": {
- "modules\\socialshareimage\\": "modules/social-share-image/"
- }
- },
"minimum-stability": "dev",
"prefer-stable": true,
"config": {
@@ -62,7 +48,8 @@
"mkdir -p ./storage",
"mkdir -p ./config/project",
"mkdir -p ./web/cpresources",
- "mkdir -p ./web/assets"
+ "mkdir -p ./web/assets",
+ "mkdir -p ./web/transforms"
],
"pre-craft-update": [
"@create-folders"
diff --git a/composer.lock b/composer.lock
index a72fae88..3493dca4 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,43 +4,36 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
- "content-hash": "d8e4d48eb06096a2de6fc5c094f20ea9",
+ "content-hash": "49cd20c9387df6e120957c58b7a7b8de",
"packages": [
{
"name": "amphp/amp",
- "version": "v2.6.2",
+ "version": "v3.0.2",
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/amphp/amp/zipball/9d5100cebffa729aaffecd3ad25dc5aeea4f13bb",
- "reference": "9d5100cebffa729aaffecd3ad25dc5aeea4f13bb",
+ "url": "https://api.github.com/repos/amphp/amp/zipball/138801fb68cfc9c329da8a7b39d01ce7291ee4b0",
+ "reference": "138801fb68cfc9c329da8a7b39d01ce7291ee4b0",
"shasum": ""
},
"require": {
- "php": ">=7.1"
+ "php": ">=8.1",
+ "revolt/event-loop": "^1 || ^0.2"
},
"type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.x-dev"
- }
- },
"autoload": {
"files": [
- "lib/functions.php",
- "lib/Internal/functions.php"
+ "src/functions.php",
+ "src/Future/functions.php",
+ "src/Internal/functions.php"
],
"psr-4": {
- "Amp\\": "lib"
+ "Amp\\": "src"
}
},
"license": [
"MIT"
],
"authors": [
- {
- "name": "Daniel Lowrey",
- "email": "rdlowrey@php.net"
- },
{
"name": "Aaron Piotrowski",
"email": "aaron@trowski.com"
@@ -52,6 +45,10 @@
{
"name": "Niklas Keller",
"email": "me@kelunik.com"
+ },
+ {
+ "name": "Daniel Lowrey",
+ "email": "rdlowrey@php.net"
}
],
"description": "A non-blocking concurrency framework for PHP applications.",
@@ -67,33 +64,34 @@
"non-blocking",
"promise"
],
- "time": "2022-02-20T17:52:18+00:00"
+ "time": "2024-05-10T21:37:46+00:00"
},
{
"name": "amphp/byte-stream",
- "version": "v1.8.1",
+ "version": "v2.1.1",
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/amphp/byte-stream/zipball/acbd8002b3536485c997c4e019206b3f10ca15bd",
- "reference": "acbd8002b3536485c997c4e019206b3f10ca15bd",
+ "url": "https://api.github.com/repos/amphp/byte-stream/zipball/daa00f2efdbd71565bf64ffefa89e37542addf93",
+ "reference": "daa00f2efdbd71565bf64ffefa89e37542addf93",
"shasum": ""
},
"require": {
- "amphp/amp": "^2",
- "php": ">=7.1"
+ "amphp/amp": "^3",
+ "amphp/parser": "^1.1",
+ "amphp/pipeline": "^1",
+ "amphp/serialization": "^1",
+ "amphp/sync": "^2",
+ "php": ">=8.1",
+ "revolt/event-loop": "^1 || ^0.2.3"
},
"type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.x-dev"
- }
- },
"autoload": {
"files": [
- "lib/functions.php"
+ "src/functions.php",
+ "src/Internal/functions.php"
],
"psr-4": {
- "Amp\\ByteStream\\": "lib"
+ "Amp\\ByteStream\\": "src"
}
},
"license": [
@@ -110,7 +108,7 @@
}
],
"description": "A stream abstraction to make working with non-blocking I/O simple.",
- "homepage": "http://amphp.org/byte-stream",
+ "homepage": "https://amphp.org/byte-stream",
"keywords": [
"amp",
"amphp",
@@ -119,30 +117,28 @@
"non-blocking",
"stream"
],
- "time": "2021-03-30T17:13:30+00:00"
+ "time": "2024-02-17T04:49:38+00:00"
},
{
"name": "amphp/cache",
- "version": "v1.5.0",
+ "version": "v2.0.1",
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/amphp/cache/zipball/2b6b5dbb70e54cc914df9952ba7c012bc4cbcd28",
- "reference": "2b6b5dbb70e54cc914df9952ba7c012bc4cbcd28",
+ "url": "https://api.github.com/repos/amphp/cache/zipball/46912e387e6aa94933b61ea1ead9cf7540b7797c",
+ "reference": "46912e387e6aa94933b61ea1ead9cf7540b7797c",
"shasum": ""
},
"require": {
- "amphp/amp": "^2",
+ "amphp/amp": "^3",
"amphp/serialization": "^1",
- "amphp/sync": "^1.2",
- "php": ">=7.1"
- },
- "conflict": {
- "amphp/file": "<0.2 || >=3"
+ "amphp/sync": "^2",
+ "php": ">=8.1",
+ "revolt/event-loop": "^1 || ^0.2"
},
"type": "library",
"autoload": {
"psr-4": {
- "Amp\\Cache\\": "lib"
+ "Amp\\Cache\\": "src"
}
},
"license": [
@@ -153,42 +149,46 @@
"name": "Niklas Keller",
"email": "me@kelunik.com"
},
+ {
+ "name": "Aaron Piotrowski",
+ "email": "aaron@trowski.com"
+ },
{
"name": "Daniel Lowrey",
"email": "rdlowrey@php.net"
}
],
- "description": "A promise-aware caching API for Amp.",
- "homepage": "https://github.com/amphp/cache",
- "time": "2021-06-29T17:12:43+00:00"
+ "description": "A fiber-aware cache API based on Amp and Revolt.",
+ "homepage": "https://amphp.org/cache",
+ "time": "2024-04-19T03:38:06+00:00"
},
{
"name": "amphp/dns",
- "version": "v1.2.3",
+ "version": "v2.2.0",
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/amphp/dns/zipball/852292532294d7972c729a96b49756d781f7c59d",
- "reference": "852292532294d7972c729a96b49756d781f7c59d",
+ "url": "https://api.github.com/repos/amphp/dns/zipball/758266b0ea7470e2e42cd098493bc6d6c7100cf7",
+ "reference": "758266b0ea7470e2e42cd098493bc6d6c7100cf7",
"shasum": ""
},
"require": {
- "amphp/amp": "^2",
- "amphp/byte-stream": "^1.1",
- "amphp/cache": "^1.2",
+ "amphp/amp": "^3",
+ "amphp/byte-stream": "^2",
+ "amphp/cache": "^2",
"amphp/parser": "^1",
- "amphp/windows-registry": "^0.3",
- "daverandom/libdns": "^2.0.1",
+ "amphp/windows-registry": "^1.0.1",
+ "daverandom/libdns": "^2.0.2",
"ext-filter": "*",
- "ext-json": "*",
- "php": ">=7.0"
+ "php": ">=8.1",
+ "revolt/event-loop": "^1 || ^0.2"
},
"type": "library",
"autoload": {
"files": [
- "lib/functions.php"
+ "src/functions.php"
],
"psr-4": {
- "Amp\\Dns\\": "lib"
+ "Amp\\Dns\\": "src"
}
},
"license": [
@@ -226,15 +226,15 @@
"dns",
"resolve"
],
- "time": "2020-07-21T19:04:57+00:00"
+ "time": "2024-06-02T19:54:12+00:00"
},
{
"name": "amphp/hpack",
- "version": "v3.2.0",
+ "version": "v3.2.1",
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/amphp/hpack/zipball/95895d29ae577a3a5995b46d16def04e11e39947",
- "reference": "95895d29ae577a3a5995b46d16def04e11e39947",
+ "url": "https://api.github.com/repos/amphp/hpack/zipball/4f293064b15682a2b178b1367ddf0b8b5feb0239",
+ "reference": "4f293064b15682a2b178b1367ddf0b8b5feb0239",
"shasum": ""
},
"require": {
@@ -278,30 +278,29 @@
"hpack",
"http-2"
],
- "time": "2023-09-05T19:59:20+00:00"
+ "time": "2024-03-21T19:00:16+00:00"
},
{
"name": "amphp/http",
- "version": "v1.7.1",
+ "version": "v2.1.1",
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/amphp/http/zipball/0d729b09fbace00dd1fd35ae8d4d45eb25f39d96",
- "reference": "0d729b09fbace00dd1fd35ae8d4d45eb25f39d96",
+ "url": "https://api.github.com/repos/amphp/http/zipball/fe6b4dd50c1e70caf823092398074b5082e1d6da",
+ "reference": "fe6b4dd50c1e70caf823092398074b5082e1d6da",
"shasum": ""
},
"require": {
"amphp/hpack": "^3",
- "php": ">=7.1"
+ "amphp/parser": "^1.1",
+ "league/uri-components": "^2.4.2 | ^7.1",
+ "php": ">=8.1",
+ "psr/http-message": "^1 | ^2"
},
"type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.x-dev"
- }
- },
"autoload": {
"files": [
- "src/functions.php"
+ "src/functions.php",
+ "src/Internal/constants.php"
],
"psr-4": {
"Amp\\Http\\": "src"
@@ -314,33 +313,38 @@
{
"name": "Niklas Keller",
"email": "me@kelunik.com"
+ },
+ {
+ "name": "Aaron Piotrowski",
+ "email": "aaron@trowski.com"
}
],
"description": "Basic HTTP primitives which can be shared by servers and clients.",
- "time": "2023-02-08T00:29:51+00:00"
+ "time": "2024-04-03T18:00:53+00:00"
},
{
"name": "amphp/http-client",
- "version": "v4.6.3",
+ "version": "v5.1.0",
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/amphp/http-client/zipball/6d4dcc7b7bd9a6ea58e26652eba632ccbc16c030",
- "reference": "6d4dcc7b7bd9a6ea58e26652eba632ccbc16c030",
+ "url": "https://api.github.com/repos/amphp/http-client/zipball/483df9a856625fe4406c7fb6a64d6787105bd184",
+ "reference": "483df9a856625fe4406c7fb6a64d6787105bd184",
"shasum": ""
},
"require": {
- "amphp/amp": "^2.4",
- "amphp/byte-stream": "^1.6",
+ "amphp/amp": "^3",
+ "amphp/byte-stream": "^2",
"amphp/hpack": "^3",
- "amphp/http": "^1.6",
- "amphp/socket": "^1",
- "amphp/sync": "^1.3",
+ "amphp/http": "^2",
+ "amphp/pipeline": "^1",
+ "amphp/socket": "^2",
+ "amphp/sync": "^2",
"league/uri": "^6 | ^7",
- "php": ">=7.2",
- "psr/http-message": "^1 | ^2"
- },
- "conflict": {
- "amphp/file": "<0.2 || >=3"
+ "league/uri-components": "^2.4 | ^7",
+ "league/uri-interfaces": "^7.1",
+ "php": ">=8.1",
+ "psr/http-message": "^1 | ^2",
+ "revolt/event-loop": "^1"
},
"suggest": {
"amphp/file": "Required for file request bodies and HTTP archive logging",
@@ -348,13 +352,9 @@
"ext-zlib": "Allows using compression for response bodies."
},
"type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "4.x-dev"
- }
- },
"autoload": {
"files": [
+ "src/functions.php",
"src/Internal/functions.php"
],
"psr-4": {
@@ -378,8 +378,8 @@
"email": "aaron@trowski.com"
}
],
- "description": "Asynchronous concurrent HTTP/2 and HTTP/1.1 client built on the Amp concurrency framework",
- "homepage": "https://github.com/amphp/http-client",
+ "description": "An advanced async HTTP client library for PHP, enabling efficient, non-blocking, and concurrent requests and responses.",
+ "homepage": "https://amphp.org/http-client",
"keywords": [
"async",
"client",
@@ -388,35 +388,40 @@
"non-blocking",
"rest"
],
- "time": "2023-08-15T20:09:57+00:00"
+ "time": "2024-04-21T16:40:36+00:00"
},
{
"name": "amphp/parallel",
- "version": "v1.4.3",
+ "version": "v2.2.9",
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/amphp/parallel/zipball/3aac213ba7858566fd83d38ccb85b91b2d652cb0",
- "reference": "3aac213ba7858566fd83d38ccb85b91b2d652cb0",
+ "url": "https://api.github.com/repos/amphp/parallel/zipball/73d293f1fc4df1bebc3c4fce1432e82dd7032238",
+ "reference": "73d293f1fc4df1bebc3c4fce1432e82dd7032238",
"shasum": ""
},
"require": {
- "amphp/amp": "^2",
- "amphp/byte-stream": "^1.6.1",
+ "amphp/amp": "^3",
+ "amphp/byte-stream": "^2",
+ "amphp/cache": "^2",
"amphp/parser": "^1",
- "amphp/process": "^1",
+ "amphp/pipeline": "^1",
+ "amphp/process": "^2",
"amphp/serialization": "^1",
- "amphp/sync": "^1.0.1",
- "php": ">=7.1"
+ "amphp/socket": "^2",
+ "amphp/sync": "^2",
+ "php": ">=8.1",
+ "revolt/event-loop": "^1"
},
"type": "library",
"autoload": {
"files": [
- "lib/Context/functions.php",
- "lib/Sync/functions.php",
- "lib/Worker/functions.php"
+ "src/Context/functions.php",
+ "src/Context/Internal/functions.php",
+ "src/Ipc/functions.php",
+ "src/Worker/functions.php"
],
"psr-4": {
- "Amp\\Parallel\\": "lib"
+ "Amp\\Parallel\\": "src"
}
},
"license": [
@@ -427,6 +432,10 @@
"name": "Aaron Piotrowski",
"email": "aaron@trowski.com"
},
+ {
+ "name": "Niklas Keller",
+ "email": "me@kelunik.com"
+ },
{
"name": "Stephen Coakley",
"email": "me@stephencoakley.com"
@@ -441,15 +450,15 @@
"multi-processing",
"multi-threading"
],
- "time": "2023-03-23T08:04:23+00:00"
+ "time": "2024-03-24T18:27:44+00:00"
},
{
"name": "amphp/parser",
- "version": "v1.1.0",
+ "version": "v1.1.1",
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/amphp/parser/zipball/ff1de4144726c5dad5fab97f66692ebe8de3e151",
- "reference": "ff1de4144726c5dad5fab97f66692ebe8de3e151",
+ "url": "https://api.github.com/repos/amphp/parser/zipball/3cf1f8b32a0171d4b1bed93d25617637a77cded7",
+ "reference": "3cf1f8b32a0171d4b1bed93d25617637a77cded7",
"shasum": ""
},
"require": {
@@ -482,29 +491,76 @@
"parser",
"stream"
],
- "time": "2022-12-30T18:08:47+00:00"
+ "time": "2024-03-21T19:16:53+00:00"
+ },
+ {
+ "name": "amphp/pipeline",
+ "version": "v1.2.1",
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/amphp/pipeline/zipball/66c095673aa5b6e689e63b52d19e577459129ab3",
+ "reference": "66c095673aa5b6e689e63b52d19e577459129ab3",
+ "shasum": ""
+ },
+ "require": {
+ "amphp/amp": "^3",
+ "php": ">=8.1",
+ "revolt/event-loop": "^1"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Amp\\Pipeline\\": "src"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Aaron Piotrowski",
+ "email": "aaron@trowski.com"
+ },
+ {
+ "name": "Niklas Keller",
+ "email": "me@kelunik.com"
+ }
+ ],
+ "description": "Asynchronous iterators and operators.",
+ "homepage": "https://amphp.org/pipeline",
+ "keywords": [
+ "amp",
+ "amphp",
+ "async",
+ "io",
+ "iterator",
+ "non-blocking"
+ ],
+ "time": "2024-07-04T00:56:47+00:00"
},
{
"name": "amphp/process",
- "version": "v1.1.4",
+ "version": "v2.0.3",
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/amphp/process/zipball/76e9495fd6818b43a20167cb11d8a67f7744ee0f",
- "reference": "76e9495fd6818b43a20167cb11d8a67f7744ee0f",
+ "url": "https://api.github.com/repos/amphp/process/zipball/52e08c09dec7511d5fbc1fb00d3e4e79fc77d58d",
+ "reference": "52e08c09dec7511d5fbc1fb00d3e4e79fc77d58d",
"shasum": ""
},
"require": {
- "amphp/amp": "^2",
- "amphp/byte-stream": "^1.4",
- "php": ">=7"
+ "amphp/amp": "^3",
+ "amphp/byte-stream": "^2",
+ "amphp/sync": "^2",
+ "php": ">=8.1",
+ "revolt/event-loop": "^1 || ^0.2"
},
"type": "library",
"autoload": {
"files": [
- "lib/functions.php"
+ "src/functions.php"
],
"psr-4": {
- "Amp\\Process\\": "lib"
+ "Amp\\Process\\": "src"
}
},
"license": [
@@ -524,9 +580,9 @@
"email": "me@kelunik.com"
}
],
- "description": "Asynchronous process manager.",
- "homepage": "https://github.com/amphp/process",
- "time": "2022-07-06T23:50:12+00:00"
+ "description": "A fiber-aware process manager based on Amp and Revolt.",
+ "homepage": "https://amphp.org/process",
+ "time": "2024-04-19T03:13:44+00:00"
},
{
"name": "amphp/serialization",
@@ -574,32 +630,30 @@
},
{
"name": "amphp/socket",
- "version": "v1.2.0",
+ "version": "v2.3.1",
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/amphp/socket/zipball/a8af9f5d0a66c5fe9567da45a51509e592788fe6",
- "reference": "a8af9f5d0a66c5fe9567da45a51509e592788fe6",
+ "url": "https://api.github.com/repos/amphp/socket/zipball/58e0422221825b79681b72c50c47a930be7bf1e1",
+ "reference": "58e0422221825b79681b72c50c47a930be7bf1e1",
"shasum": ""
},
"require": {
- "amphp/amp": "^2",
- "amphp/byte-stream": "^1.6",
- "amphp/dns": "^1 || ^0.9",
+ "amphp/amp": "^3",
+ "amphp/byte-stream": "^2",
+ "amphp/dns": "^2",
"ext-openssl": "*",
"kelunik/certificate": "^1.1",
- "league/uri-parser": "^1.4",
- "php": ">=7.1"
+ "league/uri": "^6.5 | ^7",
+ "league/uri-interfaces": "^2.3 | ^7",
+ "php": ">=8.1",
+ "revolt/event-loop": "^1 || ^0.2"
},
"type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.x-dev"
- }
- },
"autoload": {
"files": [
"src/functions.php",
- "src/Internal/functions.php"
+ "src/Internal/functions.php",
+ "src/SocketAddress/functions.php"
],
"psr-4": {
"Amp\\Socket\\": "src"
@@ -622,7 +676,7 @@
"email": "me@kelunik.com"
}
],
- "description": "Async socket connection / server tools for Amp.",
+ "description": "Non-blocking socket connection / server implementations based on Amp and Revolt.",
"homepage": "https://github.com/amphp/socket",
"keywords": [
"amp",
@@ -633,26 +687,28 @@
"tcp",
"tls"
],
- "time": "2021-07-09T18:18:48+00:00"
+ "time": "2024-04-21T14:33:03+00:00"
},
{
"name": "amphp/sync",
- "version": "v1.4.2",
+ "version": "v2.3.0",
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/amphp/sync/zipball/85ab06764f4f36d63b1356b466df6111cf4b89cf",
- "reference": "85ab06764f4f36d63b1356b466df6111cf4b89cf",
+ "url": "https://api.github.com/repos/amphp/sync/zipball/217097b785130d77cfcc58ff583cf26cd1770bf1",
+ "reference": "217097b785130d77cfcc58ff583cf26cd1770bf1",
"shasum": ""
},
"require": {
- "amphp/amp": "^2.2",
- "php": ">=7.1"
+ "amphp/amp": "^3",
+ "amphp/pipeline": "^1",
+ "amphp/serialization": "^1",
+ "php": ">=8.1",
+ "revolt/event-loop": "^1 || ^0.2"
},
"type": "library",
"autoload": {
"files": [
- "src/functions.php",
- "src/ConcurrentIterator/functions.php"
+ "src/functions.php"
],
"psr-4": {
"Amp\\Sync\\": "src"
@@ -666,12 +722,16 @@
"name": "Aaron Piotrowski",
"email": "aaron@trowski.com"
},
+ {
+ "name": "Niklas Keller",
+ "email": "me@kelunik.com"
+ },
{
"name": "Stephen Coakley",
"email": "me@stephencoakley.com"
}
],
- "description": "Mutex, Semaphore, and other synchronization tools for Amp.",
+ "description": "Non-blocking synchronization primitives for PHP based on Amp and Revolt.",
"homepage": "https://github.com/amphp/sync",
"keywords": [
"async",
@@ -680,26 +740,26 @@
"semaphore",
"synchronization"
],
- "time": "2021-10-25T18:29:10+00:00"
+ "time": "2024-08-03T19:31:26+00:00"
},
{
"name": "amphp/windows-registry",
- "version": "v0.3.3",
+ "version": "v1.0.1",
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/amphp/windows-registry/zipball/0f56438b9197e224325e88f305346f0221df1f71",
- "reference": "0f56438b9197e224325e88f305346f0221df1f71",
+ "url": "https://api.github.com/repos/amphp/windows-registry/zipball/0d569e8f256cca974e3842b6e78b4e434bf98306",
+ "reference": "0d569e8f256cca974e3842b6e78b4e434bf98306",
"shasum": ""
},
"require": {
- "amphp/amp": "^2",
- "amphp/byte-stream": "^1.4",
- "amphp/process": "^1"
+ "amphp/byte-stream": "^2",
+ "amphp/process": "^2",
+ "php": ">=8.1"
},
"type": "library",
"autoload": {
"psr-4": {
- "Amp\\WindowsRegistry\\": "lib"
+ "Amp\\WindowsRegistry\\": "src"
}
},
"license": [
@@ -712,15 +772,15 @@
}
],
"description": "Windows Registry Reader.",
- "time": "2020-07-10T16:13:29+00:00"
+ "time": "2024-01-30T23:01:51+00:00"
},
{
"name": "aws/aws-crt-php",
- "version": "v1.2.4",
+ "version": "v1.2.6",
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/awslabs/aws-crt-php/zipball/eb0c6e4e142224a10b08f49ebf87f32611d162b2",
- "reference": "eb0c6e4e142224a10b08f49ebf87f32611d162b2",
+ "url": "https://api.github.com/repos/awslabs/aws-crt-php/zipball/a63485b65b6b3367039306496d49737cf1995408",
+ "reference": "a63485b65b6b3367039306496d49737cf1995408",
"shasum": ""
},
"require": {
@@ -752,15 +812,20 @@
"crt",
"sdk"
],
- "time": "2023-11-08T00:42:13+00:00"
+ "time": "2024-06-13T17:21:28+00:00"
},
{
"name": "aws/aws-sdk-php",
- "version": "3.296.6",
+ "version": "3.321.4",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/aws/aws-sdk-php.git",
+ "reference": "986326efde1d0598ec9fc1b185716550be8ef522"
+ },
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/11d0a94f8b2539d587e2f6db7c2fa8e39fe78a67",
- "reference": "11d0a94f8b2539d587e2f6db7c2fa8e39fe78a67",
+ "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/986326efde1d0598ec9fc1b185716550be8ef522",
+ "reference": "986326efde1d0598ec9fc1b185716550be8ef522",
"shasum": ""
},
"require": {
@@ -775,6 +840,25 @@
"php": ">=7.2.5",
"psr/http-message": "^1.0 || ^2.0"
},
+ "require-dev": {
+ "andrewsville/php-token-reflection": "^1.4",
+ "aws/aws-php-sns-message-validator": "~1.0",
+ "behat/behat": "~3.0",
+ "composer/composer": "^1.10.22",
+ "dms/phpunit-arraysubset-asserts": "^0.4.0",
+ "doctrine/cache": "~1.4",
+ "ext-dom": "*",
+ "ext-openssl": "*",
+ "ext-pcntl": "*",
+ "ext-sockets": "*",
+ "nette/neon": "^2.3",
+ "paragonie/random_compat": ">= 2",
+ "phpunit/phpunit": "^5.6.3 || ^8.5 || ^9.5",
+ "psr/cache": "^1.0",
+ "psr/simple-cache": "^1.0",
+ "sebastian/comparator": "^1.2.3 || ^4.0",
+ "yoast/phpunit-polyfills": "^1.0"
+ },
"suggest": {
"aws/aws-php-sns-message-validator": "To validate incoming SNS notifications",
"doctrine/cache": "To use the DoctrineCacheAdapter",
@@ -794,8 +878,12 @@
],
"psr-4": {
"Aws\\": "src/"
- }
+ },
+ "exclude-from-classmap": [
+ "src/data/"
+ ]
},
+ "notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
@@ -817,19 +905,62 @@
"s3",
"sdk"
],
- "time": "2024-01-19T19:14:55+00:00"
+ "support": {
+ "forum": "https://forums.aws.amazon.com/forum.jspa?forumID=80",
+ "issues": "https://github.com/aws/aws-sdk-php/issues",
+ "source": "https://github.com/aws/aws-sdk-php/tree/3.321.4"
+ },
+ "time": "2024-09-04T18:09:31+00:00"
+ },
+ {
+ "name": "bacon/bacon-qr-code",
+ "version": "2.0.8",
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/Bacon/BaconQrCode/zipball/8674e51bb65af933a5ffaf1c308a660387c35c22",
+ "reference": "8674e51bb65af933a5ffaf1c308a660387c35c22",
+ "shasum": ""
+ },
+ "require": {
+ "dasprid/enum": "^1.0.3",
+ "ext-iconv": "*",
+ "php": "^7.1 || ^8.0"
+ },
+ "suggest": {
+ "ext-imagick": "to generate QR code images"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "BaconQrCode\\": "src/"
+ }
+ },
+ "license": [
+ "BSD-2-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Ben Scholzen 'DASPRiD'",
+ "email": "mail@dasprids.de",
+ "homepage": "https://dasprids.de/",
+ "role": "Developer"
+ }
+ ],
+ "description": "BaconQrCode is a QR code generator for PHP.",
+ "homepage": "https://github.com/Bacon/BaconQrCode",
+ "time": "2022-12-07T17:46:57+00:00"
},
{
"name": "brick/math",
- "version": "0.11.0",
+ "version": "0.12.1",
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/brick/math/zipball/0ad82ce168c82ba30d1c01ec86116ab52f589478",
- "reference": "0ad82ce168c82ba30d1c01ec86116ab52f589478",
+ "url": "https://api.github.com/repos/brick/math/zipball/f510c0a40911935b77b86859eb5223d58d660df1",
+ "reference": "f510c0a40911935b77b86859eb5223d58d660df1",
"shasum": ""
},
"require": {
- "php": "^8.0"
+ "php": "^8.1"
},
"type": "library",
"autoload": {
@@ -848,10 +979,15 @@
"arithmetic",
"bigdecimal",
"bignum",
+ "bignumber",
"brick",
- "math"
+ "decimal",
+ "integer",
+ "math",
+ "mathematics",
+ "rational"
],
- "time": "2023-01-15T23:15:59+00:00"
+ "time": "2023-11-29T23:19:16+00:00"
},
{
"name": "cebe/markdown",
@@ -904,16 +1040,16 @@
},
{
"name": "commerceguys/addressing",
- "version": "v1.4.2",
+ "version": "v2.2.2",
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/commerceguys/addressing/zipball/406c7b5f0fbe4f6a64155c0fe03b1adb34d01308",
- "reference": "406c7b5f0fbe4f6a64155c0fe03b1adb34d01308",
+ "url": "https://api.github.com/repos/commerceguys/addressing/zipball/4d23e46ea32534268ea121453c93ceda2bc3ee69",
+ "reference": "4d23e46ea32534268ea121453c93ceda2bc3ee69",
"shasum": ""
},
"require": {
- "doctrine/collections": "^1.2 || ^2.0",
- "php": ">=7.3"
+ "doctrine/collections": "^1.6 || ^2.0",
+ "php": ">=8.0"
},
"suggest": {
"symfony/validator": "to validate addresses"
@@ -921,7 +1057,7 @@
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "1.x-dev"
+ "dev-master": "2.x-dev"
}
},
"autoload": {
@@ -947,21 +1083,21 @@
"localization",
"postal"
],
- "time": "2023-02-15T10:11:14+00:00"
+ "time": "2024-07-12T11:53:22+00:00"
},
{
"name": "composer/ca-bundle",
- "version": "1.4.0",
+ "version": "1.5.1",
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/composer/ca-bundle/zipball/b66d11b7479109ab547f9405b97205640b17d385",
- "reference": "b66d11b7479109ab547f9405b97205640b17d385",
+ "url": "https://api.github.com/repos/composer/ca-bundle/zipball/063d9aa8696582f5a41dffbbaf3c81024f0a604a",
+ "reference": "063d9aa8696582f5a41dffbbaf3c81024f0a604a",
"shasum": ""
},
"require": {
"ext-openssl": "*",
"ext-pcre": "*",
- "php": "^5.3.2 || ^7.0 || ^8.0"
+ "php": "^7.2 || ^8.0"
},
"type": "library",
"extra": {
@@ -992,419 +1128,130 @@
"ssl",
"tls"
],
- "time": "2023-12-18T12:05:55+00:00"
+ "time": "2024-07-08T15:28:20+00:00"
},
{
- "name": "composer/class-map-generator",
- "version": "1.1.0",
+ "name": "composer/semver",
+ "version": "3.4.2",
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/composer/class-map-generator/zipball/953cc4ea32e0c31f2185549c7d216d7921f03da9",
- "reference": "953cc4ea32e0c31f2185549c7d216d7921f03da9",
+ "url": "https://api.github.com/repos/composer/semver/zipball/c51258e759afdb17f1fd1fe83bc12baaef6309d6",
+ "reference": "c51258e759afdb17f1fd1fe83bc12baaef6309d6",
"shasum": ""
},
"require": {
- "composer/pcre": "^2.1 || ^3.1",
- "php": "^7.2 || ^8.0",
- "symfony/finder": "^4.4 || ^5.3 || ^6 || ^7"
+ "php": "^5.3.2 || ^7.0 || ^8.0"
},
"type": "library",
"extra": {
"branch-alias": {
- "dev-main": "1.x-dev"
+ "dev-main": "3.x-dev"
}
},
"autoload": {
"psr-4": {
- "Composer\\ClassMapGenerator\\": "src"
+ "Composer\\Semver\\": "src"
}
},
"license": [
"MIT"
],
"authors": [
+ {
+ "name": "Nils Adermann",
+ "email": "naderman@naderman.de",
+ "homepage": "http://www.naderman.de"
+ },
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
- "homepage": "https://seld.be"
+ "homepage": "http://seld.be"
+ },
+ {
+ "name": "Rob Bast",
+ "email": "rob.bast@gmail.com",
+ "homepage": "http://robbast.nl"
}
],
- "description": "Utilities to scan PHP code and generate class maps.",
+ "description": "Semver library that offers utilities, version constraint parsing and validation.",
"keywords": [
- "classmap"
+ "semantic",
+ "semver",
+ "validation",
+ "versioning"
],
- "time": "2023-06-30T13:58:57+00:00"
+ "time": "2024-07-12T11:35:52+00:00"
},
{
- "name": "composer/composer",
- "version": "2.6.6",
+ "name": "craftcms/ckeditor",
+ "version": "4.2.0",
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/composer/composer/zipball/683557bd2466072777309d039534bb1332d0dda5",
- "reference": "683557bd2466072777309d039534bb1332d0dda5",
+ "url": "https://api.github.com/repos/craftcms/ckeditor/zipball/07d72b9d05c8f6383086c598c8d555752b72d797",
+ "reference": "07d72b9d05c8f6383086c598c8d555752b72d797",
"shasum": ""
},
"require": {
- "composer/ca-bundle": "^1.0",
- "composer/class-map-generator": "^1.0",
- "composer/metadata-minifier": "^1.0",
- "composer/pcre": "^2.1 || ^3.1",
- "composer/semver": "^3.2.5",
- "composer/spdx-licenses": "^1.5.7",
- "composer/xdebug-handler": "^2.0.2 || ^3.0.3",
- "justinrainbow/json-schema": "^5.2.11",
- "php": "^7.2.5 || ^8.0",
- "psr/log": "^1.0 || ^2.0 || ^3.0",
- "react/promise": "^2.8 || ^3",
- "seld/jsonlint": "^1.4",
- "seld/phar-utils": "^1.2",
- "seld/signal-handler": "^2.0",
- "symfony/console": "^5.4.11 || ^6.0.11",
- "symfony/filesystem": "^5.4 || ^6.0 || ^7",
- "symfony/finder": "^5.4 || ^6.0 || ^7",
- "symfony/polyfill-php73": "^1.24",
- "symfony/polyfill-php80": "^1.24",
- "symfony/polyfill-php81": "^1.24",
- "symfony/process": "^5.4 || ^6.0 || ^7"
- },
- "suggest": {
- "ext-openssl": "Enabling the openssl extension allows you to access https URLs for repositories and packages",
- "ext-zip": "Enabling the zip extension allows you to unzip archives",
- "ext-zlib": "Allow gzip compression of HTTP requests"
+ "craftcms/cms": "^5.3.0",
+ "craftcms/html-field": "^3.1.0",
+ "nystudio107/craft-code-editor": ">=1.0.8 <=1.0.13 || ^1.0.16",
+ "php": "^8.2"
},
- "bin": [
- "bin/composer"
- ],
- "type": "library",
+ "type": "craft-plugin",
"extra": {
- "branch-alias": {
- "dev-main": "2.6-dev"
- },
- "phpstan": {
- "includes": [
- "phpstan/rules.neon"
- ]
- }
+ "name": "CKEditor",
+ "handle": "ckeditor",
+ "documentationUrl": "https://github.com/craftcms/ckeditor/blob/master/README.md"
},
"autoload": {
"psr-4": {
- "Composer\\": "src/Composer/"
+ "craft\\ckeditor\\": "src/"
}
},
"license": [
- "MIT"
+ "GPL-3.0-or-later"
],
"authors": [
{
- "name": "Nils Adermann",
- "email": "naderman@naderman.de",
- "homepage": "https://www.naderman.de"
- },
- {
- "name": "Jordi Boggiano",
- "email": "j.boggiano@seld.be",
- "homepage": "https://seld.be"
+ "name": "Pixel & Tonic",
+ "homepage": "https://pixelandtonic.com/"
}
],
- "description": "Composer helps you declare, manage and install dependencies of PHP projects. It ensures you have the right stack everywhere.",
- "homepage": "https://getcomposer.org/",
+ "description": "Edit rich text content in Craft CMS using CKEditor.",
"keywords": [
- "autoload",
- "dependency",
- "package"
+ "ckeditor",
+ "cms",
+ "craftcms",
+ "html",
+ "yii2"
],
- "time": "2023-12-08T17:32:26+00:00"
+ "support": {
+ "email": "support@craftcms.com",
+ "issues": "https://github.com/craftcms/ckeditor/issues?state=open",
+ "source": "https://github.com/craftcms/ckeditor",
+ "docs": "https://github.com/craftcms/ckeditor/blob/master/README.md",
+ "rss": "https://github.com/craftcms/ckeditor/commits/master.atom"
+ },
+ "time": "2024-08-15T15:05:08+00:00"
},
{
- "name": "composer/metadata-minifier",
- "version": "1.0.0",
+ "name": "craftcms/cms",
+ "version": "5.4.1",
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/composer/metadata-minifier/zipball/c549d23829536f0d0e984aaabbf02af91f443207",
- "reference": "c549d23829536f0d0e984aaabbf02af91f443207",
+ "url": "https://api.github.com/repos/craftcms/cms/zipball/46c547fdaedab501c6b034eed46c197739a77abb",
+ "reference": "46c547fdaedab501c6b034eed46c197739a77abb",
"shasum": ""
},
"require": {
- "php": "^5.3.2 || ^7.0 || ^8.0"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-main": "1.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Composer\\MetadataMinifier\\": "src"
- }
- },
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Jordi Boggiano",
- "email": "j.boggiano@seld.be",
- "homepage": "http://seld.be"
- }
- ],
- "description": "Small utility library that handles metadata minification and expansion.",
- "keywords": [
- "composer",
- "compression"
- ],
- "time": "2021-04-07T13:37:33+00:00"
- },
- {
- "name": "composer/pcre",
- "version": "3.1.1",
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/composer/pcre/zipball/00104306927c7a0919b4ced2aaa6782c1e61a3c9",
- "reference": "00104306927c7a0919b4ced2aaa6782c1e61a3c9",
- "shasum": ""
- },
- "require": {
- "php": "^7.4 || ^8.0"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-main": "3.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Composer\\Pcre\\": "src"
- }
- },
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Jordi Boggiano",
- "email": "j.boggiano@seld.be",
- "homepage": "http://seld.be"
- }
- ],
- "description": "PCRE wrapping library that offers type-safe preg_* replacements.",
- "keywords": [
- "PCRE",
- "preg",
- "regex",
- "regular expression"
- ],
- "time": "2023-10-11T07:11:09+00:00"
- },
- {
- "name": "composer/semver",
- "version": "3.4.0",
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/composer/semver/zipball/35e8d0af4486141bc745f23a29cc2091eb624a32",
- "reference": "35e8d0af4486141bc745f23a29cc2091eb624a32",
- "shasum": ""
- },
- "require": {
- "php": "^5.3.2 || ^7.0 || ^8.0"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-main": "3.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Composer\\Semver\\": "src"
- }
- },
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Nils Adermann",
- "email": "naderman@naderman.de",
- "homepage": "http://www.naderman.de"
- },
- {
- "name": "Jordi Boggiano",
- "email": "j.boggiano@seld.be",
- "homepage": "http://seld.be"
- },
- {
- "name": "Rob Bast",
- "email": "rob.bast@gmail.com",
- "homepage": "http://robbast.nl"
- }
- ],
- "description": "Semver library that offers utilities, version constraint parsing and validation.",
- "keywords": [
- "semantic",
- "semver",
- "validation",
- "versioning"
- ],
- "time": "2023-08-31T09:50:34+00:00"
- },
- {
- "name": "composer/spdx-licenses",
- "version": "1.5.8",
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/composer/spdx-licenses/zipball/560bdcf8deb88ae5d611c80a2de8ea9d0358cc0a",
- "reference": "560bdcf8deb88ae5d611c80a2de8ea9d0358cc0a",
- "shasum": ""
- },
- "require": {
- "php": "^5.3.2 || ^7.0 || ^8.0"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-main": "1.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Composer\\Spdx\\": "src"
- }
- },
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Nils Adermann",
- "email": "naderman@naderman.de",
- "homepage": "http://www.naderman.de"
- },
- {
- "name": "Jordi Boggiano",
- "email": "j.boggiano@seld.be",
- "homepage": "http://seld.be"
- },
- {
- "name": "Rob Bast",
- "email": "rob.bast@gmail.com",
- "homepage": "http://robbast.nl"
- }
- ],
- "description": "SPDX licenses list and validation library.",
- "keywords": [
- "license",
- "spdx",
- "validator"
- ],
- "time": "2023-11-20T07:44:33+00:00"
- },
- {
- "name": "composer/xdebug-handler",
- "version": "3.0.3",
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/ced299686f41dce890debac69273b47ffe98a40c",
- "reference": "ced299686f41dce890debac69273b47ffe98a40c",
- "shasum": ""
- },
- "require": {
- "composer/pcre": "^1 || ^2 || ^3",
- "php": "^7.2.5 || ^8.0",
- "psr/log": "^1 || ^2 || ^3"
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "Composer\\XdebugHandler\\": "src"
- }
- },
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "John Stevenson",
- "email": "john-stevenson@blueyonder.co.uk"
- }
- ],
- "description": "Restarts a process without Xdebug.",
- "keywords": [
- "Xdebug",
- "performance"
- ],
- "time": "2022-02-25T21:32:43+00:00"
- },
- {
- "name": "craftcms/ckeditor",
- "version": "3.6.0",
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/craftcms/ckeditor/zipball/69a76a6ec028a4ca93962f47e23bc3f3bb15417e",
- "reference": "69a76a6ec028a4ca93962f47e23bc3f3bb15417e",
- "shasum": ""
- },
- "require": {
- "craftcms/cms": "^4.5.0-beta.2",
- "craftcms/html-field": "^2.0.0-alpha.2",
- "nystudio107/craft-code-editor": "^1.0.8",
- "php": "^8.0.2"
- },
- "type": "craft-plugin",
- "extra": {
- "name": "CKEditor",
- "handle": "ckeditor",
- "documentationUrl": "https://github.com/craftcms/ckeditor/blob/master/README.md"
- },
- "autoload": {
- "psr-4": {
- "craft\\ckeditor\\": "src/"
- }
- },
- "license": [
- "GPL-3.0-or-later"
- ],
- "authors": [
- {
- "name": "Pixel & Tonic",
- "homepage": "https://pixelandtonic.com/"
- }
- ],
- "description": "Edit rich text content in Craft CMS using CKEditor.",
- "keywords": [
- "ckeditor",
- "cms",
- "craftcms",
- "html",
- "yii2"
- ],
- "support": {
- "email": "support@craftcms.com",
- "issues": "https://github.com/craftcms/ckeditor/issues?state=open",
- "source": "https://github.com/craftcms/ckeditor",
- "docs": "https://github.com/craftcms/ckeditor/blob/master/README.md",
- "rss": "https://github.com/craftcms/ckeditor/commits/master.atom"
- },
- "time": "2023-09-13T15:54:45+00:00"
- },
- {
- "name": "craftcms/cms",
- "version": "4.6.1",
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/craftcms/cms/zipball/562ab3515f86f083f52f094411bd0799d7608ffc",
- "reference": "562ab3515f86f083f52f094411bd0799d7608ffc",
- "shasum": ""
- },
- "require": {
- "commerceguys/addressing": "^1.2",
- "composer/composer": "^2.2.19",
+ "bacon/bacon-qr-code": "^2.0",
+ "commerceguys/addressing": "^2.1.1",
+ "composer/semver": "^3.3.2",
"craftcms/plugin-installer": "~1.6.0",
- "craftcms/server-check": "~2.1.2",
+ "craftcms/server-check": "~5.0.1",
"creocoder/yii2-nested-sets": "~0.9.0",
"elvanto/litemoji": "~4.3.0",
- "enshrined/svg-sanitize": "~0.16.0",
+ "enshrined/svg-sanitize": "~0.19.0",
"ext-bcmath": "*",
"ext-curl": "*",
"ext-dom": "*",
@@ -1416,34 +1263,42 @@
"ext-pdo": "*",
"ext-zip": "*",
"guzzlehttp/guzzle": "^7.2.0",
- "illuminate/collections": "^9.1.0",
+ "illuminate/collections": "^v10.42.0",
"mikehaertl/php-shellcommand": "^1.6.3",
"moneyphp/money": "^4.0",
- "monolog/monolog": "^2.3",
- "php": "^8.0.2",
+ "monolog/monolog": "^3.0",
+ "php": "^8.2",
+ "phpdocumentor/reflection-docblock": "^5.3",
"pixelandtonic/imagine": "~1.3.3.1",
+ "pragmarx/google2fa": "^8.0",
+ "pragmarx/recovery": "^0.2.1",
"samdark/yii2-psr-log-target": "^1.1.3",
"seld/cli-prompt": "^1.0.4",
+ "symfony/filesystem": "^6.3",
"symfony/http-client": "^6.0.3",
+ "symfony/property-access": "^7.0",
+ "symfony/property-info": "^7.0",
+ "symfony/serializer": "^6.4",
"symfony/var-dumper": "^5.0|^6.0",
"symfony/yaml": "^5.2.3",
"theiconic/name-parser": "^1.2",
- "twig/twig": "~3.4.3",
+ "twig/twig": "~3.12.0",
"voku/stringy": "^6.4.0",
+ "web-auth/webauthn-lib": "~4.9.0",
"webonyx/graphql-php": "~14.11.5",
- "yiisoft/yii2": "~2.0.48.1",
- "yiisoft/yii2-debug": "~2.1.22.0",
+ "yiisoft/yii2": "~2.0.51.0",
+ "yiisoft/yii2-debug": "~2.1.25.0",
"yiisoft/yii2-queue": "~2.3.2",
- "yiisoft/yii2-symfonymailer": "^2.0.0"
+ "yiisoft/yii2-symfonymailer": "^4.0.0"
},
"conflict": {
"webonyx/graphql-php": "14.11.7"
},
"provide": {
- "bower-asset/inputmask": "~3.2.2|~3.3.5",
- "bower-asset/jquery": "3.5.*@stable|3.4.*@stable|3.3.*@stable|3.2.*@stable|3.1.*@stable|2.2.*@stable|2.1.*@stable|1.11.*@stable|1.12.*@stable",
- "bower-asset/punycode": "1.3.*",
- "bower-asset/yii2-pjax": "~2.0.1",
+ "bower-asset/inputmask": "5.0.9",
+ "bower-asset/jquery": "3.6.1",
+ "bower-asset/punycode": "2.3.1",
+ "bower-asset/yii2-pjax": "2.0.8",
"yii2tech/ar-softdelete": "1.0.4"
},
"suggest": {
@@ -1479,22 +1334,23 @@
"issues": "https://github.com/craftcms/cms/issues?state=open",
"forum": "https://craftcms.stackexchange.com/",
"source": "https://github.com/craftcms/cms",
- "docs": "https://craftcms.com/docs/4.x/",
+ "docs": "https://craftcms.com/docs/5.x/",
"rss": "https://github.com/craftcms/cms/releases.atom"
},
- "time": "2024-01-16T18:07:18+00:00"
+ "time": "2024-09-04T21:00:04+00:00"
},
{
"name": "craftcms/html-field",
- "version": "2.0.8",
+ "version": "3.1.0",
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/craftcms/html-field/zipball/4797c9cb0397e6d69d25d9716a75f7b47c69fd3a",
- "reference": "4797c9cb0397e6d69d25d9716a75f7b47c69fd3a",
+ "url": "https://api.github.com/repos/craftcms/html-field/zipball/34a5796c74e22d4ae80709541367114d03d280ca",
+ "reference": "34a5796c74e22d4ae80709541367114d03d280ca",
"shasum": ""
},
"require": {
- "php": "^8.0.2"
+ "craftcms/cms": "^5.0.0-beta.1",
+ "php": "^8.2"
},
"type": "library",
"autoload": {
@@ -1519,7 +1375,7 @@
"docs": "https://github.com/craftcms/html-field/blob/main/README.md",
"rss": "https://github.com/craftcms/html-field/commits/main.atom"
},
- "time": "2023-09-17T11:24:51+00:00"
+ "time": "2024-06-11T14:58:59+00:00"
},
{
"name": "craftcms/plugin-installer",
@@ -1559,11 +1415,11 @@
},
{
"name": "craftcms/server-check",
- "version": "2.1.7",
+ "version": "5.0.1",
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/craftcms/server-check/zipball/97c09a55cee207cb0a79243606354d9783d693d8",
- "reference": "97c09a55cee207cb0a79243606354d9783d693d8",
+ "url": "https://api.github.com/repos/craftcms/server-check/zipball/72d674834520d339006d2a32e3a59ae14b3a0ff6",
+ "reference": "72d674834520d339006d2a32e3a59ae14b3a0ff6",
"shasum": ""
},
"type": "library",
@@ -1583,7 +1439,7 @@
"requirements",
"yii2"
],
- "time": "2023-09-20T01:56:57+00:00"
+ "time": "2024-01-23T23:20:44+00:00"
},
{
"name": "creocoder/yii2-nested-sets",
@@ -1657,6 +1513,42 @@
],
"time": "2022-10-08T12:56:52+00:00"
},
+ {
+ "name": "dasprid/enum",
+ "version": "1.0.6",
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/DASPRiD/Enum/zipball/8dfd07c6d2cf31c8da90c53b83c026c7696dda90",
+ "reference": "8dfd07c6d2cf31c8da90c53b83c026c7696dda90",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=7.1 <9.0"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "DASPRiD\\Enum\\": "src/"
+ }
+ },
+ "license": [
+ "BSD-2-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Ben Scholzen 'DASPRiD'",
+ "email": "mail@dasprids.de",
+ "homepage": "https://dasprids.de/",
+ "role": "Developer"
+ }
+ ],
+ "description": "PHP 7.1 enum implementation",
+ "keywords": [
+ "enum",
+ "map"
+ ],
+ "time": "2024-08-09T14:30:48+00:00"
+ },
{
"name": "davechild/textstatistics",
"version": "1.0.3",
@@ -1701,16 +1593,16 @@
},
{
"name": "daverandom/libdns",
- "version": "v2.0.3",
+ "version": "v2.1.0",
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/DaveRandom/LibDNS/zipball/42c2d700d1178c9f9e78664793463f7f1aea248c",
- "reference": "42c2d700d1178c9f9e78664793463f7f1aea248c",
+ "url": "https://api.github.com/repos/DaveRandom/LibDNS/zipball/b84c94e8fe6b7ee4aecfe121bfe3b6177d303c8a",
+ "reference": "b84c94e8fe6b7ee4aecfe121bfe3b6177d303c8a",
"shasum": ""
},
"require": {
"ext-ctype": "*",
- "php": ">=7.0"
+ "php": ">=7.1"
},
"suggest": {
"ext-intl": "Required for IDN support"
@@ -1731,7 +1623,7 @@
"keywords": [
"dns"
],
- "time": "2022-09-20T18:15:38+00:00"
+ "time": "2024-04-12T12:12:48+00:00"
},
{
"name": "defuse/php-encryption",
@@ -1788,11 +1680,11 @@
},
{
"name": "doctrine/collections",
- "version": "2.1.4",
+ "version": "2.2.2",
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/doctrine/collections/zipball/72328a11443a0de79967104ad36ba7b30bded134",
- "reference": "72328a11443a0de79967104ad36ba7b30bded134",
+ "url": "https://api.github.com/repos/doctrine/collections/zipball/d8af7f248c74f195f7347424600fd9e17b57af59",
+ "reference": "d8af7f248c74f195f7347424600fd9e17b57af59",
"shasum": ""
},
"require": {
@@ -1838,15 +1730,15 @@
"iterators",
"php"
],
- "time": "2023-10-03T09:22:33+00:00"
+ "time": "2024-04-18T06:56:21+00:00"
},
{
"name": "doctrine/deprecations",
- "version": "1.1.2",
+ "version": "1.1.3",
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/doctrine/deprecations/zipball/4f2d4f2836e7ec4e7a8625e75c6aa916004db931",
- "reference": "4f2d4f2836e7ec4e7a8625e75c6aa916004db931",
+ "url": "https://api.github.com/repos/doctrine/deprecations/zipball/dfbaa3c2d2e9a9df1118213f3b8b0c597bb99fab",
+ "reference": "dfbaa3c2d2e9a9df1118213f3b8b0c597bb99fab",
"shasum": ""
},
"require": {
@@ -1866,15 +1758,15 @@
],
"description": "A small layer on top of trigger_error(E_USER_DEPRECATED) or PSR-3 logging with options to disable all deprecations or selectively for packages.",
"homepage": "https://www.doctrine-project.org/",
- "time": "2023-09-27T20:04:15+00:00"
+ "time": "2024-01-30T19:34:25+00:00"
},
{
"name": "doctrine/lexer",
- "version": "3.0.0",
+ "version": "3.0.1",
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/doctrine/lexer/zipball/84a527db05647743d50373e0ec53a152f2cde568",
- "reference": "84a527db05647743d50373e0ec53a152f2cde568",
+ "url": "https://api.github.com/repos/doctrine/lexer/zipball/31ad66abc0fc9e1a1f2d9bc6a42668d2fbbcd6dd",
+ "reference": "31ad66abc0fc9e1a1f2d9bc6a42668d2fbbcd6dd",
"shasum": ""
},
"require": {
@@ -1912,19 +1804,19 @@
"parser",
"php"
],
- "time": "2022-12-15T16:57:16+00:00"
+ "time": "2024-02-05T11:56:58+00:00"
},
{
"name": "dodecastudio/craft-blurhash",
- "version": "2.0.5",
+ "version": "3.0.0",
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/dodecastudio/craft-blurhash/zipball/506afd777156d115f2b3f4db28aafa31febc2a8d",
- "reference": "506afd777156d115f2b3f4db28aafa31febc2a8d",
+ "url": "https://api.github.com/repos/dodecastudio/craft-blurhash/zipball/493b9daf491ab724d9b7119392b60e0ba4b00ac8",
+ "reference": "493b9daf491ab724d9b7119392b60e0ba4b00ac8",
"shasum": ""
},
"require": {
- "craftcms/cms": "^3.0|^4.0",
+ "craftcms/cms": "^3.0|^4.0|^5.0",
"kornrunner/blurhash": "^1.2",
"php": ">=7.4",
"treeware/plant": "^0.1.0"
@@ -1970,73 +1862,28 @@
"docs": "https://github.com/dodecastudio/craft-blurhash/blob/main/README.md",
"issues": "https://github.com/dodecastudio/craft-blurhash/issues"
},
- "time": "2023-08-04T13:40:22+00:00"
+ "time": "2024-04-22T14:22:39+00:00"
},
{
- "name": "dompdf/dompdf",
- "version": "v2.0.4",
+ "name": "doublesecretagency/craft-cpcss",
+ "version": "3.0.0",
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/dompdf/dompdf/zipball/093f2d9739cec57428e39ddadedfd4f3ae862c0f",
- "reference": "093f2d9739cec57428e39ddadedfd4f3ae862c0f",
+ "url": "https://api.github.com/repos/doublesecretagency/craft-cpcss/zipball/36ecacb6eed97a452e52d6b321834ed6c0a59522",
+ "reference": "36ecacb6eed97a452e52d6b321834ed6c0a59522",
"shasum": ""
},
"require": {
- "ext-dom": "*",
- "ext-mbstring": "*",
- "masterminds/html5": "^2.0",
- "phenx/php-font-lib": ">=0.5.4 <1.0.0",
- "phenx/php-svg-lib": ">=0.3.3 <1.0.0",
- "php": "^7.1 || ^8.0"
+ "craftcms/cms": "^5.0.0-beta",
+ "nystudio107/craft-code-editor": "^1.0.7"
},
- "suggest": {
- "ext-gd": "Needed to process images",
- "ext-gmagick": "Improves image processing performance",
- "ext-imagick": "Improves image processing performance",
- "ext-zlib": "Needed for pdf stream compression"
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "Dompdf\\": "src/"
- },
- "classmap": [
- "lib/"
- ]
- },
- "license": [
- "LGPL-2.1"
- ],
- "authors": [
- {
- "name": "The Dompdf Community",
- "homepage": "https://github.com/dompdf/dompdf/blob/master/AUTHORS.md"
- }
- ],
- "description": "DOMPDF is a CSS 2.1 compliant HTML to PDF converter",
- "homepage": "https://github.com/dompdf/dompdf",
- "time": "2023-12-12T20:19:39+00:00"
- },
- {
- "name": "doublesecretagency/craft-cpcss",
- "version": "2.6.0",
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/doublesecretagency/craft-cpcss/zipball/d9f3a9f1f2fc30b78a64dfbab13c9ebc4fe9d801",
- "reference": "d9f3a9f1f2fc30b78a64dfbab13c9ebc4fe9d801",
- "shasum": ""
- },
- "require": {
- "craftcms/cms": "^4.0.0",
- "nystudio107/craft-code-editor": "^1.0.7"
- },
- "type": "craft-plugin",
- "extra": {
- "name": "Control Panel CSS",
- "handle": "cp-css",
- "schemaVersion": "2.0.0",
- "changelogUrl": "https://raw.githubusercontent.com/doublesecretagency/craft-cpcss/v2/CHANGELOG.md",
- "class": "doublesecretagency\\cpcss\\CpCss"
+ "type": "craft-plugin",
+ "extra": {
+ "name": "Control Panel CSS",
+ "handle": "cp-css",
+ "schemaVersion": "2.0.0",
+ "changelogUrl": "https://raw.githubusercontent.com/doublesecretagency/craft-cpcss/v3/CHANGELOG.md",
+ "class": "doublesecretagency\\cpcss\\CpCss"
},
"autoload": {
"psr-4": {
@@ -2062,10 +1909,10 @@
"css"
],
"support": {
- "docs": "https://github.com/doublesecretagency/craft-cpcss/blob/v2/README.md",
+ "docs": "https://github.com/doublesecretagency/craft-cpcss/blob/v3/README.md",
"issues": "https://github.com/doublesecretagency/craft-cpcss/issues"
},
- "time": "2022-12-16T05:29:18+00:00"
+ "time": "2024-02-21T03:01:11+00:00"
},
{
"name": "egulias/email-validator",
@@ -2145,11 +1992,11 @@
},
{
"name": "embed/embed",
- "version": "v4.4.10",
+ "version": "v4.4.12",
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/oscarotero/Embed/zipball/8ac21505d048e8796c6cb9172ec5e81e5d0e0408",
- "reference": "8ac21505d048e8796c6cb9172ec5e81e5d0e0408",
+ "url": "https://api.github.com/repos/oscarotero/Embed/zipball/b0e1c0496e3707794e96d4eef53ffffd538b850a",
+ "reference": "b0e1c0496e3707794e96d4eef53ffffd538b850a",
"shasum": ""
},
"require": {
@@ -2197,21 +2044,20 @@
"opengraph",
"twitter cards"
],
- "time": "2023-12-10T12:30:47+00:00"
+ "time": "2024-07-24T14:08:11+00:00"
},
{
"name": "enshrined/svg-sanitize",
- "version": "0.16.0",
+ "version": "0.19.0",
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/darylldoyle/svg-sanitizer/zipball/239e257605e2141265b429e40987b2ee51bba4b4",
- "reference": "239e257605e2141265b429e40987b2ee51bba4b4",
+ "url": "https://api.github.com/repos/darylldoyle/svg-sanitizer/zipball/e95cd17be68e45f523cbfb0fe50cdd891b0cf20e",
+ "reference": "e95cd17be68e45f523cbfb0fe50cdd891b0cf20e",
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-libxml": "*",
- "ezyang/htmlpurifier": "^4.16",
"php": "^5.6 || ^7.0 || ^8.0"
},
"type": "library",
@@ -2230,7 +2076,7 @@
}
],
"description": "An SVG sanitizer for PHP",
- "time": "2023-03-20T10:51:12+00:00"
+ "time": "2024-06-18T10:27:15+00:00"
},
{
"name": "ezyang/htmlpurifier",
@@ -2279,63 +2125,17 @@
],
"time": "2023-11-17T15:01:25+00:00"
},
- {
- "name": "fakerphp/faker",
- "version": "v1.23.1",
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/FakerPHP/Faker/zipball/bfb4fe148adbf78eff521199619b93a52ae3554b",
- "reference": "bfb4fe148adbf78eff521199619b93a52ae3554b",
- "shasum": ""
- },
- "require": {
- "php": "^7.4 || ^8.0",
- "psr/container": "^1.0 || ^2.0",
- "symfony/deprecation-contracts": "^2.2 || ^3.0"
- },
- "conflict": {
- "fzaninotto/faker": "*"
- },
- "suggest": {
- "doctrine/orm": "Required to use Faker\\ORM\\Doctrine",
- "ext-curl": "Required by Faker\\Provider\\Image to download images.",
- "ext-dom": "Required by Faker\\Provider\\HtmlLorem for generating random HTML.",
- "ext-iconv": "Required by Faker\\Provider\\ru_RU\\Text::realText() for generating real Russian text.",
- "ext-mbstring": "Required for multibyte Unicode string functionality."
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "Faker\\": "src/Faker/"
- }
- },
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "François Zaninotto"
- }
- ],
- "description": "Faker is a PHP library that generates fake data for you.",
- "keywords": [
- "data",
- "faker",
- "fixtures"
- ],
- "time": "2024-01-02T13:46:09+00:00"
- },
{
"name": "firebase/php-jwt",
- "version": "v6.10.0",
+ "version": "v6.10.1",
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/firebase/php-jwt/zipball/a49db6f0a5033aef5143295342f1c95521b075ff",
- "reference": "a49db6f0a5033aef5143295342f1c95521b075ff",
+ "url": "https://api.github.com/repos/firebase/php-jwt/zipball/500501c2ce893c824c801da135d02661199f60c5",
+ "reference": "500501c2ce893c824c801da135d02661199f60c5",
"shasum": ""
},
"require": {
- "php": "^7.4||^8.0"
+ "php": "^8.0"
},
"suggest": {
"ext-sodium": "Support EdDSA (Ed25519) signatures",
@@ -2368,107 +2168,23 @@
"jwt",
"php"
],
- "time": "2023-12-01T16:26:39+00:00"
- },
- {
- "name": "giggsey/libphonenumber-for-php",
- "version": "8.13.28",
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/giggsey/libphonenumber-for-php/zipball/f508ab946a60c1470c92e33cfc0393a0d580b9a1",
- "reference": "f508ab946a60c1470c92e33cfc0393a0d580b9a1",
- "shasum": ""
- },
- "require": {
- "giggsey/locale": "^1.7|^2.0",
- "php": ">=5.3.2",
- "symfony/polyfill-mbstring": "^1.17"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "8.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "libphonenumber\\": "src/"
- },
- "exclude-from-classmap": [
- "/src/data/",
- "/src/carrier/data/",
- "/src/geocoding/data/",
- "/src/timezone/data/"
- ]
- },
- "license": [
- "Apache-2.0"
- ],
- "authors": [
- {
- "name": "Joshua Gigg",
- "email": "giggsey@gmail.com",
- "homepage": "https://giggsey.com/"
- }
- ],
- "description": "PHP Port of Google's libphonenumber",
- "homepage": "https://github.com/giggsey/libphonenumber-for-php",
- "keywords": [
- "geocoding",
- "geolocation",
- "libphonenumber",
- "mobile",
- "phonenumber",
- "validation"
- ],
- "time": "2024-01-17T08:09:20+00:00"
- },
- {
- "name": "giggsey/locale",
- "version": "2.5",
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/giggsey/Locale/zipball/e6d4540109a01dd2bc7334cdc842d6a6a67cf239",
- "reference": "e6d4540109a01dd2bc7334cdc842d6a6a67cf239",
- "shasum": ""
- },
- "require": {
- "php": ">=7.2"
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "Giggsey\\Locale\\": "src/"
- }
- },
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Joshua Gigg",
- "email": "giggsey@gmail.com",
- "homepage": "https://giggsey.com/"
- }
- ],
- "description": "Locale functions required by libphonenumber-for-php",
- "time": "2023-11-01T17:19:48+00:00"
+ "time": "2024-05-18T18:05:11+00:00"
},
{
"name": "google/auth",
- "version": "v1.34.0",
+ "version": "v1.42.0",
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/googleapis/google-auth-library-php/zipball/155daeadfd2f09743f611ea493b828d382519575",
- "reference": "155daeadfd2f09743f611ea493b828d382519575",
+ "url": "https://api.github.com/repos/googleapis/google-auth-library-php/zipball/0c25599a91530b5847f129b271c536f75a7563f5",
+ "reference": "0c25599a91530b5847f129b271c536f75a7563f5",
"shasum": ""
},
"require": {
"firebase/php-jwt": "^6.0",
- "guzzlehttp/guzzle": "^6.2.1|^7.0",
+ "guzzlehttp/guzzle": "^7.4.5",
"guzzlehttp/psr7": "^2.4.5",
- "php": "^7.4||^8.0",
- "psr/cache": "^1.0||^2.0||^3.0",
+ "php": "^8.0",
+ "psr/cache": "^2.0||^3.0",
"psr/http-message": "^1.1||^2.0"
},
"suggest": {
@@ -2490,24 +2206,25 @@
"google",
"oauth2"
],
- "time": "2024-01-03T20:45:15+00:00"
+ "time": "2024-08-26T18:33:48+00:00"
},
{
"name": "google/cloud-core",
- "version": "v1.53.1",
+ "version": "v1.59.1",
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/googleapis/google-cloud-php-core/zipball/4bb40e0cc1839054ea5010321e1105107a3413ce",
- "reference": "4bb40e0cc1839054ea5010321e1105107a3413ce",
+ "url": "https://api.github.com/repos/googleapis/google-cloud-php-core/zipball/35aae23dc4d0b860b6c3733e5cf381a510b506d9",
+ "reference": "35aae23dc4d0b860b6c3733e5cf381a510b506d9",
"shasum": ""
},
"require": {
"google/auth": "^1.34",
+ "google/gax": "^1.34.0",
"guzzlehttp/guzzle": "^6.5.8|^7.4.4",
"guzzlehttp/promises": "^1.4||^2.0",
"guzzlehttp/psr7": "^2.6",
"monolog/monolog": "^2.9|^3.0",
- "php": ">=7.4",
+ "php": "^8.0",
"psr/http-message": "^1.0|^2.0",
"rize/uri-template": "~0.3"
},
@@ -2536,20 +2253,20 @@
"Apache-2.0"
],
"description": "Google Cloud PHP shared dependency, providing functionality useful to all components.",
- "time": "2024-01-19T15:59:50+00:00"
+ "time": "2024-08-10T02:24:23+00:00"
},
{
"name": "google/cloud-storage",
- "version": "v1.37.0",
+ "version": "v1.42.1",
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/googleapis/google-cloud-php-storage/zipball/48489319d931262def899a5b2337b8e514c39d34",
- "reference": "48489319d931262def899a5b2337b8e514c39d34",
+ "url": "https://api.github.com/repos/googleapis/google-cloud-php-storage/zipball/2a418cad887e44d08a86de19a878ea3607212edb",
+ "reference": "2a418cad887e44d08a86de19a878ea3607212edb",
"shasum": ""
},
"require": {
- "google/cloud-core": "^1.53",
- "php": ">=7.4",
+ "google/cloud-core": "^1.55",
+ "php": "^8.0",
"ramsey/uuid": "^4.2.3"
},
"suggest": {
@@ -2574,20 +2291,194 @@
"Apache-2.0"
],
"description": "Cloud Storage Client for PHP",
- "time": "2024-01-12T19:18:38+00:00"
+ "time": "2024-07-08T23:14:13+00:00"
+ },
+ {
+ "name": "google/common-protos",
+ "version": "v4.7.0",
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/googleapis/common-protos-php/zipball/e58068776f57605c336e32c7db373f0a81da17b8",
+ "reference": "e58068776f57605c336e32c7db373f0a81da17b8",
+ "shasum": ""
+ },
+ "require": {
+ "google/protobuf": "^v3.25.3||^4.26.1",
+ "php": "^8.0"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Google\\Api\\": "src/Api",
+ "Google\\Iam\\": "src/Iam",
+ "Google\\Rpc\\": "src/Rpc",
+ "Google\\Type\\": "src/Type",
+ "Google\\Cloud\\": "src/Cloud",
+ "GPBMetadata\\Google\\Api\\": "metadata/Api",
+ "GPBMetadata\\Google\\Iam\\": "metadata/Iam",
+ "GPBMetadata\\Google\\Rpc\\": "metadata/Rpc",
+ "GPBMetadata\\Google\\Type\\": "metadata/Type",
+ "GPBMetadata\\Google\\Cloud\\": "metadata/Cloud",
+ "GPBMetadata\\Google\\Logging\\": "metadata/Logging"
+ }
+ },
+ "license": [
+ "Apache-2.0"
+ ],
+ "description": "Google API Common Protos for PHP",
+ "homepage": "https://github.com/googleapis/common-protos-php",
+ "keywords": [
+ "google"
+ ],
+ "time": "2024-07-25T20:20:43+00:00"
+ },
+ {
+ "name": "google/gax",
+ "version": "v1.34.1",
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/googleapis/gax-php/zipball/173f0a97323284f91fd453c4ed7ed8317ecf6cfa",
+ "reference": "173f0a97323284f91fd453c4ed7ed8317ecf6cfa",
+ "shasum": ""
+ },
+ "require": {
+ "google/auth": "^1.34.0",
+ "google/common-protos": "^4.4",
+ "google/grpc-gcp": "^0.4",
+ "google/longrunning": "~0.4",
+ "google/protobuf": "^v3.25.3||^4.26.1",
+ "grpc/grpc": "^1.13",
+ "guzzlehttp/promises": "^2.0",
+ "guzzlehttp/psr7": "^2.0",
+ "php": "^8.0",
+ "ramsey/uuid": "^4.0"
+ },
+ "conflict": {
+ "ext-protobuf": "<3.7.0"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Google\\ApiCore\\": "src",
+ "GPBMetadata\\ApiCore\\": "metadata/ApiCore"
+ }
+ },
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "description": "Google API Core for PHP",
+ "homepage": "https://github.com/googleapis/gax-php",
+ "keywords": [
+ "google"
+ ],
+ "time": "2024-08-15T18:00:58+00:00"
+ },
+ {
+ "name": "google/grpc-gcp",
+ "version": "v0.4.0",
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/GoogleCloudPlatform/grpc-gcp-php/zipball/2a80dbf690922aa52bb6bb79b9a32a9637a5c2d9",
+ "reference": "2a80dbf690922aa52bb6bb79b9a32a9637a5c2d9",
+ "shasum": ""
+ },
+ "require": {
+ "google/auth": "^1.3",
+ "google/protobuf": "^v3.25.3||^4.26.1",
+ "grpc/grpc": "^v1.13.0",
+ "php": "^8.0",
+ "psr/cache": "^1.0.1||^2.0.0||^3.0.0"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Grpc\\Gcp\\": "src/"
+ },
+ "classmap": [
+ "src/generated/"
+ ]
+ },
+ "license": [
+ "Apache-2.0"
+ ],
+ "description": "gRPC GCP library for channel management",
+ "time": "2024-04-03T16:37:55+00:00"
+ },
+ {
+ "name": "google/longrunning",
+ "version": "0.4.3",
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/googleapis/php-longrunning/zipball/ed718a735e407826c3332b7197a44602eb03e608",
+ "reference": "ed718a735e407826c3332b7197a44602eb03e608",
+ "shasum": ""
+ },
+ "type": "library",
+ "extra": {
+ "component": {
+ "id": "longrunning",
+ "path": "LongRunning",
+ "entry": null,
+ "target": "googleapis/php-longrunning"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Google\\LongRunning\\": "src/LongRunning",
+ "Google\\ApiCore\\LongRunning\\": "src/ApiCore/LongRunning",
+ "GPBMetadata\\Google\\Longrunning\\": "metadata/Longrunning"
+ }
+ },
+ "license": [
+ "Apache-2.0"
+ ],
+ "description": "Google LongRunning Client for PHP",
+ "time": "2024-06-01T03:14:01+00:00"
+ },
+ {
+ "name": "google/protobuf",
+ "version": "v4.28.0",
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/protocolbuffers/protobuf-php/zipball/17e3d804bf6631c2744c99575698f9cd4878b84f",
+ "reference": "17e3d804bf6631c2744c99575698f9cd4878b84f",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=7.0.0"
+ },
+ "suggest": {
+ "ext-bcmath": "Need to support JSON deserialization"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Google\\Protobuf\\": "src/Google/Protobuf",
+ "GPBMetadata\\Google\\Protobuf\\": "src/GPBMetadata/Google/Protobuf"
+ }
+ },
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "description": "proto library for PHP",
+ "homepage": "https://developers.google.com/protocol-buffers/",
+ "keywords": [
+ "proto"
+ ],
+ "time": "2024-08-28T17:54:02+00:00"
},
{
"name": "graham-campbell/result-type",
- "version": "v1.1.1",
+ "version": "v1.1.3",
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/GrahamCampbell/Result-Type/zipball/672eff8cf1d6fe1ef09ca0f89c4b287d6a3eb831",
- "reference": "672eff8cf1d6fe1ef09ca0f89c4b287d6a3eb831",
+ "url": "https://api.github.com/repos/GrahamCampbell/Result-Type/zipball/3ba905c11371512af9d9bdd27d99b782216b6945",
+ "reference": "3ba905c11371512af9d9bdd27d99b782216b6945",
"shasum": ""
},
"require": {
"php": "^7.2.5 || ^8.0",
- "phpoption/phpoption": "^1.9.1"
+ "phpoption/phpoption": "^1.9.3"
},
"type": "library",
"autoload": {
@@ -2613,21 +2504,53 @@
"Result-Type",
"result"
],
- "time": "2023-02-25T20:23:15+00:00"
+ "time": "2024-07-20T21:45:45+00:00"
+ },
+ {
+ "name": "grpc/grpc",
+ "version": "1.57.0",
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/grpc/grpc-php/zipball/b610c42022ed3a22f831439cb93802f2a4502fdf",
+ "reference": "b610c42022ed3a22f831439cb93802f2a4502fdf",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=7.0.0"
+ },
+ "suggest": {
+ "ext-protobuf": "For better performance, install the protobuf C extension.",
+ "google/protobuf": "To get started using grpc quickly, install the native protobuf library."
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Grpc\\": "src/lib/"
+ }
+ },
+ "license": [
+ "Apache-2.0"
+ ],
+ "description": "gRPC library for PHP",
+ "homepage": "https://grpc.io",
+ "keywords": [
+ "rpc"
+ ],
+ "time": "2023-08-14T23:57:54+00:00"
},
{
"name": "guzzlehttp/guzzle",
- "version": "7.8.1",
+ "version": "7.9.2",
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/guzzle/guzzle/zipball/41042bc7ab002487b876a0683fc8dce04ddce104",
- "reference": "41042bc7ab002487b876a0683fc8dce04ddce104",
+ "url": "https://api.github.com/repos/guzzle/guzzle/zipball/d281ed313b989f213357e3be1a179f02196ac99b",
+ "reference": "d281ed313b989f213357e3be1a179f02196ac99b",
"shasum": ""
},
"require": {
"ext-json": "*",
- "guzzlehttp/promises": "^1.5.3 || ^2.0.1",
- "guzzlehttp/psr7": "^1.9.1 || ^2.5.1",
+ "guzzlehttp/promises": "^1.5.3 || ^2.0.3",
+ "guzzlehttp/psr7": "^2.7.0",
"php": "^7.2.5 || ^8.0",
"psr/http-client": "^1.0",
"symfony/deprecation-contracts": "^2.2 || ^3.0"
@@ -2707,87 +2630,41 @@
"rest",
"web service"
],
- "time": "2023-12-03T20:35:24+00:00"
+ "time": "2024-07-24T11:22:20+00:00"
},
{
- "name": "guzzlehttp/oauth-subscriber",
- "version": "0.6.0",
+ "name": "guzzlehttp/promises",
+ "version": "2.0.3",
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/guzzle/oauth-subscriber/zipball/8d6cab29f8397e5712d00a383eeead36108a3c1f",
- "reference": "8d6cab29f8397e5712d00a383eeead36108a3c1f",
+ "url": "https://api.github.com/repos/guzzle/promises/zipball/6ea8dd08867a2a42619d65c3deb2c0fcbf81c8f8",
+ "reference": "6ea8dd08867a2a42619d65c3deb2c0fcbf81c8f8",
"shasum": ""
},
"require": {
- "guzzlehttp/guzzle": "^6.5|^7.2",
- "guzzlehttp/psr7": "^1.7|^2.0",
- "php": ">=5.5.0"
- },
- "suggest": {
- "ext-openssl": "Required to sign using RSA-SHA1"
+ "php": "^7.2.5 || ^8.0"
},
"type": "library",
"extra": {
- "branch-alias": {
- "dev-master": "0.6-dev"
+ "bamarni-bin": {
+ "bin-links": true,
+ "forward-command": false
}
},
"autoload": {
"psr-4": {
- "GuzzleHttp\\Subscriber\\Oauth\\": "src"
+ "GuzzleHttp\\Promise\\": "src/"
}
},
"license": [
"MIT"
],
"authors": [
- {
- "name": "Michael Dowling",
- "email": "mtdowling@gmail.com",
- "homepage": "https://github.com/mtdowling"
- }
- ],
- "description": "Guzzle OAuth 1.0 subscriber",
- "homepage": "http://guzzlephp.org/",
- "keywords": [
- "Guzzle",
- "oauth"
- ],
- "time": "2021-07-13T12:01:32+00:00"
- },
- {
- "name": "guzzlehttp/promises",
- "version": "2.0.2",
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/guzzle/promises/zipball/bbff78d96034045e58e13dedd6ad91b5d1253223",
- "reference": "bbff78d96034045e58e13dedd6ad91b5d1253223",
- "shasum": ""
- },
- "require": {
- "php": "^7.2.5 || ^8.0"
- },
- "type": "library",
- "extra": {
- "bamarni-bin": {
- "bin-links": true,
- "forward-command": false
- }
- },
- "autoload": {
- "psr-4": {
- "GuzzleHttp\\Promise\\": "src/"
- }
- },
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Graham Campbell",
- "email": "hello@gjcampbell.co.uk",
- "homepage": "https://github.com/GrahamCampbell"
- },
+ {
+ "name": "Graham Campbell",
+ "email": "hello@gjcampbell.co.uk",
+ "homepage": "https://github.com/GrahamCampbell"
+ },
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
@@ -2808,15 +2685,15 @@
"keywords": [
"promise"
],
- "time": "2023-12-03T20:19:20+00:00"
+ "time": "2024-07-18T10:29:17+00:00"
},
{
"name": "guzzlehttp/psr7",
- "version": "2.6.2",
+ "version": "2.7.0",
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/guzzle/psr7/zipball/45b30f99ac27b5ca93cb4831afe16285f57b8221",
- "reference": "45b30f99ac27b5ca93cb4831afe16285f57b8221",
+ "url": "https://api.github.com/repos/guzzle/psr7/zipball/a70f5c95fb43bc83f07c9c948baa0dc1829bf201",
+ "reference": "a70f5c95fb43bc83f07c9c948baa0dc1829bf201",
"shasum": ""
},
"require": {
@@ -2895,58 +2772,30 @@
"uri",
"url"
],
- "time": "2023-12-03T20:05:35+00:00"
- },
- {
- "name": "html2text/html2text",
- "version": "4.3.1",
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/mtibben/html2text/zipball/61ad68e934066a6f8df29a3d23a6460536d0855c",
- "reference": "61ad68e934066a6f8df29a3d23a6460536d0855c",
- "shasum": ""
- },
- "suggest": {
- "ext-mbstring": "For best performance",
- "symfony/polyfill-mbstring": "If you can't install ext-mbstring"
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "Html2Text\\": [
- "src/",
- "test/"
- ]
- }
- },
- "license": [
- "GPL-2.0-or-later"
- ],
- "description": "Converts HTML to formatted plain text",
- "time": "2020-04-16T23:44:31+00:00"
+ "time": "2024-07-18T11:15:46+00:00"
},
{
"name": "illuminate/collections",
- "version": "v9.52.16",
+ "version": "v10.48.20",
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/illuminate/collections/zipball/d3710b0b244bfc62c288c1a87eaa62dd28352d1f",
- "reference": "d3710b0b244bfc62c288c1a87eaa62dd28352d1f",
+ "url": "https://api.github.com/repos/illuminate/collections/zipball/37c863cffb345869dd134eff8e646bc82a19cc96",
+ "reference": "37c863cffb345869dd134eff8e646bc82a19cc96",
"shasum": ""
},
"require": {
- "illuminate/conditionable": "^9.0",
- "illuminate/contracts": "^9.0",
- "illuminate/macroable": "^9.0",
- "php": "^8.0.2"
+ "illuminate/conditionable": "^10.0",
+ "illuminate/contracts": "^10.0",
+ "illuminate/macroable": "^10.0",
+ "php": "^8.1"
},
"suggest": {
- "symfony/var-dumper": "Required to use the dump method (^6.0)."
+ "symfony/var-dumper": "Required to use the dump method (^6.2)."
},
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "9.x-dev"
+ "dev-master": "10.x-dev"
}
},
"autoload": {
@@ -2968,15 +2817,15 @@
],
"description": "The Illuminate Collections package.",
"homepage": "https://laravel.com",
- "time": "2023-06-11T21:17:10+00:00"
+ "time": "2024-06-19T14:25:05+00:00"
},
{
"name": "illuminate/conditionable",
- "version": "v9.52.16",
+ "version": "v10.48.20",
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/illuminate/conditionable/zipball/bea24daa0fa84b7e7b0d5b84f62c71b7e2dc3364",
- "reference": "bea24daa0fa84b7e7b0d5b84f62c71b7e2dc3364",
+ "url": "https://api.github.com/repos/illuminate/conditionable/zipball/d0958e4741fc9d6f516a552060fd1b829a85e009",
+ "reference": "d0958e4741fc9d6f516a552060fd1b829a85e009",
"shasum": ""
},
"require": {
@@ -2985,7 +2834,7 @@
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "9.x-dev"
+ "dev-master": "10.x-dev"
}
},
"autoload": {
@@ -3004,26 +2853,26 @@
],
"description": "The Illuminate Conditionable package.",
"homepage": "https://laravel.com",
- "time": "2023-02-01T21:42:32+00:00"
+ "time": "2023-02-03T08:06:17+00:00"
},
{
"name": "illuminate/contracts",
- "version": "v9.52.16",
+ "version": "v10.48.20",
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/illuminate/contracts/zipball/44f65d723b13823baa02ff69751a5948bde60c22",
- "reference": "44f65d723b13823baa02ff69751a5948bde60c22",
+ "url": "https://api.github.com/repos/illuminate/contracts/zipball/8d7152c4a1f5d9cf7da3e8b71f23e4556f6138ac",
+ "reference": "8d7152c4a1f5d9cf7da3e8b71f23e4556f6138ac",
"shasum": ""
},
"require": {
- "php": "^8.0.2",
+ "php": "^8.1",
"psr/container": "^1.1.1|^2.0.1",
"psr/simple-cache": "^1.0|^2.0|^3.0"
},
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "9.x-dev"
+ "dev-master": "10.x-dev"
}
},
"autoload": {
@@ -3042,24 +2891,24 @@
],
"description": "The Illuminate Contracts package.",
"homepage": "https://laravel.com",
- "time": "2023-02-08T14:36:30+00:00"
+ "time": "2024-01-15T18:52:32+00:00"
},
{
"name": "illuminate/macroable",
- "version": "v9.52.16",
+ "version": "v10.48.20",
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/illuminate/macroable/zipball/e3bfaf6401742a9c6abca61b9b10e998e5b6449a",
- "reference": "e3bfaf6401742a9c6abca61b9b10e998e5b6449a",
+ "url": "https://api.github.com/repos/illuminate/macroable/zipball/dff667a46ac37b634dcf68909d9d41e94dc97c27",
+ "reference": "dff667a46ac37b634dcf68909d9d41e94dc97c27",
"shasum": ""
},
"require": {
- "php": "^8.0.2"
+ "php": "^8.1"
},
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "9.x-dev"
+ "dev-master": "10.x-dev"
}
},
"autoload": {
@@ -3078,7 +2927,7 @@
],
"description": "The Illuminate Macroable package.",
"homepage": "https://laravel.com",
- "time": "2022-08-09T13:29:29+00:00"
+ "time": "2023-06-05T12:46:42+00:00"
},
{
"name": "imgix/imgix-php",
@@ -3107,168 +2956,6 @@
],
"time": "2021-03-25T15:10:34+00:00"
},
- {
- "name": "intervention/httpauth",
- "version": "3.0.3",
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/Intervention/httpauth/zipball/7742aa013e1a72f94379cb6623286f06fa1ea5f7",
- "reference": "7742aa013e1a72f94379cb6623286f06fa1ea5f7",
- "shasum": ""
- },
- "require": {
- "php": "^7.3|^8.0"
- },
- "type": "library",
- "extra": {
- "laravel": {
- "providers": [
- "Intervention\\HttpAuth\\Laravel\\HttpAuthServiceProvider"
- ],
- "aliases": {
- "HttpAuth": "Intervention\\HttpAuth\\Laravel\\Facades\\HttpAuth"
- }
- }
- },
- "autoload": {
- "psr-4": {
- "Intervention\\HttpAuth\\": "src/"
- }
- },
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Oliver Vogel",
- "email": "oliver@olivervogel.com",
- "homepage": "https://olivervogel.com/"
- }
- ],
- "description": "HTTP authentication (Basic & Digest) including ServiceProviders for easy Laravel integration",
- "homepage": "https://github.com/Intervention/httpauth",
- "keywords": [
- "Authentication",
- "http",
- "laravel"
- ],
- "time": "2021-01-22T15:08:35+00:00"
- },
- {
- "name": "intervention/image",
- "version": "2.7.2",
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/Intervention/image/zipball/04be355f8d6734c826045d02a1079ad658322dad",
- "reference": "04be355f8d6734c826045d02a1079ad658322dad",
- "shasum": ""
- },
- "require": {
- "ext-fileinfo": "*",
- "guzzlehttp/psr7": "~1.1 || ^2.0",
- "php": ">=5.4.0"
- },
- "suggest": {
- "ext-gd": "to use GD library based image processing.",
- "ext-imagick": "to use Imagick based image processing.",
- "intervention/imagecache": "Caching extension for the Intervention Image library"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.4-dev"
- },
- "laravel": {
- "providers": [
- "Intervention\\Image\\ImageServiceProvider"
- ],
- "aliases": {
- "Image": "Intervention\\Image\\Facades\\Image"
- }
- }
- },
- "autoload": {
- "psr-4": {
- "Intervention\\Image\\": "src/Intervention/Image"
- }
- },
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Oliver Vogel",
- "email": "oliver@intervention.io",
- "homepage": "https://intervention.io/"
- }
- ],
- "description": "Image handling and manipulation library with support for Laravel integration",
- "homepage": "http://image.intervention.io/",
- "keywords": [
- "gd",
- "image",
- "imagick",
- "laravel",
- "thumbnail",
- "watermark"
- ],
- "time": "2022-05-21T17:30:32+00:00"
- },
- {
- "name": "justinrainbow/json-schema",
- "version": "v5.2.13",
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/fbbe7e5d79f618997bc3332a6f49246036c45793",
- "reference": "fbbe7e5d79f618997bc3332a6f49246036c45793",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.3"
- },
- "bin": [
- "bin/validate-json"
- ],
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "5.0.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "JsonSchema\\": "src/JsonSchema/"
- }
- },
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Bruno Prieto Reis",
- "email": "bruno.p.reis@gmail.com"
- },
- {
- "name": "Justin Rainbow",
- "email": "justin.rainbow@gmail.com"
- },
- {
- "name": "Igor Wiedler",
- "email": "igor@wiedler.ch"
- },
- {
- "name": "Robert Schönthal",
- "email": "seroscho@googlemail.com"
- }
- ],
- "description": "A library to validate a json schema.",
- "homepage": "https://github.com/justinrainbow/json-schema",
- "keywords": [
- "json",
- "schema"
- ],
- "time": "2023-09-26T02:20:38+00:00"
- },
{
"name": "kelunik/certificate",
"version": "v1.1.3",
@@ -3420,32 +3107,25 @@
"time": "2022-11-12T10:09:40+00:00"
},
{
- "name": "league/flysystem",
- "version": "3.17.0",
+ "name": "lcobucci/clock",
+ "version": "3.2.0",
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/bd4c9b26849d82364119c68429541f1631fba94b",
- "reference": "bd4c9b26849d82364119c68429541f1631fba94b",
+ "url": "https://api.github.com/repos/lcobucci/clock/zipball/6f28b826ea01306b07980cb8320ab30b966cd715",
+ "reference": "6f28b826ea01306b07980cb8320ab30b966cd715",
"shasum": ""
},
"require": {
- "league/flysystem-local": "^3.0.0",
- "league/mime-type-detection": "^1.0.0",
- "php": "^8.0.2"
+ "php": "~8.2.0 || ~8.3.0",
+ "psr/clock": "^1.0"
},
- "conflict": {
- "async-aws/core": "<1.19.0",
- "async-aws/s3": "<1.14.0",
- "aws/aws-sdk-php": "3.209.31 || 3.210.0",
- "guzzlehttp/guzzle": "<7.0",
- "guzzlehttp/ringphp": "<1.1.1",
- "phpseclib/phpseclib": "3.0.15",
- "symfony/http-client": "<5.2"
+ "provide": {
+ "psr/clock-implementation": "1.0"
},
"type": "library",
"autoload": {
"psr-4": {
- "League\\Flysystem\\": "src"
+ "Lcobucci\\Clock\\": "src"
}
},
"license": [
@@ -3453,45 +3133,48 @@
],
"authors": [
{
- "name": "Frank de Jonge",
- "email": "info@frankdejonge.nl"
+ "name": "Luís Cobucci",
+ "email": "lcobucci@gmail.com"
}
],
- "description": "File storage abstraction for PHP",
- "keywords": [
- "WebDAV",
- "aws",
- "cloud",
- "file",
- "files",
- "filesystem",
- "filesystems",
- "ftp",
- "s3",
- "sftp",
- "storage"
- ],
- "time": "2023-10-05T20:15:05+00:00"
+ "description": "Yet another clock abstraction",
+ "time": "2023-11-17T17:00:27+00:00"
},
{
- "name": "league/flysystem-local",
- "version": "3.16.0",
+ "name": "league/uri",
+ "version": "7.4.1",
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/thephpleague/flysystem-local/zipball/ec7383f25642e6fd4bb0c9554fc2311245391781",
- "reference": "ec7383f25642e6fd4bb0c9554fc2311245391781",
+ "url": "https://api.github.com/repos/thephpleague/uri/zipball/bedb6e55eff0c933668addaa7efa1e1f2c417cc4",
+ "reference": "bedb6e55eff0c933668addaa7efa1e1f2c417cc4",
"shasum": ""
},
"require": {
- "ext-fileinfo": "*",
- "league/flysystem": "^3.0.0",
- "league/mime-type-detection": "^1.0.0",
- "php": "^8.0.2"
+ "league/uri-interfaces": "^7.3",
+ "php": "^8.1"
+ },
+ "conflict": {
+ "league/uri-schemes": "^1.0"
+ },
+ "suggest": {
+ "ext-bcmath": "to improve IPV4 host parsing",
+ "ext-fileinfo": "to create Data URI from file contennts",
+ "ext-gmp": "to improve IPV4 host parsing",
+ "ext-intl": "to handle IDN host with the best performance",
+ "jeremykendall/php-domain-parser": "to resolve Public Suffix and Top Level Domain",
+ "league/uri-components": "Needed to easily manipulate URI objects components",
+ "php-64bit": "to improve IPV4 host parsing",
+ "symfony/polyfill-intl-idn": "to handle IDN host via the Symfony polyfill if ext-intl is not present"
},
"type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "7.x-dev"
+ }
+ },
"autoload": {
"psr-4": {
- "League\\Flysystem\\Local\\": ""
+ "League\\Uri\\": ""
}
},
"license": [
@@ -3499,111 +3182,131 @@
],
"authors": [
{
- "name": "Frank de Jonge",
- "email": "info@frankdejonge.nl"
+ "name": "Ignace Nyamagana Butera",
+ "email": "nyamsprod@gmail.com",
+ "homepage": "https://nyamsprod.com"
}
],
- "description": "Local filesystem adapter for Flysystem.",
+ "description": "URI manipulation library",
+ "homepage": "https://uri.thephpleague.com",
"keywords": [
- "Flysystem",
- "file",
- "files",
- "filesystem",
- "local"
+ "data-uri",
+ "file-uri",
+ "ftp",
+ "hostname",
+ "http",
+ "https",
+ "middleware",
+ "parse_str",
+ "parse_url",
+ "psr-7",
+ "query-string",
+ "querystring",
+ "rfc3986",
+ "rfc3987",
+ "rfc6570",
+ "uri",
+ "uri-template",
+ "url",
+ "ws"
],
- "time": "2023-08-30T10:23:59+00:00"
+ "time": "2024-03-23T07:42:40+00:00"
},
{
- "name": "league/glide",
- "version": "2.3.0",
- "source": {
- "type": "git",
- "url": "https://github.com/thephpleague/glide.git",
- "reference": "2ff92c8f1edc80b74e2d3c5efccfc7223f74d407"
- },
+ "name": "league/uri-components",
+ "version": "7.4.1",
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/thephpleague/glide/zipball/2ff92c8f1edc80b74e2d3c5efccfc7223f74d407",
- "reference": "2ff92c8f1edc80b74e2d3c5efccfc7223f74d407",
+ "url": "https://api.github.com/repos/thephpleague/uri-components/zipball/b94fe4097885f1b51c4c3fcb78025fbbabbb5d9d",
+ "reference": "b94fe4097885f1b51c4c3fcb78025fbbabbb5d9d",
"shasum": ""
},
"require": {
- "intervention/image": "^2.7",
- "league/flysystem": "^2.0|^3.0",
- "php": "^7.2|^8.0",
- "psr/http-message": "^1.0|^2.0"
+ "league/uri": "^7.3",
+ "php": "^8.1"
},
- "require-dev": {
- "mockery/mockery": "^1.3.3",
- "phpunit/php-token-stream": "^3.1|^4.0",
- "phpunit/phpunit": "^8.5|^9.0"
+ "suggest": {
+ "ext-bcmath": "to improve IPV4 host parsing",
+ "ext-fileinfo": "to create Data URI from file contennts",
+ "ext-gmp": "to improve IPV4 host parsing",
+ "ext-intl": "to handle IDN host with the best performance",
+ "ext-mbstring": "to use the sorting algorithm of URLSearchParams",
+ "jeremykendall/php-domain-parser": "to resolve Public Suffix and Top Level Domain",
+ "php-64bit": "to improve IPV4 host parsing",
+ "symfony/polyfill-intl-idn": "to handle IDN host via the Symfony polyfill if ext-intl is not present"
},
"type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "7.x-dev"
+ }
+ },
"autoload": {
"psr-4": {
- "League\\Glide\\": "src/"
+ "League\\Uri\\": ""
}
},
- "notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
- "name": "Jonathan Reinink",
- "email": "jonathan@reinink.ca",
- "homepage": "http://reinink.ca"
- },
- {
- "name": "Titouan Galopin",
- "email": "galopintitouan@gmail.com",
- "homepage": "https://titouangalopin.com"
+ "name": "Ignace Nyamagana Butera",
+ "email": "nyamsprod@gmail.com",
+ "homepage": "https://nyamsprod.com"
}
],
- "description": "Wonderfully easy on-demand image manipulation library with an HTTP based API.",
- "homepage": "http://glide.thephpleague.com",
+ "description": "URI components manipulation library",
+ "homepage": "http://uri.thephpleague.com",
"keywords": [
- "ImageMagick",
- "editing",
- "gd",
- "image",
- "imagick",
- "league",
- "manipulation",
- "processing"
+ "authority",
+ "components",
+ "fragment",
+ "host",
+ "middleware",
+ "modifier",
+ "path",
+ "port",
+ "query",
+ "rfc3986",
+ "scheme",
+ "uri",
+ "url",
+ "userinfo"
],
- "support": {
- "issues": "https://github.com/thephpleague/glide/issues",
- "source": "https://github.com/thephpleague/glide/tree/2.3.0"
- },
- "time": "2023-07-08T06:26:07+00:00"
+ "time": "2024-03-23T07:42:40+00:00"
},
{
- "name": "league/html-to-markdown",
- "version": "5.1.1",
+ "name": "league/uri-interfaces",
+ "version": "7.4.1",
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/thephpleague/html-to-markdown/zipball/0b4066eede55c48f38bcee4fb8f0aa85654390fd",
- "reference": "0b4066eede55c48f38bcee4fb8f0aa85654390fd",
+ "url": "https://api.github.com/repos/thephpleague/uri-interfaces/zipball/8d43ef5c841032c87e2de015972c06f3865ef718",
+ "reference": "8d43ef5c841032c87e2de015972c06f3865ef718",
"shasum": ""
},
"require": {
- "ext-dom": "*",
- "ext-xml": "*",
- "php": "^7.2.5 || ^8.0"
+ "ext-filter": "*",
+ "php": "^8.1",
+ "psr/http-factory": "^1",
+ "psr/http-message": "^1.1 || ^2.0"
},
- "bin": [
- "bin/html-to-markdown"
- ],
- "type": "library",
- "extra": {
+ "suggest": {
+ "ext-bcmath": "to improve IPV4 host parsing",
+ "ext-gmp": "to improve IPV4 host parsing",
+ "ext-intl": "to handle IDN host with the best performance",
+ "php-64bit": "to improve IPV4 host parsing",
+ "symfony/polyfill-intl-idn": "to handle IDN host via the Symfony polyfill if ext-intl is not present"
+ },
+ "type": "library",
+ "extra": {
"branch-alias": {
- "dev-master": "5.2-dev"
+ "dev-master": "7.x-dev"
}
},
"autoload": {
"psr-4": {
- "League\\HTMLToMarkdown\\": "src/"
+ "League\\Uri\\": ""
}
},
"license": [
@@ -3611,43 +3314,50 @@
],
"authors": [
{
- "name": "Colin O'Dell",
- "email": "colinodell@gmail.com",
- "homepage": "https://www.colinodell.com",
- "role": "Lead Developer"
- },
- {
- "name": "Nick Cernis",
- "email": "nick@cern.is",
- "homepage": "http://modernnerd.net",
- "role": "Original Author"
+ "name": "Ignace Nyamagana Butera",
+ "email": "nyamsprod@gmail.com",
+ "homepage": "https://nyamsprod.com"
}
],
- "description": "An HTML-to-markdown conversion helper for PHP",
- "homepage": "https://github.com/thephpleague/html-to-markdown",
+ "description": "Common interfaces and classes for URI representation and interaction",
+ "homepage": "https://uri.thephpleague.com",
"keywords": [
- "html",
- "markdown"
+ "data-uri",
+ "file-uri",
+ "ftp",
+ "hostname",
+ "http",
+ "https",
+ "parse_str",
+ "parse_url",
+ "psr-7",
+ "query-string",
+ "querystring",
+ "rfc3986",
+ "rfc3987",
+ "rfc6570",
+ "uri",
+ "url",
+ "ws"
],
- "time": "2023-07-12T21:21:09+00:00"
+ "time": "2024-03-23T07:42:40+00:00"
},
{
- "name": "league/mime-type-detection",
- "version": "1.14.0",
+ "name": "mikehaertl/php-shellcommand",
+ "version": "1.7.0",
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/b6a5854368533df0295c5761a0253656a2e52d9e",
- "reference": "b6a5854368533df0295c5761a0253656a2e52d9e",
+ "url": "https://api.github.com/repos/mikehaertl/php-shellcommand/zipball/e79ea528be155ffdec6f3bf1a4a46307bb49e545",
+ "reference": "e79ea528be155ffdec6f3bf1a4a46307bb49e545",
"shasum": ""
},
"require": {
- "ext-fileinfo": "*",
- "php": "^7.4 || ^8.0"
+ "php": ">= 5.3.0"
},
"type": "library",
"autoload": {
"psr-4": {
- "League\\MimeTypeDetection\\": "src"
+ "mikehaertl\\shellcommand\\": "src/"
}
},
"license": [
@@ -3655,42 +3365,34 @@
],
"authors": [
{
- "name": "Frank de Jonge",
- "email": "info@frankdejonge.nl"
+ "name": "Michael Härtl",
+ "email": "haertl.mike@gmail.com"
}
],
- "description": "Mime-type detection for Flysystem",
- "time": "2023-10-17T14:13:20+00:00"
+ "description": "An object oriented interface to shell commands",
+ "keywords": [
+ "shell"
+ ],
+ "time": "2023-04-19T08:25:22+00:00"
},
{
- "name": "league/oauth1-client",
- "version": "v1.10.1",
+ "name": "ml/iri",
+ "version": "1.1.4",
+ "target-dir": "ML/IRI",
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/thephpleague/oauth1-client/zipball/d6365b901b5c287dd41f143033315e2f777e1167",
- "reference": "d6365b901b5c287dd41f143033315e2f777e1167",
+ "url": "https://api.github.com/repos/lanthaler/IRI/zipball/cbd44fa913e00ea624241b38cefaa99da8d71341",
+ "reference": "cbd44fa913e00ea624241b38cefaa99da8d71341",
"shasum": ""
},
"require": {
- "ext-json": "*",
- "ext-openssl": "*",
- "guzzlehttp/guzzle": "^6.0|^7.0",
- "guzzlehttp/psr7": "^1.7|^2.0",
- "php": ">=7.1||>=8.0"
- },
- "suggest": {
- "ext-simplexml": "For decoding XML-based responses."
+ "lib-pcre": ">=4.0",
+ "php": ">=5.3.0"
},
"type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.0-dev",
- "dev-develop": "2.0-dev"
- }
- },
"autoload": {
- "psr-4": {
- "League\\OAuth1\\Client\\": "src/"
+ "psr-0": {
+ "ML\\IRI": ""
}
},
"license": [
@@ -3698,52 +3400,40 @@
],
"authors": [
{
- "name": "Ben Corlett",
- "email": "bencorlett@me.com",
- "homepage": "http://www.webcomm.com.au",
+ "name": "Markus Lanthaler",
+ "email": "mail@markus-lanthaler.com",
+ "homepage": "http://www.markus-lanthaler.com",
"role": "Developer"
}
],
- "description": "OAuth 1.0 Client Library",
+ "description": "IRI handling for PHP",
+ "homepage": "http://www.markus-lanthaler.com",
"keywords": [
- "Authentication",
- "SSO",
- "authorization",
- "bitbucket",
- "identity",
- "idp",
- "oauth",
- "oauth1",
- "single sign on",
- "trello",
- "tumblr",
- "twitter"
+ "URN",
+ "iri",
+ "uri",
+ "url"
],
- "time": "2022-04-15T14:02:14+00:00"
+ "time": "2014-01-21T13:43:39+00:00"
},
{
- "name": "league/oauth2-client",
- "version": "2.7.0",
+ "name": "ml/json-ld",
+ "version": "1.2.1",
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/thephpleague/oauth2-client/zipball/160d6274b03562ebeb55ed18399281d8118b76c8",
- "reference": "160d6274b03562ebeb55ed18399281d8118b76c8",
+ "url": "https://api.github.com/repos/lanthaler/JsonLD/zipball/537e68e87a6bce23e57c575cd5dcac1f67ce25d8",
+ "reference": "537e68e87a6bce23e57c575cd5dcac1f67ce25d8",
"shasum": ""
},
"require": {
- "guzzlehttp/guzzle": "^6.0 || ^7.0",
- "paragonie/random_compat": "^1 || ^2 || ^9.99",
- "php": "^5.6 || ^7.0 || ^8.0"
+ "ext-json": "*",
+ "ml/iri": "^1.1.1",
+ "php": ">=5.3.0"
},
"type": "library",
- "extra": {
- "branch-alias": {
- "dev-2.x": "2.0.x-dev"
- }
- },
"autoload": {
"psr-4": {
- "League\\OAuth2\\Client\\": "src/"
+ "ML\\JsonLD\\": ""
}
},
"license": [
@@ -3751,47 +3441,46 @@
],
"authors": [
{
- "name": "Alex Bilbie",
- "email": "hello@alexbilbie.com",
- "homepage": "http://www.alexbilbie.com",
+ "name": "Markus Lanthaler",
+ "email": "mail@markus-lanthaler.com",
+ "homepage": "http://www.markus-lanthaler.com",
"role": "Developer"
- },
- {
- "name": "Woody Gilk",
- "homepage": "https://github.com/shadowhand",
- "role": "Contributor"
}
],
- "description": "OAuth 2.0 Client Library",
+ "description": "JSON-LD Processor for PHP",
+ "homepage": "http://www.markus-lanthaler.com",
"keywords": [
- "Authentication",
- "SSO",
- "authorization",
- "identity",
- "idp",
- "oauth",
- "oauth2",
- "single sign on"
+ "JSON-LD",
+ "jsonld"
],
- "time": "2023-04-16T18:19:15+00:00"
+ "time": "2022-09-29T08:45:17+00:00"
},
{
- "name": "league/oauth2-google",
- "version": "4.0.1",
+ "name": "mmikkel/cp-field-inspect",
+ "version": "2.0.2",
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/thephpleague/oauth2-google/zipball/1b01ba18ba31b29e88771e3e0979e5c91d4afe76",
- "reference": "1b01ba18ba31b29e88771e3e0979e5c91d4afe76",
+ "url": "https://api.github.com/repos/mmikkel/CpFieldInspect-Craft/zipball/413884283874038ce53d59ded040d0d1e4e9de49",
+ "reference": "413884283874038ce53d59ded040d0d1e4e9de49",
"shasum": ""
},
"require": {
- "league/oauth2-client": "^2.0",
- "php": "^7.3 || ^8.0"
+ "craftcms/cms": "^5.0.0",
+ "php": "^8.2"
+ },
+ "type": "craft-plugin",
+ "extra": {
+ "name": "CP Field Inspect",
+ "handle": "cp-field-inspect",
+ "schemaVersion": "1.0.0",
+ "hasCpSettings": false,
+ "hasCpSection": false,
+ "changelogUrl": "https://raw.githubusercontent.com/mmikkel/CpFieldInspect-Craft/master/CHANGELOG.md",
+ "class": "mmikkel\\cpfieldinspect\\CpFieldInspect"
},
- "type": "library",
"autoload": {
"psr-4": {
- "League\\OAuth2\\Client\\": "src/"
+ "mmikkel\\cpfieldinspect\\": "src/"
}
},
"license": [
@@ -3799,57 +3488,55 @@
],
"authors": [
{
- "name": "Woody Gilk",
- "email": "hello@shadowhand.com",
- "homepage": "https://shadowhand.com"
+ "name": "Mats Mikkel Rummelhoff",
+ "homepage": "https://vaersaagod.no"
}
],
- "description": "Google OAuth 2.0 Client Provider for The PHP League OAuth2-Client",
+ "description": "Inspect field handles and easily edit field and element source settings",
"keywords": [
- "Authentication",
- "authorization",
- "client",
- "google",
- "oauth",
- "oauth2"
+ "cms",
+ "cp field inspect",
+ "craft",
+ "craft-plugin",
+ "craftcms"
],
- "time": "2023-03-17T15:20:52+00:00"
+ "support": {
+ "docs": "https://github.com/mmikkel/CpFieldInspect-Craft/blob/master/README.md",
+ "issues": "https://github.com/mmikkel/CpFieldInspect-Craft/issues"
+ },
+ "time": "2024-08-05T07:41:21+00:00"
},
{
- "name": "league/uri",
- "version": "7.4.0",
+ "name": "moneyphp/money",
+ "version": "v4.5.0",
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/thephpleague/uri/zipball/bf414ba956d902f5d98bf9385fcf63954f09dce5",
- "reference": "bf414ba956d902f5d98bf9385fcf63954f09dce5",
+ "url": "https://api.github.com/repos/moneyphp/money/zipball/a1daa7daf159b4044e3d0c34c41fe2be5860e850",
+ "reference": "a1daa7daf159b4044e3d0c34c41fe2be5860e850",
"shasum": ""
},
"require": {
- "league/uri-interfaces": "^7.3",
- "php": "^8.1"
- },
- "conflict": {
- "league/uri-schemes": "^1.0"
+ "ext-bcmath": "*",
+ "ext-filter": "*",
+ "ext-json": "*",
+ "php": "~8.1.0 || ~8.2.0 || ~8.3.0"
},
"suggest": {
- "ext-bcmath": "to improve IPV4 host parsing",
- "ext-fileinfo": "to create Data URI from file contennts",
- "ext-gmp": "to improve IPV4 host parsing",
- "ext-intl": "to handle IDN host with the best performance",
- "jeremykendall/php-domain-parser": "to resolve Public Suffix and Top Level Domain",
- "league/uri-components": "Needed to easily manipulate URI objects components",
- "php-64bit": "to improve IPV4 host parsing",
- "symfony/polyfill-intl-idn": "to handle IDN host via the Symfony polyfill if ext-intl is not present"
+ "ext-gmp": "Calculate without integer limits",
+ "ext-intl": "Format Money objects with intl",
+ "florianv/exchanger": "Exchange rates library for PHP",
+ "florianv/swap": "Exchange rates library for PHP",
+ "psr/cache-implementation": "Used for Currency caching"
},
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "7.x-dev"
+ "dev-master": "3.x-dev"
}
},
"autoload": {
"psr-4": {
- "League\\Uri\\": ""
+ "Money\\": "src/"
}
},
"license": [
@@ -3857,67 +3544,69 @@
],
"authors": [
{
- "name": "Ignace Nyamagana Butera",
- "email": "nyamsprod@gmail.com",
- "homepage": "https://nyamsprod.com"
+ "name": "Mathias Verraes",
+ "email": "mathias@verraes.net",
+ "homepage": "http://verraes.net"
+ },
+ {
+ "name": "Márk Sági-Kazár",
+ "email": "mark.sagikazar@gmail.com"
+ },
+ {
+ "name": "Frederik Bosch",
+ "email": "f.bosch@genkgo.nl"
}
],
- "description": "URI manipulation library",
- "homepage": "https://uri.thephpleague.com",
+ "description": "PHP implementation of Fowler's Money pattern",
+ "homepage": "http://moneyphp.org",
"keywords": [
- "data-uri",
- "file-uri",
- "ftp",
- "hostname",
- "http",
- "https",
- "middleware",
- "parse_str",
- "parse_url",
- "psr-7",
- "query-string",
- "querystring",
- "rfc3986",
- "rfc3987",
- "rfc6570",
- "uri",
- "uri-template",
- "url",
- "ws"
+ "Value Object",
+ "money",
+ "vo"
],
- "time": "2023-12-01T06:24:25+00:00"
+ "time": "2024-02-15T19:47:21+00:00"
},
{
- "name": "league/uri-interfaces",
- "version": "7.4.0",
+ "name": "monolog/monolog",
+ "version": "3.7.0",
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/thephpleague/uri-interfaces/zipball/bd8c487ec236930f7bbc42b8d374fa882fbba0f3",
- "reference": "bd8c487ec236930f7bbc42b8d374fa882fbba0f3",
+ "url": "https://api.github.com/repos/Seldaek/monolog/zipball/f4393b648b78a5408747de94fca38beb5f7e9ef8",
+ "reference": "f4393b648b78a5408747de94fca38beb5f7e9ef8",
"shasum": ""
},
"require": {
- "ext-filter": "*",
- "php": "^8.1",
- "psr/http-factory": "^1",
- "psr/http-message": "^1.1 || ^2.0"
+ "php": ">=8.1",
+ "psr/log": "^2.0 || ^3.0"
+ },
+ "provide": {
+ "psr/log-implementation": "3.0.0"
},
"suggest": {
- "ext-bcmath": "to improve IPV4 host parsing",
- "ext-gmp": "to improve IPV4 host parsing",
- "ext-intl": "to handle IDN host with the best performance",
- "php-64bit": "to improve IPV4 host parsing",
- "symfony/polyfill-intl-idn": "to handle IDN host via the Symfony polyfill if ext-intl is not present"
+ "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
+ "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
+ "elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client",
+ "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
+ "ext-curl": "Required to send log messages using the IFTTTHandler, the LogglyHandler, the SendGridHandler, the SlackWebhookHandler or the TelegramBotHandler",
+ "ext-mbstring": "Allow to work properly with unicode symbols",
+ "ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)",
+ "ext-openssl": "Required to send log messages using SSL",
+ "ext-sockets": "Allow sending log messages to a Syslog server (via UDP driver)",
+ "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
+ "mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)",
+ "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
+ "rollbar/rollbar": "Allow sending log messages to Rollbar",
+ "ruflin/elastica": "Allow sending log messages to an Elastic Search server"
},
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "7.x-dev"
+ "dev-main": "3.x-dev"
}
},
"autoload": {
"psr-4": {
- "League\\Uri\\": ""
+ "Monolog\\": "src/Monolog"
}
},
"license": [
@@ -3925,194 +3614,203 @@
],
"authors": [
{
- "name": "Ignace Nyamagana Butera",
- "email": "nyamsprod@gmail.com",
- "homepage": "https://nyamsprod.com"
+ "name": "Jordi Boggiano",
+ "email": "j.boggiano@seld.be",
+ "homepage": "https://seld.be"
}
],
- "description": "Common interfaces and classes for URI representation and interaction",
- "homepage": "https://uri.thephpleague.com",
+ "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
+ "homepage": "https://github.com/Seldaek/monolog",
"keywords": [
- "data-uri",
- "file-uri",
- "ftp",
- "hostname",
- "http",
- "https",
- "parse_str",
- "parse_url",
- "psr-7",
- "query-string",
- "querystring",
- "rfc3986",
- "rfc3987",
- "rfc6570",
- "uri",
- "url",
- "ws"
+ "log",
+ "logging",
+ "psr-3"
],
- "time": "2023-11-24T15:40:42+00:00"
+ "time": "2024-06-28T09:40:51+00:00"
},
{
- "name": "league/uri-parser",
- "version": "1.4.1",
+ "name": "mtdowling/jmespath.php",
+ "version": "2.8.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/jmespath/jmespath.php.git",
+ "reference": "a2a865e05d5f420b50cc2f85bb78d565db12a6bc"
+ },
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/thephpleague/uri-parser/zipball/671548427e4c932352d9b9279fdfa345bf63fa00",
- "reference": "671548427e4c932352d9b9279fdfa345bf63fa00",
+ "url": "https://api.github.com/repos/jmespath/jmespath.php/zipball/a2a865e05d5f420b50cc2f85bb78d565db12a6bc",
+ "reference": "a2a865e05d5f420b50cc2f85bb78d565db12a6bc",
"shasum": ""
},
"require": {
- "php": ">=7.0.0"
+ "php": "^7.2.5 || ^8.0",
+ "symfony/polyfill-mbstring": "^1.17"
},
- "suggest": {
- "ext-intl": "Allow parsing RFC3987 compliant hosts",
- "league/uri-schemes": "Allow validating and normalizing URI parsing results"
+ "require-dev": {
+ "composer/xdebug-handler": "^3.0.3",
+ "phpunit/phpunit": "^8.5.33"
},
+ "bin": [
+ "bin/jp.php"
+ ],
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "1.x-dev"
+ "dev-master": "2.8-dev"
}
},
"autoload": {
- "psr-4": {
- "League\\Uri\\": "src"
- },
"files": [
- "src/functions_include.php"
- ]
+ "src/JmesPath.php"
+ ],
+ "psr-4": {
+ "JmesPath\\": "src/"
+ }
},
+ "notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
- "name": "Ignace Nyamagana Butera",
- "email": "nyamsprod@gmail.com",
- "homepage": "https://nyamsprod.com"
+ "name": "Graham Campbell",
+ "email": "hello@gjcampbell.co.uk",
+ "homepage": "https://github.com/GrahamCampbell"
+ },
+ {
+ "name": "Michael Dowling",
+ "email": "mtdowling@gmail.com",
+ "homepage": "https://github.com/mtdowling"
}
],
- "description": "userland URI parser RFC 3986 compliant",
- "homepage": "https://github.com/thephpleague/uri-parser",
+ "description": "Declaratively specify how to extract elements from a JSON document",
"keywords": [
- "parse_url",
- "parser",
- "rfc3986",
- "rfc3987",
- "uri",
- "url"
+ "json",
+ "jsonpath"
],
- "time": "2018-11-22T07:55:51+00:00"
+ "support": {
+ "issues": "https://github.com/jmespath/jmespath.php/issues",
+ "source": "https://github.com/jmespath/jmespath.php/tree/2.8.0"
+ },
+ "time": "2024-09-04T18:46:31+00:00"
},
{
- "name": "lsolesen/pel",
- "version": "0.9.12",
+ "name": "nystudio107/craft-code-editor",
+ "version": "1.0.20",
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/pel/pel/zipball/b95fe29cdacf9d36330da277f10910a13648c84c",
- "reference": "b95fe29cdacf9d36330da277f10910a13648c84c",
+ "url": "https://api.github.com/repos/nystudio107/craft-code-editor/zipball/4983704849f2c85ee7fc7d89145c074e770a00c8",
+ "reference": "4983704849f2c85ee7fc7d89145c074e770a00c8",
"shasum": ""
},
"require": {
- "php": ">=7.1.0"
+ "craftcms/cms": "^3.0.0 || ^4.0.0 || ^5.0.0",
+ "phpdocumentor/reflection-docblock": "^5.0.0"
+ },
+ "type": "yii2-extension",
+ "extra": {
+ "bootstrap": "nystudio107\\codeeditor\\CodeEditor"
},
- "type": "library",
"autoload": {
"psr-4": {
- "lsolesen\\pel\\": "src/"
+ "nystudio107\\codeeditor\\": "src/"
}
},
"license": [
- "GPL-2.0"
+ "MIT"
],
"authors": [
{
- "name": "Lars Olesen",
- "email": "lars@intraface.dk",
- "homepage": "http://intraface.dk",
- "role": "Developer"
- },
- {
- "name": "Martin Geisler",
- "email": "martin@geisler.net",
- "homepage": "http://geisler.net",
- "role": "Developer"
+ "name": "nystudio107",
+ "homepage": "https://nystudio107.com"
}
],
- "description": "PHP Exif Library. A library for reading and writing Exif headers in JPEG and TIFF images using PHP.",
- "homepage": "http://pel.github.com/pel/",
+ "description": "Provides a code editor field with Twig & Craft API autocomplete",
"keywords": [
- "exif",
- "image"
+ "Craft",
+ "Monaco",
+ "cms",
+ "code",
+ "craftcms",
+ "css",
+ "editor",
+ "javascript",
+ "markdown",
+ "twig"
],
- "time": "2022-02-18T13:20:54+00:00"
+ "time": "2024-08-22T02:10:56+00:00"
},
{
- "name": "marcusschwarz/lesserphp",
- "version": "v0.5.5",
+ "name": "nystudio107/craft-code-field",
+ "version": "5.0.0",
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/MarcusSchwarz/lesserphp/zipball/77ba82b5218ff228267d3b0e5ec8697be75e86a7",
- "reference": "77ba82b5218ff228267d3b0e5ec8697be75e86a7",
+ "url": "https://api.github.com/repos/nystudio107/craft-code-field/zipball/d3b6d2ca921bf3c3f80c2bb39a5727968f89145b",
+ "reference": "d3b6d2ca921bf3c3f80c2bb39a5727968f89145b",
"shasum": ""
},
- "bin": [
- "plessc"
- ],
- "type": "library",
+ "require": {
+ "craftcms/cms": "^5.0.0",
+ "nystudio107/craft-code-editor": "^1.0.14",
+ "php": "^8.2"
+ },
+ "type": "craft-plugin",
"extra": {
- "branch-alias": {
- "dev-master": "0.5.1-dev"
- }
+ "name": "Code Field",
+ "handle": "codefield",
+ "changelogUrl": "https://raw.githubusercontent.com/nystudio107/craft-code-field/v5/CHANGELOG.md",
+ "class": "nystudio107\\codefield\\CodeField"
},
"autoload": {
- "classmap": [
- "lessc.inc.php"
- ]
+ "psr-4": {
+ "nystudio107\\codefield\\": "src/"
+ }
},
"license": [
- "MIT",
- "GPL-3.0"
+ "MIT"
],
"authors": [
{
- "name": "Leaf Corcoran",
- "email": "leafot@gmail.com",
- "homepage": "http://leafo.net"
- },
- {
- "name": "Marcus Schwarz",
- "email": "github@maswaba.de",
- "homepage": "https://www.maswaba.de"
+ "name": "nystudio107",
+ "homepage": "https://nystudio107.com"
}
],
- "description": "lesserphp is a compiler for LESS written in PHP based on leafo's lessphp.",
- "homepage": "http://leafo.net/lessphp/",
- "time": "2021-03-10T17:56:57+00:00"
+ "description": "Provides a Code Field that has a full-featured code editor with syntax highlighting & autocomplete",
+ "keywords": [
+ "cms",
+ "code field",
+ "craft",
+ "craft-plugin",
+ "craftcms"
+ ],
+ "support": {
+ "docs": "https://github.com/nystudio107/craft-code-field/blob/v5/README.md",
+ "issues": "https://github.com/nystudio107/craft-code-field/issues"
+ },
+ "time": "2024-04-15T17:34:05+00:00"
},
{
- "name": "masterminds/html5",
- "version": "2.8.1",
+ "name": "nystudio107/craft-emptycoalesce",
+ "version": "5.0.0",
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/f47dcf3c70c584de14f21143c55d9939631bc6cf",
- "reference": "f47dcf3c70c584de14f21143c55d9939631bc6cf",
+ "url": "https://api.github.com/repos/nystudio107/craft-emptycoalesce/zipball/a763fa66706444382f03cedcb6b5aa0ccb46430e",
+ "reference": "a763fa66706444382f03cedcb6b5aa0ccb46430e",
"shasum": ""
},
"require": {
- "ext-dom": "*",
- "php": ">=5.3.0"
+ "craftcms/cms": "^5.0.0",
+ "php": "^8.2"
},
- "type": "library",
+ "type": "craft-plugin",
"extra": {
- "branch-alias": {
- "dev-master": "2.7-dev"
- }
+ "class": "nystudio107\\emptycoalesce\\EmptyCoalesce",
+ "handle": "empty-coalesce",
+ "name": "Empty Coalesce"
},
"autoload": {
"psr-4": {
- "Masterminds\\": "src"
+ "nystudio107\\emptycoalesce\\": "src/"
}
},
"license": [
@@ -4120,47 +3818,44 @@
],
"authors": [
{
- "name": "Matt Butcher",
- "email": "technosophos@gmail.com"
- },
- {
- "name": "Matt Farina",
- "email": "matt@mattfarina.com"
- },
- {
- "name": "Asmir Mustafic",
- "email": "goetas@gmail.com"
+ "name": "nystudio107",
+ "homepage": "https://nystudio107.com/"
}
],
- "description": "An HTML5 parser and serializer.",
- "homepage": "http://masterminds.github.io/html5-php",
+ "description": "Empty Coalesce adds the ??? operator to Twig that will return the first thing that is defined, not null, and not empty.",
"keywords": [
- "HTML5",
- "dom",
- "html",
- "parser",
- "querypath",
- "serializer",
- "xml"
+ "coalesce",
+ "coalescing",
+ "craft-plugin",
+ "craft3",
+ "craftcms",
+ "empty",
+ "operator",
+ "twig"
],
- "time": "2023-05-10T11:58:31+00:00"
+ "support": {
+ "docs": "https://nystudio107.com/docs/empty-coalesce/",
+ "issues": "https://nystudio107.com/plugins/empty-coalesce/support",
+ "source": "https://github.com/nystudio107/craft-emptycoalesce"
+ },
+ "time": "2024-04-13T19:01:43+00:00"
},
{
- "name": "mikehaertl/php-shellcommand",
- "version": "1.7.0",
+ "name": "nystudio107/craft-plugin-vite",
+ "version": "5.0.2",
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/mikehaertl/php-shellcommand/zipball/e79ea528be155ffdec6f3bf1a4a46307bb49e545",
- "reference": "e79ea528be155ffdec6f3bf1a4a46307bb49e545",
+ "url": "https://api.github.com/repos/nystudio107/craft-plugin-vite/zipball/023ea9013f03ac8b15c9b800c66943ce4d02cf48",
+ "reference": "023ea9013f03ac8b15c9b800c66943ce4d02cf48",
"shasum": ""
},
"require": {
- "php": ">= 5.3.0"
+ "craftcms/cms": "^5.0.0"
},
"type": "library",
"autoload": {
"psr-4": {
- "mikehaertl\\shellcommand\\": "src/"
+ "nystudio107\\pluginvite\\": "src/"
}
},
"license": [
@@ -4168,122 +3863,151 @@
],
"authors": [
{
- "name": "Michael Härtl",
- "email": "haertl.mike@gmail.com"
+ "name": "nystudio107",
+ "homepage": "https://nystudio107.com"
}
],
- "description": "An object oriented interface to shell commands",
+ "description": "Plugin Vite is the conduit between Craft CMS plugins and Vite, with manifest.json & HMR support",
"keywords": [
- "shell"
+ "craftcms",
+ "plugin",
+ "vite"
],
- "time": "2023-04-19T08:25:22+00:00"
+ "support": {
+ "docs": "https://github.com/nystudio107/craft-plugin-vite/blob/v5/README.md",
+ "issues": "https://github.com/nystudio107/craft-plugin-vite/issues"
+ },
+ "time": "2024-08-14T02:02:01+00:00"
},
{
- "name": "ml/iri",
- "version": "1.1.4",
- "target-dir": "ML/IRI",
+ "name": "nystudio107/craft-scripts",
+ "version": "1.2.13",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/nystudio107/craft-scripts.git",
+ "reference": "51724acb01a68aae9ea0e39dc55cbcccf8fdc859"
+ },
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/lanthaler/IRI/zipball/cbd44fa913e00ea624241b38cefaa99da8d71341",
- "reference": "cbd44fa913e00ea624241b38cefaa99da8d71341",
+ "url": "https://api.github.com/repos/nystudio107/craft-scripts/zipball/51724acb01a68aae9ea0e39dc55cbcccf8fdc859",
+ "reference": "51724acb01a68aae9ea0e39dc55cbcccf8fdc859",
"shasum": ""
},
- "require": {
- "lib-pcre": ">=4.0",
- "php": ">=5.3.0"
- },
"type": "library",
- "autoload": {
- "psr-0": {
- "ML\\IRI": ""
- }
- },
+ "notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
- "name": "Markus Lanthaler",
- "email": "mail@markus-lanthaler.com",
- "homepage": "http://www.markus-lanthaler.com",
- "role": "Developer"
+ "name": "nystudio107",
+ "homepage": "https://nystudio107.com/"
}
],
- "description": "IRI handling for PHP",
- "homepage": "http://www.markus-lanthaler.com",
+ "description": "Shell scripts to manage database backups, asset backups, file permissions, asset syncing, cache clearing, and database syncing between Craft CMS environments",
"keywords": [
- "URN",
- "iri",
- "uri",
- "url"
+ "Craft",
+ "asset-backup",
+ "assets-sync",
+ "clear-caches",
+ "craftcms",
+ "database-backup",
+ "database-sync",
+ "scripts",
+ "set-permissions",
+ "shell"
],
- "time": "2014-01-21T13:43:39+00:00"
+ "support": {
+ "docs": "https://github.com/nystudio107/craft-scripts/blob/master/README.md",
+ "issues": "https://github.com/nystudio107/craft-scripts/issues",
+ "source": "https://github.com/nystudio107/craft-scripts/tree/1.2.13"
+ },
+ "time": "2021-05-24T13:37:04+00:00"
},
{
- "name": "ml/json-ld",
- "version": "1.2.1",
+ "name": "nystudio107/craft-seomatic",
+ "version": "5.1.2",
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/lanthaler/JsonLD/zipball/537e68e87a6bce23e57c575cd5dcac1f67ce25d8",
- "reference": "537e68e87a6bce23e57c575cd5dcac1f67ce25d8",
+ "url": "https://api.github.com/repos/nystudio107/craft-seomatic/zipball/50a9bb7058cfb089758ca869b3096007eb222b94",
+ "reference": "50a9bb7058cfb089758ca869b3096007eb222b94",
"shasum": ""
},
"require": {
- "ext-json": "*",
- "ml/iri": "^1.1.1",
- "php": ">=5.3.0"
+ "craftcms/cms": "^5.0.0",
+ "davechild/textstatistics": "^1.0.3",
+ "nystudio107/craft-code-editor": "^1.0.14",
+ "nystudio107/craft-plugin-vite": "^5.0.0",
+ "php": "^8.2",
+ "php-science/textrank": "^1.0.3",
+ "sunra/php-simple-html-dom-parser": "^1.5.2"
+ },
+ "type": "craft-plugin",
+ "extra": {
+ "class": "nystudio107\\seomatic\\Seomatic",
+ "handle": "seomatic",
+ "name": "SEOmatic"
},
- "type": "library",
"autoload": {
"psr-4": {
- "ML\\JsonLD\\": ""
+ "nystudio107\\seomatic\\": "src/"
}
},
"license": [
- "MIT"
+ "proprietary"
],
"authors": [
{
- "name": "Markus Lanthaler",
- "email": "mail@markus-lanthaler.com",
- "homepage": "http://www.markus-lanthaler.com",
- "role": "Developer"
+ "name": "nystudio107",
+ "homepage": "https://nystudio107.com"
}
],
- "description": "JSON-LD Processor for PHP",
- "homepage": "http://www.markus-lanthaler.com",
+ "description": "SEOmatic facilitates modern SEO best practices & implementation for Craft CMS 5. It is a turnkey SEO system that is comprehensive, powerful, and flexible.",
"keywords": [
- "JSON-LD",
- "jsonld"
+ "cms",
+ "craft",
+ "craft-plugin",
+ "craftcms",
+ "facebook",
+ "json-ld",
+ "meta",
+ "seo",
+ "seomatic",
+ "sitemap",
+ "tags",
+ "twitter"
],
- "time": "2022-09-29T08:45:17+00:00"
+ "support": {
+ "docs": "https://nystudio107.com/docs/seomatic/",
+ "issues": "https://nystudio107.com/plugins/seomatic/support",
+ "source": "https://github.com/nystudio107/craft-seomatic"
+ },
+ "time": "2024-08-15T15:36:50+00:00"
},
{
- "name": "mmikkel/cp-clearcache",
- "version": "1.3.0",
+ "name": "nystudio107/craft-vite",
+ "version": "5.0.1",
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/mmikkel/CpClearCache-Craft/zipball/770e6db3c45a9ae306ae2e61051cdbd8cebfdd85",
- "reference": "770e6db3c45a9ae306ae2e61051cdbd8cebfdd85",
+ "url": "https://api.github.com/repos/nystudio107/craft-vite/zipball/a2eaa9beb4abf1add99e8fc7892e8df57c6b49e8",
+ "reference": "a2eaa9beb4abf1add99e8fc7892e8df57c6b49e8",
"shasum": ""
},
"require": {
- "craftcms/cms": "^3.7.0|^4.0.0-beta.3",
- "php": "^7.2.5|^8.0"
+ "craftcms/cms": "^5.0.0",
+ "nystudio107/craft-plugin-vite": "^5.0.2",
+ "php": "^8.2"
},
"type": "craft-plugin",
"extra": {
- "name": "CP Clear Cache",
- "handle": "cp-clearcache",
- "schemaVersion": "1.0.0",
- "hasCpSettings": false,
- "hasCpSection": false,
- "changelogUrl": "https://raw.githubusercontent.com/mmikkel/CpClearCache-Craft/master/CHANGELOG.md",
- "class": "mmikkel\\cpclearcache\\CpClearCache"
+ "changelogUrl": "https://raw.githubusercontent.com/nystudio107/craft-vite/v5/CHANGELOG.md",
+ "class": "nystudio107\\vite\\Vite",
+ "handle": "vite",
+ "name": "Vite"
},
"autoload": {
"psr-4": {
- "mmikkel\\cpclearcache\\": "src/"
+ "nystudio107\\vite\\": "src/"
}
},
"license": [
@@ -4291,50 +4015,41 @@
],
"authors": [
{
- "name": "Mats Mikkel Rummelhoff",
- "homepage": "https://vaersaagod.no"
+ "name": "nystudio107",
+ "homepage": "https://nystudio107.com"
}
],
- "description": "Less clickin’ to get clearin’",
+ "description": "Allows the use of the Vite.js next generation frontend tooling with Craft CMS",
"keywords": [
"cms",
- "cp clear cache",
"craft",
"craft-plugin",
- "craftcms"
+ "craftcms",
+ "vite"
],
"support": {
- "docs": "https://github.com/mmikkel/CpClearCache-Craft/blob/master/README.md",
- "issues": "https://github.com/mmikkel/CpClearCache-Craft/issues"
+ "docs": "https://nystudio107.com/docs/vite/",
+ "issues": "https://nystudio107.com/plugins/vite/support",
+ "source": "https://github.com/nystudio107/craft-vite"
},
- "time": "2022-11-10T17:31:41+00:00"
+ "time": "2024-08-14T02:05:18+00:00"
},
{
- "name": "mmikkel/cp-field-inspect",
- "version": "1.4.4",
+ "name": "oscarotero/html-parser",
+ "version": "v0.1.8",
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/mmikkel/CpFieldInspect-Craft/zipball/cab2693eaad03f35192356d8971879e9b0a0e098",
- "reference": "cab2693eaad03f35192356d8971879e9b0a0e098",
+ "url": "https://api.github.com/repos/oscarotero/html-parser/zipball/10f3219267a365d9433f2f7d1694209c9d436c8d",
+ "reference": "10f3219267a365d9433f2f7d1694209c9d436c8d",
"shasum": ""
},
"require": {
- "craftcms/cms": "^3.7.0|^4.0.0",
- "php": "^7.2.5|^8.0"
- },
- "type": "craft-plugin",
- "extra": {
- "name": "CP Field Inspect",
- "handle": "cp-field-inspect",
- "schemaVersion": "1.0.0",
- "hasCpSettings": false,
- "hasCpSection": false,
- "changelogUrl": "https://raw.githubusercontent.com/mmikkel/CpFieldInspect-Craft/master/CHANGELOG.md",
- "class": "mmikkel\\cpfieldinspect\\CpFieldInspect"
+ "php": "^7.2 || ^8"
},
+ "type": "library",
"autoload": {
"psr-4": {
- "mmikkel\\cpfieldinspect\\": "src/"
+ "HtmlParser\\": "src"
}
},
"license": [
@@ -4342,55 +4057,37 @@
],
"authors": [
{
- "name": "Mats Mikkel Rummelhoff",
- "homepage": "http://mmikkel.no"
+ "name": "Oscar Otero",
+ "email": "oom@oscarotero.com",
+ "homepage": "http://oscarotero.com",
+ "role": "Developer"
}
],
- "description": "Inspect field handles and easily edit field and element source settings",
+ "description": "Parse html strings to DOMDocument",
+ "homepage": "https://github.com/oscarotero/html-parser",
"keywords": [
- "cms",
- "cp field inspect",
- "craft",
- "craft-plugin",
- "craftcms"
+ "dom",
+ "html",
+ "parser"
],
- "support": {
- "docs": "https://github.com/mmikkel/CpFieldInspect-Craft/blob/master/README.md",
- "issues": "https://github.com/mmikkel/CpFieldInspect-Craft/issues"
- },
- "time": "2022-05-07T15:24:35+00:00"
+ "time": "2023-11-29T20:28:41+00:00"
},
{
- "name": "moneyphp/money",
- "version": "v4.3.0",
+ "name": "paragonie/constant_time_encoding",
+ "version": "v3.0.0",
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/moneyphp/money/zipball/50ddfd15b2be01d4bed3bcb0c975a6af5f78a183",
- "reference": "50ddfd15b2be01d4bed3bcb0c975a6af5f78a183",
+ "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/df1e7fde177501eee2037dd159cf04f5f301a512",
+ "reference": "df1e7fde177501eee2037dd159cf04f5f301a512",
"shasum": ""
},
"require": {
- "ext-bcmath": "*",
- "ext-filter": "*",
- "ext-json": "*",
- "php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0"
- },
- "suggest": {
- "ext-gmp": "Calculate without integer limits",
- "ext-intl": "Format Money objects with intl",
- "florianv/exchanger": "Exchange rates library for PHP",
- "florianv/swap": "Exchange rates library for PHP",
- "psr/cache-implementation": "Used for Currency caching"
+ "php": "^8"
},
"type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "3.x-dev"
- }
- },
"autoload": {
"psr-4": {
- "Money\\": "src/"
+ "ParagonIE\\ConstantTime\\": "src/"
}
},
"license": [
@@ -4398,107 +4095,90 @@
],
"authors": [
{
- "name": "Mathias Verraes",
- "email": "mathias@verraes.net",
- "homepage": "http://verraes.net"
- },
- {
- "name": "Márk Sági-Kazár",
- "email": "mark.sagikazar@gmail.com"
+ "name": "Paragon Initiative Enterprises",
+ "email": "security@paragonie.com",
+ "homepage": "https://paragonie.com",
+ "role": "Maintainer"
},
{
- "name": "Frederik Bosch",
- "email": "f.bosch@genkgo.nl"
+ "name": "Steve 'Sc00bz' Thomas",
+ "email": "steve@tobtu.com",
+ "homepage": "https://www.tobtu.com",
+ "role": "Original Developer"
}
],
- "description": "PHP implementation of Fowler's Money pattern",
- "homepage": "http://moneyphp.org",
+ "description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)",
"keywords": [
- "Value Object",
- "money",
- "vo"
+ "base16",
+ "base32",
+ "base32_decode",
+ "base32_encode",
+ "base64",
+ "base64_decode",
+ "base64_encode",
+ "bin2hex",
+ "encoding",
+ "hex",
+ "hex2bin",
+ "rfc4648"
],
- "time": "2023-11-22T09:46:30+00:00"
+ "time": "2024-05-08T12:36:18+00:00"
},
{
- "name": "monolog/monolog",
- "version": "2.9.2",
+ "name": "paragonie/random_compat",
+ "version": "v9.99.100",
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/Seldaek/monolog/zipball/437cb3628f4cf6042cc10ae97fc2b8472e48ca1f",
- "reference": "437cb3628f4cf6042cc10ae97fc2b8472e48ca1f",
+ "url": "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a",
+ "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a",
"shasum": ""
},
"require": {
- "php": ">=7.2",
- "psr/log": "^1.0.1 || ^2.0 || ^3.0"
- },
- "provide": {
- "psr/log-implementation": "1.0.0 || 2.0.0 || 3.0.0"
+ "php": ">= 7"
},
"suggest": {
- "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
- "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
- "elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client",
- "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
- "ext-curl": "Required to send log messages using the IFTTTHandler, the LogglyHandler, the SendGridHandler, the SlackWebhookHandler or the TelegramBotHandler",
- "ext-mbstring": "Allow to work properly with unicode symbols",
- "ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)",
- "ext-openssl": "Required to send log messages using SSL",
- "ext-sockets": "Allow sending log messages to a Syslog server (via UDP driver)",
- "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
- "mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)",
- "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
- "rollbar/rollbar": "Allow sending log messages to Rollbar",
- "ruflin/elastica": "Allow sending log messages to an Elastic Search server"
+ "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
},
"type": "library",
- "extra": {
- "branch-alias": {
- "dev-main": "2.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Monolog\\": "src/Monolog"
- }
- },
"license": [
"MIT"
],
"authors": [
{
- "name": "Jordi Boggiano",
- "email": "j.boggiano@seld.be",
- "homepage": "https://seld.be"
+ "name": "Paragon Initiative Enterprises",
+ "email": "security@paragonie.com",
+ "homepage": "https://paragonie.com"
}
],
- "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
- "homepage": "https://github.com/Seldaek/monolog",
+ "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
"keywords": [
- "log",
- "logging",
- "psr-3"
+ "csprng",
+ "polyfill",
+ "pseudorandom",
+ "random"
],
- "time": "2023-10-27T15:25:26+00:00"
+ "time": "2020-10-15T08:29:30+00:00"
},
{
- "name": "mrclay/jsmin-php",
- "version": "2.4.3",
+ "name": "php-science/textrank",
+ "version": "1.2.3",
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/mrclay/jsmin-php/zipball/49feaa85933458c15bb62ae65644bf22d60b7610",
- "reference": "49feaa85933458c15bb62ae65644bf22d60b7610",
+ "url": "https://api.github.com/repos/DavidBelicza/PHP-Science-TextRank/zipball/d63788f7f7305b8dd726a367a5653cdd5dac7fba",
+ "reference": "d63788f7f7305b8dd726a367a5653cdd5dac7fba",
"shasum": ""
},
"require": {
- "ext-pcre": "*",
- "php": ">=5.3.0"
+ "ext-ctype": "*",
+ "ext-mbstring": "*",
+ "php": ">=7.2"
},
"type": "library",
"autoload": {
- "psr-0": {
- "JSMin\\": "src/"
+ "psr-4": {
+ "PhpScience\\TextRank\\": [
+ "src/"
+ ]
}
},
"license": [
@@ -4506,93 +4186,88 @@
],
"authors": [
{
- "name": "Stephen Clay",
- "email": "steve@mrclay.org",
- "role": "Developer"
- },
- {
- "name": "Ryan Grove",
- "email": "ryan@wonko.com",
- "role": "Developer"
+ "name": "David Belicza",
+ "email": "david@belicza.com"
}
],
- "description": "Provides a modified port of Douglas Crockford's jsmin.c, which removes unnecessary whitespace from JavaScript files.",
- "homepage": "https://github.com/mrclay/jsmin-php/",
+ "description": "TextRank (automatic text summarization) for PHP.",
"keywords": [
- "compress",
- "jsmin",
- "minify"
+ "ai",
+ "artificial",
+ "automatic",
+ "intelligence",
+ "php",
+ "php8",
+ "science",
+ "strict",
+ "summarization",
+ "textrank"
],
- "time": "2022-12-13T20:15:15+00:00"
+ "time": "2023-12-29T15:21:30+00:00"
},
{
- "name": "mrclay/minify",
- "version": "3.0.14",
+ "name": "phpcollection/phpcollection",
+ "version": "0.6.0",
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/mrclay/minify/zipball/dc02cdfba70737828c947fde33bc3f8235a742f5",
- "reference": "dc02cdfba70737828c947fde33bc3f8235a742f5",
+ "url": "https://api.github.com/repos/schmittjoh/php-collection/zipball/56d18c8c2c0400f2838703246ac7de919a605763",
+ "reference": "56d18c8c2c0400f2838703246ac7de919a605763",
"shasum": ""
},
"require": {
- "ext-pcre": "*",
- "intervention/httpauth": "^2.0|^3.0",
- "marcusschwarz/lesserphp": "^0.5.5",
- "monolog/monolog": "~1.1|~2.0|~3.0",
- "mrclay/jsmin-php": "~2",
- "mrclay/props-dic": "^2.2|^3.0",
- "php": "^5.3.0 || ^7.0 || ^8.0",
- "tubalmartin/cssmin": "~4"
- },
- "suggest": {
- "firephp/firephp-core": "Use FirePHP for Log messages",
- "meenie/javascript-packer": "Keep track of the Packer PHP port using Composer"
+ "phpoption/phpoption": "1.*"
},
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "3.0.x-dev"
+ "dev-master": "0.4-dev"
}
},
"autoload": {
- "classmap": [
- "lib/"
- ]
+ "psr-0": {
+ "PhpCollection": "src/"
+ }
},
"license": [
- "BSD-3-Clause"
+ "Apache2"
],
"authors": [
{
- "name": "Stephen Clay",
- "email": "steve@mrclay.org",
- "role": "Developer"
+ "name": "Johannes M. Schmitt",
+ "email": "schmittjoh@gmail.com"
}
],
- "description": "Minify is a PHP app that helps you follow several rules for client-side performance. It combines multiple CSS or Javascript files, removes unnecessary whitespace and comments, and serves them with gzip encoding and optimal client-side cache headers",
- "homepage": "https://github.com/mrclay/minify",
- "time": "2023-05-05T12:03:06+00:00"
+ "description": "General-Purpose Collection Library for PHP",
+ "keywords": [
+ "collection",
+ "list",
+ "map",
+ "sequence",
+ "set"
+ ],
+ "time": "2022-03-21T13:02:41+00:00"
},
{
- "name": "mrclay/props-dic",
- "version": "3.0.1",
+ "name": "phpdocumentor/reflection-common",
+ "version": "2.2.0",
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/mrclay/Props/zipball/63fae3035770feee1836f57c7dd52c0a9b7e5b4d",
- "reference": "63fae3035770feee1836f57c7dd52c0a9b7e5b4d",
+ "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b",
+ "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b",
"shasum": ""
},
"require": {
- "php": ">=5.3.3",
- "pimple/pimple": "~3.0",
- "psr/container": "^1.0|^2.0"
+ "php": "^7.2 || ^8.0"
},
"type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-2.x": "2.x-dev"
+ }
+ },
"autoload": {
- "psr-0": {
- "Props\\": [
- "src/"
- ]
+ "psr-4": {
+ "phpDocumentor\\Reflection\\": "src/"
}
},
"license": [
@@ -4600,49 +4275,48 @@
],
"authors": [
{
- "name": "Steve Clay",
- "email": "steve@mrclay.org",
- "homepage": "http://www.mrclay.org/"
+ "name": "Jaap van Otterdijk",
+ "email": "opensource@ijaap.nl"
}
],
- "description": "Props is a simple DI container that allows retrieving values via custom property and method names",
+ "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
+ "homepage": "http://www.phpdoc.org",
"keywords": [
- "container",
- "dependency injection",
- "dependency injection container",
- "di",
- "di container"
+ "FQSEN",
+ "phpDocumentor",
+ "phpdoc",
+ "reflection",
+ "static analysis"
],
- "time": "2023-02-13T07:32:41+00:00"
+ "time": "2020-06-27T09:03:43+00:00"
},
{
- "name": "mtdowling/jmespath.php",
- "version": "2.7.0",
+ "name": "phpdocumentor/reflection-docblock",
+ "version": "5.4.1",
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/jmespath/jmespath.php/zipball/bbb69a935c2cbb0c03d7f481a238027430f6440b",
- "reference": "bbb69a935c2cbb0c03d7f481a238027430f6440b",
+ "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/9d07b3f7fdcf5efec5d1609cba3c19c5ea2bdc9c",
+ "reference": "9d07b3f7fdcf5efec5d1609cba3c19c5ea2bdc9c",
"shasum": ""
},
"require": {
- "php": "^7.2.5 || ^8.0",
- "symfony/polyfill-mbstring": "^1.17"
+ "doctrine/deprecations": "^1.1",
+ "ext-filter": "*",
+ "php": "^7.4 || ^8.0",
+ "phpdocumentor/reflection-common": "^2.2",
+ "phpdocumentor/type-resolver": "^1.7",
+ "phpstan/phpdoc-parser": "^1.7",
+ "webmozart/assert": "^1.9.1"
},
- "bin": [
- "bin/jp.php"
- ],
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "2.7-dev"
+ "dev-master": "5.x-dev"
}
},
"autoload": {
- "files": [
- "src/JmesPath.php"
- ],
"psr-4": {
- "JmesPath\\": "src/"
+ "phpDocumentor\\Reflection\\": "src"
}
},
"license": [
@@ -4650,42 +4324,41 @@
],
"authors": [
{
- "name": "Graham Campbell",
- "email": "hello@gjcampbell.co.uk",
- "homepage": "https://github.com/GrahamCampbell"
+ "name": "Mike van Riel",
+ "email": "me@mikevanriel.com"
},
{
- "name": "Michael Dowling",
- "email": "mtdowling@gmail.com",
- "homepage": "https://github.com/mtdowling"
+ "name": "Jaap van Otterdijk",
+ "email": "opensource@ijaap.nl"
}
],
- "description": "Declaratively specify how to extract elements from a JSON document",
- "keywords": [
- "json",
- "jsonpath"
- ],
- "time": "2023-08-25T10:54:48+00:00"
+ "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
+ "time": "2024-05-21T05:55:05+00:00"
},
{
- "name": "nystudio107/craft-code-editor",
- "version": "1.0.16",
+ "name": "phpdocumentor/type-resolver",
+ "version": "1.8.2",
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/nystudio107/craft-code-editor/zipball/ea5d1866d891a09f1c2e5a482d47e555bdf34392",
- "reference": "ea5d1866d891a09f1c2e5a482d47e555bdf34392",
+ "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/153ae662783729388a584b4361f2545e4d841e3c",
+ "reference": "153ae662783729388a584b4361f2545e4d841e3c",
"shasum": ""
},
"require": {
- "phpdocumentor/reflection-docblock": "^5.0.0"
+ "doctrine/deprecations": "^1.0",
+ "php": "^7.3 || ^8.0",
+ "phpdocumentor/reflection-common": "^2.0",
+ "phpstan/phpdoc-parser": "^1.13"
},
- "type": "yii2-extension",
+ "type": "library",
"extra": {
- "bootstrap": "nystudio107\\codeeditor\\CodeEditor"
+ "branch-alias": {
+ "dev-1.x": "1.x-dev"
+ }
},
"autoload": {
"psr-4": {
- "nystudio107\\codeeditor\\": "src/"
+ "phpDocumentor\\Reflection\\": "src"
}
},
"license": [
@@ -4693,145 +4366,117 @@
],
"authors": [
{
- "name": "nystudio107",
- "homepage": "https://nystudio107.com"
+ "name": "Mike van Riel",
+ "email": "me@mikevanriel.com"
}
],
- "description": "Provides a code editor field with Twig & Craft API autocomplete",
- "keywords": [
- "Craft",
- "Monaco",
- "cms",
- "code",
- "craftcms",
- "css",
- "editor",
- "javascript",
- "markdown",
- "twig"
- ],
- "time": "2023-12-08T14:39:29+00:00"
+ "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
+ "time": "2024-02-23T11:10:43+00:00"
},
{
- "name": "nystudio107/craft-code-field",
- "version": "4.0.12",
+ "name": "phpoption/phpoption",
+ "version": "1.9.3",
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/nystudio107/craft-code-field/zipball/c9b614594c5b5c09c8e17779aafaf0e835adae2f",
- "reference": "c9b614594c5b5c09c8e17779aafaf0e835adae2f",
+ "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/e3fac8b24f56113f7cb96af14958c0dd16330f54",
+ "reference": "e3fac8b24f56113f7cb96af14958c0dd16330f54",
"shasum": ""
},
"require": {
- "craftcms/cms": "^4.0.0",
- "nystudio107/craft-code-editor": "^1.0.11"
+ "php": "^7.2.5 || ^8.0"
},
- "type": "craft-plugin",
+ "type": "library",
"extra": {
- "name": "Code Field",
- "handle": "codefield",
- "changelogUrl": "https://raw.githubusercontent.com/nystudio107/craft-code-field/v4/CHANGELOG.md",
- "class": "nystudio107\\codefield\\CodeField"
+ "bamarni-bin": {
+ "bin-links": true,
+ "forward-command": false
+ },
+ "branch-alias": {
+ "dev-master": "1.9-dev"
+ }
},
"autoload": {
"psr-4": {
- "nystudio107\\codefield\\": "src/"
+ "PhpOption\\": "src/PhpOption/"
}
},
"license": [
- "MIT"
+ "Apache-2.0"
],
"authors": [
{
- "name": "nystudio107",
- "homepage": "https://nystudio107.com"
+ "name": "Johannes M. Schmitt",
+ "email": "schmittjoh@gmail.com",
+ "homepage": "https://github.com/schmittjoh"
+ },
+ {
+ "name": "Graham Campbell",
+ "email": "hello@gjcampbell.co.uk",
+ "homepage": "https://github.com/GrahamCampbell"
}
],
- "description": "Provides a Code Field that has a full-featured code editor with syntax highlighting & autocomplete",
+ "description": "Option Type for PHP",
"keywords": [
- "cms",
- "code field",
- "craft",
- "craft-plugin",
- "craftcms"
+ "language",
+ "option",
+ "php",
+ "type"
],
- "support": {
- "docs": "https://github.com/nystudio107/craft-code-field/blob/v4/README.md",
- "issues": "https://github.com/nystudio107/craft-code-field/issues"
- },
- "time": "2024-01-16T04:36:40+00:00"
+ "time": "2024-07-20T21:41:07+00:00"
},
{
- "name": "nystudio107/craft-emptycoalesce",
- "version": "4.0.0",
+ "name": "phpstan/phpdoc-parser",
+ "version": "1.30.0",
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/nystudio107/craft-emptycoalesce/zipball/4c63741b2baef5ca032e441b022b4d19ff8089b8",
- "reference": "4c63741b2baef5ca032e441b022b4d19ff8089b8",
+ "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/5ceb0e384997db59f38774bf79c2a6134252c08f",
+ "reference": "5ceb0e384997db59f38774bf79c2a6134252c08f",
"shasum": ""
},
"require": {
- "craftcms/cms": "^4.0.0-beta.1"
- },
- "type": "craft-plugin",
- "extra": {
- "class": "nystudio107\\emptycoalesce\\EmptyCoalesce",
- "handle": "empty-coalesce",
- "name": "Empty Coalesce"
+ "php": "^7.2 || ^8.0"
},
+ "type": "library",
"autoload": {
"psr-4": {
- "nystudio107\\emptycoalesce\\": "src/"
+ "PHPStan\\PhpDocParser\\": [
+ "src/"
+ ]
}
},
"license": [
"MIT"
],
- "authors": [
- {
- "name": "nystudio107",
- "homepage": "https://nystudio107.com/"
- }
- ],
- "description": "Empty Coalesce adds the ??? operator to Twig that will return the first thing that is defined, not null, and not empty.",
- "keywords": [
- "coalesce",
- "coalescing",
- "craft-plugin",
- "craft3",
- "craftcms",
- "empty",
- "operator",
- "twig"
- ],
- "support": {
- "docs": "https://nystudio107.com/docs/empty-coalesce/",
- "issues": "https://nystudio107.com/plugins/empty-coalesce/support",
- "source": "https://github.com/nystudio107/craft-emptycoalesce"
- },
- "time": "2022-08-05T15:55:28+00:00"
+ "description": "PHPDoc parser with support for nullable, intersection and generic types",
+ "time": "2024-08-29T09:54:52+00:00"
},
{
- "name": "nystudio107/craft-minify",
- "version": "4.0.0-beta.2",
+ "name": "pixelandtonic/imagine",
+ "version": "1.3.3.1",
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/nystudio107/craft-minify/zipball/8ed542b3b67a52893c36814934e59914487da26a",
- "reference": "8ed542b3b67a52893c36814934e59914487da26a",
+ "url": "https://api.github.com/repos/pixelandtonic/Imagine/zipball/4d9bb596ff60504e37ccf9103c0bb705dba7fec6",
+ "reference": "4d9bb596ff60504e37ccf9103c0bb705dba7fec6",
"shasum": ""
},
"require": {
- "craftcms/cms": "^4.0.0-alpha",
- "mrclay/minify": "^3.0.10"
+ "php": ">=5.5"
},
- "type": "craft-plugin",
+ "suggest": {
+ "ext-exif": "to read EXIF metadata",
+ "ext-gd": "to use the GD implementation",
+ "ext-gmagick": "to use the Gmagick implementation",
+ "ext-imagick": "to use the Imagick implementation"
+ },
+ "type": "library",
"extra": {
- "class": "nystudio107\\minify\\Minify",
- "handle": "minify",
- "name": "Minify"
+ "branch-alias": {
+ "dev-develop": "1.x-dev"
+ }
},
"autoload": {
"psr-4": {
- "nystudio107\\minify\\": "src/"
+ "Imagine\\": "src/"
}
},
"license": [
@@ -4839,191 +4484,199 @@
],
"authors": [
{
- "name": "nystudio107",
- "homepage": "https://nystudio107.com/"
+ "name": "Bulat Shakirzyanov",
+ "email": "mallluhuct@gmail.com",
+ "homepage": "http://avalanche123.com"
}
],
- "description": "A simple plugin that allows you to minify blocks of HTML, CSS, and JS inline in Craft CMS templates.",
+ "description": "Image processing for PHP 5.3",
+ "homepage": "http://imagine.readthedocs.org/",
"keywords": [
- "cms",
- "craft",
- "craft-plugin",
- "craftcms",
- "minify"
+ "drawing",
+ "graphics",
+ "image manipulation",
+ "image processing"
],
- "support": {
- "docs": "https://nystudio107.com/docs/minify/",
- "issues": "https://nystudio107.com/plugins/minify/support",
- "source": "https://github.com/nystudio107/craft-minify"
- },
- "time": "2022-03-09T03:37:27+00:00"
+ "time": "2023-01-03T19:18:06+00:00"
},
{
- "name": "nystudio107/craft-plugin-vite",
- "version": "4.0.8",
+ "name": "pragmarx/google2fa",
+ "version": "8.x-dev",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/antonioribeiro/google2fa.git",
+ "reference": "825fb0614534fbaee742df30463297ac5ecf417e"
+ },
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/nystudio107/craft-plugin-vite/zipball/eb05b1cc7dc9eeecbdfe8cd3cd3d119e83c62619",
- "reference": "eb05b1cc7dc9eeecbdfe8cd3cd3d119e83c62619",
+ "url": "https://api.github.com/repos/antonioribeiro/google2fa/zipball/825fb0614534fbaee742df30463297ac5ecf417e",
+ "reference": "825fb0614534fbaee742df30463297ac5ecf417e",
"shasum": ""
},
"require": {
- "craftcms/cms": "^4.0.0"
+ "paragonie/constant_time_encoding": "^1.0|^2.0|^3.0",
+ "php": "^7.1|^8.0"
+ },
+ "require-dev": {
+ "phpstan/phpstan": "^1.9",
+ "phpunit/phpunit": "^7.5.15|^8.5|^9.0"
},
+ "default-branch": true,
"type": "library",
"autoload": {
"psr-4": {
- "nystudio107\\pluginvite\\": "src/"
+ "PragmaRX\\Google2FA\\": "src/"
}
},
+ "notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
- "name": "nystudio107",
- "homepage": "https://nystudio107.com"
+ "name": "Antonio Carlos Ribeiro",
+ "email": "acr@antoniocarlosribeiro.com",
+ "role": "Creator & Designer"
}
],
- "description": "Plugin Vite is the conduit between Craft CMS plugins and Vite, with manifest.json & HMR support",
+ "description": "A One Time Password Authentication package, compatible with Google Authenticator.",
"keywords": [
- "craftcms",
- "plugin",
- "vite"
+ "2fa",
+ "Authentication",
+ "Two Factor Authentication",
+ "google2fa"
],
"support": {
- "docs": "https://github.com/nystudio107/craft-plugin-vite/blob/v1/README.md",
- "issues": "https://github.com/nystudio107/craft-plugin-vite/issues"
+ "issues": "https://github.com/antonioribeiro/google2fa/issues",
+ "source": "https://github.com/antonioribeiro/google2fa/tree/8.x"
},
- "time": "2023-01-25T21:09:10+00:00"
+ "time": "2024-07-13T11:36:19+00:00"
},
{
- "name": "nystudio107/craft-scripts",
- "version": "1.2.13",
- "source": {
- "type": "git",
- "url": "https://github.com/nystudio107/craft-scripts.git",
- "reference": "51724acb01a68aae9ea0e39dc55cbcccf8fdc859"
- },
+ "name": "pragmarx/random",
+ "version": "v0.2.2",
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/nystudio107/craft-scripts/zipball/51724acb01a68aae9ea0e39dc55cbcccf8fdc859",
- "reference": "51724acb01a68aae9ea0e39dc55cbcccf8fdc859",
+ "url": "https://api.github.com/repos/antonioribeiro/random/zipball/daf08a189c5d2d40d1a827db46364d3a741a51b7",
+ "reference": "daf08a189c5d2d40d1a827db46364d3a741a51b7",
"shasum": ""
},
+ "require": {
+ "php": ">=7.0"
+ },
+ "suggest": {
+ "fzaninotto/faker": "Allows you to get dozens of randomized types",
+ "pragmarx/trivia": "For the trivia database"
+ },
"type": "library",
- "notification-url": "https://packagist.org/downloads/",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "1.0-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "PragmaRX\\Random\\": "src"
+ }
+ },
"license": [
"MIT"
],
"authors": [
{
- "name": "nystudio107",
- "homepage": "https://nystudio107.com/"
+ "name": "Antonio Carlos Ribeiro",
+ "email": "acr@antoniocarlosribeiro.com",
+ "homepage": "https://antoniocarlosribeiro.com",
+ "role": "Developer"
}
],
- "description": "Shell scripts to manage database backups, asset backups, file permissions, asset syncing, cache clearing, and database syncing between Craft CMS environments",
+ "description": "Create random chars, numbers, strings",
+ "homepage": "https://github.com/antonioribeiro/random",
"keywords": [
- "Craft",
- "asset-backup",
- "assets-sync",
- "clear-caches",
- "craftcms",
- "database-backup",
- "database-sync",
- "scripts",
- "set-permissions",
- "shell"
+ "Randomize",
+ "faker",
+ "pragmarx",
+ "random",
+ "random number",
+ "random pattern",
+ "random string"
],
- "support": {
- "docs": "https://github.com/nystudio107/craft-scripts/blob/master/README.md",
- "issues": "https://github.com/nystudio107/craft-scripts/issues",
- "source": "https://github.com/nystudio107/craft-scripts/tree/1.2.13"
- },
- "time": "2021-05-24T13:37:04+00:00"
+ "time": "2017-11-21T05:26:22+00:00"
},
{
- "name": "nystudio107/craft-seomatic",
- "version": "4.0.37",
+ "name": "pragmarx/recovery",
+ "version": "v0.2.1",
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/nystudio107/craft-seomatic/zipball/524c5fe79fe238c124f1d5cb621bd615ebe1a821",
- "reference": "524c5fe79fe238c124f1d5cb621bd615ebe1a821",
+ "url": "https://api.github.com/repos/antonioribeiro/recovery/zipball/b5ce4082f059afac6761714a84497816f45271cc",
+ "reference": "b5ce4082f059afac6761714a84497816f45271cc",
"shasum": ""
},
"require": {
- "craftcms/cms": "^4.0.0",
- "davechild/textstatistics": "^1.0.3",
- "nystudio107/craft-code-editor": "^1.0.0",
- "nystudio107/craft-plugin-vite": "^4.0.7",
- "php": "^8.0.2",
- "php-science/textrank": "^1.0.3",
- "sunra/php-simple-html-dom-parser": "^1.5.2"
+ "php": ">=7.0",
+ "pragmarx/random": "~0.1"
},
- "type": "craft-plugin",
+ "suggest": {
+ "tightenco/collect": "Allows to generate recovery codes as collections"
+ },
+ "type": "library",
"extra": {
- "class": "nystudio107\\seomatic\\Seomatic",
- "handle": "seomatic",
- "name": "SEOmatic"
+ "branch-alias": {
+ "dev-master": "1.0-dev"
+ }
},
"autoload": {
"psr-4": {
- "nystudio107\\seomatic\\": "src/"
+ "PragmaRX\\Recovery\\": "src"
}
},
"license": [
- "proprietary"
+ "MIT"
],
"authors": [
{
- "name": "nystudio107",
- "homepage": "https://nystudio107.com"
+ "name": "Antonio Carlos Ribeiro",
+ "email": "acr@antoniocarlosribeiro.com",
+ "homepage": "https://antoniocarlosribeiro.com",
+ "role": "Developer"
}
],
- "description": "SEOmatic facilitates modern SEO best practices & implementation for Craft CMS 4. It is a turnkey SEO system that is comprehensive, powerful, and flexible.",
+ "description": "Create recovery codes for two factor auth",
+ "homepage": "https://github.com/antonioribeiro/recovery",
"keywords": [
- "cms",
- "craft",
- "craft-plugin",
- "craftcms",
- "facebook",
- "json-ld",
- "meta",
- "seo",
- "seomatic",
- "sitemap",
- "tags",
- "twitter"
+ "2fa",
+ "account recovery",
+ "auth",
+ "backup codes",
+ "google2fa",
+ "pragmarx",
+ "recovery",
+ "recovery codes",
+ "two factor auth"
],
- "support": {
- "docs": "https://nystudio107.com/docs/seomatic/",
- "issues": "https://nystudio107.com/plugins/seomatic/support",
- "source": "https://github.com/nystudio107/craft-seomatic"
- },
- "time": "2023-12-12T20:04:54+00:00"
+ "time": "2021-08-15T12:26:51+00:00"
},
{
- "name": "nystudio107/craft-vite",
- "version": "4.0.7",
+ "name": "psr/cache",
+ "version": "3.0.0",
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/nystudio107/craft-vite/zipball/c5d4a719151678ec2e629b3b6931257733645e1d",
- "reference": "c5d4a719151678ec2e629b3b6931257733645e1d",
+ "url": "https://api.github.com/repos/php-fig/cache/zipball/aa5030cfa5405eccfdcb1083ce040c2cb8d253bf",
+ "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf",
"shasum": ""
},
"require": {
- "craftcms/cms": "^4.0.0",
- "nystudio107/craft-plugin-vite": "^4.0.8"
+ "php": ">=8.0.0"
},
- "type": "craft-plugin",
+ "type": "library",
"extra": {
- "class": "nystudio107\\vite\\Vite",
- "handle": "vite",
- "name": "Vite"
+ "branch-alias": {
+ "dev-master": "1.0.x-dev"
+ }
},
"autoload": {
"psr-4": {
- "nystudio107\\vite\\": "src/"
+ "Psr\\Cache\\": "src/"
}
},
"license": [
@@ -5031,41 +4684,34 @@
],
"authors": [
{
- "name": "nystudio107",
- "homepage": "https://nystudio107.com"
+ "name": "PHP-FIG",
+ "homepage": "https://www.php-fig.org/"
}
],
- "description": "Allows the use of the Vite.js next generation frontend tooling with Craft CMS",
+ "description": "Common interface for caching libraries",
"keywords": [
- "cms",
- "craft",
- "craft-plugin",
- "craftcms",
- "vite"
+ "cache",
+ "psr",
+ "psr-6"
],
- "support": {
- "docs": "https://nystudio107.com/docs/vite/",
- "issues": "https://nystudio107.com/plugins/vite/support",
- "source": "https://github.com/nystudio107/craft-vite"
- },
- "time": "2023-12-08T20:22:47+00:00"
+ "time": "2021-02-03T23:26:27+00:00"
},
{
- "name": "oscarotero/html-parser",
- "version": "v0.1.8",
+ "name": "psr/clock",
+ "version": "1.0.0",
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/oscarotero/html-parser/zipball/10f3219267a365d9433f2f7d1694209c9d436c8d",
- "reference": "10f3219267a365d9433f2f7d1694209c9d436c8d",
+ "url": "https://api.github.com/repos/php-fig/clock/zipball/e41a24703d4560fd0acb709162f73b8adfc3aa0d",
+ "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d",
"shasum": ""
},
"require": {
- "php": "^7.2 || ^8"
+ "php": "^7.0 || ^8.0"
},
"type": "library",
"autoload": {
"psr-4": {
- "HtmlParser\\": "src"
+ "Psr\\Clock\\": "src/"
}
},
"license": [
@@ -5073,141 +4719,169 @@
],
"authors": [
{
- "name": "Oscar Otero",
- "email": "oom@oscarotero.com",
- "homepage": "http://oscarotero.com",
- "role": "Developer"
+ "name": "PHP-FIG",
+ "homepage": "https://www.php-fig.org/"
}
],
- "description": "Parse html strings to DOMDocument",
- "homepage": "https://github.com/oscarotero/html-parser",
+ "description": "Common interface for reading the clock.",
+ "homepage": "https://github.com/php-fig/clock",
"keywords": [
- "dom",
- "html",
- "parser"
+ "clock",
+ "now",
+ "psr",
+ "psr-20",
+ "time"
],
- "time": "2023-11-29T20:28:41+00:00"
+ "time": "2022-11-25T14:36:26+00:00"
},
{
- "name": "paragonie/random_compat",
- "version": "v9.99.100",
+ "name": "psr/container",
+ "version": "2.0.2",
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a",
- "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a",
+ "url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963",
+ "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963",
"shasum": ""
},
"require": {
- "php": ">= 7"
- },
- "suggest": {
- "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
+ "php": ">=7.4.0"
},
"type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "2.0.x-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Psr\\Container\\": "src/"
+ }
+ },
"license": [
"MIT"
],
"authors": [
{
- "name": "Paragon Initiative Enterprises",
- "email": "security@paragonie.com",
- "homepage": "https://paragonie.com"
+ "name": "PHP-FIG",
+ "homepage": "https://www.php-fig.org/"
}
],
- "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
+ "description": "Common Container Interface (PHP FIG PSR-11)",
+ "homepage": "https://github.com/php-fig/container",
"keywords": [
- "csprng",
- "polyfill",
- "pseudorandom",
- "random"
+ "PSR-11",
+ "container",
+ "container-interface",
+ "container-interop",
+ "psr"
],
- "time": "2020-10-15T08:29:30+00:00"
+ "time": "2021-11-05T16:47:00+00:00"
},
{
- "name": "phenx/php-font-lib",
- "version": "0.5.5",
+ "name": "psr/event-dispatcher",
+ "version": "1.0.0",
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/dompdf/php-font-lib/zipball/671df0f3516252011aa94f9e8e3b3b66199339f8",
- "reference": "671df0f3516252011aa94f9e8e3b3b66199339f8",
+ "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
+ "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
"shasum": ""
},
"require": {
- "ext-mbstring": "*"
+ "php": ">=7.2.0"
},
"type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "1.0.x-dev"
+ }
+ },
"autoload": {
"psr-4": {
- "FontLib\\": "src/FontLib"
+ "Psr\\EventDispatcher\\": "src/"
}
},
"license": [
- "LGPL-2.1-or-later"
+ "MIT"
],
"authors": [
{
- "name": "Fabien Ménager",
- "email": "fabien.menager@gmail.com"
+ "name": "PHP-FIG",
+ "homepage": "http://www.php-fig.org/"
}
],
- "description": "A library to read, parse, export and make subsets of different types of font files.",
- "homepage": "https://github.com/PhenX/php-font-lib",
- "time": "2024-01-07T18:13:29+00:00"
+ "description": "Standard interfaces for event handling.",
+ "keywords": [
+ "events",
+ "psr",
+ "psr-14"
+ ],
+ "time": "2019-01-08T18:20:26+00:00"
},
{
- "name": "phenx/php-svg-lib",
- "version": "0.5.1",
+ "name": "psr/http-client",
+ "version": "1.0.3",
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/dompdf/php-svg-lib/zipball/8a8a1ebcf6aea861ef30197999f096f7bd4b4456",
- "reference": "8a8a1ebcf6aea861ef30197999f096f7bd4b4456",
+ "url": "https://api.github.com/repos/php-fig/http-client/zipball/bb5906edc1c324c9a05aa0873d40117941e5fa90",
+ "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90",
"shasum": ""
},
"require": {
- "ext-mbstring": "*",
- "php": "^7.1 || ^8.0",
- "sabberworm/php-css-parser": "^8.4"
+ "php": "^7.0 || ^8.0",
+ "psr/http-message": "^1.0 || ^2.0"
},
"type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "1.0.x-dev"
+ }
+ },
"autoload": {
"psr-4": {
- "Svg\\": "src/Svg"
+ "Psr\\Http\\Client\\": "src/"
}
},
"license": [
- "LGPL-3.0"
+ "MIT"
],
"authors": [
{
- "name": "Fabien Ménager",
- "email": "fabien.menager@gmail.com"
+ "name": "PHP-FIG",
+ "homepage": "https://www.php-fig.org/"
}
],
- "description": "A library to read, parse and export to PDF SVG files.",
- "homepage": "https://github.com/PhenX/php-svg-lib",
- "time": "2023-12-11T20:56:08+00:00"
+ "description": "Common interface for HTTP clients",
+ "homepage": "https://github.com/php-fig/http-client",
+ "keywords": [
+ "http",
+ "http-client",
+ "psr",
+ "psr-18"
+ ],
+ "time": "2023-09-23T14:17:50+00:00"
},
{
- "name": "php-science/textrank",
- "version": "1.2.2",
+ "name": "psr/http-factory",
+ "version": "1.1.0",
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/PHP-Science/TextRank/zipball/c5ccfc998b3cee91bf5d01b9f107d382acfa0ca8",
- "reference": "c5ccfc998b3cee91bf5d01b9f107d382acfa0ca8",
+ "url": "https://api.github.com/repos/php-fig/http-factory/zipball/2b4765fddfe3b508ac62f829e852b1501d3f6e8a",
+ "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a",
"shasum": ""
},
"require": {
- "ext-ctype": "*",
- "ext-mbstring": "*",
- "php": ">=7.2"
+ "php": ">=7.1",
+ "psr/http-message": "^1.0 || ^2.0"
},
"type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "1.0.x-dev"
+ }
+ },
"autoload": {
"psr-4": {
- "PhpScience\\TextRank\\": [
- "src/",
- "tests/"
- ]
+ "Psr\\Http\\Message\\": "src/"
}
},
"license": [
@@ -5215,85 +4889,88 @@
],
"authors": [
{
- "name": "David Belicza",
- "email": "87.bdavid@gmail.com"
+ "name": "PHP-FIG",
+ "homepage": "https://www.php-fig.org/"
}
],
- "description": "TextRank (automatic text summarization) for PHP7 and HHVM.",
+ "description": "PSR-17: Common interfaces for PSR-7 HTTP message factories",
"keywords": [
- "PHP7",
- "automatic",
- "php8",
- "science",
- "strict",
- "summarization",
- "textrank"
+ "factory",
+ "http",
+ "message",
+ "psr",
+ "psr-17",
+ "psr-7",
+ "request",
+ "response"
],
- "time": "2022-08-12T13:02:17+00:00"
+ "time": "2024-04-15T12:06:14+00:00"
},
{
- "name": "phpcollection/phpcollection",
- "version": "0.6.0",
+ "name": "psr/http-message",
+ "version": "2.0",
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/schmittjoh/php-collection/zipball/56d18c8c2c0400f2838703246ac7de919a605763",
- "reference": "56d18c8c2c0400f2838703246ac7de919a605763",
+ "url": "https://api.github.com/repos/php-fig/http-message/zipball/402d35bcb92c70c026d1a6a9883f06b2ead23d71",
+ "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71",
"shasum": ""
},
"require": {
- "phpoption/phpoption": "1.*"
+ "php": "^7.2 || ^8.0"
},
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "0.4-dev"
+ "dev-master": "2.0.x-dev"
}
},
"autoload": {
- "psr-0": {
- "PhpCollection": "src/"
+ "psr-4": {
+ "Psr\\Http\\Message\\": "src/"
}
},
"license": [
- "Apache2"
+ "MIT"
],
"authors": [
{
- "name": "Johannes M. Schmitt",
- "email": "schmittjoh@gmail.com"
+ "name": "PHP-FIG",
+ "homepage": "https://www.php-fig.org/"
}
],
- "description": "General-Purpose Collection Library for PHP",
+ "description": "Common interface for HTTP messages",
+ "homepage": "https://github.com/php-fig/http-message",
"keywords": [
- "collection",
- "list",
- "map",
- "sequence",
- "set"
+ "http",
+ "http-message",
+ "psr",
+ "psr-7",
+ "request",
+ "response"
],
- "time": "2022-03-21T13:02:41+00:00"
+ "time": "2023-04-04T09:54:51+00:00"
},
{
- "name": "phpdocumentor/reflection-common",
- "version": "2.2.0",
+ "name": "psr/log",
+ "version": "3.0.1",
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b",
- "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b",
+ "url": "https://api.github.com/repos/php-fig/log/zipball/79dff0b268932c640297f5208d6298f71855c03e",
+ "reference": "79dff0b268932c640297f5208d6298f71855c03e",
"shasum": ""
},
"require": {
- "php": "^7.2 || ^8.0"
+ "php": ">=8.0.0"
},
"type": "library",
"extra": {
"branch-alias": {
- "dev-2.x": "2.x-dev"
+ "dev-master": "3.x-dev"
}
},
"autoload": {
"psr-4": {
- "phpDocumentor\\Reflection\\": "src/"
+ "Psr\\Log\\": "src"
}
},
"license": [
@@ -5301,46 +4978,40 @@
],
"authors": [
{
- "name": "Jaap van Otterdijk",
- "email": "opensource@ijaap.nl"
+ "name": "PHP-FIG",
+ "homepage": "https://www.php-fig.org/"
}
],
- "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
- "homepage": "http://www.phpdoc.org",
+ "description": "Common interface for logging libraries",
+ "homepage": "https://github.com/php-fig/log",
"keywords": [
- "FQSEN",
- "phpDocumentor",
- "phpdoc",
- "reflection",
- "static analysis"
- ],
- "time": "2020-06-27T09:03:43+00:00"
+ "log",
+ "psr",
+ "psr-3"
+ ],
+ "time": "2024-08-21T13:31:24+00:00"
},
{
- "name": "phpdocumentor/reflection-docblock",
- "version": "5.3.0",
+ "name": "psr/simple-cache",
+ "version": "3.0.0",
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/622548b623e81ca6d78b721c5e029f4ce664f170",
- "reference": "622548b623e81ca6d78b721c5e029f4ce664f170",
+ "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/764e0b3939f5ca87cb904f570ef9be2d78a07865",
+ "reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865",
"shasum": ""
},
"require": {
- "ext-filter": "*",
- "php": "^7.2 || ^8.0",
- "phpdocumentor/reflection-common": "^2.2",
- "phpdocumentor/type-resolver": "^1.3",
- "webmozart/assert": "^1.9.1"
+ "php": ">=8.0.0"
},
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "5.x-dev"
+ "dev-master": "3.0.x-dev"
}
},
"autoload": {
"psr-4": {
- "phpDocumentor\\Reflection\\": "src"
+ "Psr\\SimpleCache\\": "src/"
}
},
"license": [
@@ -5348,243 +5019,236 @@
],
"authors": [
{
- "name": "Mike van Riel",
- "email": "me@mikevanriel.com"
- },
- {
- "name": "Jaap van Otterdijk",
- "email": "account@ijaap.nl"
+ "name": "PHP-FIG",
+ "homepage": "https://www.php-fig.org/"
}
],
- "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
- "time": "2021-10-19T17:43:47+00:00"
+ "description": "Common interfaces for simple caching",
+ "keywords": [
+ "cache",
+ "caching",
+ "psr",
+ "psr-16",
+ "simple-cache"
+ ],
+ "time": "2021-10-29T13:26:27+00:00"
},
{
- "name": "phpdocumentor/type-resolver",
- "version": "1.8.0",
+ "name": "putyourlightson/craft-blitz",
+ "version": "5.7.1",
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/fad452781b3d774e3337b0c0b245dd8e5a4455fc",
- "reference": "fad452781b3d774e3337b0c0b245dd8e5a4455fc",
+ "url": "https://api.github.com/repos/putyourlightson/craft-blitz/zipball/4d81357a4f0048c4ea19113c95d44dca2cc3bb99",
+ "reference": "4d81357a4f0048c4ea19113c95d44dca2cc3bb99",
"shasum": ""
},
"require": {
- "doctrine/deprecations": "^1.0",
- "php": "^7.4 || ^8.0",
- "phpdocumentor/reflection-common": "^2.0",
- "phpstan/phpdoc-parser": "^1.13"
+ "amphp/http-client": "^5.0",
+ "amphp/parallel": "^2.0",
+ "craftcms/cms": "^5.0",
+ "cypresslab/gitelephant": "^4.0",
+ "php": "^8.2",
+ "putyourlightson/craft-sprig-core": "^3.0"
},
- "type": "library",
+ "type": "craft-plugin",
"extra": {
- "branch-alias": {
- "dev-1.x": "1.x-dev"
- }
+ "name": "Blitz",
+ "handle": "blitz",
+ "developer": "PutYourLightsOn",
+ "developerUrl": "https://putyourlightson.com/",
+ "documentationUrl": "https://putyourlightson.com/plugins/blitz",
+ "changelogUrl": "https://raw.githubusercontent.com/putyourlightson/craft-blitz/develop/CHANGELOG.md",
+ "class": "putyourlightson\\blitz\\Blitz"
},
"autoload": {
"psr-4": {
- "phpDocumentor\\Reflection\\": "src"
+ "putyourlightson\\blitz\\": "src/"
}
},
"license": [
- "MIT"
+ "proprietary"
],
- "authors": [
- {
- "name": "Mike van Riel",
- "email": "me@mikevanriel.com"
- }
+ "description": "Intelligent static page caching for creating lightning-fast sites.",
+ "homepage": "https://putyourlightson.com/plugins/blitz",
+ "keywords": [
+ "cache",
+ "caching",
+ "fast",
+ "performance",
+ "speed",
+ "static"
],
- "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
- "time": "2024-01-11T11:49:22+00:00"
+ "support": {
+ "docs": "https://putyourlightson.com/plugins/blitz",
+ "source": "https://github.com/putyourlightson/craft-blitz",
+ "issues": "https://github.com/putyourlightson/craft-blitz/issues"
+ },
+ "time": "2024-08-29T06:03:30+00:00"
},
{
- "name": "phpoption/phpoption",
- "version": "1.9.2",
+ "name": "putyourlightson/craft-elements-panel",
+ "version": "3.0.0",
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/80735db690fe4fc5c76dfa7f9b770634285fa820",
- "reference": "80735db690fe4fc5c76dfa7f9b770634285fa820",
+ "url": "https://api.github.com/repos/putyourlightson/craft-elements-panel/zipball/4f9c9b7c42f09c374a1c70e15d0c98b149b90474",
+ "reference": "4f9c9b7c42f09c374a1c70e15d0c98b149b90474",
"shasum": ""
},
"require": {
- "php": "^7.2.5 || ^8.0"
+ "craftcms/cms": "^5.0",
+ "php": "^8.2"
},
- "type": "library",
+ "type": "craft-plugin",
"extra": {
- "bamarni-bin": {
- "bin-links": true,
- "forward-command": true
- },
- "branch-alias": {
- "dev-master": "1.9-dev"
- }
+ "name": "Elements Panel",
+ "handle": "elements-panel",
+ "developer": "PutYourLightsOn",
+ "developerUrl": "https://putyourlightson.com/",
+ "documentationUrl": "https://putyourlightson.com/plugins/elements-panel",
+ "changelogUrl": "https://raw.githubusercontent.com/putyourlightson/craft-elements-panel/develop/CHANGELOG.md",
+ "class": "putyourlightson\\elementspanel\\ElementsPanel"
},
"autoload": {
"psr-4": {
- "PhpOption\\": "src/PhpOption/"
+ "putyourlightson\\elementspanel\\": "src/"
}
},
"license": [
- "Apache-2.0"
- ],
- "authors": [
- {
- "name": "Johannes M. Schmitt",
- "email": "schmittjoh@gmail.com",
- "homepage": "https://github.com/schmittjoh"
- },
- {
- "name": "Graham Campbell",
- "email": "hello@gjcampbell.co.uk",
- "homepage": "https://github.com/GrahamCampbell"
- }
- ],
- "description": "Option Type for PHP",
- "keywords": [
- "language",
- "option",
- "php",
- "type"
+ "proprietary"
],
- "time": "2023-11-12T21:59:55+00:00"
+ "description": "Adds an Elements and an Eager-Loading panel to the debug toolbar.",
+ "support": {
+ "docs": "https://putyourlightson.com/plugins/elements-panel",
+ "source": "https://github.com/putyourlightson/craft-elements-panel",
+ "issues": "https://github.com/putyourlightson/craft-elements-panel/issues"
+ },
+ "time": "2024-04-08T13:58:30+00:00"
},
{
- "name": "phpstan/phpdoc-parser",
- "version": "1.25.0",
+ "name": "putyourlightson/craft-sprig",
+ "version": "3.5.0",
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/bd84b629c8de41aa2ae82c067c955e06f1b00240",
- "reference": "bd84b629c8de41aa2ae82c067c955e06f1b00240",
+ "url": "https://api.github.com/repos/putyourlightson/craft-sprig/zipball/f54ad7f1126b9d9a5485599a1a594611b9f502ff",
+ "reference": "f54ad7f1126b9d9a5485599a1a594611b9f502ff",
"shasum": ""
},
"require": {
- "php": "^7.2 || ^8.0"
+ "craftcms/cms": "^5.0",
+ "nystudio107/craft-code-editor": "^1.0",
+ "php": "^8.2",
+ "putyourlightson/craft-sprig-core": "^3.5.0"
+ },
+ "type": "craft-plugin",
+ "extra": {
+ "name": "Sprig",
+ "handle": "sprig",
+ "developer": "PutYourLightsOn",
+ "developerUrl": "https://putyourlightson.com/",
+ "documentationUrl": "https://putyourlightson.com/plugins/sprig",
+ "changelogUrl": "https://raw.githubusercontent.com/putyourlightson/craft-sprig/develop/CHANGELOG.md",
+ "class": "putyourlightson\\sprig\\plugin\\Sprig"
},
- "type": "library",
"autoload": {
"psr-4": {
- "PHPStan\\PhpDocParser\\": [
- "src/"
- ]
+ "putyourlightson\\sprig\\plugin\\": "src/"
}
},
"license": [
- "MIT"
+ "mit"
],
- "description": "PHPDoc parser with support for nullable, intersection and generic types",
- "time": "2024-01-04T17:06:16+00:00"
+ "description": "A reactive Twig component framework for Craft.",
+ "support": {
+ "docs": "https://putyourlightson.com/plugins/sprig",
+ "source": "https://github.com/putyourlightson/craft-sprig",
+ "issues": "https://github.com/putyourlightson/craft-sprig/issues"
+ },
+ "time": "2024-08-29T11:37:35+00:00"
},
{
- "name": "pimple/pimple",
- "version": "v3.5.0",
+ "name": "putyourlightson/craft-sprig-core",
+ "version": "3.5.0",
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/silexphp/Pimple/zipball/a94b3a4db7fb774b3d78dad2315ddc07629e1bed",
- "reference": "a94b3a4db7fb774b3d78dad2315ddc07629e1bed",
+ "url": "https://api.github.com/repos/putyourlightson/craft-sprig-core/zipball/cdf6e056298a1229197b13edbaa2ad92810fe9c1",
+ "reference": "cdf6e056298a1229197b13edbaa2ad92810fe9c1",
"shasum": ""
},
"require": {
- "php": ">=7.2.5",
- "psr/container": "^1.1 || ^2.0"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "3.4.x-dev"
- }
+ "craftcms/cms": "^5.0",
+ "php": "^8.2"
},
+ "type": "craft-module",
"autoload": {
- "psr-0": {
- "Pimple": "src/"
+ "psr-4": {
+ "putyourlightson\\sprig\\": "src/"
}
},
"license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Fabien Potencier",
- "email": "fabien@symfony.com"
- }
- ],
- "description": "Pimple, a simple Dependency Injection Container",
- "homepage": "https://pimple.symfony.com",
- "keywords": [
- "container",
- "dependency injection"
+ "mit"
],
- "time": "2021-10-28T11:13:42+00:00"
+ "description": "A reactive Twig component framework for Craft.",
+ "support": {
+ "docs": "https://github.com/putyourlightson/craft-sprig-core",
+ "source": "https://github.com/putyourlightson/craft-sprig-core",
+ "issues": "https://github.com/putyourlightson/craft-sprig-core/issues"
+ },
+ "time": "2024-08-29T07:36:29+00:00"
},
{
- "name": "pixelandtonic/imagine",
- "version": "1.3.3.1",
+ "name": "ralouphie/getallheaders",
+ "version": "3.0.3",
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/pixelandtonic/Imagine/zipball/4d9bb596ff60504e37ccf9103c0bb705dba7fec6",
- "reference": "4d9bb596ff60504e37ccf9103c0bb705dba7fec6",
+ "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
+ "reference": "120b605dfeb996808c31b6477290a714d356e822",
"shasum": ""
},
"require": {
- "php": ">=5.5"
- },
- "suggest": {
- "ext-exif": "to read EXIF metadata",
- "ext-gd": "to use the GD implementation",
- "ext-gmagick": "to use the Gmagick implementation",
- "ext-imagick": "to use the Imagick implementation"
+ "php": ">=5.6"
},
"type": "library",
- "extra": {
- "branch-alias": {
- "dev-develop": "1.x-dev"
- }
- },
"autoload": {
- "psr-4": {
- "Imagine\\": "src/"
- }
+ "files": [
+ "src/getallheaders.php"
+ ]
},
"license": [
"MIT"
],
"authors": [
{
- "name": "Bulat Shakirzyanov",
- "email": "mallluhuct@gmail.com",
- "homepage": "http://avalanche123.com"
+ "name": "Ralph Khattar",
+ "email": "ralph.khattar@gmail.com"
}
],
- "description": "Image processing for PHP 5.3",
- "homepage": "http://imagine.readthedocs.org/",
- "keywords": [
- "drawing",
- "graphics",
- "image manipulation",
- "image processing"
- ],
- "time": "2023-01-03T19:18:06+00:00"
+ "description": "A polyfill for getallheaders.",
+ "time": "2019-03-08T08:55:37+00:00"
},
{
- "name": "psr/cache",
- "version": "3.0.0",
+ "name": "ramsey/collection",
+ "version": "2.0.0",
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/php-fig/cache/zipball/aa5030cfa5405eccfdcb1083ce040c2cb8d253bf",
- "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf",
+ "url": "https://api.github.com/repos/ramsey/collection/zipball/a4b48764bfbb8f3a6a4d1aeb1a35bb5e9ecac4a5",
+ "reference": "a4b48764bfbb8f3a6a4d1aeb1a35bb5e9ecac4a5",
"shasum": ""
},
"require": {
- "php": ">=8.0.0"
+ "php": "^8.1"
},
"type": "library",
"extra": {
- "branch-alias": {
- "dev-master": "1.0.x-dev"
+ "captainhook": {
+ "force-install": true
+ },
+ "ramsey/conventional-commits": {
+ "configFile": "conventional-commits.json"
}
},
"autoload": {
"psr-4": {
- "Psr\\Cache\\": "src/"
+ "Ramsey\\Collection\\": "src/"
}
},
"license": [
@@ -5592,1285 +5256,144 @@
],
"authors": [
{
- "name": "PHP-FIG",
- "homepage": "https://www.php-fig.org/"
+ "name": "Ben Ramsey",
+ "email": "ben@benramsey.com",
+ "homepage": "https://benramsey.com"
}
],
- "description": "Common interface for caching libraries",
+ "description": "A PHP library for representing and manipulating collections.",
"keywords": [
- "cache",
- "psr",
- "psr-6"
+ "array",
+ "collection",
+ "hash",
+ "map",
+ "queue",
+ "set"
],
- "time": "2021-02-03T23:26:27+00:00"
- },
- {
- "name": "psr/container",
- "version": "2.0.2",
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963",
- "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963",
- "shasum": ""
- },
- "require": {
- "php": ">=7.4.0"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.0.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Psr\\Container\\": "src/"
- }
- },
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "PHP-FIG",
- "homepage": "https://www.php-fig.org/"
- }
- ],
- "description": "Common Container Interface (PHP FIG PSR-11)",
- "homepage": "https://github.com/php-fig/container",
- "keywords": [
- "PSR-11",
- "container",
- "container-interface",
- "container-interop",
- "psr"
- ],
- "time": "2021-11-05T16:47:00+00:00"
- },
- {
- "name": "psr/event-dispatcher",
- "version": "1.0.0",
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
- "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
- "shasum": ""
- },
- "require": {
- "php": ">=7.2.0"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.0.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Psr\\EventDispatcher\\": "src/"
- }
- },
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "PHP-FIG",
- "homepage": "http://www.php-fig.org/"
- }
- ],
- "description": "Standard interfaces for event handling.",
- "keywords": [
- "events",
- "psr",
- "psr-14"
- ],
- "time": "2019-01-08T18:20:26+00:00"
- },
- {
- "name": "psr/http-client",
- "version": "1.0.3",
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/php-fig/http-client/zipball/bb5906edc1c324c9a05aa0873d40117941e5fa90",
- "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90",
- "shasum": ""
- },
- "require": {
- "php": "^7.0 || ^8.0",
- "psr/http-message": "^1.0 || ^2.0"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.0.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Psr\\Http\\Client\\": "src/"
- }
- },
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "PHP-FIG",
- "homepage": "https://www.php-fig.org/"
- }
- ],
- "description": "Common interface for HTTP clients",
- "homepage": "https://github.com/php-fig/http-client",
- "keywords": [
- "http",
- "http-client",
- "psr",
- "psr-18"
- ],
- "time": "2023-09-23T14:17:50+00:00"
- },
- {
- "name": "psr/http-factory",
- "version": "1.0.2",
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/php-fig/http-factory/zipball/e616d01114759c4c489f93b099585439f795fe35",
- "reference": "e616d01114759c4c489f93b099585439f795fe35",
- "shasum": ""
- },
- "require": {
- "php": ">=7.0.0",
- "psr/http-message": "^1.0 || ^2.0"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.0.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Psr\\Http\\Message\\": "src/"
- }
- },
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "PHP-FIG",
- "homepage": "https://www.php-fig.org/"
- }
- ],
- "description": "Common interfaces for PSR-7 HTTP message factories",
- "keywords": [
- "factory",
- "http",
- "message",
- "psr",
- "psr-17",
- "psr-7",
- "request",
- "response"
- ],
- "time": "2023-04-10T20:10:41+00:00"
- },
- {
- "name": "psr/http-message",
- "version": "2.0",
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/php-fig/http-message/zipball/402d35bcb92c70c026d1a6a9883f06b2ead23d71",
- "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71",
- "shasum": ""
- },
- "require": {
- "php": "^7.2 || ^8.0"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.0.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Psr\\Http\\Message\\": "src/"
- }
- },
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "PHP-FIG",
- "homepage": "https://www.php-fig.org/"
- }
- ],
- "description": "Common interface for HTTP messages",
- "homepage": "https://github.com/php-fig/http-message",
- "keywords": [
- "http",
- "http-message",
- "psr",
- "psr-7",
- "request",
- "response"
- ],
- "time": "2023-04-04T09:54:51+00:00"
- },
- {
- "name": "psr/log",
- "version": "3.0.0",
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/php-fig/log/zipball/fe5ea303b0887d5caefd3d431c3e61ad47037001",
- "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001",
- "shasum": ""
- },
- "require": {
- "php": ">=8.0.0"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "3.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Psr\\Log\\": "src"
- }
- },
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "PHP-FIG",
- "homepage": "https://www.php-fig.org/"
- }
- ],
- "description": "Common interface for logging libraries",
- "homepage": "https://github.com/php-fig/log",
- "keywords": [
- "log",
- "psr",
- "psr-3"
- ],
- "time": "2021-07-14T16:46:02+00:00"
- },
- {
- "name": "psr/simple-cache",
- "version": "3.0.0",
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/764e0b3939f5ca87cb904f570ef9be2d78a07865",
- "reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865",
- "shasum": ""
- },
- "require": {
- "php": ">=8.0.0"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "3.0.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Psr\\SimpleCache\\": "src/"
- }
- },
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "PHP-FIG",
- "homepage": "https://www.php-fig.org/"
- }
- ],
- "description": "Common interfaces for simple caching",
- "keywords": [
- "cache",
- "caching",
- "psr",
- "psr-16",
- "simple-cache"
- ],
- "time": "2021-10-29T13:26:27+00:00"
- },
- {
- "name": "putyourlightson/craft-blitz",
- "version": "4.10.3",
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/putyourlightson/craft-blitz/zipball/706905dbee69be0c1a0583e5391d1d92210ece47",
- "reference": "706905dbee69be0c1a0583e5391d1d92210ece47",
- "shasum": ""
- },
- "require": {
- "amphp/http-client": "^4.0",
- "amphp/parallel": "^1.0",
- "craftcms/cms": "^4.0",
- "cypresslab/gitelephant": "^4.0",
- "php": "^8.0.2",
- "putyourlightson/craft-blitz-hints": "^1.1.1",
- "putyourlightson/craft-sprig-core": "^2.6.4"
- },
- "type": "craft-plugin",
- "extra": {
- "name": "Blitz",
- "handle": "blitz",
- "developer": "PutYourLightsOn",
- "developerUrl": "https://putyourlightson.com/",
- "documentationUrl": "https://putyourlightson.com/plugins/blitz",
- "changelogUrl": "https://raw.githubusercontent.com/putyourlightson/craft-blitz/v4/CHANGELOG.md",
- "class": "putyourlightson\\blitz\\Blitz"
- },
- "autoload": {
- "psr-4": {
- "putyourlightson\\blitz\\": "src/"
- }
- },
- "license": [
- "proprietary"
- ],
- "description": "Intelligent static page caching for creating lightning-fast sites.",
- "homepage": "https://putyourlightson.com/plugins/blitz",
- "keywords": [
- "cache",
- "caching",
- "fast",
- "performance",
- "speed",
- "static"
- ],
- "support": {
- "docs": "https://putyourlightson.com/plugins/blitz",
- "source": "https://github.com/putyourlightson/craft-blitz",
- "issues": "https://github.com/putyourlightson/craft-blitz/issues"
- },
- "time": "2024-01-13T13:24:59+00:00"
- },
- {
- "name": "putyourlightson/craft-blitz-hints",
- "version": "1.1.1",
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/putyourlightson/craft-blitz-hints/zipball/5531616033c61a3c44d85f6c219cd59dca89a391",
- "reference": "5531616033c61a3c44d85f6c219cd59dca89a391",
- "shasum": ""
- },
- "require": {
- "craftcms/cms": "^4.0.0",
- "php": "^8.0.2"
- },
- "type": "craft-module",
- "autoload": {
- "psr-4": {
- "putyourlightson\\blitzhints\\": "src/"
- }
- },
- "license": [
- "mit"
- ],
- "description": "Provides templating performance hints.",
- "support": {
- "docs": "https://github.com/putyourlightson/craft-blitz-hints",
- "source": "https://github.com/putyourlightson/craft-blitz-hints",
- "issues": "https://github.com/putyourlightson/craft-blitz-hints/issues"
- },
- "time": "2023-11-01T11:58:04+00:00"
- },
- {
- "name": "putyourlightson/craft-elements-panel",
- "version": "2.0.0",
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/putyourlightson/craft-elements-panel/zipball/7775c4fb0eb996544c6365863e14a986c0159592",
- "reference": "7775c4fb0eb996544c6365863e14a986c0159592",
- "shasum": ""
- },
- "require": {
- "craftcms/cms": "^4.0.0",
- "php": "^8.0.2"
- },
- "type": "craft-plugin",
- "extra": {
- "name": "Elements Panel",
- "handle": "elements-panel",
- "developer": "PutYourLightsOn",
- "developerUrl": "https://putyourlightson.com/",
- "documentationUrl": "https://putyourlightson.com/plugins/elements-panel",
- "changelogUrl": "https://raw.githubusercontent.com/putyourlightson/craft-elements-panel/v2/CHANGELOG.md",
- "class": "putyourlightson\\elementspanel\\ElementsPanel"
- },
- "autoload": {
- "psr-4": {
- "putyourlightson\\elementspanel\\": "src/"
- }
- },
- "license": [
- "mit"
- ],
- "description": "Adds an Elements and an Eager-Loading panel to the debug toolbar.",
- "support": {
- "docs": "https://putyourlightson.com/plugins/elements-panel",
- "source": "https://github.com/putyourlightson/craft-elements-panel",
- "issues": "https://github.com/putyourlightson/craft-elements-panel/issues"
- },
- "time": "2022-05-04T18:44:34+00:00"
- },
- {
- "name": "putyourlightson/craft-sherlock",
- "version": "4.4.1",
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/putyourlightson/craft-sherlock/zipball/1fc82f3230563398040b209491499c023fc04d0f",
- "reference": "1fc82f3230563398040b209491499c023fc04d0f",
- "shasum": ""
- },
- "require": {
- "craftcms/cms": "^4.0.0",
- "php": "^8.0.2"
- },
- "type": "craft-plugin",
- "extra": {
- "name": "Sherlock",
- "handle": "sherlock",
- "developer": "PutYourLightsOn",
- "developerUrl": "https://putyourlightson.com/",
- "documentationUrl": "https://putyourlightson.com/plugins/sherlock",
- "changelogUrl": "https://raw.githubusercontent.com/putyourlightson/craft-sherlock/v4/CHANGELOG.md",
- "class": "putyourlightson\\sherlock\\Sherlock"
- },
- "autoload": {
- "psr-4": {
- "putyourlightson\\sherlock\\": "src/"
- }
- },
- "license": [
- "proprietary"
- ],
- "description": "Security scanner and monitor to keep your site and CMS secure.",
- "homepage": "https://putyourlightson.com/plugins/sherlock",
- "keywords": [
- "cms",
- "craft",
- "craftcms",
- "scanner",
- "secure",
- "security"
- ],
- "support": {
- "docs": "https://putyourlightson.com/plugins/sherlock",
- "source": "https://github.com/putyourlightson/craft-sherlock",
- "issues": "https://github.com/putyourlightson/craft-sherlock/issues"
- },
- "time": "2024-01-12T14:24:32+00:00"
- },
- {
- "name": "putyourlightson/craft-sprig",
- "version": "2.7.3",
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/putyourlightson/craft-sprig/zipball/850bf29b99a47077fbd1ba6c9b4189b7b883e114",
- "reference": "850bf29b99a47077fbd1ba6c9b4189b7b883e114",
- "shasum": ""
- },
- "require": {
- "craftcms/cms": "^4.0",
- "nystudio107/craft-code-editor": "^1.0.0",
- "php": "^8.0.2",
- "putyourlightson/craft-sprig-core": "^2.6.4"
- },
- "type": "craft-plugin",
- "extra": {
- "name": "Sprig",
- "handle": "sprig",
- "developer": "PutYourLightsOn",
- "developerUrl": "https://putyourlightson.com/",
- "documentationUrl": "https://putyourlightson.com/plugins/sprig",
- "changelogUrl": "https://raw.githubusercontent.com/putyourlightson/craft-sprig/v2/CHANGELOG.md",
- "class": "putyourlightson\\sprig\\plugin\\Sprig"
- },
- "autoload": {
- "psr-4": {
- "putyourlightson\\sprig\\plugin\\": "src/"
- }
- },
- "license": [
- "mit"
- ],
- "description": "A reactive Twig component framework for Craft.",
- "support": {
- "docs": "https://putyourlightson.com/plugins/sprig",
- "source": "https://github.com/putyourlightson/craft-sprig",
- "issues": "https://github.com/putyourlightson/craft-sprig/issues"
- },
- "time": "2023-12-12T15:09:09+00:00"
- },
- {
- "name": "putyourlightson/craft-sprig-core",
- "version": "2.6.6",
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/putyourlightson/craft-sprig-core/zipball/76b1d813bcd29bcad667453f8a3d3e4164b8f043",
- "reference": "76b1d813bcd29bcad667453f8a3d3e4164b8f043",
- "shasum": ""
- },
- "require": {
- "craftcms/cms": "^4.0.0",
- "php": "^8.0.2"
- },
- "type": "craft-module",
- "autoload": {
- "psr-4": {
- "putyourlightson\\sprig\\": "src/"
- }
- },
- "license": [
- "mit"
- ],
- "description": "A reactive Twig component framework for Craft.",
- "support": {
- "docs": "https://github.com/putyourlightson/craft-sprig-core",
- "source": "https://github.com/putyourlightson/craft-sprig-core",
- "issues": "https://github.com/putyourlightson/craft-sprig-core/issues"
- },
- "time": "2023-12-16T01:18:51+00:00"
- },
- {
- "name": "ralouphie/getallheaders",
- "version": "3.0.3",
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
- "reference": "120b605dfeb996808c31b6477290a714d356e822",
- "shasum": ""
- },
- "require": {
- "php": ">=5.6"
- },
- "type": "library",
- "autoload": {
- "files": [
- "src/getallheaders.php"
- ]
- },
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Ralph Khattar",
- "email": "ralph.khattar@gmail.com"
- }
- ],
- "description": "A polyfill for getallheaders.",
- "time": "2019-03-08T08:55:37+00:00"
- },
- {
- "name": "ramsey/collection",
- "version": "2.0.0",
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/ramsey/collection/zipball/a4b48764bfbb8f3a6a4d1aeb1a35bb5e9ecac4a5",
- "reference": "a4b48764bfbb8f3a6a4d1aeb1a35bb5e9ecac4a5",
- "shasum": ""
- },
- "require": {
- "php": "^8.1"
- },
- "type": "library",
- "extra": {
- "captainhook": {
- "force-install": true
- },
- "ramsey/conventional-commits": {
- "configFile": "conventional-commits.json"
- }
- },
- "autoload": {
- "psr-4": {
- "Ramsey\\Collection\\": "src/"
- }
- },
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Ben Ramsey",
- "email": "ben@benramsey.com",
- "homepage": "https://benramsey.com"
- }
- ],
- "description": "A PHP library for representing and manipulating collections.",
- "keywords": [
- "array",
- "collection",
- "hash",
- "map",
- "queue",
- "set"
- ],
- "time": "2022-12-31T21:50:55+00:00"
- },
- {
- "name": "ramsey/uuid",
- "version": "4.7.5",
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/ramsey/uuid/zipball/5f0df49ae5ad6efb7afa69e6bfab4e5b1e080d8e",
- "reference": "5f0df49ae5ad6efb7afa69e6bfab4e5b1e080d8e",
- "shasum": ""
- },
- "require": {
- "brick/math": "^0.8.8 || ^0.9 || ^0.10 || ^0.11",
- "ext-json": "*",
- "php": "^8.0",
- "ramsey/collection": "^1.2 || ^2.0"
- },
- "replace": {
- "rhumsaa/uuid": "self.version"
- },
- "suggest": {
- "ext-bcmath": "Enables faster math with arbitrary-precision integers using BCMath.",
- "ext-gmp": "Enables faster math with arbitrary-precision integers using GMP.",
- "ext-uuid": "Enables the use of PeclUuidTimeGenerator and PeclUuidRandomGenerator.",
- "paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
- "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
- },
- "type": "library",
- "extra": {
- "captainhook": {
- "force-install": true
- }
- },
- "autoload": {
- "files": [
- "src/functions.php"
- ],
- "psr-4": {
- "Ramsey\\Uuid\\": "src/"
- }
- },
- "license": [
- "MIT"
- ],
- "description": "A PHP library for generating and working with universally unique identifiers (UUIDs).",
- "keywords": [
- "guid",
- "identifier",
- "uuid"
- ],
- "time": "2023-11-08T05:53:05+00:00"
- },
- {
- "name": "react/promise",
- "version": "v3.1.0",
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/reactphp/promise/zipball/e563d55d1641de1dea9f5e84f3cccc66d2bfe02c",
- "reference": "e563d55d1641de1dea9f5e84f3cccc66d2bfe02c",
- "shasum": ""
- },
- "require": {
- "php": ">=7.1.0"
- },
- "type": "library",
- "autoload": {
- "files": [
- "src/functions_include.php"
- ],
- "psr-4": {
- "React\\Promise\\": "src/"
- }
- },
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Jan Sorgalla",
- "email": "jsorgalla@gmail.com",
- "homepage": "https://sorgalla.com/"
- },
- {
- "name": "Christian Lück",
- "email": "christian@clue.engineering",
- "homepage": "https://clue.engineering/"
- },
- {
- "name": "Cees-Jan Kiewiet",
- "email": "reactphp@ceesjankiewiet.nl",
- "homepage": "https://wyrihaximus.net/"
- },
- {
- "name": "Chris Boden",
- "email": "cboden@gmail.com",
- "homepage": "https://cboden.dev/"
- }
- ],
- "description": "A lightweight implementation of CommonJS Promises/A for PHP",
- "keywords": [
- "promise",
- "promises"
- ],
- "time": "2023-11-16T16:21:57+00:00"
- },
- {
- "name": "rize/uri-template",
- "version": "0.3.5",
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/rize/UriTemplate/zipball/5ed4ba8ea34af84485dea815d4b6b620794d1168",
- "reference": "5ed4ba8ea34af84485dea815d4b6b620794d1168",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.0"
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "Rize\\": "src/Rize"
- }
- },
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Marut K",
- "homepage": "http://twitter.com/rezigned"
- }
- ],
- "description": "PHP URI Template (RFC 6570) supports both expansion & extraction",
- "keywords": [
- "RFC 6570",
- "template",
- "uri"
- ],
- "time": "2022-10-12T17:22:51+00:00"
- },
- {
- "name": "sabberworm/php-css-parser",
- "version": "8.4.0",
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/sabberworm/PHP-CSS-Parser/zipball/e41d2140031d533348b2192a83f02d8dd8a71d30",
- "reference": "e41d2140031d533348b2192a83f02d8dd8a71d30",
- "shasum": ""
- },
- "require": {
- "ext-iconv": "*",
- "php": ">=5.6.20"
- },
- "suggest": {
- "ext-mbstring": "for parsing UTF-8 CSS"
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "Sabberworm\\CSS\\": "src/"
- }
- },
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Raphael Schweikert"
- }
- ],
- "description": "Parser for CSS Files written in PHP",
- "homepage": "https://www.sabberworm.com/blog/2010/6/10/php-css-parser",
- "keywords": [
- "css",
- "parser",
- "stylesheet"
- ],
- "time": "2021-12-11T13:40:54+00:00"
- },
- {
- "name": "samdark/yii2-psr-log-target",
- "version": "1.1.4",
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/samdark/yii2-psr-log-target/zipball/5f14f21d5ee4294fe9eb3e723ec8a3908ca082ea",
- "reference": "5f14f21d5ee4294fe9eb3e723ec8a3908ca082ea",
- "shasum": ""
- },
- "require": {
- "psr/log": "~1.0.2|~1.1.0|~3.0.0",
- "yiisoft/yii2": "~2.0.0"
- },
- "type": "yii2-extension",
- "autoload": {
- "psr-4": {
- "samdark\\log\\": "src",
- "samdark\\log\\tests\\": "tests"
- }
- },
- "license": [
- "BSD-3-Clause"
- ],
- "authors": [
- {
- "name": "Alexander Makarov",
- "email": "sam@rmcreative.ru"
- }
- ],
- "description": "Yii 2 log target which uses PSR-3 compatible logger",
- "homepage": "https://github.com/samdark/yii2-psr-log-target",
- "keywords": [
- "extension",
- "log",
- "psr-3",
- "yii"
- ],
- "time": "2023-11-23T14:11:29+00:00"
- },
- {
- "name": "seld/cli-prompt",
- "version": "1.0.4",
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/Seldaek/cli-prompt/zipball/b8dfcf02094b8c03b40322c229493bb2884423c5",
- "reference": "b8dfcf02094b8c03b40322c229493bb2884423c5",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Seld\\CliPrompt\\": "src/"
- }
- },
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Jordi Boggiano",
- "email": "j.boggiano@seld.be"
- }
- ],
- "description": "Allows you to prompt for user input on the command line, and optionally hide the characters they type",
- "keywords": [
- "cli",
- "console",
- "hidden",
- "input",
- "prompt"
- ],
- "time": "2020-12-15T21:32:01+00:00"
- },
- {
- "name": "seld/jsonlint",
- "version": "1.10.1",
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/76d449a358ece77d6f1d6331c68453e657172202",
- "reference": "76d449a358ece77d6f1d6331c68453e657172202",
- "shasum": ""
- },
- "require": {
- "php": "^5.3 || ^7.0 || ^8.0"
- },
- "bin": [
- "bin/jsonlint"
- ],
- "type": "library",
- "autoload": {
- "psr-4": {
- "Seld\\JsonLint\\": "src/Seld/JsonLint/"
- }
- },
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Jordi Boggiano",
- "email": "j.boggiano@seld.be",
- "homepage": "https://seld.be"
- }
- ],
- "description": "JSON Linter",
- "keywords": [
- "json",
- "linter",
- "parser",
- "validator"
- ],
- "time": "2023-12-18T13:03:25+00:00"
- },
- {
- "name": "seld/phar-utils",
- "version": "1.2.1",
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/Seldaek/phar-utils/zipball/ea2f4014f163c1be4c601b9b7bd6af81ba8d701c",
- "reference": "ea2f4014f163c1be4c601b9b7bd6af81ba8d701c",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Seld\\PharUtils\\": "src/"
- }
- },
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Jordi Boggiano",
- "email": "j.boggiano@seld.be"
- }
- ],
- "description": "PHAR file format utilities, for when PHP phars you up",
- "keywords": [
- "phar"
- ],
- "time": "2022-08-31T10:31:18+00:00"
- },
- {
- "name": "seld/signal-handler",
- "version": "2.0.2",
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/Seldaek/signal-handler/zipball/04a6112e883ad76c0ada8e4a9f7520bbfdb6bb98",
- "reference": "04a6112e883ad76c0ada8e4a9f7520bbfdb6bb98",
- "shasum": ""
- },
- "require": {
- "php": ">=7.2.0"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-main": "2.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Seld\\Signal\\": "src/"
- }
- },
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Jordi Boggiano",
- "email": "j.boggiano@seld.be",
- "homepage": "http://seld.be"
- }
- ],
- "description": "Simple unix signal handler that silently fails where signals are not supported for easy cross-platform development",
- "keywords": [
- "posix",
- "sigint",
- "signal",
- "sigterm",
- "unix"
- ],
- "time": "2023-09-03T09:24:00+00:00"
- },
- {
- "name": "spacecatninja/imager-x",
- "version": "4.2.4",
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/spacecatninja/craft-imager-x/zipball/f564938d10a8da3240d5ac73a9e548e88ce8dba4",
- "reference": "f564938d10a8da3240d5ac73a9e548e88ce8dba4",
- "shasum": ""
- },
- "require": {
- "aws/aws-sdk-php": "^3.0.0",
- "craftcms/cms": "^4.0.0-beta",
- "google/cloud-storage": "~1.0",
- "imgix/imgix-php": "^3.0",
- "kornrunner/blurhash": "^1.1",
- "kraken-io/kraken-php": "^1.2",
- "ksubileau/color-thief-php": "^1.3|^2.0",
- "mikehaertl/php-shellcommand": "^1.2",
- "php": "^8.0",
- "ssnepenthe/color-utils": "~0.4",
- "tinify/tinify": ">=1.1.1"
- },
- "type": "craft-plugin",
- "extra": {
- "name": "Imager X",
- "handle": "imager-x",
- "schemaVersion": "4.0.0",
- "hasCpSettings": false,
- "hasCpSection": false,
- "changelogUrl": "https://raw.githubusercontent.com/spacecatninja/craft-imager-x/master/CHANGELOG.md",
- "components": [],
- "class": "spacecatninja\\imagerx\\ImagerX"
- },
- "autoload": {
- "psr-4": {
- "spacecatninja\\imagerx\\": "src/"
- }
- },
- "license": [
- "proprietary"
- ],
- "authors": [
- {
- "name": "SPACECATNINJA",
- "homepage": "https://www.spacecat.ninja"
- }
- ],
- "description": "Ninja powered image transforms.",
- "keywords": [
- "cms",
- "craft",
- "craft-plugin",
- "craftcms",
- "image",
- "picture",
- "responsive",
- "srcset",
- "transform"
- ],
- "support": {
- "docs": "http://imager-x.spacecat.ninja/",
- "issues": "https://github.com/spacecatninja/craft-imager-x/issues"
- },
- "time": "2024-01-10T09:29:50+00:00"
+ "time": "2022-12-31T21:50:55+00:00"
},
{
- "name": "spatie/browsershot",
- "version": "3.59.0",
- "source": {
- "type": "git",
- "url": "https://github.com/spatie/browsershot.git",
- "reference": "1b74e71fdd1c30fa1de45465bacc1cf5dc852881"
- },
+ "name": "ramsey/uuid",
+ "version": "4.7.6",
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/spatie/browsershot/zipball/1b74e71fdd1c30fa1de45465bacc1cf5dc852881",
- "reference": "1b74e71fdd1c30fa1de45465bacc1cf5dc852881",
+ "url": "https://api.github.com/repos/ramsey/uuid/zipball/91039bc1faa45ba123c4328958e620d382ec7088",
+ "reference": "91039bc1faa45ba123c4328958e620d382ec7088",
"shasum": ""
},
"require": {
+ "brick/math": "^0.8.8 || ^0.9 || ^0.10 || ^0.11 || ^0.12",
"ext-json": "*",
"php": "^8.0",
- "spatie/image": "^1.5.3|^2.0",
- "spatie/temporary-directory": "^1.1|^2.0",
- "symfony/process": "^4.2|^5.0|^6.0"
- },
- "require-dev": {
- "pestphp/pest": "^1.20",
- "spatie/phpunit-snapshot-assertions": "^4.2.3"
+ "ramsey/collection": "^1.2 || ^2.0"
},
- "type": "library",
- "autoload": {
- "psr-4": {
- "Spatie\\Browsershot\\": "src"
- }
+ "replace": {
+ "rhumsaa/uuid": "self.version"
},
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Freek Van der Herten",
- "email": "freek@spatie.be",
- "homepage": "https://github.com/freekmurze",
- "role": "Developer"
- }
- ],
- "description": "Convert a webpage to an image or pdf using headless Chrome",
- "homepage": "https://github.com/spatie/browsershot",
- "keywords": [
- "chrome",
- "convert",
- "headless",
- "image",
- "pdf",
- "puppeteer",
- "screenshot",
- "webpage"
- ],
- "support": {
- "source": "https://github.com/spatie/browsershot/tree/3.59.0"
+ "suggest": {
+ "ext-bcmath": "Enables faster math with arbitrary-precision integers using BCMath.",
+ "ext-gmp": "Enables faster math with arbitrary-precision integers using GMP.",
+ "ext-uuid": "Enables the use of PeclUuidTimeGenerator and PeclUuidRandomGenerator.",
+ "paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
+ "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
},
- "funding": [
- {
- "url": "https://github.com/spatie",
- "type": "github"
+ "type": "library",
+ "extra": {
+ "captainhook": {
+ "force-install": true
}
- ],
- "time": "2023-10-09T12:59:37+00:00"
- },
- {
- "name": "spatie/image",
- "version": "2.2.7",
- "source": {
- "type": "git",
- "url": "https://github.com/spatie/image.git",
- "reference": "2f802853aab017aa615224daae1588054b5ab20e"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/spatie/image/zipball/2f802853aab017aa615224daae1588054b5ab20e",
- "reference": "2f802853aab017aa615224daae1588054b5ab20e",
- "shasum": ""
},
- "require": {
- "ext-exif": "*",
- "ext-json": "*",
- "ext-mbstring": "*",
- "league/glide": "^2.2.2",
- "php": "^8.0",
- "spatie/image-optimizer": "^1.7",
- "spatie/temporary-directory": "^1.0|^2.0",
- "symfony/process": "^3.0|^4.0|^5.0|^6.0"
- },
- "require-dev": {
- "pestphp/pest": "^1.22",
- "phpunit/phpunit": "^9.5",
- "symfony/var-dumper": "^4.0|^5.0|^6.0",
- "vimeo/psalm": "^4.6"
- },
- "type": "library",
"autoload": {
+ "files": [
+ "src/functions.php"
+ ],
"psr-4": {
- "Spatie\\Image\\": "src"
+ "Ramsey\\Uuid\\": "src/"
}
},
- "notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
- "authors": [
- {
- "name": "Freek Van der Herten",
- "email": "freek@spatie.be",
- "homepage": "https://spatie.be",
- "role": "Developer"
- }
- ],
- "description": "Manipulate images with an expressive API",
- "homepage": "https://github.com/spatie/image",
+ "description": "A PHP library for generating and working with universally unique identifiers (UUIDs).",
"keywords": [
- "image",
- "spatie"
- ],
- "support": {
- "source": "https://github.com/spatie/image/tree/2.2.7"
- },
- "funding": [
- {
- "url": "https://spatie.be/open-source/support-us",
- "type": "custom"
- },
- {
- "url": "https://github.com/spatie",
- "type": "github"
- }
+ "guid",
+ "identifier",
+ "uuid"
],
- "time": "2023-07-24T13:54:13+00:00"
+ "time": "2024-04-27T21:32:50+00:00"
},
{
- "name": "spatie/image-optimizer",
- "version": "1.7.1",
- "source": {
- "type": "git",
- "url": "https://github.com/spatie/image-optimizer.git",
- "reference": "af179994e2d2413e4b3ba2d348d06b4eaddbeb30"
- },
+ "name": "revolt/event-loop",
+ "version": "v1.0.6",
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/spatie/image-optimizer/zipball/af179994e2d2413e4b3ba2d348d06b4eaddbeb30",
- "reference": "af179994e2d2413e4b3ba2d348d06b4eaddbeb30",
+ "url": "https://api.github.com/repos/revoltphp/event-loop/zipball/25de49af7223ba039f64da4ae9a28ec2d10d0254",
+ "reference": "25de49af7223ba039f64da4ae9a28ec2d10d0254",
"shasum": ""
},
"require": {
- "ext-fileinfo": "*",
- "php": "^7.3|^8.0",
- "psr/log": "^1.0 | ^2.0 | ^3.0",
- "symfony/process": "^4.2|^5.0|^6.0"
- },
- "require-dev": {
- "pestphp/pest": "^1.21",
- "phpunit/phpunit": "^8.5.21|^9.4.4",
- "symfony/var-dumper": "^4.2|^5.0|^6.0"
+ "php": ">=8.1"
},
"type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-main": "1.x-dev"
+ }
+ },
"autoload": {
"psr-4": {
- "Spatie\\ImageOptimizer\\": "src"
+ "Revolt\\": "src"
}
},
- "notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
- "name": "Freek Van der Herten",
- "email": "freek@spatie.be",
- "homepage": "https://spatie.be",
- "role": "Developer"
+ "name": "Aaron Piotrowski",
+ "email": "aaron@trowski.com"
+ },
+ {
+ "name": "Cees-Jan Kiewiet",
+ "email": "ceesjank@gmail.com"
+ },
+ {
+ "name": "Christian Lück",
+ "email": "christian@clue.engineering"
+ },
+ {
+ "name": "Niklas Keller",
+ "email": "me@kelunik.com"
}
],
- "description": "Easily optimize images using PHP",
- "homepage": "https://github.com/spatie/image-optimizer",
+ "description": "Rock-solid event loop for concurrent PHP applications.",
"keywords": [
- "image-optimizer",
- "spatie"
+ "async",
+ "asynchronous",
+ "concurrency",
+ "event",
+ "event-loop",
+ "non-blocking",
+ "scheduler"
],
- "support": {
- "issues": "https://github.com/spatie/image-optimizer/issues",
- "source": "https://github.com/spatie/image-optimizer/tree/1.7.1"
- },
- "time": "2023-07-27T07:57:32+00:00"
+ "time": "2023-11-30T05:34:44+00:00"
},
{
- "name": "spatie/temporary-directory",
- "version": "2.2.0",
+ "name": "rize/uri-template",
+ "version": "0.3.8",
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/spatie/temporary-directory/zipball/efc258c9f4da28f0c7661765b8393e4ccee3d19c",
- "reference": "efc258c9f4da28f0c7661765b8393e4ccee3d19c",
+ "url": "https://api.github.com/repos/rize/UriTemplate/zipball/34a5b96d0b65a5dddb7d20f09b6527a43faede24",
+ "reference": "34a5b96d0b65a5dddb7d20f09b6527a43faede24",
"shasum": ""
},
"require": {
- "php": "^8.0"
+ "php": ">=5.3.0"
},
"type": "library",
"autoload": {
"psr-4": {
- "Spatie\\TemporaryDirectory\\": "src"
+ "Rize\\": "src/Rize"
}
},
"license": [
@@ -6878,99 +5401,78 @@
],
"authors": [
{
- "name": "Alex Vanderbist",
- "email": "alex@spatie.be",
- "homepage": "https://spatie.be",
- "role": "Developer"
+ "name": "Marut K",
+ "homepage": "http://twitter.com/rezigned"
}
],
- "description": "Easily create, use and destroy temporary directories",
- "homepage": "https://github.com/spatie/temporary-directory",
+ "description": "PHP URI Template (RFC 6570) supports both expansion & extraction",
"keywords": [
- "php",
- "spatie",
- "temporary-directory"
+ "RFC 6570",
+ "template",
+ "uri"
],
- "time": "2023-09-25T07:13:36+00:00"
+ "time": "2024-08-30T07:09:40+00:00"
},
{
- "name": "ssnepenthe/color-utils",
- "version": "0.4.2",
+ "name": "samdark/yii2-psr-log-target",
+ "version": "1.1.4",
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/ssnepenthe/color-utils/zipball/a68562f81fd603be0c45d102b4e8064c76ddf863",
- "reference": "a68562f81fd603be0c45d102b4e8064c76ddf863",
+ "url": "https://api.github.com/repos/samdark/yii2-psr-log-target/zipball/5f14f21d5ee4294fe9eb3e723ec8a3908ca082ea",
+ "reference": "5f14f21d5ee4294fe9eb3e723ec8a3908ca082ea",
"shasum": ""
},
"require": {
- "php": ">=7.0"
+ "psr/log": "~1.0.2|~1.1.0|~3.0.0",
+ "yiisoft/yii2": "~2.0.0"
},
- "type": "library",
+ "type": "yii2-extension",
"autoload": {
- "files": [
- "inc/colors.php",
- "inc/helpers.php",
- "inc/transformations.php"
- ],
"psr-4": {
- "SSNepenthe\\ColorUtils\\": "src/"
+ "samdark\\log\\": "src",
+ "samdark\\log\\tests\\": "tests"
}
},
"license": [
- "GPL-2.0"
+ "BSD-3-Clause"
],
- "description": "A PHP library for performing SASS-like color manipulations.",
- "homepage": "https://github.com/ssnepenthe/color-utils",
+ "authors": [
+ {
+ "name": "Alexander Makarov",
+ "email": "sam@rmcreative.ru"
+ }
+ ],
+ "description": "Yii 2 log target which uses PSR-3 compatible logger",
+ "homepage": "https://github.com/samdark/yii2-psr-log-target",
"keywords": [
- "Brightness",
- "alpha",
- "blue",
- "color",
- "conversion",
- "convert",
- "green",
- "hex",
- "hexadecimal",
- "hsl",
- "hsla",
- "hue",
- "lightness",
- "luminance",
- "manipulation",
- "red",
- "rgb",
- "rgba",
- "sass",
- "saturation",
- "scss",
- "transformation"
+ "extension",
+ "log",
+ "psr-3",
+ "yii"
],
- "time": "2017-06-19T16:48:17+00:00"
+ "time": "2023-11-23T14:11:29+00:00"
},
{
- "name": "stripe/stripe-php",
- "version": "v10.21.0",
+ "name": "seld/cli-prompt",
+ "version": "1.0.4",
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/stripe/stripe-php/zipball/b4ab319731958077227fad1874a3671458c5d593",
- "reference": "b4ab319731958077227fad1874a3671458c5d593",
+ "url": "https://api.github.com/repos/Seldaek/cli-prompt/zipball/b8dfcf02094b8c03b40322c229493bb2884423c5",
+ "reference": "b8dfcf02094b8c03b40322c229493bb2884423c5",
"shasum": ""
},
"require": {
- "ext-curl": "*",
- "ext-json": "*",
- "ext-mbstring": "*",
- "php": ">=5.6.0"
+ "php": ">=5.3"
},
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "2.0-dev"
+ "dev-master": "1.x-dev"
}
},
"autoload": {
"psr-4": {
- "Stripe\\": "lib/"
+ "Seld\\CliPrompt\\": "src/"
}
},
"license": [
@@ -6978,89 +5480,107 @@
],
"authors": [
{
- "name": "Stripe and contributors",
- "homepage": "https://github.com/stripe/stripe-php/contributors"
+ "name": "Jordi Boggiano",
+ "email": "j.boggiano@seld.be"
}
],
- "description": "Stripe PHP Library",
- "homepage": "https://stripe.com/",
+ "description": "Allows you to prompt for user input on the command line, and optionally hide the characters they type",
"keywords": [
- "api",
- "payment processing",
- "stripe"
+ "cli",
+ "console",
+ "hidden",
+ "input",
+ "prompt"
],
- "time": "2023-08-11T00:23:24+00:00"
+ "time": "2020-12-15T21:32:01+00:00"
},
{
- "name": "studioespresso/craft-dumper",
- "version": "3.0.1",
+ "name": "spacecatninja/imager-x",
+ "version": "5.0.2",
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/studioespresso/craft3-dumper/zipball/35155b80c813f96ee5fa377ada4726c083ce9d3d",
- "reference": "35155b80c813f96ee5fa377ada4726c083ce9d3d",
+ "url": "https://api.github.com/repos/spacecatninja/craft-imager-x/zipball/5c130e07a519179dd8f29cda3b53986201017f7e",
+ "reference": "5c130e07a519179dd8f29cda3b53986201017f7e",
"shasum": ""
},
"require": {
- "craftcms/cms": "^4.0.0-RC1"
+ "aws/aws-sdk-php": "^3.0.0",
+ "craftcms/cms": "^5.0.0",
+ "google/cloud-storage": "~1.0",
+ "imgix/imgix-php": "^3.0",
+ "kornrunner/blurhash": "^1.1",
+ "kraken-io/kraken-php": "^1.2",
+ "ksubileau/color-thief-php": "^1.3|^2.0",
+ "mikehaertl/php-shellcommand": "^1.2",
+ "php": "^8.2",
+ "ssnepenthe/color-utils": "~0.4",
+ "tinify/tinify": ">=1.1.1"
},
"type": "craft-plugin",
"extra": {
- "name": "Dumper",
- "handle": "dumper",
- "schemaVersion": "1.0.0",
+ "name": "Imager X",
+ "handle": "imager-x",
+ "schemaVersion": "4.0.0",
"hasCpSettings": false,
"hasCpSection": false,
- "changelogUrl": "https://raw.githubusercontent.com/studioespresso/craft3-dumper/master/CHANGELOG.md",
- "class": "studioespresso\\craftdumper\\CraftDumper"
+ "changelogUrl": "https://raw.githubusercontent.com/spacecatninja/craft-imager-x/master/CHANGELOG.md",
+ "components": [],
+ "class": "spacecatninja\\imagerx\\ImagerX"
},
"autoload": {
"psr-4": {
- "studioespresso\\craftdumper\\": "src/"
- },
- "files": [
- "src/helper.php"
- ]
+ "spacecatninja\\imagerx\\": "src/"
+ }
},
"license": [
- "MIT"
+ "proprietary"
],
"authors": [
{
- "name": "Studio Espresso",
- "homepage": "https://studioespresso.dev"
+ "name": "SPACECATNINJA",
+ "homepage": "https://www.spacecat.ninja"
}
],
- "description": "Bringing larapack/dd to Craft CMS",
+ "description": "Ninja powered image transforms.",
"keywords": [
"cms",
"craft",
"craft-plugin",
"craftcms",
- "dumper"
+ "image",
+ "picture",
+ "responsive",
+ "srcset",
+ "transform"
],
"support": {
- "docs": "https://github.com/studioespresso/craft3-dumper/blob/master/README.md",
- "issues": "https://github.com/studioespresso/craft3-dumper/issues"
+ "docs": "http://imager-x.spacecat.ninja/",
+ "issues": "https://github.com/spacecatninja/craft-imager-x/issues"
},
- "time": "2022-05-24T17:49:13+00:00"
+ "time": "2024-08-08T11:34:30+00:00"
},
{
- "name": "sunra/php-simple-html-dom-parser",
- "version": "v1.5.2",
+ "name": "spomky-labs/cbor-php",
+ "version": "3.1.0",
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/sunra/php-simple-html-dom-parser/zipball/75b9b1cb64502d8f8c04dc11b5906b969af247c6",
- "reference": "75b9b1cb64502d8f8c04dc11b5906b969af247c6",
+ "url": "https://api.github.com/repos/Spomky-Labs/cbor-php/zipball/499d9bff0a6d59c4f1b813cc617fc3fd56d6dca4",
+ "reference": "499d9bff0a6d59c4f1b813cc617fc3fd56d6dca4",
"shasum": ""
},
"require": {
+ "brick/math": "^0.9|^0.10|^0.11|^0.12",
"ext-mbstring": "*",
- "php": ">=5.3.2"
+ "php": ">=8.0"
+ },
+ "suggest": {
+ "ext-bcmath": "GMP or BCMath extensions will drastically improve the library performance. BCMath extension needed to handle the Big Float and Decimal Fraction Tags",
+ "ext-gmp": "GMP or BCMath extensions will drastically improve the library performance"
},
"type": "library",
"autoload": {
- "psr-0": {
- "Sunra\\PhpSimple\\HtmlDomParser": "Src/"
+ "psr-4": {
+ "CBOR\\": "src/"
}
},
"license": [
@@ -7068,203 +5588,196 @@
],
"authors": [
{
- "name": "Sunra",
- "email": "sunra@yandex.ru",
- "homepage": "https://github.com/sunra"
+ "name": "Florent Morselli",
+ "homepage": "https://github.com/Spomky"
},
{
- "name": "S.C. Chen",
- "homepage": "http://sourceforge.net/projects/simplehtmldom/"
+ "name": "All contributors",
+ "homepage": "https://github.com/Spomky-Labs/cbor-php/contributors"
}
],
- "description": "Composer adaptation of: A HTML DOM parser written in PHP5+ let you manipulate HTML in a very easy way! Require PHP 5+. Supports invalid HTML. Find tags on an HTML page with selectors just like jQuery. Extract contents from HTML in a single line.",
- "homepage": "https://github.com/sunra/php-simple-html-dom-parser",
+ "description": "CBOR Encoder/Decoder for PHP",
"keywords": [
- "dom",
- "html",
- "parser"
+ "Concise Binary Object Representation",
+ "RFC7049",
+ "cbor"
],
- "time": "2016-11-22T22:57:47+00:00"
+ "time": "2024-07-18T08:37:03+00:00"
},
{
- "name": "symfony/cache",
- "version": "v6.4.2",
+ "name": "spomky-labs/pki-framework",
+ "version": "1.2.1",
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/cache/zipball/14a75869bbb41cb35bc5d9d322473928c6f3f978",
- "reference": "14a75869bbb41cb35bc5d9d322473928c6f3f978",
+ "url": "https://api.github.com/repos/Spomky-Labs/pki-framework/zipball/0b10c8b53366729417d6226ae89a665f9e2d61b6",
+ "reference": "0b10c8b53366729417d6226ae89a665f9e2d61b6",
"shasum": ""
},
"require": {
- "php": ">=8.1",
- "psr/cache": "^2.0|^3.0",
- "psr/log": "^1.1|^2|^3",
- "symfony/cache-contracts": "^2.5|^3",
- "symfony/service-contracts": "^2.5|^3",
- "symfony/var-exporter": "^6.3.6|^7.0"
- },
- "conflict": {
- "doctrine/dbal": "<2.13.1",
- "symfony/dependency-injection": "<5.4",
- "symfony/http-kernel": "<5.4",
- "symfony/var-dumper": "<5.4"
+ "brick/math": "^0.10|^0.11|^0.12",
+ "ext-mbstring": "*",
+ "php": ">=8.1"
},
- "provide": {
- "psr/cache-implementation": "2.0|3.0",
- "psr/simple-cache-implementation": "1.0|2.0|3.0",
- "symfony/cache-implementation": "1.1|2.0|3.0"
+ "suggest": {
+ "ext-bcmath": "For better performance (or GMP)",
+ "ext-gmp": "For better performance (or BCMath)",
+ "ext-openssl": "For OpenSSL based cyphering"
},
"type": "library",
"autoload": {
"psr-4": {
- "Symfony\\Component\\Cache\\": ""
- },
- "classmap": [
- "Traits/ValueWrapper.php"
- ],
- "exclude-from-classmap": [
- "/Tests/"
- ]
+ "SpomkyLabs\\Pki\\": "src/"
+ }
},
"license": [
"MIT"
],
"authors": [
{
- "name": "Nicolas Grekas",
- "email": "p@tchwork.com"
+ "name": "Joni Eskelinen",
+ "email": "jonieske@gmail.com",
+ "role": "Original developer"
},
{
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
+ "name": "Florent Morselli",
+ "email": "florent.morselli@spomky-labs.com",
+ "role": "Spomky-Labs PKI Framework developer"
}
],
- "description": "Provides extended PSR-6, PSR-16 (and tags) implementations",
- "homepage": "https://symfony.com",
+ "description": "A PHP framework for managing Public Key Infrastructures. It comprises X.509 public key certificates, attribute certificates, certification requests and certification path validation.",
+ "homepage": "https://github.com/spomky-labs/pki-framework",
"keywords": [
- "caching",
- "psr6"
+ "DER",
+ "Private Key",
+ "ac",
+ "algorithm identifier",
+ "asn.1",
+ "asn1",
+ "attribute certificate",
+ "certificate",
+ "certification request",
+ "cryptography",
+ "csr",
+ "decrypt",
+ "ec",
+ "encrypt",
+ "pem",
+ "pkcs",
+ "public key",
+ "rsa",
+ "sign",
+ "signature",
+ "verify",
+ "x.509",
+ "x.690",
+ "x509",
+ "x690"
],
- "time": "2023-12-29T15:34:34+00:00"
+ "time": "2024-03-30T18:03:49+00:00"
},
{
- "name": "symfony/cache-contracts",
- "version": "v3.4.0",
+ "name": "ssnepenthe/color-utils",
+ "version": "0.4.2",
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/1d74b127da04ffa87aa940abe15446fa89653778",
- "reference": "1d74b127da04ffa87aa940abe15446fa89653778",
+ "url": "https://api.github.com/repos/ssnepenthe/color-utils/zipball/a68562f81fd603be0c45d102b4e8064c76ddf863",
+ "reference": "a68562f81fd603be0c45d102b4e8064c76ddf863",
"shasum": ""
},
"require": {
- "php": ">=8.1",
- "psr/cache": "^3.0"
+ "php": ">=7.0"
},
"type": "library",
- "extra": {
- "branch-alias": {
- "dev-main": "3.4-dev"
- },
- "thanks": {
- "name": "symfony/contracts",
- "url": "https://github.com/symfony/contracts"
- }
- },
"autoload": {
+ "files": [
+ "inc/colors.php",
+ "inc/helpers.php",
+ "inc/transformations.php"
+ ],
"psr-4": {
- "Symfony\\Contracts\\Cache\\": ""
+ "SSNepenthe\\ColorUtils\\": "src/"
}
},
"license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Nicolas Grekas",
- "email": "p@tchwork.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
+ "GPL-2.0"
],
- "description": "Generic abstractions related to caching",
- "homepage": "https://symfony.com",
- "keywords": [
- "abstractions",
- "contracts",
- "decoupling",
- "interfaces",
- "interoperability",
- "standards"
+ "description": "A PHP library for performing SASS-like color manipulations.",
+ "homepage": "https://github.com/ssnepenthe/color-utils",
+ "keywords": [
+ "Brightness",
+ "alpha",
+ "blue",
+ "color",
+ "conversion",
+ "convert",
+ "green",
+ "hex",
+ "hexadecimal",
+ "hsl",
+ "hsla",
+ "hue",
+ "lightness",
+ "luminance",
+ "manipulation",
+ "red",
+ "rgb",
+ "rgba",
+ "sass",
+ "saturation",
+ "scss",
+ "transformation"
],
- "time": "2023-09-25T12:52:38+00:00"
+ "time": "2017-06-19T16:48:17+00:00"
},
{
- "name": "symfony/console",
- "version": "v6.4.2",
+ "name": "sunra/php-simple-html-dom-parser",
+ "version": "v1.5.2",
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/console/zipball/0254811a143e6bc6c8deea08b589a7e68a37f625",
- "reference": "0254811a143e6bc6c8deea08b589a7e68a37f625",
+ "url": "https://api.github.com/repos/sunra/php-simple-html-dom-parser/zipball/75b9b1cb64502d8f8c04dc11b5906b969af247c6",
+ "reference": "75b9b1cb64502d8f8c04dc11b5906b969af247c6",
"shasum": ""
},
"require": {
- "php": ">=8.1",
- "symfony/deprecation-contracts": "^2.5|^3",
- "symfony/polyfill-mbstring": "~1.0",
- "symfony/service-contracts": "^2.5|^3",
- "symfony/string": "^5.4|^6.0|^7.0"
- },
- "conflict": {
- "symfony/dependency-injection": "<5.4",
- "symfony/dotenv": "<5.4",
- "symfony/event-dispatcher": "<5.4",
- "symfony/lock": "<5.4",
- "symfony/process": "<5.4"
- },
- "provide": {
- "psr/log-implementation": "1.0|2.0|3.0"
+ "ext-mbstring": "*",
+ "php": ">=5.3.2"
},
"type": "library",
"autoload": {
- "psr-4": {
- "Symfony\\Component\\Console\\": ""
- },
- "exclude-from-classmap": [
- "/Tests/"
- ]
+ "psr-0": {
+ "Sunra\\PhpSimple\\HtmlDomParser": "Src/"
+ }
},
"license": [
"MIT"
],
"authors": [
{
- "name": "Fabien Potencier",
- "email": "fabien@symfony.com"
+ "name": "Sunra",
+ "email": "sunra@yandex.ru",
+ "homepage": "https://github.com/sunra"
},
{
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
+ "name": "S.C. Chen",
+ "homepage": "http://sourceforge.net/projects/simplehtmldom/"
}
],
- "description": "Eases the creation of beautiful and testable command line interfaces",
- "homepage": "https://symfony.com",
+ "description": "Composer adaptation of: A HTML DOM parser written in PHP5+ let you manipulate HTML in a very easy way! Require PHP 5+. Supports invalid HTML. Find tags on an HTML page with selectors just like jQuery. Extract contents from HTML in a single line.",
+ "homepage": "https://github.com/sunra/php-simple-html-dom-parser",
"keywords": [
- "cli",
- "command-line",
- "console",
- "terminal"
+ "dom",
+ "html",
+ "parser"
],
- "time": "2023-12-10T16:15:48+00:00"
+ "time": "2016-11-22T22:57:47+00:00"
},
{
"name": "symfony/deprecation-contracts",
- "version": "v3.4.0",
+ "version": "v3.5.0",
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/7c3aff79d10325257a001fcf92d991f24fc967cf",
- "reference": "7c3aff79d10325257a001fcf92d991f24fc967cf",
+ "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1",
+ "reference": "0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1",
"shasum": ""
},
"require": {
@@ -7273,7 +5786,7 @@
"type": "library",
"extra": {
"branch-alias": {
- "dev-main": "3.4-dev"
+ "dev-main": "3.5-dev"
},
"thanks": {
"name": "symfony/contracts",
@@ -7300,15 +5813,15 @@
],
"description": "A generic function and convention to trigger deprecation notices",
"homepage": "https://symfony.com",
- "time": "2023-05-23T14:45:45+00:00"
+ "time": "2024-04-18T09:32:20+00:00"
},
{
"name": "symfony/event-dispatcher",
- "version": "v7.0.2",
+ "version": "v7.1.1",
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/098b62ae81fdd6cbf941f355059f617db28f4f9a",
- "reference": "098b62ae81fdd6cbf941f355059f617db28f4f9a",
+ "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/9fa7f7a21beb22a39a8f3f28618b29e50d7a55a7",
+ "reference": "9fa7f7a21beb22a39a8f3f28618b29e50d7a55a7",
"shasum": ""
},
"require": {
@@ -7347,15 +5860,15 @@
],
"description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
"homepage": "https://symfony.com",
- "time": "2023-12-27T22:24:19+00:00"
+ "time": "2024-05-31T14:57:53+00:00"
},
{
"name": "symfony/event-dispatcher-contracts",
- "version": "v3.4.0",
+ "version": "v3.5.0",
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/a76aed96a42d2b521153fb382d418e30d18b59df",
- "reference": "a76aed96a42d2b521153fb382d418e30d18b59df",
+ "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/8f93aec25d41b72493c6ddff14e916177c9efc50",
+ "reference": "8f93aec25d41b72493c6ddff14e916177c9efc50",
"shasum": ""
},
"require": {
@@ -7365,7 +5878,7 @@
"type": "library",
"extra": {
"branch-alias": {
- "dev-main": "3.4-dev"
+ "dev-main": "3.5-dev"
},
"thanks": {
"name": "symfony/contracts",
@@ -7400,59 +5913,19 @@
"interoperability",
"standards"
],
- "time": "2023-05-23T14:45:45+00:00"
- },
- {
- "name": "symfony/expression-language",
- "version": "v5.4.21",
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/expression-language/zipball/501589522b844b8eecf012c133f0404f0eef77ac",
- "reference": "501589522b844b8eecf012c133f0404f0eef77ac",
- "shasum": ""
- },
- "require": {
- "php": ">=7.2.5",
- "symfony/cache": "^4.4|^5.0|^6.0",
- "symfony/service-contracts": "^1.1|^2|^3"
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "Symfony\\Component\\ExpressionLanguage\\": ""
- },
- "exclude-from-classmap": [
- "/Tests/"
- ]
- },
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Fabien Potencier",
- "email": "fabien@symfony.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "description": "Provides an engine that can compile and evaluate expressions",
- "homepage": "https://symfony.com",
- "time": "2023-02-14T08:03:56+00:00"
+ "time": "2024-04-18T09:32:20+00:00"
},
{
"name": "symfony/filesystem",
- "version": "v7.0.0",
+ "version": "v6.4.9",
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/filesystem/zipball/7da8ea2362a283771478c5f7729cfcb43a76b8b7",
- "reference": "7da8ea2362a283771478c5f7729cfcb43a76b8b7",
+ "url": "https://api.github.com/repos/symfony/filesystem/zipball/b51ef8059159330b74a4d52f68e671033c0fe463",
+ "reference": "b51ef8059159330b74a4d52f68e671033c0fe463",
"shasum": ""
},
"require": {
- "php": ">=8.2",
+ "php": ">=8.1",
"symfony/polyfill-ctype": "~1.8",
"symfony/polyfill-mbstring": "~1.8"
},
@@ -7480,15 +5953,15 @@
],
"description": "Provides basic utilities for the filesystem",
"homepage": "https://symfony.com",
- "time": "2023-07-27T06:33:22+00:00"
+ "time": "2024-06-28T09:49:33+00:00"
},
{
"name": "symfony/finder",
- "version": "v7.0.0",
+ "version": "v7.1.4",
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/finder/zipball/6e5688d69f7cfc4ed4a511e96007e06c2d34ce56",
- "reference": "6e5688d69f7cfc4ed4a511e96007e06c2d34ce56",
+ "url": "https://api.github.com/repos/symfony/finder/zipball/d95bbf319f7d052082fb7af147e0f835a695e823",
+ "reference": "d95bbf319f7d052082fb7af147e0f835a695e823",
"shasum": ""
},
"require": {
@@ -7518,22 +5991,22 @@
],
"description": "Finds files and directories via an intuitive fluent interface",
"homepage": "https://symfony.com",
- "time": "2023-10-31T17:59:56+00:00"
+ "time": "2024-08-13T14:28:19+00:00"
},
{
"name": "symfony/http-client",
- "version": "v6.4.2",
+ "version": "v6.4.11",
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/http-client/zipball/fc0944665bd932cf32a7b8a1d009466afc16528f",
- "reference": "fc0944665bd932cf32a7b8a1d009466afc16528f",
+ "url": "https://api.github.com/repos/symfony/http-client/zipball/4c92046bb788648ff1098cc66da69aa7eac8cb65",
+ "reference": "4c92046bb788648ff1098cc66da69aa7eac8cb65",
"shasum": ""
},
"require": {
"php": ">=8.1",
"psr/log": "^1|^2|^3",
"symfony/deprecation-contracts": "^2.5|^3",
- "symfony/http-client-contracts": "^3",
+ "symfony/http-client-contracts": "^3.4.1",
"symfony/service-contracts": "^2.5|^3"
},
"conflict": {
@@ -7573,15 +6046,15 @@
"keywords": [
"http"
],
- "time": "2023-12-02T12:49:56+00:00"
+ "time": "2024-08-26T06:30:21+00:00"
},
{
"name": "symfony/http-client-contracts",
- "version": "v3.4.0",
+ "version": "v3.5.0",
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/1ee70e699b41909c209a0c930f11034b93578654",
- "reference": "1ee70e699b41909c209a0c930f11034b93578654",
+ "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/20414d96f391677bf80078aa55baece78b82647d",
+ "reference": "20414d96f391677bf80078aa55baece78b82647d",
"shasum": ""
},
"require": {
@@ -7590,7 +6063,7 @@
"type": "library",
"extra": {
"branch-alias": {
- "dev-main": "3.4-dev"
+ "dev-main": "3.5-dev"
},
"thanks": {
"name": "symfony/contracts",
@@ -7628,15 +6101,15 @@
"interoperability",
"standards"
],
- "time": "2023-07-30T20:28:31+00:00"
+ "time": "2024-04-18T09:32:20+00:00"
},
{
"name": "symfony/mailer",
- "version": "v7.0.2",
+ "version": "v7.1.2",
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/mailer/zipball/c51c8f411062ef8fec837c76b0dad15dd5a6ab16",
- "reference": "c51c8f411062ef8fec837c76b0dad15dd5a6ab16",
+ "url": "https://api.github.com/repos/symfony/mailer/zipball/8fcff0af9043c8f8a8e229437cea363e282f9aee",
+ "reference": "8fcff0af9043c8f8a8e229437cea363e282f9aee",
"shasum": ""
},
"require": {
@@ -7679,15 +6152,15 @@
],
"description": "Helps sending emails",
"homepage": "https://symfony.com",
- "time": "2023-12-19T11:23:03+00:00"
+ "time": "2024-06-28T08:00:31+00:00"
},
{
"name": "symfony/mime",
- "version": "v7.0.0",
+ "version": "v7.1.4",
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/mime/zipball/0a2fff95c1a10df97f571d67e76c7ae0f0d4f535",
- "reference": "0a2fff95c1a10df97f571d67e76c7ae0f0d4f535",
+ "url": "https://api.github.com/repos/symfony/mime/zipball/ccaa6c2503db867f472a587291e764d6a1e58758",
+ "reference": "ccaa6c2503db867f472a587291e764d6a1e58758",
"shasum": ""
},
"require": {
@@ -7700,7 +6173,7 @@
"phpdocumentor/reflection-docblock": "<3.2.2",
"phpdocumentor/type-resolver": "<1.4.0",
"symfony/mailer": "<6.4",
- "symfony/serializer": "<6.4"
+ "symfony/serializer": "<6.4.3|>7.0,<7.0.3"
},
"type": "library",
"autoload": {
@@ -7730,15 +6203,15 @@
"mime",
"mime-type"
],
- "time": "2023-10-19T14:20:43+00:00"
+ "time": "2024-08-13T14:28:19+00:00"
},
{
"name": "symfony/polyfill-ctype",
- "version": "v1.28.0",
+ "version": "v1.30.0",
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb",
- "reference": "ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb",
+ "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/0424dff1c58f028c451efff2045f5d92410bd540",
+ "reference": "0424dff1c58f028c451efff2045f5d92410bd540",
"shasum": ""
},
"require": {
@@ -7752,9 +6225,6 @@
},
"type": "library",
"extra": {
- "branch-alias": {
- "dev-main": "1.28-dev"
- },
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
@@ -7789,15 +6259,15 @@
"polyfill",
"portable"
],
- "time": "2023-01-26T09:26:14+00:00"
+ "time": "2024-05-31T15:07:36+00:00"
},
{
"name": "symfony/polyfill-iconv",
- "version": "v1.28.0",
+ "version": "v1.30.0",
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/6de50471469b8c9afc38164452ab2b6170ee71c1",
- "reference": "6de50471469b8c9afc38164452ab2b6170ee71c1",
+ "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/c027e6a3c6aee334663ec21f5852e89738abc805",
+ "reference": "c027e6a3c6aee334663ec21f5852e89738abc805",
"shasum": ""
},
"require": {
@@ -7811,9 +6281,6 @@
},
"type": "library",
"extra": {
- "branch-alias": {
- "dev-main": "1.28-dev"
- },
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
@@ -7849,15 +6316,15 @@
"portable",
"shim"
],
- "time": "2023-01-26T09:26:14+00:00"
+ "time": "2024-05-31T15:07:36+00:00"
},
{
"name": "symfony/polyfill-intl-grapheme",
- "version": "v1.28.0",
+ "version": "v1.30.0",
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/875e90aeea2777b6f135677f618529449334a612",
- "reference": "875e90aeea2777b6f135677f618529449334a612",
+ "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/64647a7c30b2283f5d49b874d84a18fc22054b7a",
+ "reference": "64647a7c30b2283f5d49b874d84a18fc22054b7a",
"shasum": ""
},
"require": {
@@ -7868,9 +6335,6 @@
},
"type": "library",
"extra": {
- "branch-alias": {
- "dev-main": "1.28-dev"
- },
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
@@ -7907,15 +6371,15 @@
"portable",
"shim"
],
- "time": "2023-01-26T09:26:14+00:00"
+ "time": "2024-05-31T15:07:36+00:00"
},
{
"name": "symfony/polyfill-intl-idn",
- "version": "v1.28.0",
+ "version": "v1.30.0",
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/ecaafce9f77234a6a449d29e49267ba10499116d",
- "reference": "ecaafce9f77234a6a449d29e49267ba10499116d",
+ "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/a6e83bdeb3c84391d1dfe16f42e40727ce524a5c",
+ "reference": "a6e83bdeb3c84391d1dfe16f42e40727ce524a5c",
"shasum": ""
},
"require": {
@@ -7928,9 +6392,6 @@
},
"type": "library",
"extra": {
- "branch-alias": {
- "dev-main": "1.28-dev"
- },
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
@@ -7971,15 +6432,15 @@
"portable",
"shim"
],
- "time": "2023-01-26T09:30:37+00:00"
+ "time": "2024-05-31T15:07:36+00:00"
},
{
"name": "symfony/polyfill-intl-normalizer",
- "version": "v1.28.0",
+ "version": "v1.30.0",
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/8c4ad05dd0120b6a53c1ca374dca2ad0a1c4ed92",
- "reference": "8c4ad05dd0120b6a53c1ca374dca2ad0a1c4ed92",
+ "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/a95281b0be0d9ab48050ebd988b967875cdb9fdb",
+ "reference": "a95281b0be0d9ab48050ebd988b967875cdb9fdb",
"shasum": ""
},
"require": {
@@ -7990,9 +6451,6 @@
},
"type": "library",
"extra": {
- "branch-alias": {
- "dev-main": "1.28-dev"
- },
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
@@ -8032,15 +6490,15 @@
"portable",
"shim"
],
- "time": "2023-01-26T09:26:14+00:00"
+ "time": "2024-05-31T15:07:36+00:00"
},
{
"name": "symfony/polyfill-mbstring",
- "version": "v1.28.0",
+ "version": "v1.30.0",
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/42292d99c55abe617799667f454222c54c60e229",
- "reference": "42292d99c55abe617799667f454222c54c60e229",
+ "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/fd22ab50000ef01661e2a31d850ebaa297f8e03c",
+ "reference": "fd22ab50000ef01661e2a31d850ebaa297f8e03c",
"shasum": ""
},
"require": {
@@ -8054,9 +6512,6 @@
},
"type": "library",
"extra": {
- "branch-alias": {
- "dev-main": "1.28-dev"
- },
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
@@ -8092,15 +6547,15 @@
"portable",
"shim"
],
- "time": "2023-07-28T09:04:16+00:00"
+ "time": "2024-06-19T12:30:46+00:00"
},
{
"name": "symfony/polyfill-php72",
- "version": "v1.28.0",
+ "version": "v1.30.0",
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/70f4aebd92afca2f865444d30a4d2151c13c3179",
- "reference": "70f4aebd92afca2f865444d30a4d2151c13c3179",
+ "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/10112722600777e02d2745716b70c5db4ca70442",
+ "reference": "10112722600777e02d2745716b70c5db4ca70442",
"shasum": ""
},
"require": {
@@ -8108,9 +6563,6 @@
},
"type": "library",
"extra": {
- "branch-alias": {
- "dev-main": "1.28-dev"
- },
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
@@ -8145,15 +6597,15 @@
"portable",
"shim"
],
- "time": "2023-01-26T09:26:14+00:00"
+ "time": "2024-06-19T12:30:46+00:00"
},
{
- "name": "symfony/polyfill-php73",
- "version": "v1.28.0",
+ "name": "symfony/polyfill-php80",
+ "version": "v1.30.0",
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/fe2f306d1d9d346a7fee353d0d5012e401e984b5",
- "reference": "fe2f306d1d9d346a7fee353d0d5012e401e984b5",
+ "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/77fa7995ac1b21ab60769b7323d600a991a90433",
+ "reference": "77fa7995ac1b21ab60769b7323d600a991a90433",
"shasum": ""
},
"require": {
@@ -8161,9 +6613,6 @@
},
"type": "library",
"extra": {
- "branch-alias": {
- "dev-main": "1.28-dev"
- },
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
@@ -8174,7 +6623,7 @@
"bootstrap.php"
],
"psr-4": {
- "Symfony\\Polyfill\\Php73\\": ""
+ "Symfony\\Polyfill\\Php80\\": ""
},
"classmap": [
"Resources/stubs"
@@ -8184,6 +6633,10 @@
"MIT"
],
"authors": [
+ {
+ "name": "Ion Bazan",
+ "email": "ion.bazan@gmail.com"
+ },
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
@@ -8193,7 +6646,7 @@
"homepage": "https://symfony.com/contributors"
}
],
- "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
+ "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
@@ -8201,15 +6654,15 @@
"portable",
"shim"
],
- "time": "2023-01-26T09:26:14+00:00"
+ "time": "2024-05-31T15:07:36+00:00"
},
{
- "name": "symfony/polyfill-php80",
- "version": "v1.28.0",
+ "name": "symfony/polyfill-php81",
+ "version": "v1.30.0",
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/6caa57379c4aec19c0a12a38b59b26487dcfe4b5",
- "reference": "6caa57379c4aec19c0a12a38b59b26487dcfe4b5",
+ "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/3fb075789fb91f9ad9af537c4012d523085bd5af",
+ "reference": "3fb075789fb91f9ad9af537c4012d523085bd5af",
"shasum": ""
},
"require": {
@@ -8217,9 +6670,6 @@
},
"type": "library",
"extra": {
- "branch-alias": {
- "dev-main": "1.28-dev"
- },
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
@@ -8230,7 +6680,7 @@
"bootstrap.php"
],
"psr-4": {
- "Symfony\\Polyfill\\Php80\\": ""
+ "Symfony\\Polyfill\\Php81\\": ""
},
"classmap": [
"Resources/stubs"
@@ -8240,10 +6690,6 @@
"MIT"
],
"authors": [
- {
- "name": "Ion Bazan",
- "email": "ion.bazan@gmail.com"
- },
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
@@ -8253,7 +6699,7 @@
"homepage": "https://symfony.com/contributors"
}
],
- "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
+ "description": "Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
@@ -8261,39 +6707,179 @@
"portable",
"shim"
],
- "time": "2023-01-26T09:26:14+00:00"
+ "time": "2024-06-19T12:30:46+00:00"
},
{
- "name": "symfony/polyfill-php81",
- "version": "v1.28.0",
+ "name": "symfony/polyfill-uuid",
+ "version": "v1.30.0",
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/7581cd600fa9fd681b797d00b02f068e2f13263b",
- "reference": "7581cd600fa9fd681b797d00b02f068e2f13263b",
+ "url": "https://api.github.com/repos/symfony/polyfill-uuid/zipball/2ba1f33797470debcda07fe9dce20a0003df18e9",
+ "reference": "2ba1f33797470debcda07fe9dce20a0003df18e9",
"shasum": ""
},
"require": {
"php": ">=7.1"
},
+ "provide": {
+ "ext-uuid": "*"
+ },
+ "suggest": {
+ "ext-uuid": "For best performance"
+ },
"type": "library",
"extra": {
- "branch-alias": {
- "dev-main": "1.28-dev"
- },
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
- "files": [
- "bootstrap.php"
- ],
+ "files": [
+ "bootstrap.php"
+ ],
+ "psr-4": {
+ "Symfony\\Polyfill\\Uuid\\": ""
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Grégoire Pineau",
+ "email": "lyrixx@lyrixx.info"
+ },
+ {
+ "name": "Symfony Community",
+ "homepage": "https://symfony.com/contributors"
+ }
+ ],
+ "description": "Symfony polyfill for uuid functions",
+ "homepage": "https://symfony.com",
+ "keywords": [
+ "compatibility",
+ "polyfill",
+ "portable",
+ "uuid"
+ ],
+ "time": "2024-05-31T15:07:36+00:00"
+ },
+ {
+ "name": "symfony/process",
+ "version": "v7.1.3",
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/process/zipball/7f2f542c668ad6c313dc4a5e9c3321f733197eca",
+ "reference": "7f2f542c668ad6c313dc4a5e9c3321f733197eca",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.2"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Symfony\\Component\\Process\\": ""
+ },
+ "exclude-from-classmap": [
+ "/Tests/"
+ ]
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Fabien Potencier",
+ "email": "fabien@symfony.com"
+ },
+ {
+ "name": "Symfony Community",
+ "homepage": "https://symfony.com/contributors"
+ }
+ ],
+ "description": "Executes commands in sub-processes",
+ "homepage": "https://symfony.com",
+ "time": "2024-07-26T12:44:47+00:00"
+ },
+ {
+ "name": "symfony/property-access",
+ "version": "v7.1.4",
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/property-access/zipball/6c709f97103355016e5782d0622437ae381012ad",
+ "reference": "6c709f97103355016e5782d0622437ae381012ad",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.2",
+ "symfony/property-info": "^6.4|^7.0"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Symfony\\Component\\PropertyAccess\\": ""
+ },
+ "exclude-from-classmap": [
+ "/Tests/"
+ ]
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Fabien Potencier",
+ "email": "fabien@symfony.com"
+ },
+ {
+ "name": "Symfony Community",
+ "homepage": "https://symfony.com/contributors"
+ }
+ ],
+ "description": "Provides functions to read and write from/to an object or array using a simple string notation",
+ "homepage": "https://symfony.com",
+ "keywords": [
+ "access",
+ "array",
+ "extraction",
+ "index",
+ "injection",
+ "object",
+ "property",
+ "property-path",
+ "reflection"
+ ],
+ "time": "2024-08-30T16:12:47+00:00"
+ },
+ {
+ "name": "symfony/property-info",
+ "version": "v7.1.3",
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/property-info/zipball/88a279df2db5b7919cac6f35d6a5d1d7147e6a9b",
+ "reference": "88a279df2db5b7919cac6f35d6a5d1d7147e6a9b",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.2",
+ "symfony/string": "^6.4|^7.0",
+ "symfony/type-info": "^7.1"
+ },
+ "conflict": {
+ "phpdocumentor/reflection-docblock": "<5.2",
+ "phpdocumentor/type-resolver": "<1.5.1",
+ "symfony/dependency-injection": "<6.4",
+ "symfony/serializer": "<6.4"
+ },
+ "type": "library",
+ "autoload": {
"psr-4": {
- "Symfony\\Polyfill\\Php81\\": ""
+ "Symfony\\Component\\PropertyInfo\\": ""
},
- "classmap": [
- "Resources/stubs"
+ "exclude-from-classmap": [
+ "/Tests/"
]
},
"license": [
@@ -8301,40 +6887,55 @@
],
"authors": [
{
- "name": "Nicolas Grekas",
- "email": "p@tchwork.com"
+ "name": "Kévin Dunglas",
+ "email": "dunglas@gmail.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
- "description": "Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions",
+ "description": "Extracts information about PHP class' properties using metadata of popular sources",
"homepage": "https://symfony.com",
"keywords": [
- "compatibility",
- "polyfill",
- "portable",
- "shim"
+ "doctrine",
+ "phpdoc",
+ "property",
+ "symfony",
+ "type",
+ "validator"
],
- "time": "2023-01-26T09:26:14+00:00"
+ "time": "2024-07-26T07:36:36+00:00"
},
{
- "name": "symfony/process",
- "version": "v6.4.2",
+ "name": "symfony/serializer",
+ "version": "v6.4.11",
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/process/zipball/c4b1ef0bc80533d87a2e969806172f1c2a980241",
- "reference": "c4b1ef0bc80533d87a2e969806172f1c2a980241",
+ "url": "https://api.github.com/repos/symfony/serializer/zipball/a75d03d7720417f8a654e73e8f02acdea8779cd0",
+ "reference": "a75d03d7720417f8a654e73e8f02acdea8779cd0",
"shasum": ""
},
"require": {
- "php": ">=8.1"
+ "php": ">=8.1",
+ "symfony/deprecation-contracts": "^2.5|^3",
+ "symfony/polyfill-ctype": "~1.8"
+ },
+ "conflict": {
+ "doctrine/annotations": "<1.12",
+ "phpdocumentor/reflection-docblock": "<3.2.2",
+ "phpdocumentor/type-resolver": "<1.4.0",
+ "symfony/dependency-injection": "<5.4",
+ "symfony/property-access": "<5.4",
+ "symfony/property-info": "<5.4.24|>=6,<6.2.11",
+ "symfony/uid": "<5.4",
+ "symfony/validator": "<6.4",
+ "symfony/yaml": "<5.4"
},
"type": "library",
"autoload": {
"psr-4": {
- "Symfony\\Component\\Process\\": ""
+ "Symfony\\Component\\Serializer\\": ""
},
"exclude-from-classmap": [
"/Tests/"
@@ -8353,22 +6954,23 @@
"homepage": "https://symfony.com/contributors"
}
],
- "description": "Executes commands in sub-processes",
+ "description": "Handles serializing and deserializing data structures, including object graphs, into array structures or other formats like XML and JSON.",
"homepage": "https://symfony.com",
- "time": "2023-12-22T16:42:54+00:00"
+ "time": "2024-08-17T07:51:47+00:00"
},
{
"name": "symfony/service-contracts",
- "version": "v3.4.1",
+ "version": "v3.5.0",
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/service-contracts/zipball/fe07cbc8d837f60caf7018068e350cc5163681a0",
- "reference": "fe07cbc8d837f60caf7018068e350cc5163681a0",
+ "url": "https://api.github.com/repos/symfony/service-contracts/zipball/bd1d9e59a81d8fa4acdcea3f617c581f7475a80f",
+ "reference": "bd1d9e59a81d8fa4acdcea3f617c581f7475a80f",
"shasum": ""
},
"require": {
"php": ">=8.1",
- "psr/container": "^1.1|^2.0"
+ "psr/container": "^1.1|^2.0",
+ "symfony/deprecation-contracts": "^2.5|^3"
},
"conflict": {
"ext-psr": "<1.1|>=2"
@@ -8376,7 +6978,7 @@
"type": "library",
"extra": {
"branch-alias": {
- "dev-main": "3.4-dev"
+ "dev-main": "3.5-dev"
},
"thanks": {
"name": "symfony/contracts",
@@ -8414,15 +7016,15 @@
"interoperability",
"standards"
],
- "time": "2023-12-26T14:02:43+00:00"
+ "time": "2024-04-18T09:32:20+00:00"
},
{
"name": "symfony/string",
- "version": "v7.0.2",
+ "version": "v7.1.4",
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/string/zipball/cc78f14f91f5e53b42044d0620961c48028ff9f5",
- "reference": "cc78f14f91f5e53b42044d0620961c48028ff9f5",
+ "url": "https://api.github.com/repos/symfony/string/zipball/6cd670a6d968eaeb1c77c2e76091c45c56bc367b",
+ "reference": "6cd670a6d968eaeb1c77c2e76091c45c56bc367b",
"shasum": ""
},
"require": {
@@ -8470,40 +7072,79 @@
"utf-8",
"utf8"
],
- "time": "2023-12-10T16:54:46+00:00"
+ "time": "2024-08-12T09:59:40+00:00"
},
{
- "name": "symfony/var-dumper",
- "version": "v5.4.29",
+ "name": "symfony/type-info",
+ "version": "v7.1.1",
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/var-dumper/zipball/6172e4ae3534d25ee9e07eb487c20be7760fcc65",
- "reference": "6172e4ae3534d25ee9e07eb487c20be7760fcc65",
+ "url": "https://api.github.com/repos/symfony/type-info/zipball/60b28eb733f1453287f1263ed305b96091e0d1dc",
+ "reference": "60b28eb733f1453287f1263ed305b96091e0d1dc",
"shasum": ""
},
"require": {
- "php": ">=7.2.5",
- "symfony/polyfill-mbstring": "~1.0",
- "symfony/polyfill-php80": "^1.16"
+ "php": ">=8.2",
+ "psr/container": "^1.1|^2.0"
},
"conflict": {
- "symfony/console": "<4.4"
+ "phpstan/phpdoc-parser": "<1.0",
+ "symfony/dependency-injection": "<6.4",
+ "symfony/property-info": "<6.4"
},
- "suggest": {
- "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
- "ext-intl": "To show region name in time zone dump",
- "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Symfony\\Component\\TypeInfo\\": ""
+ },
+ "exclude-from-classmap": [
+ "/Tests/"
+ ]
},
- "bin": [
- "Resources/bin/var-dump-server"
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Mathias Arlaud",
+ "email": "mathias.arlaud@gmail.com"
+ },
+ {
+ "name": "Baptiste LEDUC",
+ "email": "baptiste.leduc@gmail.com"
+ },
+ {
+ "name": "Symfony Community",
+ "homepage": "https://symfony.com/contributors"
+ }
+ ],
+ "description": "Extracts PHP types information.",
+ "homepage": "https://symfony.com",
+ "keywords": [
+ "PHPStan",
+ "phpdoc",
+ "symfony",
+ "type"
],
+ "time": "2024-05-31T14:59:31+00:00"
+ },
+ {
+ "name": "symfony/uid",
+ "version": "v7.1.4",
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/uid/zipball/82177535395109075cdb45a70533aa3d7a521cdf",
+ "reference": "82177535395109075cdb45a70533aa3d7a521cdf",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.2",
+ "symfony/polyfill-uuid": "^1.15"
+ },
"type": "library",
"autoload": {
- "files": [
- "Resources/functions/dump.php"
- ],
"psr-4": {
- "Symfony\\Component\\VarDumper\\": ""
+ "Symfony\\Component\\Uid\\": ""
},
"exclude-from-classmap": [
"/Tests/"
@@ -8513,6 +7154,10 @@
"MIT"
],
"authors": [
+ {
+ "name": "Grégoire Pineau",
+ "email": "lyrixx@lyrixx.info"
+ },
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
@@ -8522,30 +7167,47 @@
"homepage": "https://symfony.com/contributors"
}
],
- "description": "Provides mechanisms for walking through any arbitrary PHP variable",
+ "description": "Provides an object-oriented API to generate and represent UIDs",
"homepage": "https://symfony.com",
"keywords": [
- "debug",
- "dump"
+ "UID",
+ "ulid",
+ "uuid"
],
- "time": "2023-09-12T10:09:58+00:00"
+ "time": "2024-08-12T09:59:40+00:00"
},
{
- "name": "symfony/var-exporter",
- "version": "v7.0.2",
+ "name": "symfony/var-dumper",
+ "version": "v5.4.43",
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/var-exporter/zipball/345c62fefe92243c3a06fc0cc65f2ec1a47e0764",
- "reference": "345c62fefe92243c3a06fc0cc65f2ec1a47e0764",
+ "url": "https://api.github.com/repos/symfony/var-dumper/zipball/6be6a6a8af4818564e3726fc65cf936f34743cef",
+ "reference": "6be6a6a8af4818564e3726fc65cf936f34743cef",
"shasum": ""
},
"require": {
- "php": ">=8.2"
+ "php": ">=7.2.5",
+ "symfony/polyfill-mbstring": "~1.0",
+ "symfony/polyfill-php80": "^1.16"
+ },
+ "conflict": {
+ "symfony/console": "<4.4"
+ },
+ "suggest": {
+ "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
+ "ext-intl": "To show region name in time zone dump",
+ "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
},
+ "bin": [
+ "Resources/bin/var-dump-server"
+ ],
"type": "library",
"autoload": {
+ "files": [
+ "Resources/functions/dump.php"
+ ],
"psr-4": {
- "Symfony\\Component\\VarExporter\\": ""
+ "Symfony\\Component\\VarDumper\\": ""
},
"exclude-from-classmap": [
"/Tests/"
@@ -8564,27 +7226,21 @@
"homepage": "https://symfony.com/contributors"
}
],
- "description": "Allows exporting any serializable PHP data structure to plain PHP code",
+ "description": "Provides mechanisms for walking through any arbitrary PHP variable",
"homepage": "https://symfony.com",
"keywords": [
- "clone",
- "construct",
- "export",
- "hydrate",
- "instantiate",
- "lazy-loading",
- "proxy",
- "serialize"
+ "debug",
+ "dump"
],
- "time": "2023-12-27T08:42:13+00:00"
+ "time": "2024-08-30T16:01:46+00:00"
},
{
"name": "symfony/yaml",
- "version": "v5.4.31",
+ "version": "v5.4.43",
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/yaml/zipball/f387675d7f5fc4231f7554baa70681f222f73563",
- "reference": "f387675d7f5fc4231f7554baa70681f222f73563",
+ "url": "https://api.github.com/repos/symfony/yaml/zipball/62f96e1cfd4cf518882a36bfedcf1fe4093c1299",
+ "reference": "62f96e1cfd4cf518882a36bfedcf1fe4093c1299",
"shasum": ""
},
"require": {
@@ -8625,7 +7281,7 @@
],
"description": "Loads and dumps YAML files",
"homepage": "https://symfony.com",
- "time": "2023-11-03T14:41:28+00:00"
+ "time": "2024-08-11T17:40:32+00:00"
},
{
"name": "theiconic/name-parser",
@@ -8660,53 +7316,6 @@
"description": "PHP library for parsing a string containing a full name into its parts",
"time": "2019-11-14T14:08:48+00:00"
},
- {
- "name": "thenetworg/oauth2-azure",
- "version": "v2.2.2",
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/TheNetworg/oauth2-azure/zipball/be204a5135f016470a9c33e82ab48785bbc11af2",
- "reference": "be204a5135f016470a9c33e82ab48785bbc11af2",
- "shasum": ""
- },
- "require": {
- "ext-json": "*",
- "ext-openssl": "*",
- "firebase/php-jwt": "~3.0||~4.0||~5.0||~6.0",
- "league/oauth2-client": "~2.0",
- "php": "^7.1|^8.0"
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "TheNetworg\\OAuth2\\Client\\": "src/"
- }
- },
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Jan Hajek",
- "email": "jan.hajek@thenetw.org",
- "homepage": "https://thenetw.org"
- }
- ],
- "description": "Azure Active Directory OAuth 2.0 Client Provider for The PHP League OAuth2-Client",
- "keywords": [
- "SSO",
- "aad",
- "authorization",
- "azure",
- "azure active directory",
- "client",
- "microsoft",
- "oauth",
- "oauth2",
- "windows azure"
- ],
- "time": "2023-12-19T12:10:48+00:00"
- },
{
"name": "tinify/tinify",
"version": "1.6.1",
@@ -8776,228 +7385,82 @@
},
"time": "2021-05-04T17:17:46+00:00"
},
- {
- "name": "tubalmartin/cssmin",
- "version": "v4.1.1",
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/tubalmartin/YUI-CSS-compressor-PHP-port/zipball/3cbf557f4079d83a06f9c3ff9b957c022d7805cf",
- "reference": "3cbf557f4079d83a06f9c3ff9b957c022d7805cf",
- "shasum": ""
- },
- "require": {
- "ext-pcre": "*",
- "php": ">=5.3.2"
- },
- "bin": [
- "cssmin"
- ],
- "type": "library",
- "autoload": {
- "psr-4": {
- "tubalmartin\\CssMin\\": "src"
- }
- },
- "license": [
- "BSD-3-Clause"
- ],
- "authors": [
- {
- "name": "Túbal Martín",
- "homepage": "http://tubalmartin.me/"
- }
- ],
- "description": "A PHP port of the YUI CSS compressor",
- "homepage": "https://github.com/tubalmartin/YUI-CSS-compressor-PHP-port",
- "keywords": [
- "compress",
- "compressor",
- "css",
- "cssmin",
- "minify",
- "yui"
- ],
- "time": "2018-01-15T15:26:51+00:00"
- },
{
"name": "twig/twig",
- "version": "v3.4.3",
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/twigphp/Twig/zipball/c38fd6b0b7f370c198db91ffd02e23b517426b58",
- "reference": "c38fd6b0b7f370c198db91ffd02e23b517426b58",
- "shasum": ""
- },
- "require": {
- "php": ">=7.2.5",
- "symfony/polyfill-ctype": "^1.8",
- "symfony/polyfill-mbstring": "^1.3"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "3.4-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Twig\\": "src/"
- }
- },
- "license": [
- "BSD-3-Clause"
- ],
- "authors": [
- {
- "name": "Fabien Potencier",
- "email": "fabien@symfony.com",
- "homepage": "http://fabien.potencier.org",
- "role": "Lead Developer"
- },
- {
- "name": "Twig Team",
- "role": "Contributors"
- },
- {
- "name": "Armin Ronacher",
- "email": "armin.ronacher@active-4.com",
- "role": "Project Founder"
- }
- ],
- "description": "Twig, the flexible, fast, and secure template language for PHP",
- "homepage": "https://twig.symfony.com",
- "keywords": [
- "templating"
- ],
- "time": "2022-09-28T08:42:51+00:00"
- },
- {
- "name": "vaersaagod/matrixmate",
- "version": "2.1.4",
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/vaersaagod/matrixmate/zipball/65651e7aee74207afa1818f9a7cea37cff71b262",
- "reference": "65651e7aee74207afa1818f9a7cea37cff71b262",
- "shasum": ""
- },
- "require": {
- "craftcms/cms": "^4.0.0",
- "php": "^8.0.2"
- },
- "type": "craft-plugin",
- "extra": {
- "name": "MatrixMate",
- "handle": "matrixmate",
- "schemaVersion": "1.0.0",
- "hasCpSettings": false,
- "hasCpSection": false,
- "changelogUrl": "https://raw.githubusercontent.com/vaersaagod/matrixmate/master/CHANGELOG.md",
- "class": "vaersaagod\\matrixmate\\MatrixMate"
- },
- "autoload": {
- "psr-4": {
- "vaersaagod\\matrixmate\\": "src/"
- }
- },
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Værsågod",
- "homepage": "https://vaersaagod.no"
- }
- ],
- "description": "Welding Matrix into shape, mate!",
- "keywords": [
- "cms",
- "craft",
- "craft-plugin",
- "craftcms",
- "matrixmate"
- ],
- "support": {
- "docs": "https://github.com/vaersaagod/matrixmate/blob/master/README.md",
- "issues": "https://github.com/vaersaagod/matrixmate/issues"
- },
- "time": "2023-11-10T23:46:59+00:00"
- },
- {
- "name": "verbb/base",
- "version": "2.0.3",
+ "version": "v3.12.0",
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/verbb/verbb-base/zipball/fb33550d8bc1c879f3e114ce00ee70d624014b9e",
- "reference": "fb33550d8bc1c879f3e114ce00ee70d624014b9e",
+ "url": "https://api.github.com/repos/twigphp/Twig/zipball/4d19472d4ac1838e0b1f0e029ce1fa4040eb34ea",
+ "reference": "4d19472d4ac1838e0b1f0e029ce1fa4040eb34ea",
"shasum": ""
},
"require": {
- "craftcms/cms": "^4.0.0",
- "php": "^8.0.2"
+ "php": ">=8.0.2",
+ "symfony/deprecation-contracts": "^2.5|^3",
+ "symfony/polyfill-ctype": "^1.8",
+ "symfony/polyfill-mbstring": "^1.3",
+ "symfony/polyfill-php81": "^1.29"
},
- "type": "yii-module",
+ "type": "library",
"autoload": {
+ "files": [
+ "src/Resources/core.php",
+ "src/Resources/debug.php",
+ "src/Resources/escaper.php",
+ "src/Resources/string_loader.php"
+ ],
"psr-4": {
- "verbb\\base\\": "src/"
+ "Twig\\": "src/"
}
},
"license": [
- "MIT"
+ "BSD-3-Clause"
],
"authors": [
{
- "name": "Verbb",
- "homepage": "https://verbb.io"
+ "name": "Fabien Potencier",
+ "email": "fabien@symfony.com",
+ "homepage": "http://fabien.potencier.org",
+ "role": "Lead Developer"
+ },
+ {
+ "name": "Twig Team",
+ "role": "Contributors"
+ },
+ {
+ "name": "Armin Ronacher",
+ "email": "armin.ronacher@active-4.com",
+ "role": "Project Founder"
}
],
- "description": "Common utilities and building-blocks for Verbb plugins for Craft CMS.",
- "time": "2023-09-19T22:50:02+00:00"
+ "description": "Twig, the flexible, fast, and secure template language for PHP",
+ "homepage": "https://twig.symfony.com",
+ "keywords": [
+ "templating"
+ ],
+ "time": "2024-08-29T09:51:12+00:00"
},
{
- "name": "verbb/formie",
- "version": "2.1.2",
+ "name": "verbb/base",
+ "version": "3.0.3",
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/verbb/formie/zipball/e7b18fd5e3ac841c1e8dd1a5f18e8eca8f696529",
- "reference": "e7b18fd5e3ac841c1e8dd1a5f18e8eca8f696529",
+ "url": "https://api.github.com/repos/verbb/verbb-base/zipball/7ea47a8734a71fd852a49fa455d581dbcc5f08a7",
+ "reference": "7ea47a8734a71fd852a49fa455d581dbcc5f08a7",
"shasum": ""
},
"require": {
- "commerceguys/addressing": "^1.2",
- "craftcms/cms": "^4.3.2",
- "dompdf/dompdf": "^1.0.2 || ^2.0.3",
- "ezyang/htmlpurifier": "^4.13",
- "fakerphp/faker": "^1.9.1",
- "giggsey/libphonenumber-for-php": "^8.12",
- "guzzlehttp/oauth-subscriber": "^0.4.0 || ^0.5.0 || ^0.6.0",
- "html2text/html2text": "^4.3",
- "league/html-to-markdown": "^4.10 || ^5.0",
- "league/oauth1-client": "^1.9",
- "league/oauth2-client": "^2.6.0",
- "league/oauth2-google": "^3.0 || ^4.0",
- "moneyphp/money": "^4.0",
- "nystudio107/craft-plugin-vite": "^4.0.0-beta.4",
- "php": "^8.0.2",
- "stripe/stripe-php": "^7.0 || ^8.0 || ^9.0 || ^10.0",
- "symfony/expression-language": "^5.3.0",
- "thenetworg/oauth2-azure": "^2.0",
- "verbb/base": "^2.0.0",
- "voku/anti-xss": "^4.1"
- },
- "type": "craft-plugin",
- "extra": {
- "name": "Formie",
- "handle": "formie",
- "changelogUrl": "https://raw.githubusercontent.com/verbb/formie/craft-4/CHANGELOG.md",
- "class": "verbb\\formie\\Formie"
+ "craftcms/cms": "^5.0.0",
+ "php": "^8.2"
},
+ "type": "yii-module",
"autoload": {
"psr-4": {
- "verbb\\formie\\": "src/"
+ "verbb\\base\\": "src/"
}
},
"license": [
- "proprietary"
+ "MIT"
],
"authors": [
{
@@ -9005,44 +7468,30 @@
"homepage": "https://verbb.io"
}
],
- "description": "The most user-friendly forms plugin for Craft.",
- "keywords": [
- "cms",
- "craft",
- "craft-plugin",
- "craftcms",
- "formie"
- ],
- "support": {
- "email": "support@verbb.io",
- "issues": "https://github.com/verbb/formie/issues?state=open",
- "source": "https://github.com/verbb/formie",
- "docs": "https://github.com/verbb/formie",
- "rss": "https://github.com/verbb/formie/commits/v2.atom"
- },
- "time": "2024-01-15T23:55:16+00:00"
+ "description": "Common utilities and building-blocks for Verbb plugins for Craft CMS.",
+ "time": "2024-06-10T09:02:06+00:00"
},
{
"name": "verbb/hyper",
- "version": "1.1.19",
+ "version": "2.0.4",
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/verbb/hyper/zipball/8b27e1adef421a6a5aa5d21362ba1f675b34c0dc",
- "reference": "8b27e1adef421a6a5aa5d21362ba1f675b34c0dc",
+ "url": "https://api.github.com/repos/verbb/hyper/zipball/2d797d7b4fe5121d6d4ea84a295e620a3ec44bf6",
+ "reference": "2d797d7b4fe5121d6d4ea84a295e620a3ec44bf6",
"shasum": ""
},
"require": {
- "craftcms/cms": "^4.0.0",
+ "craftcms/cms": "^5.0.0",
"embed/embed": "^3.0.0 || ^4.0.0",
- "nystudio107/craft-plugin-vite": "^4.0.0",
- "php": "^8.0.2",
- "verbb/base": "^2.0.0"
+ "nystudio107/craft-plugin-vite": "^5.0.0",
+ "php": "^8.2",
+ "verbb/base": "^3.0.0"
},
"type": "craft-plugin",
"extra": {
"name": "Hyper",
"handle": "hyper",
- "changelogUrl": "https://raw.githubusercontent.com/verbb/hyper/craft-4/CHANGELOG.md",
+ "changelogUrl": "https://raw.githubusercontent.com/verbb/hyper/craft-5/CHANGELOG.md",
"class": "verbb\\hyper\\Hyper"
},
"autoload": {
@@ -9074,82 +7523,27 @@
"docs": "https://github.com/verbb/hyper",
"rss": "https://github.com/verbb/hyper/commits/v2.atom"
},
- "time": "2023-12-19T23:34:50+00:00"
- },
- {
- "name": "verbb/image-resizer",
- "version": "3.0.9",
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/verbb/image-resizer/zipball/2c45c310a25e5820aead3e07741f97a9b9b4fc15",
- "reference": "2c45c310a25e5820aead3e07741f97a9b9b4fc15",
- "shasum": ""
- },
- "require": {
- "craftcms/cms": "^4.0.0",
- "lsolesen/pel": "^0.9.6",
- "php": "^8.0.2",
- "verbb/base": "^2.0.0"
- },
- "type": "craft-plugin",
- "extra": {
- "name": "Image Resizer",
- "handle": "image-resizer",
- "description": "Image Resizer resizes your assets when they are uploaded.",
- "documentationUrl": "https://github.com/verbb/image-resizer",
- "changelogUrl": "https://raw.githubusercontent.com/verbb/image-resizer/craft-4/CHANGELOG.md",
- "class": "verbb\\imageresizer\\ImageResizer"
- },
- "autoload": {
- "psr-4": {
- "verbb\\imageresizer\\": "src/"
- }
- },
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Verbb",
- "homepage": "https://verbb.io"
- }
- ],
- "description": "Resize assets when they are uploaded.",
- "keywords": [
- "cms",
- "craft",
- "craft-plugin",
- "craftcms",
- "example"
- ],
- "support": {
- "email": "support@verbb.io",
- "issues": "https://github.com/verbb/image-resizer/issues?state=open",
- "source": "https://github.com/verbb/image-resizer",
- "docs": "https://github.com/verbb/image-resizer",
- "rss": "https://github.com/verbb/image-resizer/commits/v2.atom"
- },
- "time": "2023-12-14T03:17:17+00:00"
+ "time": "2024-08-11T00:39:15+00:00"
},
{
"name": "verbb/navigation",
- "version": "2.0.24",
+ "version": "3.0.3",
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/verbb/navigation/zipball/d7c666ae8b9fb95bc0d4ea523c584af4c7a485cb",
- "reference": "d7c666ae8b9fb95bc0d4ea523c584af4c7a485cb",
+ "url": "https://api.github.com/repos/verbb/navigation/zipball/d923c228d252a0fb9a24ca9d7da398ee980bc5cb",
+ "reference": "d923c228d252a0fb9a24ca9d7da398ee980bc5cb",
"shasum": ""
},
"require": {
- "craftcms/cms": "^4.0.0",
- "php": "^8.0.2",
- "verbb/base": "^2.0.0"
+ "craftcms/cms": "^5.0.0",
+ "php": "^8.2",
+ "verbb/base": "^3.0.0"
},
"type": "craft-plugin",
"extra": {
"name": "Navigation",
"handle": "navigation",
- "changelogUrl": "https://raw.githubusercontent.com/verbb/navigation/craft-4/CHANGELOG.md",
+ "changelogUrl": "https://raw.githubusercontent.com/verbb/navigation/craft-5/CHANGELOG.md",
"class": "verbb\\navigation\\Navigation"
},
"autoload": {
@@ -9182,79 +7576,25 @@
"docs": "https://github.com/verbb/navigation",
"rss": "https://github.com/verbb/navigation/commits/v2.atom"
},
- "time": "2024-01-06T01:15:44+00:00"
- },
- {
- "name": "verbb/super-table",
- "version": "3.0.12",
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/verbb/super-table/zipball/ba5d7b0ddbd2597c156a0e9913890d391ba54040",
- "reference": "ba5d7b0ddbd2597c156a0e9913890d391ba54040",
- "shasum": ""
- },
- "require": {
- "craftcms/cms": "^4.0.0",
- "php": "^8.0.2",
- "verbb/base": "^2.0.0"
- },
- "type": "craft-plugin",
- "extra": {
- "name": "Super Table",
- "handle": "super-table",
- "description": "Super-charge your Craft workflow with Super Table. Use it to group fields together or build complex Matrix-in-Matrix solutions.",
- "documentationUrl": "https://github.com/verbb/super-table",
- "changelogUrl": "https://raw.githubusercontent.com/verbb/super-table/craft-4/CHANGELOG.md",
- "class": "verbb\\supertable\\SuperTable"
- },
- "autoload": {
- "psr-4": {
- "verbb\\supertable\\": "src/"
- }
- },
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Verbb",
- "homepage": "https://verbb.io"
- }
- ],
- "description": "Super-charge your content builders and create nested Matrix fields.",
- "keywords": [
- "cms",
- "craft",
- "craft-plugin",
- "craftcms",
- "super table"
- ],
- "support": {
- "email": "support@verbb.io",
- "issues": "https://github.com/verbb/super-table/issues?state=open",
- "source": "https://github.com/verbb/super-table",
- "docs": "https://github.com/verbb/super-table",
- "rss": "https://github.com/verbb/super-table/commits/v2.atom"
- },
- "time": "2023-10-05T04:08:28+00:00"
+ "time": "2024-07-21T05:00:40+00:00"
},
{
"name": "vlucas/phpdotenv",
- "version": "v5.5.0",
+ "version": "v5.6.1",
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/1a7ea2afc49c3ee6d87061f5a233e3a035d0eae7",
- "reference": "1a7ea2afc49c3ee6d87061f5a233e3a035d0eae7",
+ "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/a59a13791077fe3d44f90e7133eb68e7d22eaff2",
+ "reference": "a59a13791077fe3d44f90e7133eb68e7d22eaff2",
"shasum": ""
},
"require": {
"ext-pcre": "*",
- "graham-campbell/result-type": "^1.0.2",
- "php": "^7.1.3 || ^8.0",
- "phpoption/phpoption": "^1.8",
- "symfony/polyfill-ctype": "^1.23",
- "symfony/polyfill-mbstring": "^1.23.1",
- "symfony/polyfill-php80": "^1.23.1"
+ "graham-campbell/result-type": "^1.1.3",
+ "php": "^7.2.5 || ^8.0",
+ "phpoption/phpoption": "^1.9.3",
+ "symfony/polyfill-ctype": "^1.24",
+ "symfony/polyfill-mbstring": "^1.24",
+ "symfony/polyfill-php80": "^1.24"
},
"suggest": {
"ext-filter": "Required to use the boolean validator."
@@ -9263,10 +7603,10 @@
"extra": {
"bamarni-bin": {
"bin-links": true,
- "forward-command": true
+ "forward-command": false
},
"branch-alias": {
- "dev-master": "5.5-dev"
+ "dev-master": "5.6-dev"
}
},
"autoload": {
@@ -9295,7 +7635,7 @@
"env",
"environment"
],
- "time": "2022-10-16T01:01:54+00:00"
+ "time": "2024-07-20T21:52:34+00:00"
},
{
"name": "voku/anti-xss",
@@ -9688,6 +8028,124 @@
],
"time": "2022-01-24T19:08:46+00:00"
},
+ {
+ "name": "web-auth/cose-lib",
+ "version": "4.4.0",
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/web-auth/cose-lib/zipball/2166016e48e0214f4f63320a7758a9386d14c92a",
+ "reference": "2166016e48e0214f4f63320a7758a9386d14c92a",
+ "shasum": ""
+ },
+ "require": {
+ "brick/math": "^0.9|^0.10|^0.11|^0.12",
+ "ext-json": "*",
+ "ext-openssl": "*",
+ "php": ">=8.1",
+ "spomky-labs/pki-framework": "^1.0"
+ },
+ "suggest": {
+ "ext-bcmath": "For better performance, please install either GMP (recommended) or BCMath extension",
+ "ext-gmp": "For better performance, please install either GMP (recommended) or BCMath extension"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Cose\\": "src/"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Florent Morselli",
+ "homepage": "https://github.com/Spomky"
+ },
+ {
+ "name": "All contributors",
+ "homepage": "https://github.com/web-auth/cose/contributors"
+ }
+ ],
+ "description": "CBOR Object Signing and Encryption (COSE) For PHP",
+ "homepage": "https://github.com/web-auth",
+ "keywords": [
+ "COSE",
+ "RFC8152"
+ ],
+ "time": "2024-07-18T08:47:32+00:00"
+ },
+ {
+ "name": "web-auth/webauthn-lib",
+ "version": "4.9.1",
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/web-auth/webauthn-lib/zipball/fd7a0943c663b325e92ad562c2bcc943e77beeac",
+ "reference": "fd7a0943c663b325e92ad562c2bcc943e77beeac",
+ "shasum": ""
+ },
+ "require": {
+ "ext-json": "*",
+ "ext-mbstring": "*",
+ "ext-openssl": "*",
+ "lcobucci/clock": "^2.2|^3.0",
+ "paragonie/constant_time_encoding": "^2.6|^3.0",
+ "php": ">=8.1",
+ "psr/clock": "^1.0",
+ "psr/event-dispatcher": "^1.0",
+ "psr/http-client": "^1.0",
+ "psr/http-factory": "^1.0",
+ "psr/log": "^1.0|^2.0|^3.0",
+ "spomky-labs/cbor-php": "^3.0",
+ "spomky-labs/pki-framework": "^1.0",
+ "symfony/deprecation-contracts": "^3.2",
+ "symfony/uid": "^6.1|^7.0",
+ "web-auth/cose-lib": "^4.2.3"
+ },
+ "suggest": {
+ "phpdocumentor/reflection-docblock": "As of 4.5.x, the phpdocumentor/reflection-docblock component will become mandatory for converting objects such as the Metadata Statement",
+ "psr/clock-implementation": "As of 4.5.x, the PSR Clock implementation will replace lcobucci/clock",
+ "psr/log-implementation": "Recommended to receive logs from the library",
+ "symfony/event-dispatcher": "Recommended to use dispatched events",
+ "symfony/property-access": "As of 4.5.x, the symfony/serializer component will become mandatory for converting objects such as the Metadata Statement",
+ "symfony/property-info": "As of 4.5.x, the symfony/serializer component will become mandatory for converting objects such as the Metadata Statement",
+ "symfony/serializer": "As of 4.5.x, the symfony/serializer component will become mandatory for converting objects such as the Metadata Statement",
+ "web-token/jwt-library": "Mandatory for fetching Metadata Statement from distant sources"
+ },
+ "type": "library",
+ "extra": {
+ "thanks": {
+ "name": "web-auth/webauthn-framework",
+ "url": "https://github.com/web-auth/webauthn-framework"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Webauthn\\": "src/"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Florent Morselli",
+ "homepage": "https://github.com/Spomky"
+ },
+ {
+ "name": "All contributors",
+ "homepage": "https://github.com/web-auth/webauthn-library/contributors"
+ }
+ ],
+ "description": "FIDO2/Webauthn Support For PHP",
+ "homepage": "https://github.com/web-auth",
+ "keywords": [
+ "FIDO2",
+ "fido",
+ "webauthn"
+ ],
+ "time": "2024-07-16T18:36:36+00:00"
+ },
{
"name": "webmozart/assert",
"version": "1.11.0",
@@ -9770,25 +8228,25 @@
},
{
"name": "yiisoft/yii2",
- "version": "2.0.48.1",
+ "version": "2.0.51",
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/yiisoft/yii2-framework/zipball/de92f154eefe322fc1b1b2a52cce46677441ced4",
- "reference": "de92f154eefe322fc1b1b2a52cce46677441ced4",
+ "url": "https://api.github.com/repos/yiisoft/yii2-framework/zipball/ea1f112f4dc9a9824e77b788019e2d53325d823c",
+ "reference": "ea1f112f4dc9a9824e77b788019e2d53325d823c",
"shasum": ""
},
"require": {
- "bower-asset/inputmask": "~3.2.2 | ~3.3.5",
- "bower-asset/jquery": "3.6.*@stable | 3.5.*@stable | 3.4.*@stable | 3.3.*@stable | 3.2.*@stable | 3.1.*@stable | 2.2.*@stable | 2.1.*@stable | 1.11.*@stable | 1.12.*@stable",
- "bower-asset/punycode": "1.3.*",
+ "bower-asset/inputmask": "^5.0.8 ",
+ "bower-asset/jquery": "3.7.*@stable | 3.6.*@stable | 3.5.*@stable | 3.4.*@stable | 3.3.*@stable | 3.2.*@stable | 3.1.*@stable | 2.2.*@stable | 2.1.*@stable | 1.11.*@stable | 1.12.*@stable",
+ "bower-asset/punycode": "^2.2",
"bower-asset/yii2-pjax": "~2.0.1",
"cebe/markdown": "~1.0.0 | ~1.1.0 | ~1.2.0",
"ext-ctype": "*",
"ext-mbstring": "*",
- "ezyang/htmlpurifier": "^4.6",
+ "ezyang/htmlpurifier": "^4.17",
"lib-pcre": "*",
"paragonie/random_compat": ">=1",
- "php": ">=5.4.0",
+ "php": ">=7.3.0",
"yiisoft/yii2-composer": "~2.0.4"
},
"bin": [
@@ -9861,7 +8319,7 @@
"framework",
"yii2"
],
- "time": "2023-05-24T19:04:02+00:00"
+ "time": "2024-07-18T19:50:00+00:00"
},
{
"name": "yiisoft/yii2-composer",
@@ -9910,11 +8368,11 @@
},
{
"name": "yiisoft/yii2-debug",
- "version": "2.1.22",
+ "version": "2.1.25",
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/yiisoft/yii2-debug/zipball/c0fa388c56b64edfb92987fdcc37d7a0243170d7",
- "reference": "c0fa388c56b64edfb92987fdcc37d7a0243170d7",
+ "url": "https://api.github.com/repos/yiisoft/yii2-debug/zipball/4d011b9bfc83bde71cde43c9f6837f5a74685ea7",
+ "reference": "4d011b9bfc83bde71cde43c9f6837f5a74685ea7",
"shasum": ""
},
"require": {
@@ -9963,20 +8421,20 @@
"debugger",
"yii2"
],
- "time": "2022-11-18T17:29:27+00:00"
+ "time": "2023-09-26T15:50:00+00:00"
},
{
"name": "yiisoft/yii2-queue",
- "version": "2.3.6",
+ "version": "2.3.7",
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/yiisoft/yii2-queue/zipball/5c14c3f6e83b2e2d150a969dc6eda4e083b73956",
- "reference": "5c14c3f6e83b2e2d150a969dc6eda4e083b73956",
+ "url": "https://api.github.com/repos/yiisoft/yii2-queue/zipball/dbc9d4a7b2a6995cd19c3e334227482ef55e559b",
+ "reference": "dbc9d4a7b2a6995cd19c3e334227482ef55e559b",
"shasum": ""
},
"require": {
"php": ">=5.5.0",
- "symfony/process": "^3.3||^4.0||^5.0||^6.0",
+ "symfony/process": "^3.3||^4.0||^5.0||^6.0||^7.0",
"yiisoft/yii2": "~2.0.14"
},
"suggest": {
@@ -10042,7 +8500,7 @@
"sqs",
"yii"
],
- "time": "2023-10-03T16:02:00+00:00"
+ "time": "2024-04-29T09:40:52+00:00"
},
{
"name": "yiisoft/yii2-redis",
@@ -10089,23 +8547,29 @@
},
{
"name": "yiisoft/yii2-symfonymailer",
- "version": "2.0.4",
+ "version": "4.0.0",
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/yiisoft/yii2-symfonymailer/zipball/82f5902551a160633c4734b5096977ce76a809d9",
- "reference": "82f5902551a160633c4734b5096977ce76a809d9",
+ "url": "https://api.github.com/repos/yiisoft/yii2-symfonymailer/zipball/21f407239c51fc6d50d369e4469d006afa8c9b2c",
+ "reference": "21f407239c51fc6d50d369e4469d006afa8c9b2c",
"shasum": ""
},
"require": {
- "php": ">=7.4.0",
- "symfony/mailer": ">=5.4.0",
+ "php": ">=8.1",
+ "psr/event-dispatcher": "1.0.0",
+ "symfony/mailer": "^6.4 || ^7.0",
+ "symfony/mime": "^6.4 || ^7.0",
"yiisoft/yii2": ">=2.0.4"
},
+ "suggest": {
+ "yiisoft/yii2-psr-log-source": "Allows routing transport logs to your Yii2 logger"
+ },
"type": "yii2-extension",
"extra": {
"branch-alias": {
- "dev-master": "2.0.x-dev"
- }
+ "dev-master": "3.0.x-dev"
+ },
+ "sort-packages": true
},
"autoload": {
"psr-4": {
@@ -10130,24 +8594,24 @@
"symfonymailer",
"yii2"
],
- "time": "2022-09-04T10:48:21+00:00"
+ "time": "2024-01-29T14:13:45+00:00"
}
],
"packages-dev": [
{
"name": "craftcms/generator",
- "version": "1.6.1",
+ "version": "2.1.0",
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/craftcms/generator/zipball/8f3ac6ce89ad7760b2f2881549b73b437bc0ca59",
- "reference": "8f3ac6ce89ad7760b2f2881549b73b437bc0ca59",
+ "url": "https://api.github.com/repos/craftcms/generator/zipball/4ccc62474698905c252c3ddb3352c0a63fae9765",
+ "reference": "4ccc62474698905c252c3ddb3352c0a63fae9765",
"shasum": ""
},
"require": {
- "craftcms/cms": "^4.4.11",
+ "craftcms/cms": "^5.0.0-beta.1",
"nette/php-generator": "^4.0",
"nikic/php-parser": "^4.15",
- "php": "^8.0.2"
+ "php": "^8.2"
},
"type": "yii2-extension",
"extra": {
@@ -10180,15 +8644,15 @@
"source": "https://github.com/craftcms/generator",
"rss": "https://github.com/craftcms/generator/releases.atom"
},
- "time": "2023-08-11T01:27:27+00:00"
+ "time": "2024-06-19T14:43:28+00:00"
},
{
"name": "nette/php-generator",
- "version": "v4.1.1",
+ "version": "v4.1.5",
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/nette/php-generator/zipball/d915b7fa643cd0cf6ffe306c25ac5c3db24914a4",
- "reference": "d915b7fa643cd0cf6ffe306c25ac5c3db24914a4",
+ "url": "https://api.github.com/repos/nette/php-generator/zipball/690b00d81d42d5633e4457c43ef9754573b6f9d6",
+ "reference": "690b00d81d42d5633e4457c43ef9754573b6f9d6",
"shasum": ""
},
"require": {
@@ -10232,19 +8696,19 @@
"php",
"scaffolding"
],
- "time": "2023-10-17T08:36:10+00:00"
+ "time": "2024-05-12T17:31:02+00:00"
},
{
"name": "nette/utils",
- "version": "v4.0.2",
+ "version": "v4.0.5",
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/nette/utils/zipball/cead6637226456b35e1175cc53797dd585d85545",
- "reference": "cead6637226456b35e1175cc53797dd585d85545",
+ "url": "https://api.github.com/repos/nette/utils/zipball/736c567e257dbe0fcf6ce81b4d6dbe05c6899f96",
+ "reference": "736c567e257dbe0fcf6ce81b4d6dbe05c6899f96",
"shasum": ""
},
"require": {
- "php": ">=8.0 <8.4"
+ "php": "8.0 - 8.4"
},
"conflict": {
"nette/finder": "<3",
@@ -10302,20 +8766,20 @@
"utility",
"validation"
],
- "time": "2023-09-19T11:58:07+00:00"
+ "time": "2024-08-07T15:39:19+00:00"
},
{
"name": "nikic/php-parser",
- "version": "v4.17.1",
+ "version": "v4.19.1",
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/a6303e50c90c355c7eeee2c4a8b27fe8dc8fef1d",
- "reference": "a6303e50c90c355c7eeee2c4a8b27fe8dc8fef1d",
+ "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/4e1b88d21c69391150ace211e9eaf05810858d0b",
+ "reference": "4e1b88d21c69391150ace211e9eaf05810858d0b",
"shasum": ""
},
"require": {
"ext-tokenizer": "*",
- "php": ">=7.0"
+ "php": ">=7.1"
},
"bin": [
"bin/php-parse"
@@ -10344,24 +8808,29 @@
"parser",
"php"
],
- "time": "2023-08-13T19:53:39+00:00"
+ "time": "2024-03-17T08:10:35+00:00"
},
{
"name": "nystudio107/craft-autocomplete",
- "version": "1.11.1",
+ "version": "1.12.1",
"source": {
"type": "git",
"url": "https://github.com/nystudio107/craft-autocomplete.git",
- "reference": "72f192858dba23f5f94e1e9abe5ae0049c55a916"
+ "reference": "ee3d7e2386eb94abf4e4d7690640055cedeaf07f"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/nystudio107/craft-autocomplete/zipball/72f192858dba23f5f94e1e9abe5ae0049c55a916",
- "reference": "72f192858dba23f5f94e1e9abe5ae0049c55a916",
+ "url": "https://api.github.com/repos/nystudio107/craft-autocomplete/zipball/ee3d7e2386eb94abf4e4d7690640055cedeaf07f",
+ "reference": "ee3d7e2386eb94abf4e4d7690640055cedeaf07f",
"shasum": ""
},
"require": {
- "craftcms/cms": "^3.0.0 || ^4.0.0-alpha"
+ "craftcms/cms": "^3.0.0 || ^4.0.0 || ^5.0.0"
+ },
+ "require-dev": {
+ "craftcms/ecs": "dev-main",
+ "craftcms/phpstan": "dev-main",
+ "craftcms/rector": "dev-main"
},
"type": "yii2-extension",
"extra": {
@@ -10408,15 +8877,15 @@
"type": "github"
}
],
- "time": "2023-07-03T21:51:43+00:00"
+ "time": "2024-04-15T16:14:38+00:00"
},
{
"name": "psy/psysh",
- "version": "v0.11.21",
+ "version": "v0.11.22",
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/bobthecow/psysh/zipball/bcb22101107f3bf770523b65630c9d547f60c540",
- "reference": "bcb22101107f3bf770523b65630c9d547f60c540",
+ "url": "https://api.github.com/repos/bobthecow/psysh/zipball/128fa1b608be651999ed9789c95e6e2a31b5802b",
+ "reference": "128fa1b608be651999ed9789c95e6e2a31b5802b",
"shasum": ""
},
"require": {
@@ -10442,7 +8911,7 @@
"type": "library",
"extra": {
"branch-alias": {
- "dev-main": "0.11.x-dev"
+ "dev-0.11": "0.11.x-dev"
},
"bamarni-bin": {
"bin-links": false,
@@ -10475,7 +8944,7 @@
"interactive",
"shell"
],
- "time": "2023-09-17T21:15:54+00:00"
+ "time": "2023-10-14T21:56:36+00:00"
},
{
"name": "roave/security-advisories",
@@ -10483,27 +8952,33 @@
"source": {
"type": "git",
"url": "https://github.com/Roave/SecurityAdvisories.git",
- "reference": "a4a221e6b171fe5eadf48e21ad8247304738bcd5"
+ "reference": "f6547941a3b3a96c1b20b77c6ebf126b195f814e"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/a4a221e6b171fe5eadf48e21ad8247304738bcd5",
- "reference": "a4a221e6b171fe5eadf48e21ad8247304738bcd5",
+ "url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/f6547941a3b3a96c1b20b77c6ebf126b195f814e",
+ "reference": "f6547941a3b3a96c1b20b77c6ebf126b195f814e",
"shasum": ""
},
"conflict": {
"3f/pygmentize": "<1.2",
- "admidio/admidio": "<4.2.11",
+ "admidio/admidio": "<4.3.10",
"adodb/adodb-php": "<=5.20.20|>=5.21,<=5.21.3",
"aheinze/cockpit": "<2.2",
+ "aimeos/ai-admin-graphql": ">=2022.04.1,<2022.10.10|>=2023.04.1,<2023.10.6|>=2024.04.1,<2024.04.6",
+ "aimeos/ai-admin-jsonadm": "<2020.10.13|>=2021.04.1,<2021.10.6|>=2022.04.1,<2022.10.3|>=2023.04.1,<2023.10.4|==2024.04.1",
+ "aimeos/ai-client-html": ">=2020.04.1,<2020.10.27|>=2021.04.1,<2021.10.22|>=2022.04.1,<2022.10.13|>=2023.04.1,<2023.10.15|>=2024.04.1,<2024.04.7",
+ "aimeos/ai-controller-frontend": "<2020.10.15|>=2021.04.1,<2021.10.8|>=2022.04.1,<2022.10.8|>=2023.04.1,<2023.10.9",
+ "aimeos/aimeos-core": ">=2022.04.1,<2022.10.17|>=2023.04.1,<2023.10.17|>=2024.04.1,<2024.04.7",
"aimeos/aimeos-typo3": "<19.10.12|>=20,<20.10.5",
+ "airesvsg/acf-to-rest-api": "<=3.1",
"akaunting/akaunting": "<2.1.13",
"akeneo/pim-community-dev": "<5.0.119|>=6,<6.0.53",
"alextselegidis/easyappointments": "<1.5",
"alterphp/easyadmin-extension-bundle": ">=1.2,<1.2.11|>=1.3,<1.3.1",
"amazing/media2click": ">=1,<1.3.3",
"amphp/artax": "<1.0.6|>=2,<2.0.6",
- "amphp/http": "<1.0.1",
+ "amphp/http": "<=1.7.2|>=2,<=2.1",
"amphp/http-client": ">=4,<4.4",
"anchorcms/anchor-cms": "<=0.12.7",
"andreapollastri/cipi": "<=3.1.15",
@@ -10519,33 +8994,42 @@
"athlon1600/php-proxy": "<=5.1",
"athlon1600/php-proxy-app": "<=3",
"austintoddj/canvas": "<=3.4.2",
- "automad/automad": "<1.8",
+ "auth0/wordpress": "<=4.6",
+ "automad/automad": "<2.0.0.0-alpha5",
+ "automattic/jetpack": "<9.8",
"awesome-support/awesome-support": "<=6.0.7",
- "aws/aws-sdk-php": ">=3,<3.2.1",
+ "aws/aws-sdk-php": "<3.288.1",
"azuracast/azuracast": "<0.18.3",
- "backdrop/backdrop": "<1.24.2",
+ "backdrop/backdrop": "<1.27.3|>=1.28,<1.28.2",
"backpack/crud": "<3.4.9",
+ "bacula-web/bacula-web": "<8.0.0.0-RC2-dev",
"badaso/core": "<2.7",
- "bagisto/bagisto": "<0.1.5",
+ "bagisto/bagisto": "<2.1",
"barrelstrength/sprout-base-email": "<1.2.7",
"barrelstrength/sprout-forms": "<3.9",
"barryvdh/laravel-translation-manager": "<0.6.2",
"barzahlen/barzahlen-php": "<2.0.1",
- "baserproject/basercms": "<4.7.5",
+ "baserproject/basercms": "<5.0.9",
"bassjobsen/bootstrap-3-typeahead": ">4.0.2",
+ "bbpress/bbpress": "<2.6.5",
+ "bcosca/fatfree": "<3.7.2",
+ "bedita/bedita": "<4",
"bigfork/silverstripe-form-capture": ">=3,<3.1.1",
- "billz/raspap-webgui": "<=2.9.2",
+ "billz/raspap-webgui": "<=3.1.4",
"bk2k/bootstrap-package": ">=7.1,<7.1.2|>=8,<8.0.8|>=9,<9.0.4|>=9.1,<9.1.3|>=10,<10.0.10|>=11,<11.0.3",
+ "blueimp/jquery-file-upload": "==6.4.4",
"bmarshall511/wordpress_zero_spam": "<5.2.13",
"bolt/bolt": "<3.7.2",
"bolt/core": "<=4.2",
+ "born05/craft-twofactorauthentication": "<3.3.4",
"bottelet/flarepoint": "<2.2.1",
+ "bref/bref": "<2.1.17",
"brightlocal/phpwhois": "<=4.2.5",
"brotkrueml/codehighlight": "<2.7",
"brotkrueml/schema": "<1.13.1|>=2,<2.5.1",
"brotkrueml/typo3-matomo-integration": "<1.3.2",
"buddypress/buddypress": "<7.2.1",
- "bugsnag/bugsnag-laravel": "<2.0.2",
+ "bugsnag/bugsnag-laravel": ">=2,<2.0.2",
"bytefury/crater": "<6.0.2",
"cachethq/cachet": "<2.5.1",
"cakephp/cakephp": "<3.10.3|>=4,<4.0.10|>=4.1,<4.1.4|>=4.2,<4.2.12|>=4.3,<4.3.11|>=4.4,<4.4.10",
@@ -10553,66 +9037,81 @@
"cardgate/magento2": "<2.0.33",
"cardgate/woocommerce": "<=3.1.15",
"cart2quote/module-quotation": ">=4.1.6,<=4.4.5|>=5,<5.4.4",
+ "cart2quote/module-quotation-encoded": ">=4.1.6,<=4.4.5|>=5,<5.4.4",
"cartalyst/sentry": "<=2.1.6",
"catfan/medoo": "<1.7.5",
+ "causal/oidc": "<2.1",
"cecil/cecil": "<7.47.1",
- "centreon/centreon": "<22.10.0.0-beta1",
+ "centreon/centreon": "<22.10.15",
"cesnet/simplesamlphp-module-proxystatistics": "<3.1",
"chriskacerguis/codeigniter-restserver": "<=2.7.1",
"civicrm/civicrm-core": ">=4.2,<4.2.9|>=4.3,<4.3.3",
- "cockpit-hq/cockpit": "<=2.6.3",
+ "ckeditor/ckeditor": "<4.24",
+ "cockpit-hq/cockpit": "<2.7|==2.7",
"codeception/codeception": "<3.1.3|>=4,<4.1.22",
"codeigniter/framework": "<3.1.9",
- "codeigniter4/framework": "<4.3.5",
- "codeigniter4/shield": "<1.0.0.0-beta4",
+ "codeigniter4/framework": "<4.4.7",
+ "codeigniter4/shield": "<1.0.0.0-beta8",
"codiad/codiad": "<=2.8.4",
- "composer/composer": "<1.10.26|>=2,<2.2.12|>=2.3,<2.3.5",
- "concrete5/concrete5": "<9.2",
+ "composer/composer": "<1.10.27|>=2,<2.2.24|>=2.3,<2.7.7",
+ "concrete5/concrete5": "<9.3.3",
"concrete5/core": "<8.5.8|>=9,<9.1",
"contao-components/mediaelement": ">=2.14.2,<2.21.1",
- "contao/contao": ">=4,<4.4.56|>=4.5,<4.9.40|>=4.10,<4.11.7|>=4.13,<4.13.21|>=5.1,<5.1.4",
- "contao/core": ">=2,<3.5.39",
- "contao/core-bundle": "<4.9.42|>=4.10,<4.13.28|>=5,<5.1.10",
- "contao/listing-bundle": ">=4,<4.4.8",
+ "contao/comments-bundle": ">=2,<4.13.40|>=5.0.0.0-RC1-dev,<5.3.4",
+ "contao/contao": ">=3,<3.5.37|>=4,<4.4.56|>=4.5,<4.9.40|>=4.10,<4.11.7|>=4.13,<4.13.21|>=5.1,<5.1.4",
+ "contao/core": "<3.5.39",
+ "contao/core-bundle": "<4.13.40|>=5,<5.3.4",
+ "contao/listing-bundle": ">=3,<=3.5.30|>=4,<4.4.8",
"contao/managed-edition": "<=1.5",
+ "corveda/phpsandbox": "<1.3.5",
"cosenary/instagram": "<=2.3",
- "craftcms/cms": "<=4.4.14",
+ "craftcms/cms": "<4.6.2|>=5.0.0.0-beta1,<=5.2.2",
"croogo/croogo": "<4",
"cuyz/valinor": "<0.12",
"czproject/git-php": "<4.0.3",
+ "dapphp/securimage": "<3.6.6",
"darylldoyle/safe-svg": "<1.9.10",
"datadog/dd-trace": ">=0.30,<0.30.2",
"datatables/datatables": "<1.10.10",
"david-garcia/phpwhois": "<=4.3.1",
"dbrisinajumi/d2files": "<1",
- "dcat/laravel-admin": "<=2.1.3.0-beta",
+ "dcat/laravel-admin": "<=2.1.3",
"derhansen/fe_change_pwd": "<2.0.5|>=3,<3.0.3",
- "derhansen/sf_event_mgt": "<4.3.1|>=5,<5.1.1",
+ "derhansen/sf_event_mgt": "<4.3.1|>=5,<5.1.1|>=7,<7.4",
"desperado/xml-bundle": "<=0.1.7",
- "directmailteam/direct-mail": "<5.2.4",
- "doctrine/annotations": ">=1,<1.2.7",
+ "devgroup/dotplant": "<2020.09.14-dev",
+ "directmailteam/direct-mail": "<6.0.3|>=7,<7.0.3|>=8,<9.5.2",
+ "doctrine/annotations": "<1.2.7",
"doctrine/cache": ">=1,<1.3.2|>=1.4,<1.4.2",
- "doctrine/common": ">=2,<2.4.3|>=2.5,<2.5.1",
+ "doctrine/common": "<2.4.3|>=2.5,<2.5.1",
"doctrine/dbal": ">=2,<2.0.8|>=2.1,<2.1.2|>=3,<3.1.4",
"doctrine/doctrine-bundle": "<1.5.2",
- "doctrine/doctrine-module": "<=0.7.1",
- "doctrine/mongodb-odm": ">=1,<1.0.2",
- "doctrine/mongodb-odm-bundle": ">=2,<3.0.1",
- "doctrine/orm": ">=2,<2.4.8|>=2.5,<2.5.1|>=2.8.3,<2.8.4",
- "dolibarr/dolibarr": "<17.0.1",
- "dompdf/dompdf": "<2.0.2|==2.0.2",
- "drupal/core": "<9.4.14|>=9.5,<9.5.8|>=10,<10.0.8",
- "drupal/drupal": ">=6,<6.38|>=7,<7.80|>=8,<8.9.16|>=9,<9.1.12|>=9.2,<9.2.4",
+ "doctrine/doctrine-module": "<0.7.2",
+ "doctrine/mongodb-odm": "<1.0.2",
+ "doctrine/mongodb-odm-bundle": "<3.0.1",
+ "doctrine/orm": ">=1,<1.2.4|>=2,<2.4.8|>=2.5,<2.5.1|>=2.8.3,<2.8.4",
+ "dolibarr/dolibarr": "<19.0.2",
+ "dompdf/dompdf": "<2.0.4",
+ "doublethreedigital/guest-entries": "<3.1.2",
+ "drupal/core": ">=6,<6.38|>=7,<7.96|>=8,<10.1.8|>=10.2,<10.2.2|==11.9999999.9999999.9999999-dev",
+ "drupal/core-recommended": "==11.9999999.9999999.9999999-dev",
+ "drupal/drupal": ">=5,<5.11|>=6,<6.38|>=7,<7.80|>=8,<8.9.16|>=9,<9.1.12|>=9.2,<9.2.4|==11.9999999.9999999.9999999-dev",
+ "duncanmcclean/guest-entries": "<3.1.2",
"dweeves/magmi": "<=0.7.24",
+ "ec-cube/ec-cube": "<2.4.4|>=2.11,<=2.17.1|>=3,<=3.0.18.0-patch4|>=4,<=4.1.2",
"ecodev/newsletter": "<=4",
"ectouch/ectouch": "<=2.7.2",
+ "egroupware/egroupware": "<23.1.20240624",
"elefant/cms": "<2.0.7",
"elgg/elgg": "<3.3.24|>=4,<4.0.5",
+ "elijaa/phpmemcacheadmin": "<=1.3",
"encore/laravel-admin": "<=1.8.19",
"endroid/qr-code-bundle": "<3.4.2",
+ "enhavo/enhavo-app": "<=0.13.1",
"enshrined/svg-sanitize": "<0.15",
"erusev/parsedown": "<1.7.2",
"ether/logs": "<3.0.4",
+ "evolutioncms/evolution": "<=3.2.3",
"exceedone/exment": "<4.4.3|>=5,<5.0.3",
"exceedone/laravel-admin": "<2.2.3|==3",
"ezsystems/demobundle": ">=5.4,<5.4.6.1-dev",
@@ -10620,65 +9119,78 @@
"ezsystems/ezdemo-ls-extension": ">=5.4,<5.4.2.1-dev",
"ezsystems/ezfind-ls": ">=5.3,<5.3.6.1-dev|>=5.4,<5.4.11.1-dev|>=2017.12,<2017.12.0.1-dev",
"ezsystems/ezplatform": "<=1.13.6|>=2,<=2.5.24",
- "ezsystems/ezplatform-admin-ui": ">=1.3,<1.3.5|>=1.4,<1.4.6|>=1.5,<1.5.29|>=2.3,<2.3.26",
+ "ezsystems/ezplatform-admin-ui": ">=1.3,<1.3.5|>=1.4,<1.4.6|>=1.5,<1.5.29|>=2.3,<2.3.26|>=3.3,<3.3.39",
"ezsystems/ezplatform-admin-ui-assets": ">=4,<4.2.1|>=5,<5.0.1|>=5.1,<5.1.1",
"ezsystems/ezplatform-graphql": ">=1.0.0.0-RC1-dev,<1.0.13|>=2.0.0.0-beta1,<2.3.12",
- "ezsystems/ezplatform-kernel": "<1.2.5.1-dev|>=1.3,<1.3.26",
+ "ezsystems/ezplatform-kernel": "<1.2.5.1-dev|>=1.3,<1.3.35",
"ezsystems/ezplatform-rest": ">=1.2,<=1.2.2|>=1.3,<1.3.8",
- "ezsystems/ezplatform-richtext": ">=2.3,<2.3.7.1-dev",
+ "ezsystems/ezplatform-richtext": ">=2.3,<2.3.7.1-dev|>=3.3,<3.3.40",
+ "ezsystems/ezplatform-solr-search-engine": ">=1.7,<1.7.12|>=2,<2.0.2|>=3.3,<3.3.15",
"ezsystems/ezplatform-user": ">=1,<1.0.1",
- "ezsystems/ezpublish-kernel": "<6.13.8.2-dev|>=7,<7.5.30",
- "ezsystems/ezpublish-legacy": "<=2017.12.7.3|>=2018.06,<=2019.03.5.1",
+ "ezsystems/ezpublish-kernel": "<6.13.8.2-dev|>=7,<7.5.31",
+ "ezsystems/ezpublish-legacy": "<=2017.12.7.3|>=2018.6,<=2019.03.5.1",
"ezsystems/platform-ui-assets-bundle": ">=4.2,<4.2.3",
"ezsystems/repository-forms": ">=2.3,<2.3.2.1-dev|>=2.5,<2.5.15",
"ezyang/htmlpurifier": "<4.1.1",
"facade/ignition": "<1.16.15|>=2,<2.4.2|>=2.5,<2.5.2",
"facturascripts/facturascripts": "<=2022.08",
+ "fastly/magento2": "<1.2.26",
"feehi/cms": "<=2.1.1",
"feehi/feehicms": "<=2.1.1",
"fenom/fenom": "<=2.12.1",
"filegator/filegator": "<7.8",
+ "filp/whoops": "<2.1.13",
+ "fineuploader/php-traditional-server": "<=1.2.2",
"firebase/php-jwt": "<6",
+ "fisharebest/webtrees": "<=2.1.18",
"fixpunkt/fp-masterquiz": "<2.2.1|>=3,<3.5.2",
"fixpunkt/fp-newsletter": "<1.1.1|>=2,<2.1.2|>=2.2,<3.2.6",
- "flarum/core": "<1.8",
- "flarum/framework": "<1.8",
+ "flarum/core": "<1.8.5",
+ "flarum/flarum": "<0.1.0.0-beta8",
+ "flarum/framework": "<1.8.5",
"flarum/mentions": "<1.6.3",
"flarum/sticky": ">=0.1.0.0-beta14,<=0.1.0.0-beta15",
"flarum/tags": "<=0.1.0.0-beta13",
+ "floriangaerber/magnesium": "<0.3.1",
"fluidtypo3/vhs": "<5.1.1",
"fof/byobu": ">=0.3.0.0-beta2,<1.1.7",
"fof/upload": "<1.2.3",
+ "foodcoopshop/foodcoopshop": ">=3.2,<3.6.1",
"fooman/tcpdf": "<6.2.22",
"forkcms/forkcms": "<5.11.1",
"fossar/tcpdf-parser": "<6.2.22",
- "francoisjacquet/rosariosis": "<11",
+ "francoisjacquet/rosariosis": "<=11.5.1",
"frappant/frp-form-answers": "<3.1.2|>=4,<4.0.2",
"friendsofsymfony/oauth2-php": "<1.3",
"friendsofsymfony/rest-bundle": ">=1.2,<1.2.2",
- "friendsofsymfony/user-bundle": ">=1.2,<1.3.5",
+ "friendsofsymfony/user-bundle": ">=1,<1.3.5",
+ "friendsofsymfony1/swiftmailer": ">=4,<5.4.13|>=6,<6.2.5",
+ "friendsofsymfony1/symfony1": ">=1.1,<1.5.19",
"friendsoftypo3/mediace": ">=7.6.2,<7.6.5",
"friendsoftypo3/openid": ">=4.5,<4.5.31|>=4.7,<4.7.16|>=6,<6.0.11|>=6.1,<6.1.6",
- "froala/wysiwyg-editor": "<3.2.7|>=4.0.1,<=4.1.1",
- "froxlor/froxlor": "<2.1",
+ "froala/wysiwyg-editor": "<3.2.7|>=4.0.1,<=4.1.3",
+ "froxlor/froxlor": "<=2.2.0.0-RC3",
+ "frozennode/administrator": "<=5.0.12",
"fuel/core": "<1.8.1",
"funadmin/funadmin": "<=3.2|>=3.3.2,<=3.3.3",
"gaoming13/wechat-php-sdk": "<=1.10.2",
"genix/cms": "<=1.1.11",
- "getgrav/grav": "<=1.7.42.1",
- "getkirby/cms": "<3.5.8.3-dev|>=3.6,<3.6.6.3-dev|>=3.7,<3.7.5.2-dev|>=3.8,<3.8.4.1-dev|>=3.9,<3.9.6",
+ "getformwork/formwork": "<1.13.1|==2.0.0.0-beta1",
+ "getgrav/grav": "<1.7.46",
+ "getkirby/cms": "<=3.6.6.5|>=3.7,<=3.7.5.4|>=3.8,<=3.8.4.3|>=3.9,<=3.9.8.1|>=3.10,<=3.10.1|>=4,<=4.3",
"getkirby/kirby": "<=2.5.12",
"getkirby/panel": "<2.5.14",
"getkirby/starterkit": "<=3.7.0.2",
- "gilacms/gila": "<=1.11.4",
- "gleez/cms": "<=1.2",
+ "gilacms/gila": "<=1.15.4",
+ "gleez/cms": "<=1.3|==2",
"globalpayments/php-sdk": "<2",
"gogentooss/samlbase": "<1.2.7",
"google/protobuf": "<3.15",
"gos/web-socket-bundle": "<1.10.4|>=2,<2.6.1|>=3,<3.3",
"gree/jose": "<2.2.1",
"gregwar/rst": "<1.0.3",
- "grumpydictator/firefly-iii": "<6",
+ "grumpydictator/firefly-iii": "<6.1.17",
+ "gugoan/economizzer": "<=0.9.0.0-beta1",
"guzzlehttp/guzzle": "<6.5.8|>=7,<7.4.5",
"guzzlehttp/psr7": "<1.9.1|>=2,<2.4.5",
"haffner/jh_captcha": "<=2.1.3|>=3,<=3.0.2",
@@ -10691,24 +9203,32 @@
"hov/jobfair": "<1.0.13|>=2,<2.0.2",
"httpsoft/http-message": "<1.0.12",
"hyn/multi-tenant": ">=5.6,<5.7.2",
- "ibexa/admin-ui": ">=4.2,<4.2.3",
- "ibexa/core": ">=4,<4.0.7|>=4.1,<4.1.4|>=4.2,<4.2.3",
+ "ibexa/admin-ui": ">=4.2,<4.2.3|>=4.6.0.0-beta1,<4.6.9",
+ "ibexa/core": ">=4,<4.0.7|>=4.1,<4.1.4|>=4.2,<4.2.3|>=4.5,<4.5.6|>=4.6,<4.6.2",
+ "ibexa/fieldtype-richtext": ">=4.6,<4.6.10",
"ibexa/graphql": ">=2.5,<2.5.31|>=3.3,<3.3.28|>=4.2,<4.2.3",
"ibexa/post-install": "<=1.0.4",
+ "ibexa/solr": ">=4.5,<4.5.4",
"ibexa/user": ">=4,<4.4.3",
"icecoder/icecoder": "<=8.1",
"idno/known": "<=1.3.1",
- "illuminate/auth": ">=4,<4.0.99|>=4.1,<=4.1.31|>=4.2,<=4.2.22|>=5,<=5.0.35|>=5.1,<=5.1.46|>=5.2,<=5.2.45|>=5.3,<=5.3.31|>=5.4,<=5.4.36|>=5.5,<5.5.10",
- "illuminate/cookie": ">=4,<=4.0.11|>=4.1,<=4.1.99999|>=4.2,<=4.2.99999|>=5,<=5.0.99999|>=5.1,<=5.1.99999|>=5.2,<=5.2.99999|>=5.3,<=5.3.99999|>=5.4,<=5.4.99999|>=5.5,<=5.5.49|>=5.6,<=5.6.99999|>=5.7,<=5.7.99999|>=5.8,<=5.8.99999|>=6,<6.18.31|>=7,<7.22.4",
+ "ilicmiljan/secure-props": ">=1.2,<1.2.2",
+ "illuminate/auth": "<5.5.10",
+ "illuminate/cookie": ">=4,<=4.0.11|>=4.1,<6.18.31|>=7,<7.22.4",
"illuminate/database": "<6.20.26|>=7,<7.30.5|>=8,<8.40",
"illuminate/encryption": ">=4,<=4.0.11|>=4.1,<=4.1.31|>=4.2,<=4.2.22|>=5,<=5.0.35|>=5.1,<=5.1.46|>=5.2,<=5.2.45|>=5.3,<=5.3.31|>=5.4,<=5.4.36|>=5.5,<5.5.40|>=5.6,<5.6.15",
"illuminate/view": "<6.20.42|>=7,<7.30.6|>=8,<8.75",
+ "imdbphp/imdbphp": "<=5.1.1",
"impresscms/impresscms": "<=1.4.5",
- "in2code/femanager": "<5.5.3|>=6,<6.3.4|>=7,<7.1",
+ "impresspages/impresspages": "<=1.0.12",
+ "in2code/femanager": "<5.5.3|>=6,<6.3.4|>=7,<7.2.3",
"in2code/ipandlanguageredirect": "<5.1.2",
"in2code/lux": "<17.6.1|>=18,<24.0.2",
+ "in2code/powermail": "<7.5|>=8,<8.5|>=9,<10.9|>=11,<12.4",
"innologi/typo3-appointments": "<2.0.6",
- "intelliants/subrion": "<=4.2.1",
+ "intelliants/subrion": "<4.2.2",
+ "inter-mediator/inter-mediator": "==5.5",
+ "ipl/web": "<0.10.1",
"islandora/islandora": ">=2,<2.4.1",
"ivankristianto/phpwhois": "<=4.3",
"jackalope/jackalope-doctrine-dbal": "<1.7.4",
@@ -10716,66 +9236,83 @@
"james-heinrich/phpthumb": "<1.7.12",
"jasig/phpcas": "<1.3.3",
"jcbrand/converse.js": "<3.3.3",
+ "johnbillion/wp-crontrol": "<1.16.2",
+ "joomla/application": "<1.0.13",
"joomla/archive": "<1.1.12|>=2,<2.0.1",
"joomla/filesystem": "<1.6.2|>=2,<2.0.1",
"joomla/filter": "<1.4.4|>=2,<2.0.1",
- "joomla/framework": ">=2.5.4,<=3.8.12",
+ "joomla/framework": "<1.5.7|>=2.5.4,<=3.8.12",
"joomla/input": ">=2,<2.0.2",
- "joomla/joomla-cms": "<3.9.12",
+ "joomla/joomla-cms": ">=2.5,<3.9.12",
"joomla/session": "<1.3.1",
"joyqi/hyper-down": "<=2.4.27",
"jsdecena/laracom": "<2.0.9",
"jsmitty12/phpwhois": "<5.1",
+ "juzaweb/cms": "<=3.4",
+ "jweiland/events2": "<8.3.8|>=9,<9.0.6",
"kazist/phpwhois": "<=4.2.6",
"kelvinmo/simplexrd": "<3.1.1",
"kevinpapst/kimai2": "<1.16.7",
"khodakhah/nodcms": "<=3",
- "kimai/kimai": "<1.1",
+ "kimai/kimai": "<2.16",
"kitodo/presentation": "<3.2.3|>=3.3,<3.3.4",
"klaviyo/magento2-extension": ">=1,<3",
"knplabs/knp-snappy": "<=1.4.2",
"kohana/core": "<3.3.3",
"krayin/laravel-crm": "<1.2.2",
"kreait/firebase-php": ">=3.2,<3.8.1",
+ "kumbiaphp/kumbiapp": "<=1.1.1",
"la-haute-societe/tcpdf": "<6.2.22",
"laminas/laminas-diactoros": "<2.18.1|==2.19|==2.20|==2.21|==2.22|==2.23|>=2.24,<2.24.2|>=2.25,<2.25.2",
"laminas/laminas-form": "<2.17.1|>=3,<3.0.2|>=3.1,<3.1.1",
"laminas/laminas-http": "<2.14.2",
"laravel/fortify": "<1.11.1",
"laravel/framework": "<6.20.44|>=7,<7.30.6|>=8,<8.75",
- "laravel/socialite": ">=1,<1.0.99|>=2,<2.0.10",
+ "laravel/laravel": ">=5.4,<5.4.22",
+ "laravel/socialite": ">=1,<2.0.10",
"latte/latte": "<2.10.8",
- "lavalite/cms": "<=9",
+ "lavalite/cms": "<=9|==10.1",
"lcobucci/jwt": ">=3.4,<3.4.6|>=4,<4.0.4|>=4.1,<4.1.5",
"league/commonmark": "<0.18.3",
"league/flysystem": "<1.1.4|>=2,<2.1.1",
"league/oauth2-server": ">=8.3.2,<8.4.2|>=8.5,<8.5.3",
"lexik/jwt-authentication-bundle": "<2.10.7|>=2.11,<2.11.3",
+ "libreform/libreform": ">=2,<=2.0.8",
"librenms/librenms": "<2017.08.18",
"liftkit/database": "<2.13.2",
+ "lightsaml/lightsaml": "<1.3.5",
"limesurvey/limesurvey": "<3.27.19",
"livehelperchat/livehelperchat": "<=3.91",
- "livewire/livewire": ">2.2.4,<2.2.6",
+ "livewire/livewire": ">2.2.4,<2.2.6|>=3.3.5,<3.4.9",
"lms/routes": "<2.1.1",
"localizationteam/l10nmgr": "<7.4|>=8,<8.7|>=9,<9.2",
"luyadev/yii-helpers": "<1.2.1",
- "magento/community-edition": "<=2.4",
+ "magento/community-edition": "<2.4.5|==2.4.5|>=2.4.5.0-patch1,<2.4.5.0-patch8|==2.4.6|>=2.4.6.0-patch1,<2.4.6.0-patch6|==2.4.7",
+ "magento/core": "<=1.9.4.5",
"magento/magento1ce": "<1.9.4.3-dev",
"magento/magento1ee": ">=1,<1.14.4.3-dev",
- "magento/product-community-edition": ">=2,<2.2.10|>=2.3,<2.3.2.0-patch2",
+ "magento/product-community-edition": "<2.4.4.0-patch9|>=2.4.5,<2.4.5.0-patch8|>=2.4.6,<2.4.6.0-patch6|>=2.4.7,<2.4.7.0-patch1",
+ "magneto/core": "<1.9.4.4-dev",
"maikuolan/phpmussel": ">=1,<1.6",
- "mantisbt/mantisbt": "<=2.25.5",
+ "mainwp/mainwp": "<=4.4.3.3",
+ "mantisbt/mantisbt": "<2.26.2",
"marcwillmann/turn": "<0.3.3",
"matyhtf/framework": "<3.0.6",
- "mautic/core": "<4.3",
- "mediawiki/core": ">=1.27,<1.27.6|>=1.29,<1.29.3|>=1.30,<1.30.2|>=1.31,<1.31.9|>=1.32,<1.32.6|>=1.32.99,<1.33.3|>=1.33.99,<1.34.3|>=1.34.99,<1.35",
+ "mautic/core": "<4.4.12|>=5.0.0.0-alpha,<5.0.4",
+ "mdanter/ecc": "<2",
+ "mediawiki/core": "<1.36.2",
"mediawiki/matomo": "<2.4.3",
+ "mediawiki/semantic-media-wiki": "<4.0.2",
"melisplatform/melis-asset-manager": "<5.0.1",
"melisplatform/melis-cms": "<5.0.1",
"melisplatform/melis-front": "<5.0.1",
"mezzio/mezzio-swoole": "<3.7|>=4,<4.3",
"mgallegos/laravel-jqgrid": "<=1.3",
- "microweber/microweber": "<=1.3.4",
+ "microsoft/microsoft-graph": ">=1.16,<1.109.1|>=2,<2.0.1",
+ "microsoft/microsoft-graph-beta": "<2.0.1",
+ "microsoft/microsoft-graph-core": "<2.0.2",
+ "microweber/microweber": "<=2.0.16",
+ "mikehaertl/php-shellcommand": "<1.6.1",
"miniorange/miniorange-saml": "<1.4.3",
"mittwald/typo3_forum": "<1.2.1",
"mobiledetect/mobiledetectlib": "<2.8.32",
@@ -10783,185 +9320,233 @@
"mojo42/jirafeau": "<4.4",
"mongodb/mongodb": ">=1,<1.9.2",
"monolog/monolog": ">=1.8,<1.12",
- "moodle/moodle": "<4.2.0.0-RC2-dev|==4.2",
+ "moodle/moodle": "<4.3.5|>=4.4.0.0-beta,<4.4.1",
+ "mos/cimage": "<0.7.19",
"movim/moxl": ">=0.8,<=0.10",
+ "movingbytes/social-network": "<=1.2.1",
"mpdf/mpdf": "<=7.1.7",
+ "munkireport/comment": "<4.1",
+ "munkireport/managedinstalls": "<2.6",
+ "munkireport/munki_facts": "<1.5",
+ "munkireport/munkireport": ">=2.5.3,<5.6.3",
+ "munkireport/reportdata": "<3.5",
+ "munkireport/softwareupdate": "<1.6",
"mustache/mustache": ">=2,<2.14.1",
"namshi/jose": "<2.2",
"neoan3-apps/template": "<1.1.1",
"neorazorx/facturascripts": "<2022.04",
"neos/flow": ">=1,<1.0.4|>=1.1,<1.1.1|>=2,<2.0.1|>=2.3,<2.3.16|>=3,<3.0.12|>=3.1,<3.1.10|>=3.2,<3.2.13|>=3.3,<3.3.13|>=4,<4.0.6",
"neos/form": ">=1.2,<4.3.3|>=5,<5.0.9|>=5.1,<5.1.3",
- "neos/neos": ">=1.1,<1.1.3|>=1.2,<1.2.13|>=2,<2.0.4|>=2.3,<2.9.99|>=3,<3.0.20|>=3.1,<3.1.18|>=3.2,<3.2.14|>=3.3,<5.3.10|>=7,<7.0.9|>=7.1,<7.1.7|>=7.2,<7.2.6|>=7.3,<7.3.4|>=8,<8.0.2",
- "neos/swiftmailer": ">=4.1,<4.1.99|>=5.4,<5.4.5",
+ "neos/media-browser": "<7.3.19|>=8,<8.0.16|>=8.1,<8.1.11|>=8.2,<8.2.11|>=8.3,<8.3.9",
+ "neos/neos": ">=1.1,<1.1.3|>=1.2,<1.2.13|>=2,<2.0.4|>=2.3,<3.0.20|>=3.1,<3.1.18|>=3.2,<3.2.14|>=3.3,<5.3.10|>=7,<7.0.9|>=7.1,<7.1.7|>=7.2,<7.2.6|>=7.3,<7.3.4|>=8,<8.0.2",
+ "neos/swiftmailer": "<5.4.5",
"netgen/tagsbundle": ">=3.4,<3.4.11|>=4,<4.0.15",
"nette/application": ">=2,<2.0.19|>=2.1,<2.1.13|>=2.2,<2.2.10|>=2.3,<2.3.14|>=2.4,<2.4.16|>=3,<3.0.6",
"nette/nette": ">=2,<2.0.19|>=2.1,<2.1.13",
"nilsteampassnet/teampass": "<3.0.10",
+ "nonfiction/nterchange": "<4.1.1",
"notrinos/notrinos-erp": "<=0.7",
"noumo/easyii": "<=0.9",
+ "novaksolutions/infusionsoft-php-sdk": "<1",
"nukeviet/nukeviet": "<4.5.02",
"nyholm/psr7": "<1.6.1",
"nystudio107/craft-seomatic": "<3.4.12",
+ "nzedb/nzedb": "<0.8",
"nzo/url-encryptor-bundle": ">=4,<4.3.2|>=5,<5.0.1",
"october/backend": "<1.1.2",
"october/cms": "<1.0.469|==1.0.469|==1.0.471|==1.1.1",
"october/october": "<=3.4.4",
"october/rain": "<1.0.472|>=1.1,<1.1.2",
- "october/system": "<1.0.476|>=1.1,<1.1.12|>=2,<2.2.34|>=3,<3.0.66",
+ "october/system": "<1.0.476|>=1.1,<1.1.12|>=2,<2.2.34|>=3,<3.5.15",
+ "omeka/omeka-s": "<4.0.3",
"onelogin/php-saml": "<2.10.4",
- "oneup/uploader-bundle": "<1.9.3|>=2,<2.1.5",
+ "oneup/uploader-bundle": ">=1,<1.9.3|>=2,<2.1.5",
"open-web-analytics/open-web-analytics": "<1.7.4",
- "opencart/opencart": "<=3.0.3.7",
+ "opencart/opencart": ">=0",
"openid/php-openid": "<2.3",
- "openmage/magento-lts": "<=19.5|>=20,<=20.1",
+ "openmage/magento-lts": "<20.10.1",
+ "opensolutions/vimbadmin": "<=3.0.15",
"opensource-workshop/connect-cms": "<1.7.2|>=2,<2.3.2",
"orchid/platform": ">=9,<9.4.4|>=14.0.0.0-alpha4,<14.5",
- "oro/commerce": ">=4.1,<5.0.6",
+ "oro/calendar-bundle": ">=4.2,<=4.2.6|>=5,<=5.0.6|>=5.1,<5.1.1",
+ "oro/commerce": ">=4.1,<5.0.11|>=5.1,<5.1.1",
"oro/crm": ">=1.7,<1.7.4|>=3.1,<4.1.17|>=4.2,<4.2.7",
- "oro/platform": ">=1.7,<1.7.4|>=3.1,<3.1.29|>=4.1,<4.1.17|>=4.2,<4.2.8",
+ "oro/crm-call-bundle": ">=4.2,<=4.2.5|>=5,<5.0.4|>=5.1,<5.1.1",
+ "oro/customer-portal": ">=4.1,<=4.1.13|>=4.2,<=4.2.10|>=5,<=5.0.11|>=5.1,<=5.1.3",
+ "oro/platform": ">=1.7,<1.7.4|>=3.1,<3.1.29|>=4.1,<4.1.17|>=4.2,<=4.2.10|>=5,<=5.0.12|>=5.1,<=5.1.3",
+ "oveleon/contao-cookiebar": "<1.16.3|>=2,<2.1.3",
"oxid-esales/oxideshop-ce": "<4.5",
+ "oxid-esales/paymorrow-module": ">=1,<1.0.2|>=2,<2.0.1",
"packbackbooks/lti-1-3-php-library": "<5",
"padraic/humbug_get_contents": "<1.1.2",
"pagarme/pagarme-php": "<3",
"pagekit/pagekit": "<=1.0.18",
+ "paragonie/ecc": "<2.0.1",
"paragonie/random_compat": "<2",
- "passbolt/passbolt_api": "<2.11",
+ "passbolt/passbolt_api": "<4.6.2",
+ "paypal/adaptivepayments-sdk-php": "<=3.9.2",
+ "paypal/invoice-sdk-php": "<=3.9",
"paypal/merchant-sdk-php": "<3.12",
+ "paypal/permissions-sdk-php": "<=3.9.1",
"pear/archive_tar": "<1.4.14",
+ "pear/auth": "<1.2.4",
"pear/crypt_gpg": "<1.6.7",
"pear/pear": "<=1.10.1",
"pegasus/google-for-jobs": "<1.5.1|>=2,<2.1.1",
"personnummer/personnummer": "<3.0.2",
"phanan/koel": "<5.1.4",
+ "phenx/php-svg-lib": "<0.5.2",
+ "php-censor/php-censor": "<2.0.13|>=2.1,<2.1.5",
"php-mod/curl": "<2.3.2",
"phpbb/phpbb": "<3.2.10|>=3.3,<3.3.1",
+ "phpems/phpems": ">=6,<=6.1.3",
"phpfastcache/phpfastcache": "<6.1.5|>=7,<7.1.2|>=8,<8.0.7",
"phpmailer/phpmailer": "<6.5",
"phpmussel/phpmussel": ">=1,<1.6",
"phpmyadmin/phpmyadmin": "<5.2.1",
- "phpmyfaq/phpmyfaq": "<=3.1.7",
+ "phpmyfaq/phpmyfaq": "<3.2.5|==3.2.5",
+ "phpoffice/common": "<0.2.9",
"phpoffice/phpexcel": "<1.8",
- "phpoffice/phpspreadsheet": "<1.16",
- "phpseclib/phpseclib": "<2.0.31|>=3,<3.0.19",
+ "phpoffice/phpspreadsheet": "<1.29.1|>=2,<2.2.1",
+ "phpseclib/phpseclib": "<2.0.47|>=3,<3.0.36",
"phpservermon/phpservermon": "<3.6",
- "phpsysinfo/phpsysinfo": "<3.2.5",
- "phpunit/phpunit": ">=4.8.19,<4.8.28|>=5,<5.6.3",
+ "phpsysinfo/phpsysinfo": "<3.4.3",
+ "phpunit/phpunit": ">=4.8.19,<4.8.28|>=5.0.10,<5.6.3",
"phpwhois/phpwhois": "<=4.2.5",
"phpxmlrpc/extras": "<0.6.1",
"phpxmlrpc/phpxmlrpc": "<4.9.2",
"pi/pi": "<=2.5",
- "pimcore/admin-ui-classic-bundle": "<1.0.3",
- "pimcore/customer-management-framework-bundle": "<3.4.2",
+ "pimcore/admin-ui-classic-bundle": "<1.5.4",
+ "pimcore/customer-management-framework-bundle": "<4.0.6",
"pimcore/data-hub": "<1.2.4",
+ "pimcore/data-importer": "<1.8.9|>=1.9,<1.9.3",
+ "pimcore/demo": "<10.3",
+ "pimcore/ecommerce-framework-bundle": "<1.0.10",
"pimcore/perspective-editor": "<1.5.1",
- "pimcore/pimcore": "<10.6.8",
- "pixelfed/pixelfed": "<=0.11.4",
+ "pimcore/pimcore": "<11.2.4",
+ "pixelfed/pixelfed": "<0.11.11",
+ "plotly/plotly.js": "<2.25.2",
"pocketmine/bedrock-protocol": "<8.0.2",
- "pocketmine/pocketmine-mp": "<=4.23|>=5,<5.3.1",
+ "pocketmine/pocketmine-mp": "<5.11.2",
+ "pocketmine/raklib": ">=0.14,<0.14.6|>=0.15,<0.15.1",
"pressbooks/pressbooks": "<5.18",
"prestashop/autoupgrade": ">=4,<4.10.1",
+ "prestashop/blockreassurance": "<=5.1.3",
"prestashop/blockwishlist": ">=2,<2.1.1",
"prestashop/contactform": ">=1.0.1,<4.3",
"prestashop/gamification": "<2.3.2",
- "prestashop/prestashop": "<=8.1",
+ "prestashop/prestashop": "<8.1.6",
"prestashop/productcomments": "<5.0.2",
"prestashop/ps_emailsubscription": "<2.6.1",
"prestashop/ps_facetedsearch": "<3.4.1",
"prestashop/ps_linklist": "<3.1",
- "privatebin/privatebin": "<1.4",
- "processwire/processwire": "<=3.0.200",
+ "privatebin/privatebin": "<1.4|>=1.5,<1.7.4",
+ "processwire/processwire": "<=3.0.229",
"propel/propel": ">=2.0.0.0-alpha1,<=2.0.0.0-alpha7",
"propel/propel1": ">=1,<=1.7.1",
- "pterodactyl/panel": "<1.7",
- "ptheofan/yii2-statemachine": ">=2",
+ "pterodactyl/panel": "<1.11.6",
+ "ptheofan/yii2-statemachine": ">=2.0.0.0-RC1-dev,<=2",
"ptrofimov/beanstalk_console": "<1.7.14",
+ "pubnub/pubnub": "<6.1",
"pusher/pusher-php-server": "<2.2.1",
"pwweb/laravel-core": "<=0.3.6.0-beta",
+ "pxlrbt/filament-excel": "<2.3.3",
"pyrocms/pyrocms": "<=3.9.1",
+ "qcubed/qcubed": "<=3.1.1",
+ "quickapps/cms": "<=2.0.0.0-beta2",
+ "rainlab/blog-plugin": "<1.4.1",
"rainlab/debugbar-plugin": "<3.1",
"rainlab/user-plugin": "<=1.4.5",
"rankmath/seo-by-rank-math": "<=1.0.95",
"rap2hpoutre/laravel-log-viewer": "<0.13",
"react/http": ">=0.7,<1.9",
"really-simple-plugins/complianz-gdpr": "<6.4.2",
- "remdex/livehelperchat": "<3.99",
+ "redaxo/source": "<=5.15.1",
+ "remdex/livehelperchat": "<4.29",
+ "reportico-web/reportico": "<=8.1",
+ "rhukster/dom-sanitizer": "<1.0.7",
"rmccue/requests": ">=1.6,<1.8",
- "robrichards/xmlseclibs": "<3.0.4",
+ "robrichards/xmlseclibs": ">=1,<3.0.4",
"roots/soil": "<4.1",
"rudloff/alltube": "<3.0.3",
"s-cart/core": "<6.9",
"s-cart/s-cart": "<6.9",
"sabberworm/php-css-parser": ">=1,<1.0.1|>=2,<2.0.1|>=3,<3.0.1|>=4,<4.0.1|>=5,<5.0.9|>=5.1,<5.1.3|>=5.2,<5.2.1|>=6,<6.0.2|>=7,<7.0.4|>=8,<8.0.1|>=8.1,<8.1.1|>=8.2,<8.2.1|>=8.3,<8.3.1",
- "sabre/dav": "<1.7.11|>=1.8,<1.8.9",
+ "sabre/dav": ">=1.6,<1.7.11|>=1.8,<1.8.9",
"scheb/two-factor-bundle": "<3.26|>=4,<4.11",
"sensiolabs/connect": "<4.2.3",
"serluck/phpwhois": "<=4.2.6",
"sfroemken/url_redirect": "<=1.2.1",
"sheng/yiicms": "<=1.2",
- "shopware/core": "<=6.4.20",
- "shopware/platform": "<=6.4.20",
+ "shopware/core": "<=6.5.8.12|>=6.6,<=6.6.5",
+ "shopware/platform": "<=6.5.8.12|>=6.6,<=6.6.5",
"shopware/production": "<=6.3.5.2",
"shopware/shopware": "<=5.7.17",
- "shopware/storefront": "<=6.4.8.1",
- "shopxo/shopxo": "<2.2.6",
+ "shopware/storefront": "<=6.4.8.1|>=6.5.8,<6.5.8.7-dev",
+ "shopxo/shopxo": "<=6.1",
"showdoc/showdoc": "<2.10.4",
"silverstripe-australia/advancedreports": ">=1,<=2",
- "silverstripe/admin": "<1.13.6",
+ "silverstripe/admin": "<1.13.19|>=2,<2.1.8",
"silverstripe/assets": ">=1,<1.11.1",
"silverstripe/cms": "<4.11.3",
- "silverstripe/comments": ">=1.3,<1.9.99|>=2,<2.9.99|>=3,<3.1.1",
+ "silverstripe/comments": ">=1.3,<3.1.1",
"silverstripe/forum": "<=0.6.1|>=0.7,<=0.7.3",
- "silverstripe/framework": "<4.13.14|>=5,<5.0.13",
- "silverstripe/graphql": "<3.5.2|>=4.0.0.0-alpha1,<4.0.0.0-alpha2|>=4.1.1,<4.1.2|>=4.2.2,<4.2.3",
+ "silverstripe/framework": "<5.2.16",
+ "silverstripe/graphql": ">=2,<2.0.5|>=3,<3.8.2|>=4,<4.3.7|>=5,<5.1.3",
"silverstripe/hybridsessions": ">=1,<2.4.1|>=2.5,<2.5.1",
"silverstripe/recipe-cms": ">=4.5,<4.5.3",
"silverstripe/registry": ">=2.1,<2.1.2|>=2.2,<2.2.1",
- "silverstripe/restfulserver": ">=1,<1.0.9|>=2,<2.0.4",
+ "silverstripe/reports": "<5.2.3",
+ "silverstripe/restfulserver": ">=1,<1.0.9|>=2,<2.0.4|>=2.1,<2.1.2",
"silverstripe/silverstripe-omnipay": "<2.5.2|>=3,<3.0.2|>=3.1,<3.1.4|>=3.2,<3.2.1",
"silverstripe/subsites": ">=2,<2.6.1",
"silverstripe/taxonomy": ">=1.3,<1.3.1|>=2,<2.0.1",
- "silverstripe/userforms": "<3",
+ "silverstripe/userforms": "<3|>=5,<5.4.2",
"silverstripe/versioned-admin": ">=1,<1.11.1",
"simple-updates/phpwhois": "<=1",
- "simplesamlphp/saml2": "<1.15.4|>=2,<2.3.8|>=3,<3.1.4",
+ "simplesamlphp/saml2": "<1.10.6|>=2,<2.3.8|>=3,<3.1.4|==5.0.0.0-alpha12",
"simplesamlphp/simplesamlphp": "<1.18.6",
"simplesamlphp/simplesamlphp-module-infocard": "<1.0.1",
"simplesamlphp/simplesamlphp-module-openid": "<1",
"simplesamlphp/simplesamlphp-module-openidprovider": "<0.9",
+ "simplesamlphp/xml-security": "==1.6.11",
"simplito/elliptic-php": "<1.0.6",
"sitegeist/fluid-components": "<3.5",
- "sjbr/sr-freecap": "<=2.5.2",
+ "sjbr/sr-freecap": "<2.4.6|>=2.5,<2.5.3",
"slim/psr7": "<1.4.1|>=1.5,<1.5.1|>=1.6,<1.6.1",
"slim/slim": "<2.6",
"slub/slub-events": "<3.0.3",
- "smarty/smarty": "<3.1.48|>=4,<4.3.1",
- "snipe/snipe-it": "<=6.0.14",
+ "smarty/smarty": "<4.5.3|>=5,<5.1.1",
+ "snipe/snipe-it": "<6.4.2",
"socalnick/scn-social-auth": "<1.15.2",
"socialiteproviders/steam": "<1.1",
"spatie/browsershot": "<3.57.4",
+ "spatie/image-optimizer": "<1.7.3",
"spipu/html2pdf": "<5.2.8",
"spoon/library": "<1.4.1",
"spoonity/tcpdf": "<6.2.22",
"squizlabs/php_codesniffer": ">=1,<2.8.1|>=3,<3.0.1",
- "ssddanbrown/bookstack": "<22.02.3",
- "statamic/cms": "<4.10",
+ "ssddanbrown/bookstack": "<24.05.1",
+ "statamic/cms": "<4.46|>=5.3,<5.6.2",
"stormpath/sdk": "<9.9.99",
- "studio-42/elfinder": "<2.1.62",
+ "studio-42/elfinder": "<=2.1.64",
+ "studiomitte/friendlycaptcha": "<0.1.4",
"subhh/libconnect": "<7.0.8|>=8,<8.1",
- "subrion/cms": "<=4.2.1",
"sukohi/surpass": "<1",
- "sulu/sulu": "<1.6.44|>=2,<2.2.18|>=2.3,<2.3.8|==2.4.0.0-RC1|>=2.5,<2.5.10",
+ "sulu/form-bundle": ">=2,<2.5.3",
+ "sulu/sulu": "<1.6.44|>=2,<2.4.17|>=2.5,<2.5.13",
"sumocoders/framework-user-bundle": "<1.4",
+ "superbig/craft-audit": "<3.0.2",
"swag/paypal": "<5.4.4",
- "swiftmailer/swiftmailer": ">=4,<5.4.5",
+ "swiftmailer/swiftmailer": "<6.2.5",
+ "swiftyedit/swiftyedit": "<1.2",
"sylius/admin-bundle": ">=1,<1.0.17|>=1.1,<1.1.9|>=1.2,<1.2.2",
"sylius/grid": ">=1,<1.1.19|>=1.2,<1.2.18|>=1.3,<1.3.13|>=1.4,<1.4.5|>=1.5,<1.5.1",
"sylius/grid-bundle": "<1.10.1",
"sylius/paypal-plugin": ">=1,<1.2.4|>=1.3,<1.3.1",
- "sylius/resource-bundle": "<1.3.14|>=1.4,<1.4.7|>=1.5,<1.5.2|>=1.6,<1.6.4",
- "sylius/sylius": "<1.9.10|>=1.10,<1.10.11|>=1.11,<1.11.2",
- "symbiote/silverstripe-multivaluefield": ">=3,<3.0.99",
+ "sylius/resource-bundle": ">=1,<1.3.14|>=1.4,<1.4.7|>=1.5,<1.5.2|>=1.6,<1.6.4",
+ "sylius/sylius": "<1.12.19|>=1.13.0.0-alpha1,<1.13.4",
+ "symbiote/silverstripe-multivaluefield": ">=3,<3.1",
"symbiote/silverstripe-queuedjobs": ">=3,<3.0.2|>=3.1,<3.1.4|>=4,<4.0.7|>=4.1,<4.1.2|>=4.2,<4.2.4|>=4.3,<4.3.3|>=4.4,<4.4.3|>=4.5,<4.5.1|>=4.6,<4.6.4",
"symbiote/silverstripe-seed": "<6.0.3",
"symbiote/silverstripe-versionedfiles": "<=2.0.3",
@@ -10970,7 +9555,7 @@
"symfony/dependency-injection": ">=2,<2.0.17|>=2.7,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7",
"symfony/error-handler": ">=4.4,<4.4.4|>=5,<5.0.4",
"symfony/form": ">=2.3,<2.3.35|>=2.4,<2.6.12|>=2.7,<2.7.50|>=2.8,<2.8.49|>=3,<3.4.20|>=4,<4.0.15|>=4.1,<4.1.9|>=4.2,<4.2.1",
- "symfony/framework-bundle": ">=2,<2.3.18|>=2.4,<2.4.8|>=2.5,<2.5.2|>=2.7,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7|>=5.3.14,<=5.3.14|>=5.4.3,<=5.4.3|>=6.0.3,<=6.0.3",
+ "symfony/framework-bundle": ">=2,<2.3.18|>=2.4,<2.4.8|>=2.5,<2.5.2|>=2.7,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7|>=5.3.14,<5.3.15|>=5.4.3,<5.4.4|>=6.0.3,<6.0.4",
"symfony/http-foundation": ">=2,<2.8.52|>=3,<3.4.35|>=4,<4.2.12|>=4.3,<4.3.8|>=4.4,<4.4.7|>=5,<5.0.7",
"symfony/http-kernel": ">=2,<4.4.50|>=5,<5.4.20|>=6,<6.0.20|>=6.1,<6.1.12|>=6.2,<6.2.6",
"symfony/intl": ">=2.7,<2.7.38|>=2.8,<2.8.31|>=3,<3.2.14|>=3.3,<3.3.13",
@@ -10986,66 +9571,85 @@
"symfony/security-core": ">=2.4,<2.6.13|>=2.7,<2.7.9|>=2.7.30,<2.7.32|>=2.8,<3.4.49|>=4,<4.4.24|>=5,<5.2.9",
"symfony/security-csrf": ">=2.4,<2.7.48|>=2.8,<2.8.41|>=3,<3.3.17|>=3.4,<3.4.11|>=4,<4.0.11",
"symfony/security-guard": ">=2.8,<3.4.48|>=4,<4.4.23|>=5,<5.2.8",
- "symfony/security-http": ">=2.3,<2.3.41|>=2.4,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.2.12|>=4.3,<4.3.8|>=4.4,<4.4.7|>=5,<5.0.7|>=5.1,<5.2.8|>=5.3,<5.3.2",
+ "symfony/security-http": ">=2.3,<2.3.41|>=2.4,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.2.12|>=4.3,<4.3.8|>=4.4,<4.4.7|>=5,<5.0.7|>=5.1,<5.2.8|>=5.3,<5.3.2|>=5.4,<5.4.31|>=6,<6.3.8",
"symfony/serializer": ">=2,<2.0.11|>=4.1,<4.4.35|>=5,<5.3.12",
- "symfony/symfony": "<4.4.50|>=5,<5.4.20|>=6,<6.0.20|>=6.1,<6.1.12|>=6.2,<6.2.6",
+ "symfony/symfony": ">=2,<4.4.51|>=5,<5.4.31|>=6,<6.3.8",
"symfony/translation": ">=2,<2.0.17",
+ "symfony/twig-bridge": ">=2,<4.4.51|>=5,<5.4.31|>=6,<6.3.8",
"symfony/ux-autocomplete": "<2.11.2",
"symfony/validator": ">=2,<2.0.24|>=2.1,<2.1.12|>=2.2,<2.2.5|>=2.3,<2.3.3",
"symfony/var-exporter": ">=4.2,<4.2.12|>=4.3,<4.3.8",
"symfony/web-profiler-bundle": ">=2,<2.3.19|>=2.4,<2.4.9|>=2.5,<2.5.4",
- "symfony/yaml": ">=2,<2.0.22|>=2.1,<2.1.7",
+ "symfony/webhook": ">=6.3,<6.3.8",
+ "symfony/yaml": ">=2,<2.0.22|>=2.1,<2.1.7|>=2.2.0.0-beta1,<2.2.0.0-beta2",
+ "symphonycms/symphony-2": "<2.6.4",
"t3/dce": "<0.11.5|>=2.2,<2.6.2",
"t3g/svg-sanitizer": "<1.0.3",
+ "t3s/content-consent": "<1.0.3|>=2,<2.0.2",
"tastyigniter/tastyigniter": "<3.3",
"tcg/voyager": "<=1.4",
- "tecnickcom/tcpdf": "<6.2.22",
+ "tecnickcom/tcpdf": "<=6.7.4",
"terminal42/contao-tablelookupwizard": "<3.3.5",
"thelia/backoffice-default-template": ">=2.1,<2.1.2",
"thelia/thelia": ">=2.1,<2.1.3",
"theonedemon/phpwhois": "<=4.2.5",
- "thinkcmf/thinkcmf": "<=5.1.7",
- "thorsten/phpmyfaq": "<3.2.0.0-beta2",
+ "thinkcmf/thinkcmf": "<6.0.8",
+ "thorsten/phpmyfaq": "<3.2.2",
"tikiwiki/tiki-manager": "<=17.1",
- "tinymce/tinymce": "<5.10.7|>=6,<6.3.1",
+ "timber/timber": ">=0.16.6,<1.23.1|>=1.24,<1.24.1|>=2,<2.1",
+ "tinymce/tinymce": "<7.2",
"tinymighty/wiki-seo": "<1.2.2",
"titon/framework": "<9.9.99",
"tobiasbg/tablepress": "<=2.0.0.0-RC1",
- "topthink/framework": "<6.0.14",
+ "topthink/framework": "<6.0.17|>=6.1,<6.1.5|>=8,<8.0.4",
"topthink/think": "<=6.1.1",
"topthink/thinkphp": "<=3.2.3",
+ "torrentpier/torrentpier": "<=2.4.3",
"tpwd/ke_search": "<4.0.3|>=4.1,<4.6.6|>=5,<5.0.2",
- "tribalsystems/zenario": "<=9.3.57595",
+ "tribalsystems/zenario": "<9.5.60602",
"truckersmp/phpwhois": "<=4.3.1",
"ttskch/pagination-service-provider": "<1",
+ "twbs/bootstrap": "<=3.4.1|>=4,<=4.6.2",
"twig/twig": "<1.44.7|>=2,<2.15.3|>=3,<3.4.3",
- "typo3/cms": "<8.7.38|>=9,<9.5.29|>=10,<10.4.35|>=11,<11.5.23|>=12,<12.2",
- "typo3/cms-backend": ">=7,<=7.6.50|>=8,<=8.7.39|>=9,<=9.5.24|>=10,<=10.4.13|>=11,<=11.1",
- "typo3/cms-core": "<8.7.51|>=9,<9.5.42|>=10,<10.4.39|>=11,<11.5.30|>=12,<12.4.4",
+ "typo3/cms": "<9.5.29|>=10,<10.4.35|>=11,<11.5.23|>=12,<12.2",
+ "typo3/cms-backend": "<4.1.14|>=4.2,<4.2.15|>=4.3,<4.3.7|>=4.4,<4.4.4|>=7,<=7.6.50|>=8,<=8.7.39|>=9,<=9.5.24|>=10,<=10.4.13|>=11,<=11.1",
+ "typo3/cms-core": "<=8.7.56|>=9,<=9.5.47|>=10,<=10.4.44|>=11,<=11.5.36|>=12,<=12.4.14|>=13,<=13.1",
"typo3/cms-extbase": "<6.2.24|>=7,<7.6.8|==8.1.1",
+ "typo3/cms-fluid": "<4.3.4|>=4.4,<4.4.1",
"typo3/cms-form": ">=8,<=8.7.39|>=9,<=9.5.24|>=10,<=10.4.13|>=11,<=11.1",
+ "typo3/cms-frontend": "<4.3.9|>=4.4,<4.4.5",
+ "typo3/cms-install": "<4.1.14|>=4.2,<4.2.16|>=4.3,<4.3.9|>=4.4,<4.4.5|>=12.2,<12.4.8",
"typo3/cms-rte-ckeditor": ">=9.5,<9.5.42|>=10,<10.4.39|>=11,<11.5.30",
"typo3/flow": ">=1,<1.0.4|>=1.1,<1.1.1|>=2,<2.0.1|>=2.3,<2.3.16|>=3,<3.0.12|>=3.1,<3.1.10|>=3.2,<3.2.13|>=3.3,<3.3.13|>=4,<4.0.6",
- "typo3/html-sanitizer": ">=1,<1.5.1|>=2,<2.1.2",
+ "typo3/html-sanitizer": ">=1,<=1.5.2|>=2,<=2.1.3",
"typo3/neos": ">=1.1,<1.1.3|>=1.2,<1.2.13|>=2,<2.0.4|>=2.3,<2.3.99|>=3,<3.0.20|>=3.1,<3.1.18|>=3.2,<3.2.14|>=3.3,<3.3.23|>=4,<4.0.17|>=4.1,<4.1.16|>=4.2,<4.2.12|>=4.3,<4.3.3",
"typo3/phar-stream-wrapper": ">=1,<2.1.1|>=3,<3.1.1",
"typo3/swiftmailer": ">=4.1,<4.1.99|>=5.4,<5.4.5",
"typo3fluid/fluid": ">=2,<2.0.8|>=2.1,<2.1.7|>=2.2,<2.2.4|>=2.3,<2.3.7|>=2.4,<2.4.4|>=2.5,<2.5.11|>=2.6,<2.6.10",
"ua-parser/uap-php": "<3.8",
"uasoft-indonesia/badaso": "<=2.9.7",
- "unisharp/laravel-filemanager": "<=2.5.1",
+ "unisharp/laravel-filemanager": "<2.6.4",
"userfrosting/userfrosting": ">=0.3.1,<4.6.3",
"usmanhalalit/pixie": "<1.0.3|>=2,<2.0.2",
"uvdesk/community-skeleton": "<=1.1.1",
+ "uvdesk/core-framework": "<=1.1.1",
"vanilla/safecurl": "<0.9.2",
- "verot/class.upload.php": "<=1.0.3|>=2,<=2.0.4",
+ "verbb/comments": "<1.5.5",
+ "verbb/formie": "<2.1.6",
+ "verbb/image-resizer": "<2.0.9",
+ "verbb/knock-knock": "<1.2.8",
+ "verot/class.upload.php": "<=2.1.6",
+ "villagedefrance/opencart-overclocked": "<=1.11.1",
"vova07/yii2-fileapi-widget": "<0.1.9",
"vrana/adminer": "<4.8.1",
+ "vufind/vufind": ">=2,<9.1.1",
"waldhacker/hcaptcha": "<2.1.2",
"wallabag/tcpdf": "<6.2.22",
- "wallabag/wallabag": "<=2.6.2",
+ "wallabag/wallabag": "<2.6.7",
"wanglelecc/laracms": "<=1.0.3",
- "web-auth/webauthn-framework": ">=3.3,<3.3.4",
+ "web-auth/webauthn-framework": ">=3.3,<3.3.4|>=4.5,<4.9",
+ "web-auth/webauthn-lib": ">=4.5,<4.9",
+ "web-feet/coastercms": "==5.5",
"webbuilders-group/silverstripe-kapost-bridge": "<0.4",
"webcoast/deferred-image-processing": "<1.0.2",
"webklex/laravel-imap": "<5.3",
@@ -11054,21 +9658,28 @@
"wikibase/wikibase": "<=1.39.3",
"wikimedia/parsoid": "<0.12.2",
"willdurand/js-translation-bundle": "<2.1.1",
- "wintercms/winter": "<1.2.3",
- "woocommerce/woocommerce": "<6.6",
- "wp-cli/wp-cli": "<2.5",
+ "winter/wn-backend-module": "<1.2.4",
+ "winter/wn-dusk-plugin": "<2.1",
+ "winter/wn-system-module": "<1.2.4",
+ "wintercms/winter": "<=1.2.3",
+ "woocommerce/woocommerce": "<6.6|>=8.8,<8.8.5|>=8.9,<8.9.3",
+ "wp-cli/wp-cli": ">=0.12,<2.5",
"wp-graphql/wp-graphql": "<=1.14.5",
+ "wp-premium/gravityforms": "<2.4.21",
"wpanel/wpanel4-cms": "<=4.3.1",
"wpcloud/wp-stateless": "<3.2",
- "wwbn/avideo": "<=12.4",
+ "wpglobus/wpglobus": "<=1.9.6",
+ "wwbn/avideo": "<14.3",
"xataface/xataface": "<3",
"xpressengine/xpressengine": "<3.0.15",
+ "yab/quarx": "<2.4.5",
"yeswiki/yeswiki": "<4.1",
"yetiforce/yetiforce-crm": "<=6.4",
"yidashi/yii2cmf": "<=2",
"yii2mod/yii2-cms": "<1.9.2",
- "yiisoft/yii": "<1.1.27",
- "yiisoft/yii2": "<2.0.38",
+ "yiisoft/yii": "<1.1.29",
+ "yiisoft/yii2": "<2.0.49.4-dev",
+ "yiisoft/yii2-authclient": "<2.2.15",
"yiisoft/yii2-bootstrap": "<2.0.4",
"yiisoft/yii2-dev": "<2.0.43",
"yiisoft/yii2-elasticsearch": "<2.0.5",
@@ -11078,12 +9689,13 @@
"yikesinc/yikes-inc-easy-mailchimp-extender": "<6.8.6",
"yoast-seo-for-typo3/yoast_seo": "<7.2.3",
"yourls/yourls": "<=1.8.2",
+ "yuan1994/tpadmin": "<=1.3.12",
"zencart/zencart": "<=1.5.7.0-beta",
"zendesk/zendesk_api_client_php": "<2.2.11",
"zendframework/zend-cache": ">=2.4,<2.4.8|>=2.5,<2.5.3",
"zendframework/zend-captcha": ">=2,<2.4.9|>=2.5,<2.5.2",
"zendframework/zend-crypt": ">=2,<2.4.9|>=2.5,<2.5.2",
- "zendframework/zend-db": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.10|>=2.3,<2.3.5",
+ "zendframework/zend-db": "<2.2.10|>=2.3,<2.3.5",
"zendframework/zend-developer-tools": ">=1.2.2,<1.2.3",
"zendframework/zend-diactoros": "<1.8.4",
"zendframework/zend-feed": "<2.10.3",
@@ -11091,22 +9703,30 @@
"zendframework/zend-http": "<2.8.1",
"zendframework/zend-json": ">=2.1,<2.1.6|>=2.2,<2.2.6",
"zendframework/zend-ldap": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.8|>=2.3,<2.3.3",
- "zendframework/zend-mail": ">=2,<2.4.11|>=2.5,<2.7.2",
+ "zendframework/zend-mail": "<2.4.11|>=2.5,<2.7.2",
"zendframework/zend-navigation": ">=2,<2.2.7|>=2.3,<2.3.1",
- "zendframework/zend-session": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.9|>=2.3,<2.3.4",
+ "zendframework/zend-session": ">=2,<2.2.9|>=2.3,<2.3.4",
"zendframework/zend-validator": ">=2.3,<2.3.6",
"zendframework/zend-view": ">=2,<2.2.7|>=2.3,<2.3.1",
"zendframework/zend-xmlrpc": ">=2.1,<2.1.6|>=2.2,<2.2.6",
"zendframework/zendframework": "<=3",
"zendframework/zendframework1": "<1.12.20",
- "zendframework/zendopenid": ">=2,<2.0.2",
- "zendframework/zendxml": "<1.0.1",
+ "zendframework/zendopenid": "<2.0.2",
+ "zendframework/zendrest": "<2.0.2",
+ "zendframework/zendservice-amazon": "<2.0.3",
+ "zendframework/zendservice-api": "<1",
+ "zendframework/zendservice-audioscrobbler": "<2.0.2",
+ "zendframework/zendservice-nirvanix": "<2.0.2",
+ "zendframework/zendservice-slideshare": "<2.0.2",
+ "zendframework/zendservice-technorati": "<2.0.2",
+ "zendframework/zendservice-windowsazure": "<2.0.2",
+ "zendframework/zendxml": ">=1,<1.0.1",
"zenstruck/collection": "<0.2.1",
"zetacomponents/mail": "<1.8.2",
"zf-commons/zfc-user": "<1.2.2",
"zfcampus/zf-apigility-doctrine": ">=1,<1.0.3",
"zfr/zfr-oauth2-server-module": "<0.1.2",
- "zoujingli/thinkadmin": "<6.0.22"
+ "zoujingli/thinkadmin": "<=6.1.53"
},
"default-branch": true,
"type": "metapackage",
@@ -11144,7 +9764,65 @@
"type": "tidelift"
}
],
- "time": "2023-09-15T19:04:11+00:00"
+ "time": "2024-09-04T15:05:11+00:00"
+ },
+ {
+ "name": "symfony/console",
+ "version": "v6.4.11",
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/console/zipball/42686880adaacdad1835ee8fc2a9ec5b7bd63998",
+ "reference": "42686880adaacdad1835ee8fc2a9ec5b7bd63998",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.1",
+ "symfony/deprecation-contracts": "^2.5|^3",
+ "symfony/polyfill-mbstring": "~1.0",
+ "symfony/service-contracts": "^2.5|^3",
+ "symfony/string": "^5.4|^6.0|^7.0"
+ },
+ "conflict": {
+ "symfony/dependency-injection": "<5.4",
+ "symfony/dotenv": "<5.4",
+ "symfony/event-dispatcher": "<5.4",
+ "symfony/lock": "<5.4",
+ "symfony/process": "<5.4"
+ },
+ "provide": {
+ "psr/log-implementation": "1.0|2.0|3.0"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Symfony\\Component\\Console\\": ""
+ },
+ "exclude-from-classmap": [
+ "/Tests/"
+ ]
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Fabien Potencier",
+ "email": "fabien@symfony.com"
+ },
+ {
+ "name": "Symfony Community",
+ "homepage": "https://symfony.com/contributors"
+ }
+ ],
+ "description": "Eases the creation of beautiful and testable command line interfaces",
+ "homepage": "https://symfony.com",
+ "keywords": [
+ "cli",
+ "command-line",
+ "console",
+ "terminal"
+ ],
+ "time": "2024-08-15T22:48:29+00:00"
},
{
"name": "yiisoft/yii2-shell",
diff --git a/config/app.php b/config/app.php
index ce3906bd..45094c78 100644
--- a/config/app.php
+++ b/config/app.php
@@ -18,7 +18,6 @@
*/
use craft\helpers\App;
-use modules\socialshareimage\Module;
$redisConfig = [
'redis' => [
@@ -60,12 +59,8 @@
return [
'*' => [
'id' => App::env('CRAFT_APP_ID') ?: 'CraftCMS',
- 'modules' => [
- 'social-share-image' => [
- 'class' => \modules\socialshareimage\Module::class,
- ],
- ],
- 'bootstrap' => ['social-share-image'],
+ 'modules' => [],
+ 'bootstrap' => [],
'components' => [
'db' => static function () {
$config = craft\helpers\App::dbConfig();
@@ -85,6 +80,6 @@
'production' => [],
'staging' => [],
'dev' => [],
- 'modules' => ['social-share-image' => Module::class],
- 'bootstrap' => ['social-share-image'],
+ 'modules' => [],
+ 'bootstrap' => [],
];
diff --git a/config/formie.php b/config/formie.php
deleted file mode 100644
index c30b7c2a..00000000
--- a/config/formie.php
+++ /dev/null
@@ -1,46 +0,0 @@
- [
- 'pluginName' => 'Formie',
- 'defaultPage' => 'forms',
- 'enableGatsbyCompatibility' => false,
-
- // Forms
- 'defaultFormTemplate' => '',
- 'defaultEmailTemplate' => '',
- 'enableUnloadWarning' => true,
- 'ajaxTimeout' => 10,
-
- // General Fields
- 'defaultLabelPosition' => 'above-input',
- 'defaultInstructionsPosition' => 'below-input',
-
- // Fields
- 'defaultFileUploadVolume' => '',
- 'defaultDateDisplayType' => '',
- 'defaultDateValueOption' => '',
- 'defaultDateTime' => '',
-
- // Submissions
- 'maxIncompleteSubmissionAge' => 30,
- 'enableCsrfValidationForGuests' => true,
- 'useQueueForNotifications' => true,
- 'useQueueForIntegrations' => true,
-
- // Sent Notifications
- 'maxSentNotificationsAge' => 30,
-
- // Spam
- 'saveSpam' => true,
- 'spamLimit' => 1000,
- 'spamEmailNotifications' => false,
- 'spamBehaviour' => 'showSuccess',
- 'spamKeywords' => '',
- 'spamBehaviourMessage' => '',
-
- // Alerts
- 'sendEmailAlerts' => false,
- 'alertEmails' => [],
- ]
-];
diff --git a/config/general.php b/config/general.php
index 2158f450..f5b6bbb4 100644
--- a/config/general.php
+++ b/config/general.php
@@ -44,6 +44,7 @@
->testToEmailAddress(App::env('TEST_MAIL') ?: null)
->aliases([
'@assetsUrl' => App::env('ASSETS_URL'),
+ '@transformsUrl' => App::env('TRANSFORMS_URL'),
'@web' => App::env('SITE_URL'),
'@webroot' => App::env('WEB_ROOT_PATH'),
])
@@ -52,7 +53,7 @@
if ($isProd) {
$config->disabledPlugins([
- 'dumper', 'elements-panel', 'blitz-recommendations', 'cp-field-inspect'
+ 'elements-panel', 'blitz-recommendations', 'cp-field-inspect'
]);
}
diff --git a/config/imager-x.php b/config/imager-x.php
index de9d13da..012f67cd 100644
--- a/config/imager-x.php
+++ b/config/imager-x.php
@@ -13,8 +13,8 @@
return [
'*' => [
'transformer' => 'craft',
- 'imagerSystemPath' => '@webroot/assets/transforms/imager/',
- 'imagerUrl' => '/assets/transforms/imager/',
+ 'imagerSystemPath' => '@webroot/transforms/imager/',
+ 'imagerUrl' => '/transforms/imager/',
'filenamePattern' => '{basename}_{transformString}_{transformString|hash}.{extension}',
'cacheDuration' => 31536000, // 1 Year
'cacheDurationRemoteFiles' => 31536000, // 1 Year
diff --git a/config/palette.php b/config/palette.php
deleted file mode 100644
index 27613b46..00000000
--- a/config/palette.php
+++ /dev/null
@@ -1,23 +0,0 @@
- true,
-
- // If Palette should be enabled on the backend of the website
- 'enableOnBackend' => true,
-];
diff --git a/config/project/ckeditor/configs/6f4a3e01-23de-4313-8109-00a430317d11.yaml b/config/project/ckeditor/configs/6f4a3e01-23de-4313-8109-00a430317d11.yaml
index 5836b908..70a09116 100644
--- a/config/project/ckeditor/configs/6f4a3e01-23de-4313-8109-00a430317d11.yaml
+++ b/config/project/ckeditor/configs/6f4a3e01-23de-4313-8109-00a430317d11.yaml
@@ -6,8 +6,10 @@ headingLevels:
- 5
- 6
js: "return {\r\n style: {\r\n definitions: [\r\n { name: 'Looks like H2
', element: 'h2', classes: ['text-4xl'] },\r\n { name: 'Looks like H3 ', element: 'h2', classes: ['text-3xl'] },\r\n { name: 'Looks like H4 ', element: 'h2', classes: ['text-2xl'] },\r\n { name: 'Looks like H5 ', element: 'h2', classes: ['text-xl'] },\r\n { name: 'Looks like H6 ', element: 'h2', classes: ['text-lg'] },\r\n { name: 'Looks like H2 ', element: 'h3', classes: ['text-4xl'] },\r\n { name: 'Looks like H3 ', element: 'h3', classes: ['text-3xl'] },\r\n { name: 'Looks like H4 ', element: 'h3', classes: ['text-2xl'] },\r\n { name: 'Looks like H5 ', element: 'h3', classes: ['text-xl'] },\r\n { name: 'Looks like H6 ', element: 'h3', classes: ['text-lg'] },\r\n { name: 'Looks like H2 ', element: 'h4', classes: ['text-4xl'] },\r\n { name: 'Looks like H3 ', element: 'h4', classes: ['text-3xl'] },\r\n { name: 'Looks like H4 ', element: 'h4', classes: ['text-2xl'] },\r\n { name: 'Looks like H5 ', element: 'h4', classes: ['text-xl'] },\r\n { name: 'Looks like H6 ', element: 'h4', classes: ['text-lg'] },\r\n { name: 'Looks like H2 ', element: 'h5', classes: ['text-4xl'] },\r\n { name: 'Looks like H3 ', element: 'h5', classes: ['text-3xl'] },\r\n { name: 'Looks like H4 ', element: 'h5', classes: ['text-2xl'] },\r\n { name: 'Looks like H5 ', element: 'h5', classes: ['text-xl'] },\r\n { name: 'Looks like H6 ', element: 'h5', classes: ['text-lg'] },\r\n { name: 'Looks like H2 ', element: 'h6', classes: ['text-4xl'] },\r\n { name: 'Looks like H3 ', element: 'h6', classes: ['text-3xl'] },\r\n { name: 'Looks like H4 ', element: 'h6', classes: ['text-2xl'] },\r\n { name: 'Looks like H5 ', element: 'h6', classes: ['text-xl'] },\r\n { name: 'Looks like H6 ', element: 'h6', classes: ['text-lg'] },\r\n { name: 'Paragraph Small', element: 'p', classes: ['text-sm'] },\r\n { name: 'Paragraph Large', element: 'p', classes: ['text-lg'] },\r\n { name: 'Mark (red) ', element: 'mark', classes: ['red'] },\r\n { name: 'Mark (green) ', element: 'mark', classes: ['green'] },\r\n { name: 'Mark (yellow) ', element: 'mark', classes: ['yellow'] },\r\n { name: 'Keyboard Shortcut ', element: 'kbd', classes: ['light'] },\r\n { name: 'Keyboard Shortcut (dark) ', element: 'kbd', classes: ['dark'] },\r\n ],\r\n },\r\n};"
-name: 'Rich Text Default'
+name: 'Rich Text'
toolbar:
+ - undo
+ - redo
- heading
- bold
- italic
@@ -19,6 +21,7 @@ toolbar:
- code
- '|'
- link
+ - anchor
- '|'
- bulletedList
- numberedList
diff --git a/config/project/ckeditor/configs/e8b10d27-be46-4108-9bf5-3a8711280165.yaml b/config/project/ckeditor/configs/e8b10d27-be46-4108-9bf5-3a8711280165.yaml
index 6a800290..d9c9e99b 100644
--- a/config/project/ckeditor/configs/e8b10d27-be46-4108-9bf5-3a8711280165.yaml
+++ b/config/project/ckeditor/configs/e8b10d27-be46-4108-9bf5-3a8711280165.yaml
@@ -12,5 +12,6 @@ toolbar:
- superscript
- '|'
- link
+ - anchor
- '|'
- findAndReplace
diff --git a/config/project/entryTypes/blockCode--f3e1a215-a60f-4d6a-8897-e1a80a40c6cd.yaml b/config/project/entryTypes/blockCode--f3e1a215-a60f-4d6a-8897-e1a80a40c6cd.yaml
new file mode 100644
index 00000000..87717e5a
--- /dev/null
+++ b/config/project/entryTypes/blockCode--f3e1a215-a60f-4d6a-8897-e1a80a40c6cd.yaml
@@ -0,0 +1,99 @@
+color: green
+fieldLayouts:
+ 410c9682-a3f7-4475-9013-0453aac4635d:
+ tabs:
+ -
+ elementCondition: null
+ elements:
+ -
+ autocapitalize: true
+ autocomplete: false
+ autocorrect: true
+ class: null
+ dateAdded: '2024-09-04T20:21:02+00:00'
+ disabled: false
+ elementCondition: null
+ id: null
+ includeInCards: false
+ inputType: null
+ instructions: null
+ label: null
+ max: null
+ min: null
+ name: null
+ orientation: null
+ placeholder: null
+ providesThumbs: false
+ readonly: false
+ requirable: false
+ size: null
+ step: null
+ tip: null
+ title: null
+ type: craft\fieldlayoutelements\entries\EntryTitleField
+ uid: 54c40c44-8ca8-4511-b03a-e5e0f6ecd206
+ userCondition: null
+ warning: null
+ width: 100
+ -
+ dateAdded: '2024-09-04T19:47:47+00:00'
+ elementCondition: null
+ fieldUid: be45c3e2-5e9f-491e-a000-94d95c4fa20b # Code Snippet
+ handle: null
+ includeInCards: false
+ instructions: null
+ label: Snippet
+ providesThumbs: false
+ required: true
+ tip: null
+ type: craft\fieldlayoutelements\CustomField
+ uid: d0187af9-ab3b-48cf-9fa9-8cfb76e48a9e
+ userCondition: null
+ warning: null
+ width: 100
+ -
+ dateAdded: '2024-09-04T20:49:32+00:00'
+ elementCondition: null
+ fieldUid: edfcb398-ef78-43ec-9434-d6405da2886e # Text Single
+ handle: codeSnippetName
+ includeInCards: true
+ instructions: null
+ label: 'Code Snippet Name'
+ providesThumbs: false
+ required: false
+ tip: null
+ type: craft\fieldlayoutelements\CustomField
+ uid: e786a1d6-f10b-45b2-804f-06f9ae8ddabf
+ userCondition: null
+ warning: null
+ width: 50
+ -
+ dateAdded: '2024-09-04T20:24:42+00:00'
+ elementCondition: null
+ fieldUid: 31947efb-fa8c-473c-9b01-bd36c8d70b68 # Lightswitch OFF
+ handle: collapsed
+ includeInCards: false
+ instructions: null
+ label: Collapsed
+ providesThumbs: false
+ required: false
+ tip: null
+ type: craft\fieldlayoutelements\CustomField
+ uid: 6c1d2950-2c47-4f4a-b714-7a3cb88712cf
+ userCondition: null
+ warning: null
+ width: 50
+ name: Content
+ uid: c033e8a9-eab3-4bd0-bea5-4a8d2dcf5ad3
+ userCondition: null
+handle: blockCode
+hasTitleField: false
+icon: code
+name: Code
+showSlugField: false
+showStatusField: true
+slugTranslationKeyFormat: null
+slugTranslationMethod: site
+titleFormat: null
+titleTranslationKeyFormat: null
+titleTranslationMethod: site
diff --git a/config/project/entryTypes/blockImage--295738c1-951d-4b8c-b5cd-83d71a85d7e8.yaml b/config/project/entryTypes/blockImage--295738c1-951d-4b8c-b5cd-83d71a85d7e8.yaml
new file mode 100644
index 00000000..5a5def95
--- /dev/null
+++ b/config/project/entryTypes/blockImage--295738c1-951d-4b8c-b5cd-83d71a85d7e8.yaml
@@ -0,0 +1,121 @@
+color: cyan
+fieldLayouts:
+ 58ddc97d-9694-4104-a136-b6344987e1b6:
+ tabs:
+ -
+ elementCondition: null
+ elements:
+ -
+ autocapitalize: true
+ autocomplete: false
+ autocorrect: true
+ class: null
+ dateAdded: '2024-09-04T20:16:46+00:00'
+ disabled: false
+ elementCondition: null
+ id: null
+ includeInCards: false
+ inputType: null
+ instructions: null
+ label: null
+ max: null
+ min: null
+ name: null
+ orientation: null
+ placeholder: null
+ providesThumbs: false
+ readonly: false
+ requirable: false
+ size: null
+ step: null
+ tip: null
+ title: null
+ type: craft\fieldlayoutelements\entries\EntryTitleField
+ uid: 382b79d3-4ec7-4960-b1e4-01ae81fda007
+ userCondition: null
+ warning: null
+ width: 100
+ -
+ dateAdded: '2024-09-04T19:47:47+00:00'
+ elementCondition: null
+ fieldUid: b81cb731-dd6f-4055-9c6d-2f076a727a27 # Image
+ handle: null
+ includeInCards: false
+ instructions: null
+ label: Image
+ providesThumbs: true
+ required: true
+ tip: null
+ type: craft\fieldlayoutelements\CustomField
+ uid: 0cd02812-349c-46d5-a4b7-57700a221566
+ userCondition: null
+ warning: null
+ width: 100
+ name: Content
+ uid: 5e8a312e-45d0-491c-924d-84d96af3b270
+ userCondition: null
+ -
+ elementCondition: null
+ elements:
+ -
+ dateAdded: '2024-09-04T19:47:47+00:00'
+ elementCondition: null
+ fieldUid: 62883121-63a2-4e5c-a6f3-4855cf64df2c # Image Ratio
+ handle: null
+ includeInCards: false
+ instructions: null
+ label: 'Image Ratio'
+ providesThumbs: false
+ required: false
+ tip: null
+ type: craft\fieldlayoutelements\CustomField
+ uid: b0fb63ad-8f84-4caf-a7b6-c0e44deeae12
+ userCondition: null
+ warning: null
+ width: 50
+ -
+ dateAdded: '2024-09-04T19:47:47+00:00'
+ elementCondition: null
+ fieldUid: 1be86da8-5273-40c6-ba88-718f5c32a6c3
+ handle: null
+ includeInCards: false
+ instructions: null
+ label: null
+ providesThumbs: false
+ required: false
+ tip: null
+ type: craft\fieldlayoutelements\CustomField
+ uid: 744a7c6f-6d25-4c12-8d70-9a8752b5f5f6
+ userCondition: null
+ warning: null
+ width: 50
+ -
+ dateAdded: '2024-09-04T21:45:26+00:00'
+ elementCondition: null
+ fieldUid: 31947efb-fa8c-473c-9b01-bd36c8d70b68 # Lightswitch OFF
+ handle: showCaption
+ includeInCards: true
+ instructions: null
+ label: 'Show caption'
+ providesThumbs: false
+ required: false
+ tip: null
+ type: craft\fieldlayoutelements\CustomField
+ uid: bf115a81-cfa7-41f1-9c22-72b7b5939e55
+ userCondition: null
+ warning: null
+ width: 50
+ name: Settings
+ uid: 95b16a67-6431-4b73-9fe2-8cc156d078ee
+ userCondition: null
+handle: blockImage
+hasTitleField: false
+icon: image
+name: Image
+showSlugField: false
+showStatusField: true
+slugTranslationKeyFormat: null
+slugTranslationMethod: site
+titleFormat: null
+titleTranslationKeyFormat: null
+titleTranslationMethod: site
diff --git a/config/project/entryTypes/blockImages--5c9f2ce6-f780-4ea6-a50c-539a252aec94.yaml b/config/project/entryTypes/blockImages--5c9f2ce6-f780-4ea6-a50c-539a252aec94.yaml
new file mode 100644
index 00000000..f5432731
--- /dev/null
+++ b/config/project/entryTypes/blockImages--5c9f2ce6-f780-4ea6-a50c-539a252aec94.yaml
@@ -0,0 +1,121 @@
+color: cyan
+fieldLayouts:
+ 6c449cd7-ebc2-4ce6-be61-1e8c90cb176b:
+ tabs:
+ -
+ elementCondition: null
+ elements:
+ -
+ autocapitalize: true
+ autocomplete: false
+ autocorrect: true
+ class: null
+ dateAdded: '2024-09-04T21:22:12+00:00'
+ disabled: false
+ elementCondition: null
+ id: null
+ includeInCards: false
+ inputType: null
+ instructions: null
+ label: null
+ max: null
+ min: null
+ name: null
+ orientation: null
+ placeholder: null
+ providesThumbs: false
+ readonly: false
+ requirable: false
+ size: null
+ step: null
+ tip: null
+ title: null
+ type: craft\fieldlayoutelements\entries\EntryTitleField
+ uid: efef2748-d17e-44ad-adbe-2f2f8504dbc3
+ userCondition: null
+ warning: null
+ width: 100
+ -
+ dateAdded: '2024-09-04T19:47:47+00:00'
+ elementCondition: null
+ fieldUid: 74c3cd4f-b565-4fb4-879e-72022774f93c # Images View Mode
+ handle: null
+ includeInCards: true
+ instructions: null
+ label: null
+ providesThumbs: false
+ required: false
+ tip: null
+ type: craft\fieldlayoutelements\CustomField
+ uid: 11e9d4b4-edcc-4533-b7a1-8b07c6602017
+ userCondition: null
+ warning: null
+ width: 100
+ -
+ dateAdded: '2024-09-04T19:47:47+00:00'
+ elementCondition: null
+ fieldUid: 75195ab8-b7c4-4dca-b807-ef8a042ef5a9 # Images
+ handle: null
+ includeInCards: true
+ instructions: null
+ label: null
+ providesThumbs: true
+ required: true
+ tip: null
+ type: craft\fieldlayoutelements\CustomField
+ uid: d10b279e-4bce-49cf-90fd-0a2fae06d537
+ userCondition: null
+ warning: null
+ width: 100
+ name: Content
+ uid: 56042e3e-7a7b-4a4c-9222-63e004682c9b
+ userCondition: null
+ -
+ elementCondition: null
+ elements:
+ -
+ dateAdded: '2024-09-04T19:47:47+00:00'
+ elementCondition: null
+ fieldUid: 62883121-63a2-4e5c-a6f3-4855cf64df2c # Image Ratio
+ handle: null
+ includeInCards: false
+ instructions: null
+ label: 'Image Ratio'
+ providesThumbs: false
+ required: false
+ tip: null
+ type: craft\fieldlayoutelements\CustomField
+ uid: 721a9d99-a7c1-4462-b772-b18fadab09e8
+ userCondition: null
+ warning: null
+ width: 50
+ -
+ dateAdded: '2024-09-04T21:26:43+00:00'
+ elementCondition: null
+ fieldUid: 31947efb-fa8c-473c-9b01-bd36c8d70b68 # Lightswitch OFF
+ handle: showCaption
+ includeInCards: false
+ instructions: null
+ label: 'Show Caption'
+ providesThumbs: false
+ required: false
+ tip: null
+ type: craft\fieldlayoutelements\CustomField
+ uid: 4c0afd85-25ca-4a2d-953e-ffdb72188d7a
+ userCondition: null
+ warning: null
+ width: 50
+ name: Settings
+ uid: 18bed5b9-f49a-469d-b58d-0258602e7466
+ userCondition: null
+handle: blockImages
+hasTitleField: false
+icon: images
+name: Images
+showSlugField: false
+showStatusField: true
+slugTranslationKeyFormat: null
+slugTranslationMethod: site
+titleFormat: null
+titleTranslationKeyFormat: null
+titleTranslationMethod: site
diff --git a/config/project/entryTypes/blockLinks--baf82dc6-9e5a-4933-aa96-15eed58c888f.yaml b/config/project/entryTypes/blockLinks--baf82dc6-9e5a-4933-aa96-15eed58c888f.yaml
new file mode 100644
index 00000000..f829ad13
--- /dev/null
+++ b/config/project/entryTypes/blockLinks--baf82dc6-9e5a-4933-aa96-15eed58c888f.yaml
@@ -0,0 +1,67 @@
+color: green
+fieldLayouts:
+ 653f85bd-d164-45dc-a6ee-74e19fcc7b3a:
+ tabs:
+ -
+ elementCondition: null
+ elements:
+ -
+ autocapitalize: true
+ autocomplete: false
+ autocorrect: true
+ class: null
+ dateAdded: '2024-09-04T23:21:15+00:00'
+ disabled: false
+ elementCondition: null
+ id: null
+ includeInCards: false
+ inputType: null
+ instructions: null
+ label: null
+ max: null
+ min: null
+ name: null
+ orientation: null
+ placeholder: null
+ providesThumbs: false
+ readonly: false
+ requirable: false
+ size: null
+ step: null
+ tip: null
+ title: null
+ type: craft\fieldlayoutelements\entries\EntryTitleField
+ uid: 94eb125a-d1ca-4b86-bbd3-03c76a568398
+ userCondition: null
+ warning: null
+ width: 100
+ -
+ dateAdded: '2024-09-04T23:22:44+00:00'
+ elementCondition: null
+ fieldUid: c8a9d048-8e52-42a3-8e8a-44633a838802 # Links
+ handle: null
+ includeInCards: false
+ instructions: null
+ label: null
+ providesThumbs: false
+ required: true
+ tip: null
+ type: craft\fieldlayoutelements\CustomField
+ uid: 6de2b09f-32e0-430f-ab1d-f75ce0c64de7
+ userCondition: null
+ warning: null
+ width: 100
+ name: Content
+ uid: 29a34be1-ab6b-4e29-971e-d09803a47cfa
+ userCondition: null
+handle: blockLinks
+hasTitleField: false
+icon: link
+name: Links
+showSlugField: false
+showStatusField: true
+slugTranslationKeyFormat: null
+slugTranslationMethod: site
+titleFormat: ''
+titleTranslationKeyFormat: null
+titleTranslationMethod: site
diff --git a/config/project/entryTypes/blockQuote--fa02ff5a-1741-4417-8c8f-b72b954dd4fd.yaml b/config/project/entryTypes/blockQuote--fa02ff5a-1741-4417-8c8f-b72b954dd4fd.yaml
new file mode 100644
index 00000000..db76db50
--- /dev/null
+++ b/config/project/entryTypes/blockQuote--fa02ff5a-1741-4417-8c8f-b72b954dd4fd.yaml
@@ -0,0 +1,99 @@
+color: green
+fieldLayouts:
+ e22d570c-156e-4591-a91a-2af67c7ed22b:
+ tabs:
+ -
+ elementCondition: null
+ elements:
+ -
+ autocapitalize: true
+ autocomplete: false
+ autocorrect: true
+ class: null
+ dateAdded: '2024-09-04T21:50:53+00:00'
+ disabled: false
+ elementCondition: null
+ id: null
+ includeInCards: false
+ inputType: null
+ instructions: null
+ label: null
+ max: null
+ min: null
+ name: null
+ orientation: null
+ placeholder: null
+ providesThumbs: false
+ readonly: false
+ requirable: false
+ size: null
+ step: null
+ tip: null
+ title: null
+ type: craft\fieldlayoutelements\entries\EntryTitleField
+ uid: 21abcfb8-eef7-47d7-b8d4-c07dbb0e5c1b
+ userCondition: null
+ warning: null
+ width: 100
+ -
+ dateAdded: '2024-09-05T21:01:42+00:00'
+ elementCondition: null
+ fieldUid: e884a8f9-92f0-48b3-a7e8-a6d95f47f6df # Text Multi
+ handle: quote
+ includeInCards: true
+ instructions: null
+ label: Quote
+ providesThumbs: false
+ required: true
+ tip: null
+ type: craft\fieldlayoutelements\CustomField
+ uid: bbdc2ef0-cb88-420a-86a7-c25831e21b77
+ userCondition: null
+ warning: null
+ width: 100
+ -
+ dateAdded: '2024-09-05T19:57:29+00:00'
+ elementCondition: null
+ fieldUid: edfcb398-ef78-43ec-9434-d6405da2886e # Text Single
+ handle: source
+ includeInCards: false
+ instructions: null
+ label: Source
+ providesThumbs: false
+ required: false
+ tip: 'Use this if you don''t need a linked source.'
+ type: craft\fieldlayoutelements\CustomField
+ uid: 6be08230-3b3c-4ebc-8a13-0511551e439d
+ userCondition: null
+ warning: null
+ width: 100
+ -
+ dateAdded: '2024-09-04T21:56:19+00:00'
+ elementCondition: null
+ fieldUid: a3f76ec3-252e-4be6-8178-8f6b54acce19 # Link
+ handle: null
+ includeInCards: false
+ instructions: null
+ label: null
+ providesThumbs: false
+ required: false
+ tip: 'Use this if you need a linked source.'
+ type: craft\fieldlayoutelements\CustomField
+ uid: b5ae7482-d980-4d0a-9878-2924a100da73
+ userCondition: null
+ warning: null
+ width: 100
+ name: Content
+ uid: 8e061a5e-d78f-48e7-b026-09c9f9a49a67
+ userCondition: null
+handle: blockQuote
+hasTitleField: false
+icon: quote-right
+name: Quote
+showSlugField: false
+showStatusField: true
+slugTranslationKeyFormat: null
+slugTranslationMethod: site
+titleFormat: ''
+titleTranslationKeyFormat: null
+titleTranslationMethod: site
diff --git a/config/project/entryTypes/blockSection--b3022ef5-7f1b-49d7-976d-5d5be501c1f1.yaml b/config/project/entryTypes/blockSection--b3022ef5-7f1b-49d7-976d-5d5be501c1f1.yaml
new file mode 100644
index 00000000..cdc88bf3
--- /dev/null
+++ b/config/project/entryTypes/blockSection--b3022ef5-7f1b-49d7-976d-5d5be501c1f1.yaml
@@ -0,0 +1,121 @@
+color: pink
+fieldLayouts:
+ b5f39594-4dfb-477b-a358-ea2dac368b7b:
+ tabs:
+ -
+ elementCondition: null
+ elements:
+ -
+ autocapitalize: true
+ autocomplete: false
+ autocorrect: true
+ class: null
+ dateAdded: '2024-09-04T21:18:34+00:00'
+ disabled: false
+ elementCondition: null
+ id: null
+ includeInCards: false
+ inputType: null
+ instructions: null
+ label: null
+ max: null
+ min: null
+ name: null
+ orientation: null
+ placeholder: null
+ providesThumbs: false
+ readonly: false
+ requirable: false
+ size: null
+ step: null
+ tip: null
+ title: null
+ type: craft\fieldlayoutelements\entries\EntryTitleField
+ uid: 477b807f-d946-4570-832f-1c86b7121be4
+ userCondition: null
+ warning: null
+ width: 100
+ -
+ dateAdded: '2024-09-04T21:27:18+00:00'
+ elementCondition: null
+ fieldUid: 87410aa7-3cd4-4961-9533-6d4f246113b5 # Content Blocks
+ handle: null
+ includeInCards: false
+ instructions: null
+ label: null
+ providesThumbs: false
+ required: false
+ tip: null
+ type: craft\fieldlayoutelements\CustomField
+ uid: c1c4a7a8-6e2a-4e29-8db6-6ca411465b04
+ userCondition: null
+ warning: null
+ width: 100
+ name: Content
+ uid: 5cb029e3-a009-451e-8ab8-a2a2dec9a3f5
+ userCondition: null
+ -
+ elementCondition: null
+ elements:
+ -
+ dateAdded: '2024-09-04T19:47:47+00:00'
+ elementCondition: null
+ fieldUid: 9a8fffce-3c28-4326-8f7a-e31d2f6cc04b # Background Color
+ handle: null
+ includeInCards: false
+ instructions: null
+ label: null
+ providesThumbs: false
+ required: false
+ tip: null
+ type: craft\fieldlayoutelements\CustomField
+ uid: 483ce826-3abf-48ac-8c95-5114bda99f30
+ userCondition: null
+ warning: null
+ width: 50
+ -
+ dateAdded: '2024-09-05T06:03:05+00:00'
+ elementCondition: null
+ fieldUid: aa7883a4-2cce-4316-85f3-ec6ea59402ec # Spacing
+ handle: spaceBetween
+ includeInCards: false
+ instructions: null
+ label: 'Space Between'
+ providesThumbs: false
+ required: false
+ tip: null
+ type: craft\fieldlayoutelements\CustomField
+ uid: 83b19129-be5e-447a-b70a-07015f272028
+ userCondition: null
+ warning: null
+ width: 50
+ -
+ dateAdded: '2024-09-04T19:47:47+00:00'
+ elementCondition: null
+ fieldUid: aa7883a4-2cce-4316-85f3-ec6ea59402ec # Spacing
+ handle: spacingYAxis
+ includeInCards: false
+ instructions: null
+ label: 'Spacing Y-Axis'
+ providesThumbs: false
+ required: false
+ tip: null
+ type: craft\fieldlayoutelements\CustomField
+ uid: d2acb96f-9f12-4449-ad76-d024ad3d28ab
+ userCondition: null
+ warning: null
+ width: 50
+ name: Settings
+ uid: 0e25f530-3ed7-4487-844d-d44d5422df0c
+ userCondition: null
+handle: blockSection
+hasTitleField: false
+icon: grid-2
+name: Section
+showSlugField: false
+showStatusField: true
+slugTranslationKeyFormat: null
+slugTranslationMethod: site
+titleFormat: ''
+titleTranslationKeyFormat: null
+titleTranslationMethod: site
diff --git a/config/project/entryTypes/blockSpacer--92963d20-e763-4d2e-a367-9e543dfde522.yaml b/config/project/entryTypes/blockSpacer--92963d20-e763-4d2e-a367-9e543dfde522.yaml
new file mode 100644
index 00000000..f4a18a7f
--- /dev/null
+++ b/config/project/entryTypes/blockSpacer--92963d20-e763-4d2e-a367-9e543dfde522.yaml
@@ -0,0 +1,67 @@
+color: yellow
+fieldLayouts:
+ a4335b2d-af34-4544-b20a-e4a928a3693c:
+ tabs:
+ -
+ elementCondition: null
+ elements:
+ -
+ autocapitalize: true
+ autocomplete: false
+ autocorrect: true
+ class: null
+ dateAdded: '2024-09-04T21:50:31+00:00'
+ disabled: false
+ elementCondition: null
+ id: null
+ includeInCards: false
+ inputType: null
+ instructions: null
+ label: null
+ max: null
+ min: null
+ name: null
+ orientation: null
+ placeholder: null
+ providesThumbs: false
+ readonly: false
+ requirable: false
+ size: null
+ step: null
+ tip: null
+ title: null
+ type: craft\fieldlayoutelements\entries\EntryTitleField
+ uid: 20b6ecbd-8965-418d-8577-a28920043388
+ userCondition: null
+ warning: null
+ width: 100
+ -
+ dateAdded: '2024-09-05T06:05:04+00:00'
+ elementCondition: null
+ fieldUid: aa7883a4-2cce-4316-85f3-ec6ea59402ec # Spacing
+ handle: height
+ includeInCards: true
+ instructions: null
+ label: Height
+ providesThumbs: false
+ required: false
+ tip: null
+ type: craft\fieldlayoutelements\CustomField
+ uid: d7ad081b-2e70-4b66-b2e3-1a730fcd83d7
+ userCondition: null
+ warning: null
+ width: 100
+ name: Content
+ uid: 1ce6448e-436d-4f3c-b18e-d4b338f00b99
+ userCondition: null
+handle: blockSpacer
+hasTitleField: false
+icon: rectangle
+name: Spacer
+showSlugField: false
+showStatusField: true
+slugTranslationKeyFormat: null
+slugTranslationMethod: site
+titleFormat: ''
+titleTranslationKeyFormat: null
+titleTranslationMethod: site
diff --git a/config/project/entryTypes/blockText--7b3b13e0-e20d-4d51-b0ae-832300f45234.yaml b/config/project/entryTypes/blockText--7b3b13e0-e20d-4d51-b0ae-832300f45234.yaml
new file mode 100644
index 00000000..e795fc96
--- /dev/null
+++ b/config/project/entryTypes/blockText--7b3b13e0-e20d-4d51-b0ae-832300f45234.yaml
@@ -0,0 +1,67 @@
+color: green
+fieldLayouts:
+ 12757233-a8be-4796-bed0-bdaffeb488ae:
+ tabs:
+ -
+ elementCondition: null
+ elements:
+ -
+ autocapitalize: true
+ autocomplete: false
+ autocorrect: true
+ class: null
+ dateAdded: '2024-09-04T21:58:31+00:00'
+ disabled: false
+ elementCondition: null
+ id: null
+ includeInCards: false
+ inputType: null
+ instructions: null
+ label: null
+ max: null
+ min: null
+ name: null
+ orientation: null
+ placeholder: null
+ providesThumbs: false
+ readonly: false
+ requirable: false
+ size: null
+ step: null
+ tip: null
+ title: null
+ type: craft\fieldlayoutelements\entries\EntryTitleField
+ uid: a4b10418-acba-44de-8536-61c51d1e953c
+ userCondition: null
+ warning: null
+ width: 100
+ -
+ dateAdded: '2024-09-04T22:00:02+00:00'
+ elementCondition: null
+ fieldUid: 9add7508-89cd-4b19-b8e5-f6173a4ec371 # Rich Text
+ handle: null
+ includeInCards: true
+ instructions: null
+ label: null
+ providesThumbs: false
+ required: true
+ tip: null
+ type: craft\fieldlayoutelements\CustomField
+ uid: f7c03fb7-5b14-4971-a490-60532f436e6c
+ userCondition: null
+ warning: null
+ width: 100
+ name: Content
+ uid: f371c36b-db60-4c3f-a1dc-a3e11244e2ca
+ userCondition: null
+handle: blockText
+hasTitleField: false
+icon: font-case
+name: Text
+showSlugField: false
+showStatusField: true
+slugTranslationKeyFormat: null
+slugTranslationMethod: site
+titleFormat: null
+titleTranslationKeyFormat: null
+titleTranslationMethod: site
diff --git a/config/project/entryTypes/blockTextImage--3497ad65-5e4c-43cb-b469-c3e4b3d80343.yaml b/config/project/entryTypes/blockTextImage--3497ad65-5e4c-43cb-b469-c3e4b3d80343.yaml
new file mode 100644
index 00000000..00c0917c
--- /dev/null
+++ b/config/project/entryTypes/blockTextImage--3497ad65-5e4c-43cb-b469-c3e4b3d80343.yaml
@@ -0,0 +1,137 @@
+color: green
+fieldLayouts:
+ 7b6ace88-ae82-4caf-afe4-1650ce6e7ce3:
+ tabs:
+ -
+ elementCondition: null
+ elements:
+ -
+ autocapitalize: true
+ autocomplete: false
+ autocorrect: true
+ class: null
+ dateAdded: '2024-09-04T20:16:52+00:00'
+ disabled: false
+ elementCondition: null
+ id: null
+ includeInCards: false
+ inputType: null
+ instructions: null
+ label: null
+ max: null
+ min: null
+ name: null
+ orientation: null
+ placeholder: null
+ providesThumbs: false
+ readonly: false
+ requirable: false
+ size: null
+ step: null
+ tip: null
+ title: null
+ type: craft\fieldlayoutelements\entries\EntryTitleField
+ uid: 7dfb8abd-71de-4d92-8b62-13b7a50ea2a6
+ userCondition: null
+ warning: null
+ width: 100
+ -
+ dateAdded: '2024-09-04T22:02:29+00:00'
+ elementCondition: null
+ fieldUid: 9add7508-89cd-4b19-b8e5-f6173a4ec371 # Rich Text
+ handle: null
+ includeInCards: true
+ instructions: null
+ label: null
+ providesThumbs: false
+ required: true
+ tip: null
+ type: craft\fieldlayoutelements\CustomField
+ uid: 243140b3-d692-4031-b56b-8a51521c3fae
+ userCondition: null
+ warning: null
+ width: 100
+ name: Text
+ uid: a7ac4d85-057b-421c-a16b-b382da491a30
+ userCondition: null
+ -
+ elementCondition: null
+ elements:
+ -
+ dateAdded: '2024-09-04T19:47:47+00:00'
+ elementCondition: null
+ fieldUid: b81cb731-dd6f-4055-9c6d-2f076a727a27 # Image
+ handle: null
+ includeInCards: false
+ instructions: null
+ label: Image
+ providesThumbs: true
+ required: true
+ tip: null
+ type: craft\fieldlayoutelements\CustomField
+ uid: ab6dd79a-0d9c-4799-860a-01a7c242ba68
+ userCondition: null
+ warning: null
+ width: 50
+ -
+ dateAdded: '2024-09-04T19:47:47+00:00'
+ elementCondition: null
+ fieldUid: 62883121-63a2-4e5c-a6f3-4855cf64df2c # Image Ratio
+ handle: null
+ includeInCards: false
+ instructions: null
+ label: 'Image Ratio'
+ providesThumbs: false
+ required: false
+ tip: null
+ type: craft\fieldlayoutelements\CustomField
+ uid: 04337482-6861-47b4-8a21-cd4447d746ab
+ userCondition: null
+ warning: null
+ width: 50
+ -
+ dateAdded: '2024-09-04T19:47:47+00:00'
+ elementCondition: null
+ fieldUid: 210de09a-f6c8-42dd-b4d6-c1c00e7d0b82 # Image Position
+ handle: null
+ includeInCards: false
+ instructions: null
+ label: 'Image Position'
+ providesThumbs: false
+ required: false
+ tip: null
+ type: craft\fieldlayoutelements\CustomField
+ uid: 1ce2335a-ddf7-4a2f-a788-0c629ecec74b
+ userCondition: null
+ warning: null
+ width: 50
+ -
+ dateAdded: '2024-09-04T22:02:29+00:00'
+ elementCondition: null
+ fieldUid: 31947efb-fa8c-473c-9b01-bd36c8d70b68 # Lightswitch OFF
+ handle: showCaption
+ includeInCards: false
+ instructions: null
+ label: 'Show Caption'
+ providesThumbs: false
+ required: false
+ tip: null
+ type: craft\fieldlayoutelements\CustomField
+ uid: b5c87ad3-30a4-42d6-bf64-9fd21c1e7259
+ userCondition: null
+ warning: null
+ width: 50
+ name: Image
+ uid: 7931c967-9547-46fa-99e4-270c687a7cb3
+ userCondition: null
+handle: blockTextImage
+hasTitleField: false
+icon: table-columns
+name: 'Text : Image'
+showSlugField: false
+showStatusField: true
+slugTranslationKeyFormat: null
+slugTranslationMethod: site
+titleFormat: ''
+titleTranslationKeyFormat: null
+titleTranslationMethod: site
diff --git a/config/project/entryTypes/blockVideo--7b23a4a8-a6f8-43c4-b12c-326d089176ad.yaml b/config/project/entryTypes/blockVideo--7b23a4a8-a6f8-43c4-b12c-326d089176ad.yaml
new file mode 100644
index 00000000..596e63b8
--- /dev/null
+++ b/config/project/entryTypes/blockVideo--7b23a4a8-a6f8-43c4-b12c-326d089176ad.yaml
@@ -0,0 +1,137 @@
+color: cyan
+fieldLayouts:
+ 1abefa28-ba0b-4e7e-be2b-12835562bb01:
+ tabs:
+ -
+ elementCondition: null
+ elements:
+ -
+ autocapitalize: true
+ autocomplete: false
+ autocorrect: true
+ class: null
+ dateAdded: '2024-09-04T22:01:40+00:00'
+ disabled: false
+ elementCondition: null
+ id: null
+ includeInCards: false
+ inputType: null
+ instructions: null
+ label: null
+ max: null
+ min: null
+ name: null
+ orientation: null
+ placeholder: null
+ providesThumbs: false
+ readonly: false
+ requirable: false
+ size: null
+ step: null
+ tip: null
+ title: null
+ type: craft\fieldlayoutelements\entries\EntryTitleField
+ uid: 7c34b185-3f40-46f6-a613-5417ba6cf832
+ userCondition: null
+ warning: null
+ width: 100
+ -
+ dateAdded: '2024-09-04T19:47:47+00:00'
+ elementCondition: null
+ fieldUid: 63bd200d-3882-4788-a8ba-528452521d6c # Video Provider
+ handle: null
+ includeInCards: true
+ instructions: null
+ label: 'Video Provider'
+ providesThumbs: false
+ required: true
+ tip: null
+ type: craft\fieldlayoutelements\CustomField
+ uid: 61617279-3f13-4142-9007-28c5defd3157
+ userCondition: null
+ warning: null
+ width: 50
+ -
+ dateAdded: '2024-09-04T22:05:07+00:00'
+ elementCondition: null
+ fieldUid: edfcb398-ef78-43ec-9434-d6405da2886e # Text Single
+ handle: videoId
+ includeInCards: false
+ instructions: null
+ label: 'Video ID'
+ providesThumbs: false
+ required: true
+ tip: null
+ type: craft\fieldlayoutelements\CustomField
+ uid: 04a6c16d-18b1-4afd-8a03-65971db6bbe8
+ userCondition: null
+ warning: null
+ width: 50
+ name: Content
+ uid: bb2df4f8-8532-459f-ae5f-12b9013d58c0
+ userCondition: null
+ -
+ elementCondition: null
+ elements:
+ -
+ dateAdded: '2024-09-04T22:05:07+00:00'
+ elementCondition: null
+ fieldUid: 31947efb-fa8c-473c-9b01-bd36c8d70b68 # Lightswitch OFF
+ handle: autoplay
+ includeInCards: false
+ instructions: null
+ label: Autoplay
+ providesThumbs: false
+ required: false
+ tip: null
+ type: craft\fieldlayoutelements\CustomField
+ uid: 262f674b-bfd8-4eed-9a47-76f110e7d909
+ userCondition: null
+ warning: null
+ width: 50
+ -
+ dateAdded: '2024-09-04T22:05:07+00:00'
+ elementCondition: null
+ fieldUid: 31947efb-fa8c-473c-9b01-bd36c8d70b68 # Lightswitch OFF
+ handle: loop
+ includeInCards: false
+ instructions: null
+ label: Loop
+ providesThumbs: false
+ required: false
+ tip: null
+ type: craft\fieldlayoutelements\CustomField
+ uid: bda8d9c0-76a8-4405-b0c8-19b8d90a4c87
+ userCondition: null
+ warning: null
+ width: 50
+ -
+ dateAdded: '2024-09-04T19:47:47+00:00'
+ elementCondition: null
+ fieldUid: 68109da0-245f-4b21-b040-b7f4385e618e
+ handle: null
+ includeInCards: false
+ instructions: null
+ label: 'Video Width'
+ providesThumbs: false
+ required: false
+ tip: null
+ type: craft\fieldlayoutelements\CustomField
+ uid: 6b9c294a-c00e-4b45-b0e5-c0ff793155ac
+ userCondition: null
+ warning: null
+ width: 50
+ name: Settings
+ uid: 90b44b85-ac66-4f2d-b2a1-d39f9aa12ec8
+ userCondition: null
+handle: blockVideo
+hasTitleField: false
+icon: play
+name: Video
+showSlugField: false
+showStatusField: true
+slugTranslationKeyFormat: null
+slugTranslationMethod: site
+titleFormat: null
+titleTranslationKeyFormat: null
+titleTranslationMethod: site
diff --git a/config/project/entryTypes/pageContentBuilder--2f642060-4792-41cb-a427-083aabeba231.yaml b/config/project/entryTypes/entryContentBuilder--2f642060-4792-41cb-a427-083aabeba231.yaml
similarity index 65%
rename from config/project/entryTypes/pageContentBuilder--2f642060-4792-41cb-a427-083aabeba231.yaml
rename to config/project/entryTypes/entryContentBuilder--2f642060-4792-41cb-a427-083aabeba231.yaml
index 31a64911..b8557793 100644
--- a/config/project/entryTypes/pageContentBuilder--2f642060-4792-41cb-a427-083aabeba231.yaml
+++ b/config/project/entryTypes/entryContentBuilder--2f642060-4792-41cb-a427-083aabeba231.yaml
@@ -1,3 +1,4 @@
+color: red
fieldLayouts:
4f9f544b-c770-4705-b052-b4a4512c58bd:
tabs:
@@ -9,9 +10,12 @@ fieldLayouts:
autocomplete: false
autocorrect: true
class: null
+ dateAdded: '2024-09-04T19:47:47+00:00'
disabled: false
elementCondition: null
id: null
+ includeInCards: false
+ inputType: null
instructions: null
label: null
max: null
@@ -19,6 +23,7 @@ fieldLayouts:
name: null
orientation: null
placeholder: null
+ providesThumbs: false
readonly: false
requirable: false
size: null
@@ -31,38 +36,50 @@ fieldLayouts:
warning: null
width: 100
-
+ dateAdded: '2024-09-04T22:16:51+00:00'
elementCondition: null
- fieldUid: 1516a801-6243-468d-b8e2-479085458faa # Text: Title Overwrite
+ fieldUid: edfcb398-ef78-43ec-9434-d6405da2886e # Text Single
+ handle: customTitle
+ includeInCards: true
instructions: null
- label: null
+ label: 'Custom Title'
+ providesThumbs: false
required: false
tip: null
type: craft\fieldlayoutelements\CustomField
- uid: e8be7647-721c-4ff6-8284-cb8596d3434e
+ uid: 9f88ca34-5b3e-4677-8abe-858d8876ff5f
userCondition: null
warning: null
width: 100
-
+ dateAdded: '2024-09-04T22:16:51+00:00'
elementCondition: null
- fieldUid: 45510f13-91d2-479f-9ff2-68dd09ab6643 # Text: Description
+ fieldUid: 5af0a821-fa33-490a-9439-3193f439dd06 # Rich Text Simple
+ handle: description
+ includeInCards: true
instructions: null
- label: null
+ label: Description
+ providesThumbs: false
required: false
tip: null
type: craft\fieldlayoutelements\CustomField
- uid: 4464c485-2ddc-4509-af72-0da60a5b48a2
+ uid: 56bf30d5-8ab8-49b9-8c94-2efaf637d5a1
userCondition: null
warning: null
width: 100
-
+ dateAdded: '2024-09-04T22:16:51+00:00'
elementCondition: null
- fieldUid: 0dc851b0-a289-4c50-be8d-0c055b270ee8 # Asset: Entry Image
+ fieldUid: b81cb731-dd6f-4055-9c6d-2f076a727a27 # Image
+ handle: null
+ includeInCards: true
instructions: null
label: null
+ providesThumbs: true
required: false
tip: null
type: craft\fieldlayoutelements\CustomField
- uid: bd8093f9-a064-4f9d-b0a7-92f2c11f9917
+ uid: da530653-a779-49f0-9eca-68d64b4b28ae
userCondition: null
warning: null
width: 100
@@ -73,14 +90,18 @@ fieldLayouts:
elementCondition: null
elements:
-
+ dateAdded: '2024-09-04T21:49:46+00:00'
elementCondition: null
- fieldUid: 74eb36ae-7a26-4e7d-b454-990ec52617f0 # Builder: Content
+ fieldUid: 75f91f6f-fc53-49ad-bde0-365d6384b711 # Content
+ handle: null
+ includeInCards: false
instructions: null
label: null
+ providesThumbs: false
required: false
tip: null
type: craft\fieldlayoutelements\CustomField
- uid: fbd64c43-4088-48c3-96a3-e2a9d56d5a8b
+ uid: a1522da2-022e-4f5b-b2b6-4311bf52c6f4
userCondition: null
warning: null
width: 100
@@ -91,10 +112,14 @@ fieldLayouts:
elementCondition: null
elements:
-
+ dateAdded: '2024-09-04T19:47:47+00:00'
elementCondition: null
- fieldUid: d29e8520-ab62-4c8f-bda2-61868797c1ca # SEO: SEOmatic
+ fieldUid: d29e8520-ab62-4c8f-bda2-61868797c1ca # SEOmatic
+ handle: null
+ includeInCards: false
instructions: null
label: null
+ providesThumbs: false
required: false
tip: null
type: craft\fieldlayoutelements\CustomField
@@ -105,14 +130,14 @@ fieldLayouts:
name: SEO
uid: c955cd25-d7c1-4287-a3b1-ba9aec3e0841
userCondition: null
-handle: pageContentBuilder
+handle: entryContentBuilder
hasTitleField: true
-name: 'Page Content Builder'
-section: b0207f48-be48-49ab-a759-1ff51f232df3 # Pages
+icon: memo
+name: '_Content Builder'
+showSlugField: true
showStatusField: true
slugTranslationKeyFormat: null
slugTranslationMethod: site
-sortOrder: 1
titleFormat: null
titleTranslationKeyFormat: null
titleTranslationMethod: site
diff --git a/config/project/entryTypes/error--8ced5be5-13b2-483f-8db9-aab9757aad21.yaml b/config/project/entryTypes/entryError--8ced5be5-13b2-483f-8db9-aab9757aad21.yaml
similarity index 64%
rename from config/project/entryTypes/error--8ced5be5-13b2-483f-8db9-aab9757aad21.yaml
rename to config/project/entryTypes/entryError--8ced5be5-13b2-483f-8db9-aab9757aad21.yaml
index 08fd0fcb..6fc437d8 100644
--- a/config/project/entryTypes/error--8ced5be5-13b2-483f-8db9-aab9757aad21.yaml
+++ b/config/project/entryTypes/entryError--8ced5be5-13b2-483f-8db9-aab9757aad21.yaml
@@ -1,3 +1,4 @@
+color: red
fieldLayouts:
61f3d7e8-4728-49c4-bb2c-8e26fdff4b77:
tabs:
@@ -9,9 +10,12 @@ fieldLayouts:
autocomplete: false
autocorrect: true
class: null
+ dateAdded: '2024-09-04T19:47:47+00:00'
disabled: false
elementCondition: null
id: null
+ includeInCards: false
+ inputType: null
instructions: null
label: null
max: null
@@ -19,6 +23,7 @@ fieldLayouts:
name: null
orientation: null
placeholder: null
+ providesThumbs: false
readonly: false
requirable: false
size: null
@@ -31,38 +36,50 @@ fieldLayouts:
warning: null
width: 100
-
+ dateAdded: '2024-09-04T21:04:13+00:00'
elementCondition: null
- fieldUid: 1516a801-6243-468d-b8e2-479085458faa # Text: Title Overwrite
+ fieldUid: edfcb398-ef78-43ec-9434-d6405da2886e # Text Single
+ handle: customTitle
+ includeInCards: true
instructions: null
- label: null
+ label: 'Custom Title'
+ providesThumbs: false
required: false
tip: null
type: craft\fieldlayoutelements\CustomField
- uid: 345ba880-1f66-4738-b9a0-4eab0c46d609
+ uid: 73022de9-d034-4014-9afe-cb6d6a6fa6d0
userCondition: null
warning: null
width: 100
-
+ dateAdded: '2024-09-04T21:07:49+00:00'
elementCondition: null
- fieldUid: 45510f13-91d2-479f-9ff2-68dd09ab6643 # Text: Description
+ fieldUid: 5af0a821-fa33-490a-9439-3193f439dd06 # Rich Text Simple
+ handle: description
+ includeInCards: true
instructions: null
- label: null
+ label: Description
+ providesThumbs: false
required: false
tip: null
type: craft\fieldlayoutelements\CustomField
- uid: db927374-0d82-49c5-8192-6896430a5a68
+ uid: 74881d73-e8c6-415a-9309-e3ada11466dd
userCondition: null
warning: null
width: 100
-
+ dateAdded: '2024-09-04T21:07:49+00:00'
elementCondition: null
- fieldUid: 0dc851b0-a289-4c50-be8d-0c055b270ee8 # Asset: Entry Image
+ fieldUid: b81cb731-dd6f-4055-9c6d-2f076a727a27 # Image
+ handle: null
+ includeInCards: true
instructions: null
label: null
+ providesThumbs: true
required: false
tip: null
type: craft\fieldlayoutelements\CustomField
- uid: 133d098f-83d3-4997-b4ba-9d6cfe395432
+ uid: 2d409ba3-96db-4630-9bcf-0db8e03898a9
userCondition: null
warning: null
width: 100
@@ -73,10 +90,14 @@ fieldLayouts:
elementCondition: null
elements:
-
+ dateAdded: '2024-09-04T19:47:47+00:00'
elementCondition: null
- fieldUid: d29e8520-ab62-4c8f-bda2-61868797c1ca # SEO: SEOmatic
+ fieldUid: d29e8520-ab62-4c8f-bda2-61868797c1ca # SEOmatic
+ handle: null
+ includeInCards: false
instructions: null
label: null
+ providesThumbs: false
required: false
tip: null
type: craft\fieldlayoutelements\CustomField
@@ -87,11 +108,14 @@ fieldLayouts:
name: SEO
uid: 3edcce5a-c1c4-43cc-aeca-62382f35261b
userCondition: null
-handle: error
+handle: entryError
hasTitleField: true
-name: Error
-section: e5172a18-ed16-4229-89ca-fc0dc776597a # Error Pages
-sortOrder: 1
+icon: memo
+name: _Error
+showSlugField: true
+showStatusField: true
+slugTranslationKeyFormat: null
+slugTranslationMethod: site
titleFormat: null
titleTranslationKeyFormat: null
titleTranslationMethod: site
diff --git a/config/project/entryTypes/home--81d0ea50-f7e1-4eff-8138-2a06ffbfae86.yaml b/config/project/entryTypes/entryHome--81d0ea50-f7e1-4eff-8138-2a06ffbfae86.yaml
similarity index 64%
rename from config/project/entryTypes/home--81d0ea50-f7e1-4eff-8138-2a06ffbfae86.yaml
rename to config/project/entryTypes/entryHome--81d0ea50-f7e1-4eff-8138-2a06ffbfae86.yaml
index 9b420323..986b67f3 100644
--- a/config/project/entryTypes/home--81d0ea50-f7e1-4eff-8138-2a06ffbfae86.yaml
+++ b/config/project/entryTypes/entryHome--81d0ea50-f7e1-4eff-8138-2a06ffbfae86.yaml
@@ -1,3 +1,4 @@
+color: red
fieldLayouts:
be62de4f-cc21-4603-aab3-8623d43b46ad:
tabs:
@@ -9,9 +10,12 @@ fieldLayouts:
autocomplete: false
autocorrect: true
class: null
+ dateAdded: '2024-09-04T19:47:47+00:00'
disabled: false
elementCondition: null
id: null
+ includeInCards: false
+ inputType: null
instructions: null
label: null
max: null
@@ -19,6 +23,7 @@ fieldLayouts:
name: null
orientation: null
placeholder: null
+ providesThumbs: false
readonly: false
requirable: false
size: null
@@ -31,38 +36,50 @@ fieldLayouts:
warning: null
width: 100
-
+ dateAdded: '2024-09-04T21:13:37+00:00'
elementCondition: null
- fieldUid: 1516a801-6243-468d-b8e2-479085458faa # Text: Title Overwrite
+ fieldUid: edfcb398-ef78-43ec-9434-d6405da2886e # Text Single
+ handle: customTitle
+ includeInCards: true
instructions: null
- label: null
+ label: 'Custom Title'
+ providesThumbs: false
required: false
tip: null
type: craft\fieldlayoutelements\CustomField
- uid: 8930f333-8bbf-4d59-8b78-632ff5d5e709
+ uid: c65cf828-a7a0-48ce-bd9f-2a985d1ae412
userCondition: null
warning: null
width: 100
-
+ dateAdded: '2024-09-04T21:13:37+00:00'
elementCondition: null
- fieldUid: 45510f13-91d2-479f-9ff2-68dd09ab6643 # Text: Description
+ fieldUid: 5af0a821-fa33-490a-9439-3193f439dd06 # Rich Text Simple
+ handle: description
+ includeInCards: true
instructions: null
- label: null
+ label: Description
+ providesThumbs: false
required: false
tip: null
type: craft\fieldlayoutelements\CustomField
- uid: 71881212-33f8-4422-b14e-bd3a2f053d1f
+ uid: f674d204-6152-4ea6-8ffa-d252102a6225
userCondition: null
warning: null
width: 100
-
+ dateAdded: '2024-09-04T21:13:37+00:00'
elementCondition: null
- fieldUid: 0dc851b0-a289-4c50-be8d-0c055b270ee8 # Asset: Entry Image
+ fieldUid: b81cb731-dd6f-4055-9c6d-2f076a727a27 # Image
+ handle: null
+ includeInCards: true
instructions: null
label: null
+ providesThumbs: true
required: false
tip: null
type: craft\fieldlayoutelements\CustomField
- uid: 73d71fe2-8149-4c20-8744-5dfda0d2e742
+ uid: 3f06d8ad-dd7d-41a7-ae4a-8c9ec302a246
userCondition: null
warning: null
width: 100
@@ -73,14 +90,18 @@ fieldLayouts:
elementCondition: null
elements:
-
+ dateAdded: '2024-09-04T21:18:11+00:00'
elementCondition: null
- fieldUid: 74eb36ae-7a26-4e7d-b454-990ec52617f0 # Builder: Content
+ fieldUid: 75f91f6f-fc53-49ad-bde0-365d6384b711 # Content
+ handle: null
+ includeInCards: false
instructions: null
label: null
+ providesThumbs: false
required: false
tip: null
type: craft\fieldlayoutelements\CustomField
- uid: 6d136a36-b3d5-4fd6-acb4-ab5de0228a26
+ uid: 500cdedc-3d17-48dc-bc17-e290b0969045
userCondition: null
warning: null
width: 100
@@ -91,10 +112,14 @@ fieldLayouts:
elementCondition: null
elements:
-
+ dateAdded: '2024-09-04T19:47:47+00:00'
elementCondition: null
- fieldUid: d29e8520-ab62-4c8f-bda2-61868797c1ca # SEO: SEOmatic
+ fieldUid: d29e8520-ab62-4c8f-bda2-61868797c1ca # SEOmatic
+ handle: null
+ includeInCards: false
instructions: null
label: null
+ providesThumbs: false
required: false
tip: null
type: craft\fieldlayoutelements\CustomField
@@ -105,11 +130,14 @@ fieldLayouts:
name: SEO
uid: c7d4e6c6-adcf-499a-97b1-2006cda02e10
userCondition: null
-handle: home
-hasTitleField: false
-name: Home
-section: 5d0f7961-203c-4008-a55a-6a7d35e7a37a # Home
-sortOrder: 1
+handle: entryHome
+hasTitleField: true
+icon: memo
+name: _Home
+showSlugField: true
+showStatusField: true
+slugTranslationKeyFormat: null
+slugTranslationMethod: site
titleFormat: '{section.name|raw}'
titleTranslationKeyFormat: null
titleTranslationMethod: site
diff --git a/config/project/entryTypes/pageNews--6d94dcc4-6ec1-45b4-8c86-e53cee842b11.yaml b/config/project/entryTypes/entryListNews--6d94dcc4-6ec1-45b4-8c86-e53cee842b11.yaml
similarity index 66%
rename from config/project/entryTypes/pageNews--6d94dcc4-6ec1-45b4-8c86-e53cee842b11.yaml
rename to config/project/entryTypes/entryListNews--6d94dcc4-6ec1-45b4-8c86-e53cee842b11.yaml
index e98c3f7a..f90082c8 100644
--- a/config/project/entryTypes/pageNews--6d94dcc4-6ec1-45b4-8c86-e53cee842b11.yaml
+++ b/config/project/entryTypes/entryListNews--6d94dcc4-6ec1-45b4-8c86-e53cee842b11.yaml
@@ -1,3 +1,4 @@
+color: red
fieldLayouts:
39b9e1a8-a9fe-46a4-aad9-966389ae8743:
tabs:
@@ -9,9 +10,12 @@ fieldLayouts:
autocomplete: false
autocorrect: true
class: null
+ dateAdded: '2024-09-04T19:47:47+00:00'
disabled: false
elementCondition: null
id: null
+ includeInCards: false
+ inputType: null
instructions: null
label: null
max: null
@@ -19,6 +23,7 @@ fieldLayouts:
name: null
orientation: null
placeholder: null
+ providesThumbs: false
readonly: false
requirable: false
size: null
@@ -31,38 +36,50 @@ fieldLayouts:
warning: null
width: 100
-
+ dateAdded: '2024-09-04T22:19:05+00:00'
elementCondition: null
- fieldUid: 1516a801-6243-468d-b8e2-479085458faa # Text: Title Overwrite
+ fieldUid: edfcb398-ef78-43ec-9434-d6405da2886e # Text Single
+ handle: customTitle
+ includeInCards: true
instructions: null
- label: null
+ label: 'Custom Title'
+ providesThumbs: false
required: false
tip: null
type: craft\fieldlayoutelements\CustomField
- uid: 7871ee59-389b-4aea-a495-9f9760c83be4
+ uid: 51e17a0f-d990-4fc4-b066-fc90727cabee
userCondition: null
warning: null
width: 100
-
+ dateAdded: '2024-09-04T22:19:05+00:00'
elementCondition: null
- fieldUid: 45510f13-91d2-479f-9ff2-68dd09ab6643 # Text: Description
+ fieldUid: 5af0a821-fa33-490a-9439-3193f439dd06 # Rich Text Simple
+ handle: description
+ includeInCards: true
instructions: null
- label: null
+ label: Description
+ providesThumbs: false
required: false
tip: null
type: craft\fieldlayoutelements\CustomField
- uid: e249e650-b151-4cd9-aabb-a505665947c5
+ uid: cfc6688b-27f5-4967-9f56-17c7e81901d2
userCondition: null
warning: null
width: 100
-
+ dateAdded: '2024-09-04T22:19:05+00:00'
elementCondition: null
- fieldUid: 0dc851b0-a289-4c50-be8d-0c055b270ee8 # Asset: Entry Image
+ fieldUid: b81cb731-dd6f-4055-9c6d-2f076a727a27 # Image
+ handle: null
+ includeInCards: true
instructions: null
label: null
+ providesThumbs: true
required: false
tip: null
type: craft\fieldlayoutelements\CustomField
- uid: fd27b23d-962d-4454-a2ad-8d680b53033c
+ uid: f78c1709-24f1-4f7a-b5b1-da663254f24b
userCondition: null
warning: null
width: 100
@@ -73,10 +90,14 @@ fieldLayouts:
elementCondition: null
elements:
-
+ dateAdded: '2024-09-04T19:47:47+00:00'
elementCondition: null
- fieldUid: d29e8520-ab62-4c8f-bda2-61868797c1ca # SEO: SEOmatic
+ fieldUid: d29e8520-ab62-4c8f-bda2-61868797c1ca # SEOmatic
+ handle: null
+ includeInCards: false
instructions: null
label: null
+ providesThumbs: false
required: false
tip: null
type: craft\fieldlayoutelements\CustomField
@@ -87,14 +108,14 @@ fieldLayouts:
name: SEO
uid: 19225308-28cc-46b1-8075-f4dc542c6c81
userCondition: null
-handle: pageNews
+handle: entryListNews
hasTitleField: true
-name: 'Page News'
-section: b0207f48-be48-49ab-a759-1ff51f232df3 # Pages
+icon: memo
+name: '_List: News'
+showSlugField: true
showStatusField: true
slugTranslationKeyFormat: null
slugTranslationMethod: site
-sortOrder: 2
-titleFormat: null
+titleFormat: ''
titleTranslationKeyFormat: null
titleTranslationMethod: site
diff --git a/config/project/entryTypes/newsDefault--fb701216-3e80-4e6d-99d4-2e5f70561e22.yaml b/config/project/entryTypes/entryNewsDetail--fb701216-3e80-4e6d-99d4-2e5f70561e22.yaml
similarity index 65%
rename from config/project/entryTypes/newsDefault--fb701216-3e80-4e6d-99d4-2e5f70561e22.yaml
rename to config/project/entryTypes/entryNewsDetail--fb701216-3e80-4e6d-99d4-2e5f70561e22.yaml
index 44fdca16..0da7ecf1 100644
--- a/config/project/entryTypes/newsDefault--fb701216-3e80-4e6d-99d4-2e5f70561e22.yaml
+++ b/config/project/entryTypes/entryNewsDetail--fb701216-3e80-4e6d-99d4-2e5f70561e22.yaml
@@ -1,3 +1,4 @@
+color: red
fieldLayouts:
d9e47404-d530-49be-957f-79a2ee567d15:
tabs:
@@ -9,9 +10,12 @@ fieldLayouts:
autocomplete: false
autocorrect: true
class: null
+ dateAdded: '2024-09-04T19:47:47+00:00'
disabled: false
elementCondition: null
id: null
+ includeInCards: false
+ inputType: null
instructions: null
label: null
max: null
@@ -19,6 +23,7 @@ fieldLayouts:
name: null
orientation: null
placeholder: null
+ providesThumbs: false
readonly: false
requirable: false
size: null
@@ -31,38 +36,50 @@ fieldLayouts:
warning: null
width: 100
-
+ dateAdded: '2024-09-04T21:49:33+00:00'
elementCondition: null
- fieldUid: 1516a801-6243-468d-b8e2-479085458faa # Text: Title Overwrite
+ fieldUid: edfcb398-ef78-43ec-9434-d6405da2886e # Text Single
+ handle: customTitle
+ includeInCards: true
instructions: null
- label: null
+ label: 'Custom Title'
+ providesThumbs: false
required: false
tip: null
type: craft\fieldlayoutelements\CustomField
- uid: b019ef81-df83-478c-9b5b-7ced45fae63b
+ uid: abdec6db-b69b-4442-a975-f3914939eed0
userCondition: null
warning: null
width: 100
-
+ dateAdded: '2024-09-04T21:49:33+00:00'
elementCondition: null
- fieldUid: 45510f13-91d2-479f-9ff2-68dd09ab6643 # Text: Description
+ fieldUid: 5af0a821-fa33-490a-9439-3193f439dd06 # Rich Text Simple
+ handle: description
+ includeInCards: true
instructions: null
- label: null
+ label: Description
+ providesThumbs: false
required: false
tip: null
type: craft\fieldlayoutelements\CustomField
- uid: ba38993b-650f-4cad-bb0e-0f7997b75f78
+ uid: 52a340af-509e-4a53-a463-4b9979951c92
userCondition: null
warning: null
width: 100
-
+ dateAdded: '2024-09-04T21:49:33+00:00'
elementCondition: null
- fieldUid: 0dc851b0-a289-4c50-be8d-0c055b270ee8 # Asset: Entry Image
+ fieldUid: b81cb731-dd6f-4055-9c6d-2f076a727a27 # Image
+ handle: null
+ includeInCards: false
instructions: null
label: null
+ providesThumbs: false
required: false
tip: null
type: craft\fieldlayoutelements\CustomField
- uid: 24cac873-2dcb-4442-8f4e-35145299398c
+ uid: 7f8401b2-798f-4371-b0c0-4319dcaa9e6e
userCondition: null
warning: null
width: 100
@@ -73,14 +90,18 @@ fieldLayouts:
elementCondition: null
elements:
-
+ dateAdded: '2024-09-04T21:49:33+00:00'
elementCondition: null
- fieldUid: 74eb36ae-7a26-4e7d-b454-990ec52617f0 # Builder: Content
+ fieldUid: 75f91f6f-fc53-49ad-bde0-365d6384b711 # Content
+ handle: null
+ includeInCards: false
instructions: null
label: null
+ providesThumbs: false
required: false
tip: null
type: craft\fieldlayoutelements\CustomField
- uid: 35aeceb5-c17c-4f03-885d-98ae21012fbe
+ uid: 59d3d0c6-9239-4811-be11-feddc828af1a
userCondition: null
warning: null
width: 100
@@ -91,10 +112,14 @@ fieldLayouts:
elementCondition: null
elements:
-
+ dateAdded: '2024-09-04T19:47:47+00:00'
elementCondition: null
- fieldUid: d29e8520-ab62-4c8f-bda2-61868797c1ca # SEO: SEOmatic
+ fieldUid: d29e8520-ab62-4c8f-bda2-61868797c1ca # SEOmatic
+ handle: null
+ includeInCards: false
instructions: null
label: null
+ providesThumbs: false
required: false
tip: null
type: craft\fieldlayoutelements\CustomField
@@ -105,14 +130,14 @@ fieldLayouts:
name: SEO
uid: 1f04ebd9-d50b-4ebb-b0a1-3e175abc5c8b
userCondition: null
-handle: newsDefault
+handle: entryNewsDetail
hasTitleField: true
-name: 'News Default'
-section: 3547e7b4-f3fb-4cf4-9d29-9f12dfa94594 # News
+icon: memo
+name: '_News Detail'
+showSlugField: true
showStatusField: true
slugTranslationKeyFormat: null
slugTranslationMethod: site
-sortOrder: 1
-titleFormat: null
+titleFormat: ''
titleTranslationKeyFormat: null
titleTranslationMethod: site
diff --git a/config/project/fieldGroups/4267733c-fa2b-45f5-a3b6-8b56a1c56dc4.yaml b/config/project/fieldGroups/4267733c-fa2b-45f5-a3b6-8b56a1c56dc4.yaml
deleted file mode 100644
index 6e532816..00000000
--- a/config/project/fieldGroups/4267733c-fa2b-45f5-a3b6-8b56a1c56dc4.yaml
+++ /dev/null
@@ -1 +0,0 @@
-name: Text
diff --git a/config/project/fieldGroups/8512e79b-4bb8-4d2d-b731-5fa98546f2c9.yaml b/config/project/fieldGroups/8512e79b-4bb8-4d2d-b731-5fa98546f2c9.yaml
deleted file mode 100644
index 7fee377f..00000000
--- a/config/project/fieldGroups/8512e79b-4bb8-4d2d-b731-5fa98546f2c9.yaml
+++ /dev/null
@@ -1 +0,0 @@
-name: Builders
diff --git a/config/project/fieldGroups/b921eaa9-858e-4901-bbb9-15b70cac9a6e.yaml b/config/project/fieldGroups/b921eaa9-858e-4901-bbb9-15b70cac9a6e.yaml
deleted file mode 100644
index 9d56045b..00000000
--- a/config/project/fieldGroups/b921eaa9-858e-4901-bbb9-15b70cac9a6e.yaml
+++ /dev/null
@@ -1 +0,0 @@
-name: Relations
diff --git a/config/project/fieldGroups/d383bdc6-fcfa-4652-9155-d7ead2d89f29.yaml b/config/project/fieldGroups/d383bdc6-fcfa-4652-9155-d7ead2d89f29.yaml
deleted file mode 100644
index 3aeac7d4..00000000
--- a/config/project/fieldGroups/d383bdc6-fcfa-4652-9155-d7ead2d89f29.yaml
+++ /dev/null
@@ -1 +0,0 @@
-name: Assets
diff --git a/config/project/fieldGroups/dfb88745-e0f0-4c67-9781-f72dad33bf65.yaml b/config/project/fieldGroups/dfb88745-e0f0-4c67-9781-f72dad33bf65.yaml
deleted file mode 100644
index f8eae03b..00000000
--- a/config/project/fieldGroups/dfb88745-e0f0-4c67-9781-f72dad33bf65.yaml
+++ /dev/null
@@ -1 +0,0 @@
-name: SEO
diff --git a/config/project/fields/assetEntryImage--0dc851b0-a289-4c50-be8d-0c055b270ee8.yaml b/config/project/fields/assetEntryImage--0dc851b0-a289-4c50-be8d-0c055b270ee8.yaml
deleted file mode 100644
index 699ec13f..00000000
--- a/config/project/fields/assetEntryImage--0dc851b0-a289-4c50-be8d-0c055b270ee8.yaml
+++ /dev/null
@@ -1,48 +0,0 @@
-columnSuffix: null
-contentColumnType: string
-fieldGroup: d383bdc6-fcfa-4652-9155-d7ead2d89f29 # Assets
-handle: assetEntryImage
-instructions: null
-name: 'Asset: Entry Image'
-searchable: false
-settings:
- allowSelfRelations: false
- allowSubfolders: true
- allowUploads: false
- allowedKinds:
- - image
- branchLimit: null
- defaultUploadLocationSource: 'volume:6c5fc0dd-cf56-48d8-8af8-88abe763b970' # Files
- defaultUploadLocationSubpath: null
- localizeRelations: false
- maintainHierarchy: false
- maxRelations: 1
- minRelations: null
- previewMode: full
- restrictFiles: true
- restrictLocation: true
- restrictedDefaultUploadSubpath: null
- restrictedLocationSource: 'volume:f1b38495-8096-48fa-9b78-0da345e3295c' # Images
- restrictedLocationSubpath: null
- selectionCondition:
- __assoc__:
- -
- - elementType
- - craft\elements\Asset
- -
- - fieldContext
- - global
- -
- - class
- - craft\elements\conditions\assets\AssetCondition
- selectionLabel: null
- showSiteMenu: true
- showUnpermittedFiles: true
- showUnpermittedVolumes: true
- sources: '*'
- targetSiteId: null
- validateRelatedElements: true
- viewMode: large
-translationKeyFormat: null
-translationMethod: site
-type: craft\fields\Assets
diff --git a/config/project/fields/backgroundColor--9a8fffce-3c28-4326-8f7a-e31d2f6cc04b.yaml b/config/project/fields/backgroundColor--9a8fffce-3c28-4326-8f7a-e31d2f6cc04b.yaml
new file mode 100644
index 00000000..ece531c0
--- /dev/null
+++ b/config/project/fields/backgroundColor--9a8fffce-3c28-4326-8f7a-e31d2f6cc04b.yaml
@@ -0,0 +1,32 @@
+columnSuffix: null
+handle: backgroundColor
+instructions: null
+name: 'Background Color'
+searchable: false
+settings:
+ options:
+ -
+ __assoc__:
+ -
+ - label
+ - Transparent
+ -
+ - value
+ - transparent
+ -
+ - default
+ - '1'
+ -
+ __assoc__:
+ -
+ - label
+ - 'Light Gray'
+ -
+ - value
+ - light-gray
+ -
+ - default
+ - ''
+translationKeyFormat: null
+translationMethod: none
+type: craft\fields\Dropdown
diff --git a/config/project/fields/builderContent--74eb36ae-7a26-4e7d-b454-990ec52617f0.yaml b/config/project/fields/builderContent--74eb36ae-7a26-4e7d-b454-990ec52617f0.yaml
deleted file mode 100644
index 99b46b36..00000000
--- a/config/project/fields/builderContent--74eb36ae-7a26-4e7d-b454-990ec52617f0.yaml
+++ /dev/null
@@ -1,16 +0,0 @@
-columnSuffix: null
-contentColumnType: string
-fieldGroup: 8512e79b-4bb8-4d2d-b731-5fa98546f2c9 # Builders
-handle: builderContent
-instructions: null
-name: 'Builder: Content'
-searchable: true
-settings:
- contentTable: '{{%matrixcontent_buildercontent}}'
- maxBlocks: null
- minBlocks: null
- propagationKeyFormat: null
- propagationMethod: all
-translationKeyFormat: null
-translationMethod: site
-type: craft\fields\Matrix
diff --git a/config/project/fields/builderContent--75f91f6f-fc53-49ad-bde0-365d6384b711.yaml b/config/project/fields/builderContent--75f91f6f-fc53-49ad-bde0-365d6384b711.yaml
new file mode 100644
index 00000000..59285ee6
--- /dev/null
+++ b/config/project/fields/builderContent--75f91f6f-fc53-49ad-bde0-365d6384b711.yaml
@@ -0,0 +1,20 @@
+columnSuffix: null
+handle: builderContent
+instructions: null
+name: Content
+searchable: true
+settings:
+ createButtonLabel: 'Add block'
+ entryTypes:
+ - b3022ef5-7f1b-49d7-976d-5d5be501c1f1 # Section
+ includeTableView: false
+ maxEntries: null
+ minEntries: null
+ pageSize: null
+ propagationKeyFormat: null
+ propagationMethod: all
+ showCardsInGrid: true
+ viewMode: blocks
+translationKeyFormat: null
+translationMethod: site
+type: craft\fields\Matrix
diff --git a/config/project/fields/builderContentBlocks--87410aa7-3cd4-4961-9533-6d4f246113b5.yaml b/config/project/fields/builderContentBlocks--87410aa7-3cd4-4961-9533-6d4f246113b5.yaml
new file mode 100644
index 00000000..d6da30d2
--- /dev/null
+++ b/config/project/fields/builderContentBlocks--87410aa7-3cd4-4961-9533-6d4f246113b5.yaml
@@ -0,0 +1,28 @@
+columnSuffix: null
+handle: builderContentBlocks
+instructions: null
+name: 'Content Blocks'
+searchable: true
+settings:
+ createButtonLabel: 'Add block'
+ entryTypes:
+ - f3e1a215-a60f-4d6a-8897-e1a80a40c6cd # Code
+ - 295738c1-951d-4b8c-b5cd-83d71a85d7e8 # Image
+ - 5c9f2ce6-f780-4ea6-a50c-539a252aec94 # Images
+ - baf82dc6-9e5a-4933-aa96-15eed58c888f # Links
+ - fa02ff5a-1741-4417-8c8f-b72b954dd4fd # Quote
+ - 92963d20-e763-4d2e-a367-9e543dfde522 # Spacer
+ - 7b3b13e0-e20d-4d51-b0ae-832300f45234 # Text
+ - 3497ad65-5e4c-43cb-b469-c3e4b3d80343 # Text : Image
+ - 7b23a4a8-a6f8-43c4-b12c-326d089176ad # Video
+ includeTableView: false
+ maxEntries: null
+ minEntries: null
+ pageSize: null
+ propagationKeyFormat: null
+ propagationMethod: all
+ showCardsInGrid: false
+ viewMode: blocks
+translationKeyFormat: null
+translationMethod: site
+type: craft\fields\Matrix
diff --git a/config/project/fields/codeSnippet--be45c3e2-5e9f-491e-a000-94d95c4fa20b.yaml b/config/project/fields/codeSnippet--be45c3e2-5e9f-491e-a000-94d95c4fa20b.yaml
new file mode 100644
index 00000000..a0347648
--- /dev/null
+++ b/config/project/fields/codeSnippet--be45c3e2-5e9f-491e-a000-94d95c4fa20b.yaml
@@ -0,0 +1,32 @@
+columnSuffix: null
+handle: codeSnippet
+instructions: null
+name: 'Code Snippet'
+searchable: true
+settings:
+ availableLanguages:
+ - css
+ - graphql
+ - html
+ - javascript
+ - json
+ - markdown
+ - mysql
+ - php
+ - shell
+ - twig
+ - typescript
+ - yaml
+ codeFolding: true
+ defaultValue: ''
+ fontSize: 14
+ language: javascript
+ lineNumbers: true
+ monacoEditorOptions: ''
+ placeholder: ''
+ showLanguageDropdown: true
+ singleLineEditor: false
+ theme: vs-dark
+translationKeyFormat: null
+translationMethod: none
+type: nystudio107\codefield\fields\Code
diff --git a/config/project/fields/hyperLink--a3f76ec3-252e-4be6-8178-8f6b54acce19.yaml b/config/project/fields/hyperLink--a3f76ec3-252e-4be6-8178-8f6b54acce19.yaml
new file mode 100644
index 00000000..b4bf2503
--- /dev/null
+++ b/config/project/fields/hyperLink--a3f76ec3-252e-4be6-8178-8f6b54acce19.yaml
@@ -0,0 +1,2475 @@
+columnSuffix: null
+handle: hyperLink
+instructions: null
+name: Link
+searchable: true
+settings:
+ defaultLinkType: default-verbb-hyper-links-entry
+ defaultNewWindow: false
+ fieldLayoutId: null
+ linkTypes:
+ -
+ __assoc__:
+ -
+ - type
+ - verbb\hyper\links\Asset
+ -
+ - label
+ - Asset
+ -
+ - handle
+ - default-verbb-hyper-links-asset
+ -
+ - enabled
+ - true
+ -
+ - isCustom
+ - false
+ -
+ - layoutUid
+ - 48c78b9b-83ad-4c76-9602-c28d3cfe46be
+ -
+ - layoutConfig
+ -
+ __assoc__:
+ -
+ - tabs
+ -
+ -
+ __assoc__:
+ -
+ - name
+ - Content
+ -
+ - uid
+ - eef92d77-36c7-462e-8ab7-4d0c6872b638
+ -
+ - elements
+ -
+ -
+ __assoc__:
+ -
+ - type
+ - verbb\hyper\fieldlayoutelements\LinkField
+ -
+ - attribute
+ - linkValue
+ -
+ - mandatory
+ - true
+ -
+ - requirable
+ - true
+ -
+ - autocomplete
+ - false
+ -
+ - autofocus
+ - false
+ -
+ - autocorrect
+ - true
+ -
+ - autocapitalize
+ - true
+ -
+ - disabled
+ - false
+ -
+ - readonly
+ - false
+ -
+ - translatable
+ - false
+ -
+ - required
+ - false
+ -
+ - providesThumbs
+ - false
+ -
+ - includeInCards
+ - false
+ -
+ - width
+ - 50
+ -
+ - dateAdded
+ - '2024-09-04T23:29:56+00:00'
+ -
+ - uid
+ - a86691ec-18bb-410f-95ef-5a07d569c0bd
+ -
+ __assoc__:
+ -
+ - type
+ - verbb\hyper\fieldlayoutelements\LinkTextField
+ -
+ - attribute
+ - linkText
+ -
+ - requirable
+ - true
+ -
+ - autocomplete
+ - false
+ -
+ - autofocus
+ - false
+ -
+ - autocorrect
+ - true
+ -
+ - autocapitalize
+ - true
+ -
+ - disabled
+ - false
+ -
+ - readonly
+ - false
+ -
+ - placeholder
+ - 'e.g. Read more'
+ -
+ - mandatory
+ - false
+ -
+ - translatable
+ - false
+ -
+ - required
+ - false
+ -
+ - providesThumbs
+ - false
+ -
+ - includeInCards
+ - false
+ -
+ - width
+ - 50
+ -
+ - dateAdded
+ - '2024-09-04T23:29:56+00:00'
+ -
+ - uid
+ - 1dbac86b-ff95-4f23-9dc8-6fa0deb9790e
+ -
+ __assoc__:
+ -
+ - type
+ - craft\fieldlayoutelements\CustomField
+ -
+ - required
+ - false
+ -
+ - providesThumbs
+ - false
+ -
+ - includeInCards
+ - false
+ -
+ - width
+ - 50
+ -
+ - dateAdded
+ - '2024-09-05T23:32:08+02:00'
+ -
+ - uid
+ - 5451a679-ea99-46f1-925e-02a76269fbc9
+ -
+ - fieldUid
+ - 185fdccb-b242-4ff7-bf7f-a0f1e7e2987f # Link Style
+ -
+ __assoc__:
+ -
+ - name
+ - Advanced
+ -
+ - uid
+ - fa5cd0bb-c43f-4a8f-9b72-1fa8ec61d150
+ -
+ - elements
+ -
+ -
+ __assoc__:
+ -
+ - type
+ - verbb\hyper\fieldlayoutelements\UrlSuffixField
+ -
+ - attribute
+ - urlSuffix
+ -
+ - requirable
+ - true
+ -
+ - autocomplete
+ - false
+ -
+ - autofocus
+ - false
+ -
+ - autocorrect
+ - true
+ -
+ - autocapitalize
+ - true
+ -
+ - disabled
+ - false
+ -
+ - readonly
+ - false
+ -
+ - mandatory
+ - false
+ -
+ - translatable
+ - false
+ -
+ - required
+ - false
+ -
+ - providesThumbs
+ - false
+ -
+ - includeInCards
+ - false
+ -
+ - width
+ - 50
+ -
+ - dateAdded
+ - '2024-09-04T23:31:12+00:00'
+ -
+ - uid
+ - cf761a62-1870-43b5-a9ba-7903a89057cc
+ -
+ - sources
+ -
+ - 'volume:6c5fc0dd-cf56-48d8-8af8-88abe763b970' # Files
+ -
+ __assoc__:
+ -
+ - type
+ - verbb\hyper\links\Category
+ -
+ - label
+ - Category
+ -
+ - handle
+ - default-verbb-hyper-links-category
+ -
+ - enabled
+ - false
+ -
+ - isCustom
+ - false
+ -
+ - layoutUid
+ - 27f34d6c-d239-4a2e-9afe-e79383b3f756
+ -
+ - layoutConfig
+ -
+ __assoc__:
+ -
+ - tabs
+ -
+ -
+ __assoc__:
+ -
+ - name
+ - Content
+ -
+ - uid
+ - 2f07cbeb-e16c-46e5-9d46-faf15db90774
+ -
+ - elements
+ -
+ -
+ __assoc__:
+ -
+ - type
+ - verbb\hyper\fieldlayoutelements\LinkField
+ -
+ - attribute
+ - linkValue
+ -
+ - mandatory
+ - true
+ -
+ - requirable
+ - true
+ -
+ - autocomplete
+ - false
+ -
+ - autofocus
+ - false
+ -
+ - autocorrect
+ - true
+ -
+ - autocapitalize
+ - true
+ -
+ - disabled
+ - false
+ -
+ - readonly
+ - false
+ -
+ - translatable
+ - false
+ -
+ - required
+ - false
+ -
+ - providesThumbs
+ - false
+ -
+ - includeInCards
+ - false
+ -
+ - width
+ - 50
+ -
+ - dateAdded
+ - '2024-09-05T01:31:12+02:00'
+ -
+ - uid
+ - f22c2a04-628b-4441-8e3e-1602d0c93a6c
+ -
+ __assoc__:
+ -
+ - type
+ - verbb\hyper\fieldlayoutelements\LinkTextField
+ -
+ - attribute
+ - linkText
+ -
+ - requirable
+ - true
+ -
+ - autocomplete
+ - false
+ -
+ - autofocus
+ - false
+ -
+ - autocorrect
+ - true
+ -
+ - autocapitalize
+ - true
+ -
+ - disabled
+ - false
+ -
+ - readonly
+ - false
+ -
+ - placeholder
+ - 'e.g. Read more'
+ -
+ - mandatory
+ - false
+ -
+ - translatable
+ - false
+ -
+ - required
+ - false
+ -
+ - providesThumbs
+ - false
+ -
+ - includeInCards
+ - false
+ -
+ - width
+ - 50
+ -
+ - dateAdded
+ - '2024-09-05T01:31:12+02:00'
+ -
+ - uid
+ - f68fb173-4d84-4cb0-9fe6-11977e46624d
+ -
+ __assoc__:
+ -
+ - name
+ - Advanced
+ -
+ - uid
+ - 9ee14145-6993-446b-b10b-5735f4325cf7
+ -
+ - elements
+ -
+ -
+ __assoc__:
+ -
+ - type
+ - verbb\hyper\fieldlayoutelements\LinkTitleField
+ -
+ - attribute
+ - linkTitle
+ -
+ - requirable
+ - true
+ -
+ - autocomplete
+ - false
+ -
+ - autofocus
+ - false
+ -
+ - autocorrect
+ - true
+ -
+ - autocapitalize
+ - true
+ -
+ - disabled
+ - false
+ -
+ - readonly
+ - false
+ -
+ - mandatory
+ - false
+ -
+ - translatable
+ - false
+ -
+ - required
+ - false
+ -
+ - providesThumbs
+ - false
+ -
+ - includeInCards
+ - false
+ -
+ - width
+ - 100
+ -
+ - dateAdded
+ - '2024-09-05T01:31:12+02:00'
+ -
+ - uid
+ - f5a47c32-af23-4b1d-b68a-541098cc3025
+ -
+ __assoc__:
+ -
+ - type
+ - verbb\hyper\fieldlayoutelements\ClassesField
+ -
+ - attribute
+ - classes
+ -
+ - requirable
+ - true
+ -
+ - autocomplete
+ - false
+ -
+ - autofocus
+ - false
+ -
+ - autocorrect
+ - true
+ -
+ - autocapitalize
+ - true
+ -
+ - disabled
+ - false
+ -
+ - readonly
+ - false
+ -
+ - mandatory
+ - false
+ -
+ - translatable
+ - false
+ -
+ - required
+ - false
+ -
+ - providesThumbs
+ - false
+ -
+ - includeInCards
+ - false
+ -
+ - width
+ - 100
+ -
+ - dateAdded
+ - '2024-09-05T01:31:12+02:00'
+ -
+ - uid
+ - aa9c8d3a-6db7-4ece-9c3f-351add670341
+ -
+ __assoc__:
+ -
+ - type
+ - verbb\hyper\fieldlayoutelements\CustomAttributesField
+ -
+ - attribute
+ - customAttributes
+ -
+ - requirable
+ - true
+ -
+ - mandatory
+ - false
+ -
+ - translatable
+ - false
+ -
+ - required
+ - false
+ -
+ - providesThumbs
+ - false
+ -
+ - includeInCards
+ - false
+ -
+ - width
+ - 100
+ -
+ - dateAdded
+ - '2024-09-05T01:31:12+02:00'
+ -
+ - uid
+ - 163b5f8c-629f-4a5c-916d-3c9f76c3d33a
+ -
+ - sources
+ - '*'
+ -
+ __assoc__:
+ -
+ - type
+ - verbb\hyper\links\Custom
+ -
+ - label
+ - Custom
+ -
+ - handle
+ - default-verbb-hyper-links-custom
+ -
+ - enabled
+ - false
+ -
+ - isCustom
+ - false
+ -
+ - layoutUid
+ - e1a1b315-f3eb-43a5-80f1-bf020da5b79d
+ -
+ - layoutConfig
+ -
+ __assoc__:
+ -
+ - tabs
+ -
+ -
+ __assoc__:
+ -
+ - name
+ - Content
+ -
+ - uid
+ - ca8222a2-5315-4e80-8875-02e79c688738
+ -
+ - elements
+ -
+ -
+ __assoc__:
+ -
+ - type
+ - verbb\hyper\fieldlayoutelements\LinkField
+ -
+ - attribute
+ - linkValue
+ -
+ - mandatory
+ - true
+ -
+ - requirable
+ - true
+ -
+ - autocomplete
+ - false
+ -
+ - autofocus
+ - false
+ -
+ - autocorrect
+ - true
+ -
+ - autocapitalize
+ - true
+ -
+ - disabled
+ - false
+ -
+ - readonly
+ - false
+ -
+ - translatable
+ - false
+ -
+ - required
+ - false
+ -
+ - providesThumbs
+ - false
+ -
+ - includeInCards
+ - false
+ -
+ - width
+ - 50
+ -
+ - dateAdded
+ - '2024-09-04T23:30:13+00:00'
+ -
+ - uid
+ - b7594b39-1e77-42a5-b88f-f7cf982b56f5
+ -
+ __assoc__:
+ -
+ - type
+ - verbb\hyper\fieldlayoutelements\LinkTextField
+ -
+ - attribute
+ - linkText
+ -
+ - requirable
+ - true
+ -
+ - autocomplete
+ - false
+ -
+ - autofocus
+ - false
+ -
+ - autocorrect
+ - true
+ -
+ - autocapitalize
+ - true
+ -
+ - disabled
+ - false
+ -
+ - readonly
+ - false
+ -
+ - placeholder
+ - 'e.g. Read more'
+ -
+ - mandatory
+ - false
+ -
+ - translatable
+ - false
+ -
+ - required
+ - false
+ -
+ - providesThumbs
+ - false
+ -
+ - includeInCards
+ - false
+ -
+ - width
+ - 50
+ -
+ - dateAdded
+ - '2024-09-04T23:30:13+00:00'
+ -
+ - uid
+ - 4031fb95-893b-468b-9616-42acfb9cfe8d
+ -
+ __assoc__:
+ -
+ - name
+ - Advanced
+ -
+ - uid
+ - 17d32d09-87d0-4fc4-81ad-1e56a597cbb4
+ -
+ - elements
+ -
+ -
+ __assoc__:
+ -
+ - type
+ - verbb\hyper\fieldlayoutelements\UrlSuffixField
+ -
+ - attribute
+ - urlSuffix
+ -
+ - requirable
+ - true
+ -
+ - autocomplete
+ - false
+ -
+ - autofocus
+ - false
+ -
+ - autocorrect
+ - true
+ -
+ - autocapitalize
+ - true
+ -
+ - disabled
+ - false
+ -
+ - readonly
+ - false
+ -
+ - mandatory
+ - false
+ -
+ - translatable
+ - false
+ -
+ - required
+ - false
+ -
+ - providesThumbs
+ - false
+ -
+ - includeInCards
+ - false
+ -
+ - width
+ - 100
+ -
+ - dateAdded
+ - '2024-09-04T23:31:12+00:00'
+ -
+ - uid
+ - 007abd00-c4ec-4809-8ca5-15ef9461c2a5
+ -
+ __assoc__:
+ -
+ - type
+ - verbb\hyper\links\Email
+ -
+ - label
+ - Email
+ -
+ - handle
+ - default-verbb-hyper-links-email
+ -
+ - enabled
+ - true
+ -
+ - isCustom
+ - false
+ -
+ - layoutUid
+ - e3a37d3e-3736-4ea6-83cb-6d934ba72bc9
+ -
+ - layoutConfig
+ -
+ __assoc__:
+ -
+ - tabs
+ -
+ -
+ __assoc__:
+ -
+ - name
+ - Content
+ -
+ - uid
+ - 85fe6bc4-ce98-44b7-888b-b8ff689b98b5
+ -
+ - elements
+ -
+ -
+ __assoc__:
+ -
+ - type
+ - verbb\hyper\fieldlayoutelements\LinkField
+ -
+ - attribute
+ - linkValue
+ -
+ - mandatory
+ - true
+ -
+ - requirable
+ - true
+ -
+ - autocomplete
+ - false
+ -
+ - autofocus
+ - false
+ -
+ - autocorrect
+ - true
+ -
+ - autocapitalize
+ - true
+ -
+ - disabled
+ - false
+ -
+ - readonly
+ - false
+ -
+ - translatable
+ - false
+ -
+ - required
+ - false
+ -
+ - providesThumbs
+ - false
+ -
+ - includeInCards
+ - false
+ -
+ - width
+ - 50
+ -
+ - dateAdded
+ - '2024-09-04T23:30:23+00:00'
+ -
+ - uid
+ - e402dd69-aa78-4894-840f-fc277c148f66
+ -
+ __assoc__:
+ -
+ - type
+ - verbb\hyper\fieldlayoutelements\LinkTextField
+ -
+ - attribute
+ - linkText
+ -
+ - requirable
+ - true
+ -
+ - autocomplete
+ - false
+ -
+ - autofocus
+ - false
+ -
+ - autocorrect
+ - true
+ -
+ - autocapitalize
+ - true
+ -
+ - disabled
+ - false
+ -
+ - readonly
+ - false
+ -
+ - placeholder
+ - 'e.g. Read more'
+ -
+ - mandatory
+ - false
+ -
+ - translatable
+ - false
+ -
+ - required
+ - false
+ -
+ - providesThumbs
+ - false
+ -
+ - includeInCards
+ - false
+ -
+ - width
+ - 50
+ -
+ - dateAdded
+ - '2024-09-04T23:30:23+00:00'
+ -
+ - uid
+ - 8c264730-865e-40d7-8927-9f5a4d534bd2
+ -
+ __assoc__:
+ -
+ - type
+ - craft\fieldlayoutelements\CustomField
+ -
+ - required
+ - false
+ -
+ - providesThumbs
+ - false
+ -
+ - includeInCards
+ - false
+ -
+ - width
+ - 50
+ -
+ - dateAdded
+ - '2024-09-05T23:32:08+02:00'
+ -
+ - uid
+ - 5d6c2489-f62e-4ee1-9038-91a77ae950db
+ -
+ - fieldUid
+ - 185fdccb-b242-4ff7-bf7f-a0f1e7e2987f # Link Style
+ -
+ __assoc__:
+ -
+ - name
+ - Advanced
+ -
+ - uid
+ - 8a912b2e-dc7f-4d8d-b8df-d75a5071e8e4
+ -
+ - elements
+ -
+ -
+ __assoc__:
+ -
+ - type
+ - verbb\hyper\fieldlayoutelements\UrlSuffixField
+ -
+ - attribute
+ - urlSuffix
+ -
+ - requirable
+ - true
+ -
+ - autocomplete
+ - false
+ -
+ - autofocus
+ - false
+ -
+ - autocorrect
+ - true
+ -
+ - autocapitalize
+ - true
+ -
+ - disabled
+ - false
+ -
+ - readonly
+ - false
+ -
+ - mandatory
+ - false
+ -
+ - translatable
+ - false
+ -
+ - required
+ - false
+ -
+ - providesThumbs
+ - false
+ -
+ - includeInCards
+ - false
+ -
+ - width
+ - 100
+ -
+ - dateAdded
+ - '2024-09-04T23:31:12+00:00'
+ -
+ - uid
+ - 76a5f057-9e35-4adc-9916-2c4bff6ddc63
+ -
+ __assoc__:
+ -
+ - type
+ - verbb\hyper\links\Embed
+ -
+ - label
+ - Embed
+ -
+ - handle
+ - default-verbb-hyper-links-embed
+ -
+ - enabled
+ - false
+ -
+ - isCustom
+ - false
+ -
+ - layoutUid
+ - 8fe03f67-a21a-4f32-b79e-4ee5059518b7
+ -
+ - layoutConfig
+ -
+ __assoc__:
+ -
+ - tabs
+ -
+ -
+ __assoc__:
+ -
+ - name
+ - Content
+ -
+ - uid
+ - 5f33fa29-27c6-4e98-9eb9-c6437549bae1
+ -
+ - elements
+ -
+ -
+ __assoc__:
+ -
+ - type
+ - verbb\hyper\fieldlayoutelements\LinkField
+ -
+ - attribute
+ - linkValue
+ -
+ - mandatory
+ - true
+ -
+ - requirable
+ - true
+ -
+ - autocomplete
+ - false
+ -
+ - autofocus
+ - false
+ -
+ - autocorrect
+ - true
+ -
+ - autocapitalize
+ - true
+ -
+ - disabled
+ - false
+ -
+ - readonly
+ - false
+ -
+ - translatable
+ - false
+ -
+ - required
+ - false
+ -
+ - providesThumbs
+ - false
+ -
+ - includeInCards
+ - false
+ -
+ - width
+ - 50
+ -
+ - dateAdded
+ - '2024-09-04T23:30:30+00:00'
+ -
+ - uid
+ - 95deaba5-90e7-4df2-a77c-660e3645b099
+ -
+ __assoc__:
+ -
+ - type
+ - verbb\hyper\fieldlayoutelements\LinkTextField
+ -
+ - attribute
+ - linkText
+ -
+ - requirable
+ - true
+ -
+ - autocomplete
+ - false
+ -
+ - autofocus
+ - false
+ -
+ - autocorrect
+ - true
+ -
+ - autocapitalize
+ - true
+ -
+ - disabled
+ - false
+ -
+ - readonly
+ - false
+ -
+ - placeholder
+ - 'e.g. Read more'
+ -
+ - mandatory
+ - false
+ -
+ - translatable
+ - false
+ -
+ - required
+ - false
+ -
+ - providesThumbs
+ - false
+ -
+ - includeInCards
+ - false
+ -
+ - width
+ - 50
+ -
+ - dateAdded
+ - '2024-09-04T23:30:30+00:00'
+ -
+ - uid
+ - 1c357c3d-7f89-4259-a05e-b932c5f3cde8
+ -
+ __assoc__:
+ -
+ - name
+ - Advanced
+ -
+ - uid
+ - 275f31bc-0e41-40f2-b279-820f5cb63347
+ -
+ - elements
+ -
+ -
+ __assoc__:
+ -
+ - type
+ - verbb\hyper\fieldlayoutelements\UrlSuffixField
+ -
+ - attribute
+ - urlSuffix
+ -
+ - requirable
+ - true
+ -
+ - autocomplete
+ - false
+ -
+ - autofocus
+ - false
+ -
+ - autocorrect
+ - true
+ -
+ - autocapitalize
+ - true
+ -
+ - disabled
+ - false
+ -
+ - readonly
+ - false
+ -
+ - mandatory
+ - false
+ -
+ - translatable
+ - false
+ -
+ - required
+ - false
+ -
+ - providesThumbs
+ - false
+ -
+ - includeInCards
+ - false
+ -
+ - width
+ - 100
+ -
+ - dateAdded
+ - '2024-09-04T23:31:12+00:00'
+ -
+ - uid
+ - 423d7d32-e0d0-4b29-bcfb-e54f04d15070
+ -
+ __assoc__:
+ -
+ - type
+ - verbb\hyper\links\Entry
+ -
+ - label
+ - Entry
+ -
+ - handle
+ - default-verbb-hyper-links-entry
+ -
+ - enabled
+ - true
+ -
+ - isCustom
+ - false
+ -
+ - layoutUid
+ - c79e8fd2-47b3-4f3d-bbe6-f410f2344284
+ -
+ - layoutConfig
+ -
+ __assoc__:
+ -
+ - tabs
+ -
+ -
+ __assoc__:
+ -
+ - name
+ - Content
+ -
+ - uid
+ - e6d20965-7dc8-41df-bd61-c98462dc834c
+ -
+ - elements
+ -
+ -
+ __assoc__:
+ -
+ - type
+ - verbb\hyper\fieldlayoutelements\LinkField
+ -
+ - attribute
+ - linkValue
+ -
+ - mandatory
+ - true
+ -
+ - requirable
+ - true
+ -
+ - autocomplete
+ - false
+ -
+ - autofocus
+ - false
+ -
+ - autocorrect
+ - true
+ -
+ - autocapitalize
+ - true
+ -
+ - disabled
+ - false
+ -
+ - readonly
+ - false
+ -
+ - translatable
+ - false
+ -
+ - required
+ - false
+ -
+ - providesThumbs
+ - false
+ -
+ - includeInCards
+ - false
+ -
+ - width
+ - 50
+ -
+ - dateAdded
+ - '2024-09-04T23:30:37+00:00'
+ -
+ - uid
+ - 55995ae6-df13-4ad7-a193-7e5adfa43cb2
+ -
+ __assoc__:
+ -
+ - type
+ - verbb\hyper\fieldlayoutelements\LinkTextField
+ -
+ - attribute
+ - linkText
+ -
+ - requirable
+ - true
+ -
+ - autocomplete
+ - false
+ -
+ - autofocus
+ - false
+ -
+ - autocorrect
+ - true
+ -
+ - autocapitalize
+ - true
+ -
+ - disabled
+ - false
+ -
+ - readonly
+ - false
+ -
+ - placeholder
+ - 'e.g. Read more'
+ -
+ - mandatory
+ - false
+ -
+ - translatable
+ - false
+ -
+ - required
+ - false
+ -
+ - providesThumbs
+ - false
+ -
+ - includeInCards
+ - false
+ -
+ - width
+ - 50
+ -
+ - dateAdded
+ - '2024-09-04T23:30:37+00:00'
+ -
+ - uid
+ - dbf8744e-81a6-4fb2-b58b-157cfcfa305b
+ -
+ __assoc__:
+ -
+ - type
+ - craft\fieldlayoutelements\CustomField
+ -
+ - required
+ - false
+ -
+ - providesThumbs
+ - false
+ -
+ - includeInCards
+ - false
+ -
+ - width
+ - 50
+ -
+ - dateAdded
+ - '2024-09-05T23:32:08+02:00'
+ -
+ - uid
+ - a2dd02f8-f45f-4c87-a20b-2e2729753ec7
+ -
+ - fieldUid
+ - 185fdccb-b242-4ff7-bf7f-a0f1e7e2987f # Link Style
+ -
+ __assoc__:
+ -
+ - name
+ - Advanced
+ -
+ - uid
+ - aefdf9b5-16c2-44a5-acf0-fb64834ea600
+ -
+ - elements
+ -
+ -
+ __assoc__:
+ -
+ - type
+ - verbb\hyper\fieldlayoutelements\UrlSuffixField
+ -
+ - attribute
+ - urlSuffix
+ -
+ - requirable
+ - true
+ -
+ - autocomplete
+ - false
+ -
+ - autofocus
+ - false
+ -
+ - autocorrect
+ - true
+ -
+ - autocapitalize
+ - true
+ -
+ - disabled
+ - false
+ -
+ - readonly
+ - false
+ -
+ - mandatory
+ - false
+ -
+ - translatable
+ - false
+ -
+ - required
+ - false
+ -
+ - providesThumbs
+ - false
+ -
+ - includeInCards
+ - false
+ -
+ - width
+ - 100
+ -
+ - dateAdded
+ - '2024-09-04T23:31:12+00:00'
+ -
+ - uid
+ - 6a5ce111-be2b-4079-9abd-2e37623fa051
+ -
+ - sources
+ - '*'
+ -
+ __assoc__:
+ -
+ - type
+ - verbb\hyper\links\Phone
+ -
+ - label
+ - Phone
+ -
+ - handle
+ - default-verbb-hyper-links-phone
+ -
+ - enabled
+ - true
+ -
+ - isCustom
+ - false
+ -
+ - layoutUid
+ - 23f1b57a-b432-4bca-b2ca-964a4e85f36c
+ -
+ - layoutConfig
+ -
+ __assoc__:
+ -
+ - tabs
+ -
+ -
+ __assoc__:
+ -
+ - name
+ - Content
+ -
+ - uid
+ - 5d5a993d-dfdc-48af-9373-288813e00068
+ -
+ - elements
+ -
+ -
+ __assoc__:
+ -
+ - type
+ - verbb\hyper\fieldlayoutelements\LinkField
+ -
+ - attribute
+ - linkValue
+ -
+ - mandatory
+ - true
+ -
+ - requirable
+ - true
+ -
+ - autocomplete
+ - false
+ -
+ - autofocus
+ - false
+ -
+ - autocorrect
+ - true
+ -
+ - autocapitalize
+ - true
+ -
+ - disabled
+ - false
+ -
+ - readonly
+ - false
+ -
+ - translatable
+ - false
+ -
+ - required
+ - false
+ -
+ - providesThumbs
+ - false
+ -
+ - includeInCards
+ - false
+ -
+ - width
+ - 50
+ -
+ - dateAdded
+ - '2024-09-04T23:30:51+00:00'
+ -
+ - uid
+ - d8c26f6b-ee3a-4770-94f0-0ac8ec98614a
+ -
+ __assoc__:
+ -
+ - type
+ - verbb\hyper\fieldlayoutelements\LinkTextField
+ -
+ - attribute
+ - linkText
+ -
+ - requirable
+ - true
+ -
+ - autocomplete
+ - false
+ -
+ - autofocus
+ - false
+ -
+ - autocorrect
+ - true
+ -
+ - autocapitalize
+ - true
+ -
+ - disabled
+ - false
+ -
+ - readonly
+ - false
+ -
+ - placeholder
+ - 'e.g. Read more'
+ -
+ - mandatory
+ - false
+ -
+ - translatable
+ - false
+ -
+ - required
+ - false
+ -
+ - providesThumbs
+ - false
+ -
+ - includeInCards
+ - false
+ -
+ - width
+ - 50
+ -
+ - dateAdded
+ - '2024-09-04T23:30:51+00:00'
+ -
+ - uid
+ - 8eb6894d-229b-4c0f-9fc0-7c0d2035a014
+ -
+ __assoc__:
+ -
+ - type
+ - craft\fieldlayoutelements\CustomField
+ -
+ - required
+ - false
+ -
+ - providesThumbs
+ - false
+ -
+ - includeInCards
+ - false
+ -
+ - width
+ - 50
+ -
+ - dateAdded
+ - '2024-09-05T23:32:08+02:00'
+ -
+ - uid
+ - 73d7032e-d6b1-4446-b95c-3d09dfa2038b
+ -
+ - fieldUid
+ - 185fdccb-b242-4ff7-bf7f-a0f1e7e2987f # Link Style
+ -
+ __assoc__:
+ -
+ - name
+ - Advanced
+ -
+ - uid
+ - fde95787-c2dd-47c9-85c3-6503c3bad791
+ -
+ - elements
+ -
+ -
+ __assoc__:
+ -
+ - type
+ - verbb\hyper\fieldlayoutelements\UrlSuffixField
+ -
+ - attribute
+ - urlSuffix
+ -
+ - requirable
+ - true
+ -
+ - autocomplete
+ - false
+ -
+ - autofocus
+ - false
+ -
+ - autocorrect
+ - true
+ -
+ - autocapitalize
+ - true
+ -
+ - disabled
+ - false
+ -
+ - readonly
+ - false
+ -
+ - mandatory
+ - false
+ -
+ - translatable
+ - false
+ -
+ - required
+ - false
+ -
+ - providesThumbs
+ - false
+ -
+ - includeInCards
+ - false
+ -
+ - width
+ - 100
+ -
+ - dateAdded
+ - '2024-09-04T23:31:12+00:00'
+ -
+ - uid
+ - 712257fe-4997-485b-8dc0-cdb62bc98bfb
+ -
+ __assoc__:
+ -
+ - type
+ - verbb\hyper\links\Site
+ -
+ - label
+ - Site
+ -
+ - handle
+ - default-verbb-hyper-links-site
+ -
+ - enabled
+ - true
+ -
+ - isCustom
+ - false
+ -
+ - layoutUid
+ - fa011d60-30eb-4e1d-8beb-6a917418da08
+ -
+ - layoutConfig
+ -
+ __assoc__:
+ -
+ - tabs
+ -
+ -
+ __assoc__:
+ -
+ - name
+ - Content
+ -
+ - uid
+ - 2a4a0211-f22e-4648-a4a4-7f9898a5eb95
+ -
+ - elements
+ -
+ -
+ __assoc__:
+ -
+ - type
+ - verbb\hyper\fieldlayoutelements\LinkField
+ -
+ - attribute
+ - linkValue
+ -
+ - mandatory
+ - true
+ -
+ - requirable
+ - true
+ -
+ - autocomplete
+ - false
+ -
+ - autofocus
+ - false
+ -
+ - autocorrect
+ - true
+ -
+ - autocapitalize
+ - true
+ -
+ - disabled
+ - false
+ -
+ - readonly
+ - false
+ -
+ - translatable
+ - false
+ -
+ - required
+ - false
+ -
+ - providesThumbs
+ - false
+ -
+ - includeInCards
+ - false
+ -
+ - width
+ - 50
+ -
+ - dateAdded
+ - '2024-09-04T23:31:12+00:00'
+ -
+ - uid
+ - 4208c50f-6274-41f3-8f85-9e316e534cd7
+ -
+ __assoc__:
+ -
+ - type
+ - verbb\hyper\fieldlayoutelements\LinkTextField
+ -
+ - attribute
+ - linkText
+ -
+ - requirable
+ - true
+ -
+ - autocomplete
+ - false
+ -
+ - autofocus
+ - false
+ -
+ - autocorrect
+ - true
+ -
+ - autocapitalize
+ - true
+ -
+ - disabled
+ - false
+ -
+ - readonly
+ - false
+ -
+ - placeholder
+ - 'e.g. Read more'
+ -
+ - mandatory
+ - false
+ -
+ - translatable
+ - false
+ -
+ - required
+ - false
+ -
+ - providesThumbs
+ - false
+ -
+ - includeInCards
+ - false
+ -
+ - width
+ - 50
+ -
+ - dateAdded
+ - '2024-09-04T23:31:12+00:00'
+ -
+ - uid
+ - e5487472-4d47-4353-9c9c-f45a1fc76eb2
+ -
+ __assoc__:
+ -
+ - type
+ - craft\fieldlayoutelements\CustomField
+ -
+ - required
+ - false
+ -
+ - providesThumbs
+ - false
+ -
+ - includeInCards
+ - false
+ -
+ - width
+ - 50
+ -
+ - dateAdded
+ - '2024-09-05T23:32:08+02:00'
+ -
+ - uid
+ - 00063493-7fe5-4811-848e-0da4a235cb6f
+ -
+ - fieldUid
+ - 185fdccb-b242-4ff7-bf7f-a0f1e7e2987f # Link Style
+ -
+ __assoc__:
+ -
+ - name
+ - Advanced
+ -
+ - uid
+ - 6af961eb-986c-439c-9226-5602974383fd
+ -
+ - elements
+ -
+ -
+ __assoc__:
+ -
+ - type
+ - verbb\hyper\fieldlayoutelements\UrlSuffixField
+ -
+ - attribute
+ - urlSuffix
+ -
+ - requirable
+ - true
+ -
+ - autocomplete
+ - false
+ -
+ - autofocus
+ - false
+ -
+ - autocorrect
+ - true
+ -
+ - autocapitalize
+ - true
+ -
+ - disabled
+ - false
+ -
+ - readonly
+ - false
+ -
+ - mandatory
+ - false
+ -
+ - translatable
+ - false
+ -
+ - required
+ - false
+ -
+ - providesThumbs
+ - false
+ -
+ - includeInCards
+ - false
+ -
+ - width
+ - 100
+ -
+ - dateAdded
+ - '2024-09-05T21:31:58+00:00'
+ -
+ - uid
+ - 25266123-2764-4dff-84b1-251b116eb867
+ -
+ - sites
+ - '*'
+ -
+ __assoc__:
+ -
+ - type
+ - verbb\hyper\links\Url
+ -
+ - label
+ - URL
+ -
+ - handle
+ - default-verbb-hyper-links-url
+ -
+ - enabled
+ - true
+ -
+ - isCustom
+ - false
+ -
+ - layoutUid
+ - 6b4a6247-e196-4963-98c4-7e6fa6ea79b3
+ -
+ - layoutConfig
+ -
+ __assoc__:
+ -
+ - tabs
+ -
+ -
+ __assoc__:
+ -
+ - name
+ - Content
+ -
+ - uid
+ - ee78b391-9fca-4d78-9ec8-4d390f224c9a
+ -
+ - elements
+ -
+ -
+ __assoc__:
+ -
+ - type
+ - verbb\hyper\fieldlayoutelements\LinkField
+ -
+ - attribute
+ - linkValue
+ -
+ - mandatory
+ - true
+ -
+ - requirable
+ - true
+ -
+ - autocomplete
+ - false
+ -
+ - autofocus
+ - false
+ -
+ - autocorrect
+ - true
+ -
+ - autocapitalize
+ - true
+ -
+ - disabled
+ - false
+ -
+ - readonly
+ - false
+ -
+ - translatable
+ - false
+ -
+ - required
+ - false
+ -
+ - providesThumbs
+ - false
+ -
+ - includeInCards
+ - false
+ -
+ - width
+ - 50
+ -
+ - dateAdded
+ - '2024-09-04T23:30:58+00:00'
+ -
+ - uid
+ - d618ebe2-f3d7-4646-9ced-a36aea92e11a
+ -
+ __assoc__:
+ -
+ - type
+ - verbb\hyper\fieldlayoutelements\LinkTextField
+ -
+ - attribute
+ - linkText
+ -
+ - requirable
+ - true
+ -
+ - autocomplete
+ - false
+ -
+ - autofocus
+ - false
+ -
+ - autocorrect
+ - true
+ -
+ - autocapitalize
+ - true
+ -
+ - disabled
+ - false
+ -
+ - readonly
+ - false
+ -
+ - placeholder
+ - 'e.g. Read more'
+ -
+ - mandatory
+ - false
+ -
+ - translatable
+ - false
+ -
+ - required
+ - false
+ -
+ - providesThumbs
+ - false
+ -
+ - includeInCards
+ - false
+ -
+ - width
+ - 50
+ -
+ - dateAdded
+ - '2024-09-04T23:30:58+00:00'
+ -
+ - uid
+ - e5c91946-a66c-480f-8411-c4d028a07bb3
+ -
+ __assoc__:
+ -
+ - type
+ - craft\fieldlayoutelements\CustomField
+ -
+ - required
+ - false
+ -
+ - providesThumbs
+ - false
+ -
+ - includeInCards
+ - false
+ -
+ - width
+ - 50
+ -
+ - dateAdded
+ - '2024-09-05T23:32:08+02:00'
+ -
+ - uid
+ - c1315b99-5a40-4b25-bb0f-de291416d21b
+ -
+ - fieldUid
+ - 185fdccb-b242-4ff7-bf7f-a0f1e7e2987f # Link Style
+ -
+ __assoc__:
+ -
+ - name
+ - Advanced
+ -
+ - uid
+ - 0fae4374-b5c5-4f3f-8048-06005033aae1
+ -
+ - elements
+ -
+ -
+ __assoc__:
+ -
+ - type
+ - verbb\hyper\fieldlayoutelements\UrlSuffixField
+ -
+ - attribute
+ - urlSuffix
+ -
+ - requirable
+ - true
+ -
+ - autocomplete
+ - false
+ -
+ - autofocus
+ - false
+ -
+ - autocorrect
+ - true
+ -
+ - autocapitalize
+ - true
+ -
+ - disabled
+ - false
+ -
+ - readonly
+ - false
+ -
+ - mandatory
+ - false
+ -
+ - translatable
+ - false
+ -
+ - required
+ - false
+ -
+ - providesThumbs
+ - false
+ -
+ - includeInCards
+ - false
+ -
+ - width
+ - 100
+ -
+ - dateAdded
+ - '2024-09-04T23:31:12+00:00'
+ -
+ - uid
+ - 2988c2ce-2373-4383-bb5d-edc87cc68b5d
+ -
+ __assoc__:
+ -
+ - type
+ - verbb\hyper\links\User
+ -
+ - label
+ - User
+ -
+ - handle
+ - default-verbb-hyper-links-user
+ -
+ - enabled
+ - false
+ -
+ - isCustom
+ - false
+ -
+ - layoutUid
+ - bd534d08-0c79-4dea-acdb-08d922d99a5d
+ -
+ - layoutConfig
+ -
+ __assoc__:
+ -
+ - tabs
+ -
+ -
+ __assoc__:
+ -
+ - name
+ - Content
+ -
+ - uid
+ - 71d4762b-b889-4e4e-9beb-fe906d6c78d7
+ -
+ - elements
+ -
+ -
+ __assoc__:
+ -
+ - type
+ - verbb\hyper\fieldlayoutelements\LinkField
+ -
+ - attribute
+ - linkValue
+ -
+ - mandatory
+ - true
+ -
+ - requirable
+ - true
+ -
+ - autocomplete
+ - false
+ -
+ - autofocus
+ - false
+ -
+ - autocorrect
+ - true
+ -
+ - autocapitalize
+ - true
+ -
+ - disabled
+ - false
+ -
+ - readonly
+ - false
+ -
+ - translatable
+ - false
+ -
+ - required
+ - false
+ -
+ - providesThumbs
+ - false
+ -
+ - includeInCards
+ - false
+ -
+ - width
+ - 50
+ -
+ - dateAdded
+ - '2024-09-05T01:31:12+02:00'
+ -
+ - uid
+ - 97db7d0b-ef1b-483c-a36c-384928581e71
+ -
+ __assoc__:
+ -
+ - type
+ - verbb\hyper\fieldlayoutelements\LinkTextField
+ -
+ - attribute
+ - linkText
+ -
+ - requirable
+ - true
+ -
+ - autocomplete
+ - false
+ -
+ - autofocus
+ - false
+ -
+ - autocorrect
+ - true
+ -
+ - autocapitalize
+ - true
+ -
+ - disabled
+ - false
+ -
+ - readonly
+ - false
+ -
+ - placeholder
+ - 'e.g. Read more'
+ -
+ - mandatory
+ - false
+ -
+ - translatable
+ - false
+ -
+ - required
+ - false
+ -
+ - providesThumbs
+ - false
+ -
+ - includeInCards
+ - false
+ -
+ - width
+ - 50
+ -
+ - dateAdded
+ - '2024-09-05T01:31:12+02:00'
+ -
+ - uid
+ - 57e710d0-c8d9-4ed5-9a1b-fae55ff0b9ba
+ -
+ __assoc__:
+ -
+ - name
+ - Advanced
+ -
+ - uid
+ - 3f9e554d-e135-41fa-be85-bb61b25caddd
+ -
+ - elements
+ -
+ -
+ __assoc__:
+ -
+ - type
+ - verbb\hyper\fieldlayoutelements\LinkTitleField
+ -
+ - attribute
+ - linkTitle
+ -
+ - requirable
+ - true
+ -
+ - autocomplete
+ - false
+ -
+ - autofocus
+ - false
+ -
+ - autocorrect
+ - true
+ -
+ - autocapitalize
+ - true
+ -
+ - disabled
+ - false
+ -
+ - readonly
+ - false
+ -
+ - mandatory
+ - false
+ -
+ - translatable
+ - false
+ -
+ - required
+ - false
+ -
+ - providesThumbs
+ - false
+ -
+ - includeInCards
+ - false
+ -
+ - width
+ - 100
+ -
+ - dateAdded
+ - '2024-09-05T01:31:12+02:00'
+ -
+ - uid
+ - 0835484d-3075-44f7-a4fd-d08363eff307
+ -
+ __assoc__:
+ -
+ - type
+ - verbb\hyper\fieldlayoutelements\ClassesField
+ -
+ - attribute
+ - classes
+ -
+ - requirable
+ - true
+ -
+ - autocomplete
+ - false
+ -
+ - autofocus
+ - false
+ -
+ - autocorrect
+ - true
+ -
+ - autocapitalize
+ - true
+ -
+ - disabled
+ - false
+ -
+ - readonly
+ - false
+ -
+ - mandatory
+ - false
+ -
+ - translatable
+ - false
+ -
+ - required
+ - false
+ -
+ - providesThumbs
+ - false
+ -
+ - includeInCards
+ - false
+ -
+ - width
+ - 100
+ -
+ - dateAdded
+ - '2024-09-05T01:31:12+02:00'
+ -
+ - uid
+ - 1849c6d2-fac6-485a-a7e6-581524014505
+ -
+ __assoc__:
+ -
+ - type
+ - verbb\hyper\fieldlayoutelements\CustomAttributesField
+ -
+ - attribute
+ - customAttributes
+ -
+ - requirable
+ - true
+ -
+ - mandatory
+ - false
+ -
+ - translatable
+ - false
+ -
+ - required
+ - false
+ -
+ - providesThumbs
+ - false
+ -
+ - includeInCards
+ - false
+ -
+ - width
+ - 100
+ -
+ - dateAdded
+ - '2024-09-05T01:31:12+02:00'
+ -
+ - uid
+ - 188a2148-8b16-4dc7-bf03-892ca320b113
+ -
+ - sources
+ - '*'
+ maxLinks: null
+ minLinks: null
+ multipleLinks: false
+ newWindow: true
+translationKeyFormat: null
+translationMethod: none
+type: verbb\hyper\fields\HyperField
diff --git a/config/project/fields/textLinks--8d272b11-c1b4-4fc3-95c8-9d94fa513795.yaml b/config/project/fields/hyperLinks--c8a9d048-8e52-42a3-8e8a-44633a838802.yaml
similarity index 71%
rename from config/project/fields/textLinks--8d272b11-c1b4-4fc3-95c8-9d94fa513795.yaml
rename to config/project/fields/hyperLinks--c8a9d048-8e52-42a3-8e8a-44633a838802.yaml
index 9e992b03..96a031ff 100644
--- a/config/project/fields/textLinks--8d272b11-c1b4-4fc3-95c8-9d94fa513795.yaml
+++ b/config/project/fields/hyperLinks--c8a9d048-8e52-42a3-8e8a-44633a838802.yaml
@@ -1,12 +1,9 @@
-columnSuffix: kmnpmoky
-contentColumnType: text
-fieldGroup: 4267733c-fa2b-45f5-a3b6-8b56a1c56dc4 # Text
-handle: textLinks
+columnSuffix: null
+handle: hyperLinks
instructions: null
-name: 'Text: Links'
+name: Links
searchable: true
settings:
- columnType: text
defaultLinkType: default-verbb-hyper-links-entry
defaultNewWindow: false
fieldLayoutId: null
@@ -30,7 +27,7 @@ settings:
- false
-
- layoutUid
- - 92e919df-8d25-4cde-9358-65dcb549dfe0
+ - 00e61faa-63f4-4556-93d4-8abddbb52e2f
-
- layoutConfig
-
@@ -45,7 +42,7 @@ settings:
- Content
-
- uid
- - 32d22251-52a8-4147-8096-7073f3cb3747
+ - 12ad55a0-fb21-4a73-bc61-9dc4fc34b301
-
- elements
-
@@ -60,6 +57,9 @@ settings:
-
- mandatory
- true
+ -
+ - requirable
+ - true
-
- autocomplete
- false
@@ -78,21 +78,27 @@ settings:
-
- readonly
- false
- -
- - requirable
- - false
-
- translatable
- false
-
- required
- false
+ -
+ - providesThumbs
+ - false
+ -
+ - includeInCards
+ - false
-
- width
- 50
+ -
+ - dateAdded
+ - '2024-09-04T23:19:35+00:00'
-
- uid
- - 984e4fea-f3f9-4f4a-80b0-3ddd722a4c51
+ - c0199e71-ccdc-437d-8c9c-be7125a76a4e
-
__assoc__:
-
@@ -135,162 +141,65 @@ settings:
- required
- false
-
- - width
- - 50
- -
- - uid
- - 46e1e81b-2a0c-45fd-bf2b-b2f6c5403d15
- -
- __assoc__:
- -
- - name
- - Advanced
- -
- - uid
- - ae00ef13-68f8-4a68-b96c-6ab395bb4d1c
- -
- - elements
- -
- -
- __assoc__:
- -
- - type
- - verbb\hyper\fieldlayoutelements\UrlSuffixField
- -
- - attribute
- - urlSuffix
- -
- - requirable
- - true
- -
- - autocomplete
- - false
- -
- - autofocus
- - false
- -
- - autocorrect
- - true
- -
- - autocapitalize
- - true
- -
- - disabled
- - false
- -
- - readonly
- - false
- -
- - mandatory
- - false
- -
- - translatable
+ - providesThumbs
- false
-
- - required
+ - includeInCards
- false
-
- width
- - 100
- -
- - uid
- - cf5849d3-5e05-465e-bab1-5d619ee6dfac
- -
- __assoc__:
- -
- - type
- - verbb\hyper\fieldlayoutelements\AriaLabelField
- -
- - attribute
- - ariaLabel
- -
- - requirable
- - true
- -
- - autocomplete
- - false
- -
- - autofocus
- - false
- -
- - autocorrect
- - true
- -
- - autocapitalize
- - true
- -
- - disabled
- - false
- -
- - readonly
- - false
- -
- - mandatory
- - false
- -
- - translatable
- - false
- -
- - required
- - false
+ - 50
-
- - width
- - 100
+ - dateAdded
+ - '2024-09-04T23:19:35+00:00'
-
- uid
- - b714be61-39aa-4f99-a3a6-bc90bdf89ac2
+ - 78c2675f-a55c-4476-a814-f5930eea5630
-
__assoc__:
-
- type
- - verbb\hyper\fieldlayoutelements\LinkTitleField
- -
- - attribute
- - linkTitle
- -
- - requirable
- - true
- -
- - autocomplete
- - false
+ - craft\fieldlayoutelements\CustomField
-
- - autofocus
- - false
- -
- - autocorrect
- - true
- -
- - autocapitalize
- - true
- -
- - disabled
- - false
- -
- - readonly
- - false
- -
- - mandatory
+ - required
- false
-
- - translatable
+ - providesThumbs
- false
-
- - required
+ - includeInCards
- false
-
- width
- - 100
+ - 50
+ -
+ - dateAdded
+ - '2024-09-05T23:33:15+02:00'
-
- uid
- - 0d72a1dd-c330-4344-bcda-00736f1bde6f
+ - 36a5bb7b-916c-4ffb-9564-71358e650c0c
+ -
+ - fieldUid
+ - 185fdccb-b242-4ff7-bf7f-a0f1e7e2987f # Link Style
+ -
+ __assoc__:
+ -
+ - name
+ - Advanced
+ -
+ - uid
+ - 5b16771b-bd1b-4def-9578-17f426609f22
+ -
+ - elements
+ -
-
__assoc__:
-
- type
- - verbb\hyper\fieldlayoutelements\ClassesField
+ - verbb\hyper\fieldlayoutelements\UrlSuffixField
-
- attribute
- - classes
+ - urlSuffix
-
- requirable
- true
@@ -322,45 +231,24 @@ settings:
- required
- false
-
- - width
- - 100
- -
- - uid
- - cdb16754-2b0a-412a-9f7b-325c1f08b3a4
- -
- __assoc__:
- -
- - type
- - verbb\hyper\fieldlayoutelements\CustomAttributesField
- -
- - attribute
- - customAttributes
- -
- - requirable
- - true
- -
- - mandatory
- - false
- -
- - translatable
+ - providesThumbs
- false
-
- - required
+ - includeInCards
- false
-
- width
- 100
+ -
+ - dateAdded
+ - '2024-09-04T23:29:16+00:00'
-
- uid
- - 9eab4877-a6ea-436c-9cfc-966b03c0b9c6
+ - 0e5bcbfe-3d5a-477d-bad4-33ea3aa7be05
-
- sources
-
- 'volume:6c5fc0dd-cf56-48d8-8af8-88abe763b970' # Files
- - 'volume:f1b38495-8096-48fa-9b78-0da345e3295c' # Images
- -
- - selectionLabel
- - 'Choose an Asset'
-
__assoc__:
-
@@ -380,7 +268,7 @@ settings:
- false
-
- layoutUid
- - e08b9cf3-a7ee-42b3-9993-d65601c0b15d
+ - f1ba3076-7336-438f-8bc3-892b553958e5
-
- layoutConfig
-
@@ -395,7 +283,7 @@ settings:
- Content
-
- uid
- - e3ed8419-6379-4231-91bc-73a5852b858d
+ - 4b07cf5b-fee2-4b78-83ef-f3e57a759f49
-
- elements
-
@@ -410,6 +298,9 @@ settings:
-
- mandatory
- true
+ -
+ - requirable
+ - true
-
- autocomplete
- false
@@ -428,21 +319,27 @@ settings:
-
- readonly
- false
- -
- - requirable
- - false
-
- translatable
- false
-
- required
- false
+ -
+ - providesThumbs
+ - false
+ -
+ - includeInCards
+ - false
-
- width
- 50
+ -
+ - dateAdded
+ - '2024-09-05T01:19:35+02:00'
-
- uid
- - 8bed0c07-4d7e-4498-8924-4d00849b63d1
+ - 7de015db-b81a-4e4a-b8e9-3bb3225b752e
-
__assoc__:
-
@@ -484,12 +381,21 @@ settings:
-
- required
- false
+ -
+ - providesThumbs
+ - false
+ -
+ - includeInCards
+ - false
-
- width
- 50
+ -
+ - dateAdded
+ - '2024-09-05T01:19:35+02:00'
-
- uid
- - c84bb811-80b7-4357-99fd-a65eb647ca37
+ - 9860e305-e934-4cec-8742-7184b13d3234
-
__assoc__:
-
@@ -497,7 +403,7 @@ settings:
- Advanced
-
- uid
- - 88b780c7-b025-4573-9042-802461ac54d4
+ - 2dc05e25-0a5b-403b-980b-383a17973019
-
- elements
-
@@ -539,12 +445,21 @@ settings:
-
- required
- false
+ -
+ - providesThumbs
+ - false
+ -
+ - includeInCards
+ - false
-
- width
- 100
+ -
+ - dateAdded
+ - '2024-09-05T01:19:35+02:00'
-
- uid
- - 47392c29-de14-4c45-9aee-99297d963de5
+ - a4c38ba3-e5f8-48e0-bf0c-f9f3e98721d6
-
__assoc__:
-
@@ -583,12 +498,21 @@ settings:
-
- required
- false
+ -
+ - providesThumbs
+ - false
+ -
+ - includeInCards
+ - false
-
- width
- 100
+ -
+ - dateAdded
+ - '2024-09-05T01:19:35+02:00'
-
- uid
- - e3e05c0b-5607-4370-9b43-87085d3793f6
+ - 59d9ef98-eaff-4c1b-9870-224d70248988
-
__assoc__:
-
@@ -609,12 +533,21 @@ settings:
-
- required
- false
+ -
+ - providesThumbs
+ - false
+ -
+ - includeInCards
+ - false
-
- width
- 100
+ -
+ - dateAdded
+ - '2024-09-05T01:19:35+02:00'
-
- uid
- - f9ee96bd-61a0-4393-ba42-1188f0e3f1ea
+ - b3c6c138-e658-4f16-ae70-ff0d950a0dc6
-
- sources
- '*'
@@ -637,7 +570,7 @@ settings:
- false
-
- layoutUid
- - d63c3ee6-881e-4a38-90a9-deb18cafd9df
+ - 8933886c-39ef-4b5c-a4b5-b7f01ccd3460
-
- layoutConfig
-
@@ -652,7 +585,7 @@ settings:
- Content
-
- uid
- - 221be9da-8f78-44e7-8e9a-359caa032063
+ - dc0a93b2-fa84-4de7-86b5-066ee5152aa7
-
- elements
-
@@ -667,6 +600,9 @@ settings:
-
- mandatory
- true
+ -
+ - requirable
+ - true
-
- autocomplete
- false
@@ -685,21 +621,27 @@ settings:
-
- readonly
- false
- -
- - requirable
- - false
-
- translatable
- false
-
- required
- false
+ -
+ - providesThumbs
+ - false
+ -
+ - includeInCards
+ - false
-
- width
- 50
+ -
+ - dateAdded
+ - '2024-09-04T23:19:35+00:00'
-
- uid
- - d792ae5f-4693-49b3-bf7e-dbbefea6322a
+ - 383bce60-970d-4b13-887e-672505a6e941
-
__assoc__:
-
@@ -741,12 +683,21 @@ settings:
-
- required
- false
+ -
+ - providesThumbs
+ - false
+ -
+ - includeInCards
+ - false
-
- width
- 50
+ -
+ - dateAdded
+ - '2024-09-04T23:19:35+00:00'
-
- uid
- - ae85a507-d09b-4871-94e6-c4f7a6088866
+ - 07d35288-bbbe-4850-81be-4094652071fa
-
__assoc__:
-
@@ -754,7 +705,7 @@ settings:
- Advanced
-
- uid
- - eb8511e3-ab93-433b-b72c-6e7fe61ffb52
+ - e8866ba5-d56d-4b26-9109-9ced489b24bc
-
- elements
-
@@ -762,10 +713,10 @@ settings:
__assoc__:
-
- type
- - verbb\hyper\fieldlayoutelements\LinkTitleField
+ - verbb\hyper\fieldlayoutelements\UrlSuffixField
-
- attribute
- - linkTitle
+ - urlSuffix
-
- requirable
- true
@@ -797,81 +748,20 @@ settings:
- required
- false
-
- - width
- - 100
- -
- - uid
- - 63895592-d77f-4924-b37e-058fdc292977
- -
- __assoc__:
- -
- - type
- - verbb\hyper\fieldlayoutelements\ClassesField
- -
- - attribute
- - classes
- -
- - requirable
- - true
- -
- - autocomplete
- - false
- -
- - autofocus
+ - providesThumbs
- false
-
- - autocorrect
- - true
- -
- - autocapitalize
- - true
- -
- - disabled
+ - includeInCards
- false
-
- - readonly
- - false
+ - width
+ - 100
-
- - mandatory
- - false
- -
- - translatable
- - false
- -
- - required
- - false
- -
- - width
- - 100
- -
- - uid
- - 3a4f344b-a649-4499-81f2-652203b7f7f6
- -
- __assoc__:
- -
- - type
- - verbb\hyper\fieldlayoutelements\CustomAttributesField
- -
- - attribute
- - customAttributes
- -
- - requirable
- - true
- -
- - mandatory
- - false
- -
- - translatable
- - false
- -
- - required
- - false
- -
- - width
- - 100
+ - dateAdded
+ - '2024-09-04T23:27:45+00:00'
-
- uid
- - 830fad44-f7d5-4059-ace2-41eb8ea9d25b
+ - ff3f75bf-582e-4b7c-a91d-abc8b3d1a993
-
__assoc__:
-
@@ -891,7 +781,7 @@ settings:
- false
-
- layoutUid
- - 569d4a39-217d-452b-a53a-70a07de6caab
+ - a535d681-fd5a-4f74-8bea-7b247a5dc414
-
- layoutConfig
-
@@ -906,7 +796,7 @@ settings:
- Content
-
- uid
- - c5a252a1-c70b-433a-ba52-65d21a096a56
+ - 7e007022-e464-40ba-8b69-3d4b9eb77b82
-
- elements
-
@@ -921,6 +811,9 @@ settings:
-
- mandatory
- true
+ -
+ - requirable
+ - true
-
- autocomplete
- false
@@ -939,21 +832,27 @@ settings:
-
- readonly
- false
- -
- - requirable
- - false
-
- translatable
- false
-
- required
- false
+ -
+ - providesThumbs
+ - false
+ -
+ - includeInCards
+ - false
-
- width
- 50
+ -
+ - dateAdded
+ - '2024-09-04T23:19:35+00:00'
-
- uid
- - 76b8b3ff-c0db-4616-9768-6a58a668f808
+ - 49a487bd-e4da-47fe-9129-0c9f6155c744
-
__assoc__:
-
@@ -995,12 +894,47 @@ settings:
-
- required
- false
+ -
+ - providesThumbs
+ - false
+ -
+ - includeInCards
+ - false
+ -
+ - width
+ - 50
+ -
+ - dateAdded
+ - '2024-09-04T23:19:35+00:00'
+ -
+ - uid
+ - 842c21b8-0496-43cb-a003-eb738dc7d4da
+ -
+ __assoc__:
+ -
+ - type
+ - craft\fieldlayoutelements\CustomField
+ -
+ - required
+ - false
+ -
+ - providesThumbs
+ - false
+ -
+ - includeInCards
+ - false
-
- width
- 50
+ -
+ - dateAdded
+ - '2024-09-05T23:33:15+02:00'
-
- uid
- - 04b86e24-31dc-436b-af2e-2e60eeeccf26
+ - 9138e346-30ee-4398-952d-1bc8bbaebff4
+ -
+ - fieldUid
+ - 185fdccb-b242-4ff7-bf7f-a0f1e7e2987f # Link Style
-
__assoc__:
-
@@ -1008,7 +942,7 @@ settings:
- Advanced
-
- uid
- - 91c5c516-3ecb-42d2-bf4b-aed5324fe5e0
+ - 7351c472-7059-45a9-b2ec-e27c53854463
-
- elements
-
@@ -1050,20 +984,70 @@ settings:
-
- required
- false
+ -
+ - providesThumbs
+ - false
+ -
+ - includeInCards
+ - false
-
- width
- - 100
+ - 50
+ -
+ - dateAdded
+ - '2024-09-04T23:29:16+00:00'
-
- uid
- - aae952f4-b670-4897-92fe-242ee737e4f7
+ - 369ed282-0e08-491b-85b2-d87113a8c35c
+ -
+ __assoc__:
+ -
+ - type
+ - verbb\hyper\links\Embed
+ -
+ - label
+ - Embed
+ -
+ - handle
+ - default-verbb-hyper-links-embed
+ -
+ - enabled
+ - true
+ -
+ - isCustom
+ - false
+ -
+ - layoutUid
+ - e64660a5-fe3a-4253-841b-a1f03d96ab97
+ -
+ - layoutConfig
+ -
+ __assoc__:
+ -
+ - tabs
+ -
+ -
+ __assoc__:
+ -
+ - name
+ - Content
+ -
+ - uid
+ - 20865034-8669-48e6-9acc-43a306fac3d4
+ -
+ - elements
+ -
-
__assoc__:
-
- type
- - verbb\hyper\fieldlayoutelements\AriaLabelField
+ - verbb\hyper\fieldlayoutelements\LinkField
-
- attribute
- - ariaLabel
+ - linkValue
+ -
+ - mandatory
+ - true
-
- requirable
- true
@@ -1085,29 +1069,35 @@ settings:
-
- readonly
- false
- -
- - mandatory
- - false
-
- translatable
- false
-
- required
- false
+ -
+ - providesThumbs
+ - false
+ -
+ - includeInCards
+ - false
-
- width
- - 100
+ - 50
+ -
+ - dateAdded
+ - '2024-09-04T23:19:35+00:00'
-
- uid
- - 5f7b1d40-6376-42ee-b0c5-10ddecb26d7a
+ - bcf91b02-142e-41b4-8552-c9d4fe758218
-
__assoc__:
-
- type
- - verbb\hyper\fieldlayoutelements\LinkTitleField
+ - verbb\hyper\fieldlayoutelements\LinkTextField
-
- attribute
- - linkTitle
+ - linkText
-
- requirable
- true
@@ -1129,6 +1119,9 @@ settings:
-
- readonly
- false
+ -
+ - placeholder
+ - 'e.g. Read more'
-
- mandatory
- false
@@ -1138,20 +1131,66 @@ settings:
-
- required
- false
+ -
+ - providesThumbs
+ - false
+ -
+ - includeInCards
+ - false
-
- width
- - 100
+ - 50
+ -
+ - dateAdded
+ - '2024-09-04T23:19:35+00:00'
-
- uid
- - 6183e65d-d22f-4cdd-aca6-2e48b549ff54
+ - 4e963195-cca3-4c08-8210-b808b9068acf
-
__assoc__:
-
- type
- - verbb\hyper\fieldlayoutelements\ClassesField
+ - craft\fieldlayoutelements\CustomField
+ -
+ - required
+ - false
+ -
+ - providesThumbs
+ - false
+ -
+ - includeInCards
+ - false
+ -
+ - width
+ - 50
+ -
+ - dateAdded
+ - '2024-09-05T23:33:15+02:00'
+ -
+ - uid
+ - bbac15e9-90a5-4e62-9b42-6f6d62f37860
+ -
+ - fieldUid
+ - 185fdccb-b242-4ff7-bf7f-a0f1e7e2987f # Link Style
+ -
+ __assoc__:
+ -
+ - name
+ - Advanced
+ -
+ - uid
+ - 3cfe0426-b141-4612-b62d-6bd6d8ecfac7
+ -
+ - elements
+ -
+ -
+ __assoc__:
+ -
+ - type
+ - verbb\hyper\fieldlayoutelements\UrlSuffixField
-
- attribute
- - classes
+ - urlSuffix
-
- requirable
- true
@@ -1183,57 +1222,40 @@ settings:
- required
- false
-
- - width
- - 100
- -
- - uid
- - ec4e4ee3-2621-4ea6-b4d4-bf430fa7cc94
- -
- __assoc__:
- -
- - type
- - verbb\hyper\fieldlayoutelements\CustomAttributesField
- -
- - attribute
- - customAttributes
- -
- - requirable
- - true
- -
- - mandatory
- - false
- -
- - translatable
+ - providesThumbs
- false
-
- - required
+ - includeInCards
- false
-
- width
- 100
+ -
+ - dateAdded
+ - '2024-09-04T23:29:16+00:00'
-
- uid
- - 13c0a75f-cb6d-4763-b1ad-3bc59cf31dad
+ - e38d9734-64f7-44d1-a248-9872d166efcc
-
__assoc__:
-
- type
- - verbb\hyper\links\Embed
+ - verbb\hyper\links\Entry
-
- label
- - Embed
+ - Entry
-
- handle
- - default-verbb-hyper-links-embed
+ - default-verbb-hyper-links-entry
-
- enabled
- - false
+ - true
-
- isCustom
- false
-
- layoutUid
- - 3176769f-46cb-4272-b5b4-71fe44bec95d
+ - daa8d5a6-4325-4e76-aa7d-5f542d58986c
-
- layoutConfig
-
@@ -1248,7 +1270,7 @@ settings:
- Content
-
- uid
- - 9842017c-cb69-4316-8105-d0958d0bac8f
+ - bceb106c-969e-468c-aa07-3b2b188e701b
-
- elements
-
@@ -1263,6 +1285,9 @@ settings:
-
- mandatory
- true
+ -
+ - requirable
+ - true
-
- autocomplete
- false
@@ -1281,21 +1306,27 @@ settings:
-
- readonly
- false
- -
- - requirable
- - false
-
- translatable
- false
-
- required
- false
+ -
+ - providesThumbs
+ - false
+ -
+ - includeInCards
+ - false
-
- width
- 50
+ -
+ - dateAdded
+ - '2024-09-04T23:19:35+00:00'
-
- uid
- - 76bdf041-b52f-4ab8-b108-296011d380ef
+ - 607151e5-6065-41f1-98fd-38c776146397
-
__assoc__:
-
@@ -1337,12 +1368,47 @@ settings:
-
- required
- false
+ -
+ - providesThumbs
+ - false
+ -
+ - includeInCards
+ - false
+ -
+ - width
+ - 50
+ -
+ - dateAdded
+ - '2024-09-04T23:19:35+00:00'
+ -
+ - uid
+ - a7159dad-3cdb-4557-b665-bb007c345795
+ -
+ __assoc__:
+ -
+ - type
+ - craft\fieldlayoutelements\CustomField
+ -
+ - required
+ - false
+ -
+ - providesThumbs
+ - false
+ -
+ - includeInCards
+ - false
-
- width
- 50
+ -
+ - dateAdded
+ - '2024-09-05T23:33:15+02:00'
-
- uid
- - e79cdeb5-add0-48cd-93d7-0c3213d00f11
+ - a88a7ea3-055b-47e3-91ac-b36b99329cb9
+ -
+ - fieldUid
+ - 185fdccb-b242-4ff7-bf7f-a0f1e7e2987f # Link Style
-
__assoc__:
-
@@ -1350,7 +1416,7 @@ settings:
- Advanced
-
- uid
- - 43abde8e-96af-42db-b5a9-88eeae69cead
+ - 644f99e2-0af4-48f2-9b5a-1a03f1ed7153
-
- elements
-
@@ -1358,10 +1424,10 @@ settings:
__assoc__:
-
- type
- - verbb\hyper\fieldlayoutelements\LinkTitleField
+ - verbb\hyper\fieldlayoutelements\UrlSuffixField
-
- attribute
- - linkTitle
+ - urlSuffix
-
- requirable
- true
@@ -1393,92 +1459,34 @@ settings:
- required
- false
-
- - width
- - 100
- -
- - uid
- - 87e9a0cd-9d4b-40a6-8993-98d677b3132d
- -
- __assoc__:
+ - providesThumbs
+ - false
-
- - type
- - verbb\hyper\fieldlayoutelements\ClassesField
+ - includeInCards
+ - false
-
- - attribute
- - classes
+ - width
+ - 100
-
- - requirable
- - true
- -
- - autocomplete
- - false
- -
- - autofocus
- - false
- -
- - autocorrect
- - true
- -
- - autocapitalize
- - true
- -
- - disabled
- - false
- -
- - readonly
- - false
- -
- - mandatory
- - false
- -
- - translatable
- - false
- -
- - required
- - false
- -
- - width
- - 100
- -
- - uid
- - 81785002-eb20-444d-ad66-38e2f1626b68
- -
- __assoc__:
- -
- - type
- - verbb\hyper\fieldlayoutelements\CustomAttributesField
- -
- - attribute
- - customAttributes
- -
- - requirable
- - true
- -
- - mandatory
- - false
- -
- - translatable
- - false
- -
- - required
- - false
- -
- - width
- - 100
+ - dateAdded
+ - '2024-09-04T23:28:59+00:00'
-
- uid
- - 54e1edee-0011-4dae-a9a3-364d26fd94f9
+ - dffdbbed-3b48-40aa-b4c7-a895d650cc63
+ -
+ - sources
+ - '*'
-
__assoc__:
-
- type
- - verbb\hyper\links\Entry
+ - verbb\hyper\links\Phone
-
- label
- - Entry
+ - Phone
-
- handle
- - default-verbb-hyper-links-entry
+ - default-verbb-hyper-links-phone
-
- enabled
- true
@@ -1487,7 +1495,7 @@ settings:
- false
-
- layoutUid
- - 068accf0-9da9-425c-8f88-7996f565857f
+ - 593b4311-2c4b-49b2-9f4d-a7fa8458daa6
-
- layoutConfig
-
@@ -1502,7 +1510,7 @@ settings:
- Content
-
- uid
- - 27cb8099-e9b7-4b34-ab95-7c4856f95713
+ - bd8b8f23-31b6-4c7c-97a6-309db74b997a
-
- elements
-
@@ -1517,47 +1525,6 @@ settings:
-
- mandatory
- true
- -
- - autocomplete
- - false
- -
- - autofocus
- - false
- -
- - autocorrect
- - true
- -
- - autocapitalize
- - true
- -
- - disabled
- - false
- -
- - readonly
- - false
- -
- - requirable
- - false
- -
- - translatable
- - false
- -
- - required
- - false
- -
- - width
- - 50
- -
- - uid
- - ce02f530-28ed-4c1f-85c5-a5e3439eb00a
- -
- __assoc__:
- -
- - type
- - verbb\hyper\fieldlayoutelements\LinkTextField
- -
- - attribute
- - linkText
-
- requirable
- true
@@ -1579,12 +1546,6 @@ settings:
-
- readonly
- false
- -
- - placeholder
- - 'e.g. Read more'
- -
- - mandatory
- - false
-
- translatable
- false
@@ -1592,118 +1553,28 @@ settings:
- required
- false
-
- - width
- - 50
- -
- - uid
- - e52dcd79-9a85-4792-b2d0-e97793446449
- -
- __assoc__:
- -
- - name
- - Advanced
- -
- - uid
- - c9879b9d-af13-4d7b-98c9-d9d200ca3ce7
- -
- - elements
- -
- -
- __assoc__:
- -
- - type
- - verbb\hyper\fieldlayoutelements\UrlSuffixField
- -
- - attribute
- - urlSuffix
- -
- - requirable
- - true
- -
- - autocomplete
- - false
- -
- - autofocus
- - false
- -
- - autocorrect
- - true
- -
- - autocapitalize
- - true
- -
- - disabled
- - false
- -
- - readonly
- - false
- -
- - mandatory
- - false
- -
- - translatable
+ - providesThumbs
- false
-
- - required
+ - includeInCards
- false
-
- width
- - 100
- -
- - uid
- - f10bf46b-388d-4d53-be4f-8ad44e53b376
- -
- __assoc__:
- -
- - type
- - verbb\hyper\fieldlayoutelements\AriaLabelField
- -
- - attribute
- - ariaLabel
- -
- - requirable
- - true
- -
- - autocomplete
- - false
- -
- - autofocus
- - false
- -
- - autocorrect
- - true
- -
- - autocapitalize
- - true
- -
- - disabled
- - false
- -
- - readonly
- - false
- -
- - mandatory
- - false
- -
- - translatable
- - false
- -
- - required
- - false
+ - 50
-
- - width
- - 100
+ - dateAdded
+ - '2024-09-04T23:19:35+00:00'
-
- uid
- - c3996f6b-6a1e-4c79-addd-a79131326ea9
+ - 7f117f0a-7770-4df9-bd8a-bdda01053505
-
__assoc__:
-
- type
- - verbb\hyper\fieldlayoutelements\LinkTitleField
+ - verbb\hyper\fieldlayoutelements\LinkTextField
-
- attribute
- - linkTitle
+ - linkText
-
- requirable
- true
@@ -1726,49 +1597,8 @@ settings:
- readonly
- false
-
- - mandatory
- - false
- -
- - translatable
- - false
- -
- - required
- - false
- -
- - width
- - 100
- -
- - uid
- - 7b7dbba0-c30e-42bd-9fbc-f1f6ac202cbd
- -
- __assoc__:
- -
- - type
- - verbb\hyper\fieldlayoutelements\ClassesField
- -
- - attribute
- - classes
- -
- - requirable
- - true
- -
- - autocomplete
- - false
- -
- - autofocus
- - false
- -
- - autocorrect
- - true
- -
- - autocapitalize
- - true
- -
- - disabled
- - false
- -
- - readonly
- - false
+ - placeholder
+ - 'e.g. Read more'
-
- mandatory
- false
@@ -1779,489 +1609,65 @@ settings:
- required
- false
-
- - width
- - 100
- -
- - uid
- - 0fc85357-3a7a-495c-b366-1c3f295aed08
- -
- __assoc__:
- -
- - type
- - verbb\hyper\fieldlayoutelements\CustomAttributesField
- -
- - attribute
- - customAttributes
- -
- - requirable
- - true
- -
- - mandatory
- - false
- -
- - translatable
- - false
- -
- - required
- - false
- -
- - width
- - 100
- -
- - uid
- - 8543eb99-3301-428f-b92f-789156eace4e
- -
- - sources
- - '*'
- -
- - selectionLabel
- - 'Choose an Entry'
- -
- __assoc__:
- -
- - type
- - verbb\hyper\links\Phone
- -
- - label
- - Phone
- -
- - handle
- - default-verbb-hyper-links-phone
- -
- - enabled
- - false
- -
- - isCustom
- - false
- -
- - layoutUid
- - 8c0056bd-7e5b-484a-8979-2f91898c232a
- -
- - layoutConfig
- -
- __assoc__:
- -
- - tabs
- -
- -
- __assoc__:
- -
- - name
- - Content
- -
- - uid
- - 394f043e-5243-4b59-a18d-7f896f61bef9
- -
- - elements
- -
- -
- __assoc__:
- -
- - type
- - verbb\hyper\fieldlayoutelements\LinkField
- -
- - attribute
- - linkValue
- -
- - mandatory
- - true
- -
- - autocomplete
- - false
- -
- - autofocus
- - false
- -
- - autocorrect
- - true
- -
- - autocapitalize
- - true
- -
- - disabled
- - false
- -
- - readonly
- - false
- -
- - requirable
- - false
- -
- - translatable
- - false
- -
- - required
- - false
- -
- - width
- - 50
- -
- - uid
- - 5aec50a9-f723-4719-b829-4c3306f6d480
- -
- __assoc__:
- -
- - type
- - verbb\hyper\fieldlayoutelements\LinkTextField
- -
- - attribute
- - linkText
- -
- - requirable
- - true
- -
- - autocomplete
- - false
- -
- - autofocus
- - false
- -
- - autocorrect
- - true
- -
- - autocapitalize
- - true
- -
- - disabled
- - false
- -
- - readonly
- - false
- -
- - placeholder
- - 'e.g. Read more'
- -
- - mandatory
- - false
- -
- - translatable
- - false
- -
- - required
- - false
- -
- - width
- - 50
- -
- - uid
- - bb3e5f53-ead2-4457-8783-52f2f2c495b3
- -
- __assoc__:
- -
- - name
- - Advanced
- -
- - uid
- - 0eb05f7e-3d27-4375-8de9-3a97d6659c7d
- -
- - elements
- -
- -
- __assoc__:
- -
- - type
- - verbb\hyper\fieldlayoutelements\LinkTitleField
- -
- - attribute
- - linkTitle
- -
- - requirable
- - true
- -
- - autocomplete
- - false
- -
- - autofocus
- - false
- -
- - autocorrect
- - true
- -
- - autocapitalize
- - true
- -
- - disabled
- - false
- -
- - readonly
- - false
- -
- - mandatory
- - false
- -
- - translatable
- - false
- -
- - required
- - false
- -
- - width
- - 100
- -
- - uid
- - c92ed067-09cf-495b-a937-ca325dc64063
- -
- __assoc__:
- -
- - type
- - verbb\hyper\fieldlayoutelements\ClassesField
- -
- - attribute
- - classes
- -
- - requirable
- - true
- -
- - autocomplete
- - false
- -
- - autofocus
- - false
- -
- - autocorrect
- - true
- -
- - autocapitalize
- - true
- -
- - disabled
- - false
- -
- - readonly
- - false
- -
- - mandatory
- - false
- -
- - translatable
- - false
- -
- - required
- - false
- -
- - width
- - 100
- -
- - uid
- - ad79c7bb-fa10-45a9-9091-5db93ff28331
- -
- __assoc__:
- -
- - type
- - verbb\hyper\fieldlayoutelements\CustomAttributesField
- -
- - attribute
- - customAttributes
- -
- - requirable
- - true
- -
- - mandatory
- - false
- -
- - translatable
- - false
- -
- - required
- - false
- -
- - width
- - 100
- -
- - uid
- - eacff86c-6f64-4d3c-99a8-85ab40209e0a
- -
- __assoc__:
- -
- - type
- - verbb\hyper\links\Site
- -
- - label
- - Site
- -
- - handle
- - default-verbb-hyper-links-site
- -
- - enabled
- - false
- -
- - isCustom
- - false
- -
- - layoutUid
- - 5bea0bcd-8559-443f-8829-530c663ff496
- -
- - layoutConfig
- -
- __assoc__:
- -
- - tabs
- -
- -
- __assoc__:
- -
- - name
- - Content
- -
- - uid
- - 982d5194-e2e8-43dd-bcd4-045db71c82fd
- -
- - elements
- -
- -
- __assoc__:
- -
- - type
- - verbb\hyper\fieldlayoutelements\LinkField
- -
- - attribute
- - linkValue
- -
- - mandatory
- - true
- -
- - autocomplete
- - false
- -
- - autofocus
- - false
- -
- - autocorrect
- - true
- -
- - autocapitalize
- - true
- -
- - disabled
- - false
- -
- - readonly
- - false
- -
- - requirable
- - false
- -
- - translatable
- - false
- -
- - required
- - false
- -
- - width
- - 50
- -
- - uid
- - 8236874b-2730-4826-bbeb-b988d654e622
- -
- __assoc__:
- -
- - type
- - verbb\hyper\fieldlayoutelements\LinkTextField
- -
- - attribute
- - linkText
- -
- - requirable
- - true
- -
- - autocomplete
- - false
- -
- - autofocus
- - false
- -
- - autocorrect
- - true
- -
- - autocapitalize
- - true
- -
- - disabled
- - false
- -
- - readonly
- - false
- -
- - placeholder
- - 'e.g. Read more'
- -
- - mandatory
- - false
- -
- - translatable
- - false
- -
- - required
- - false
- -
- - width
- - 50
- -
- - uid
- - 85226c20-a2d1-4820-9809-f4ff23fca4d6
- -
- __assoc__:
- -
- - name
- - Advanced
- -
- - uid
- - d95a736f-e927-42f6-b969-f69b2502d6c9
- -
- - elements
- -
- -
- __assoc__:
- -
- - type
- - verbb\hyper\fieldlayoutelements\LinkTitleField
- -
- - attribute
- - linkTitle
- -
- - requirable
- - true
- -
- - autocomplete
- - false
- -
- - autofocus
- - false
- -
- - autocorrect
- - true
- -
- - autocapitalize
- - true
- -
- - disabled
+ - providesThumbs
- false
-
- - readonly
+ - includeInCards
- false
-
- - mandatory
+ - width
+ - 50
+ -
+ - dateAdded
+ - '2024-09-04T23:19:35+00:00'
+ -
+ - uid
+ - 8ee86d34-5f8b-40ce-be2c-8bbaa9beb1ee
+ -
+ __assoc__:
+ -
+ - type
+ - craft\fieldlayoutelements\CustomField
+ -
+ - required
- false
-
- - translatable
+ - providesThumbs
- false
-
- - required
+ - includeInCards
- false
-
- width
- - 100
+ - 50
+ -
+ - dateAdded
+ - '2024-09-05T23:33:15+02:00'
-
- uid
- - 425f8124-6dbc-4f5d-bd96-53fc36d79aea
+ - c630d9c0-2153-4f75-af80-e0e84133140d
+ -
+ - fieldUid
+ - 185fdccb-b242-4ff7-bf7f-a0f1e7e2987f # Link Style
+ -
+ __assoc__:
+ -
+ - name
+ - Advanced
+ -
+ - uid
+ - 033e957c-f8c9-41fe-ae91-6675d88c76ab
+ -
+ - elements
+ -
-
__assoc__:
-
- type
- - verbb\hyper\fieldlayoutelements\ClassesField
+ - verbb\hyper\fieldlayoutelements\UrlSuffixField
-
- attribute
- - classes
+ - urlSuffix
-
- requirable
- true
@@ -2293,51 +1699,31 @@ settings:
- required
- false
-
- - width
- - 100
- -
- - uid
- - 796c2e3d-d0ff-45d2-ae53-8f03b5e6badb
- -
- __assoc__:
- -
- - type
- - verbb\hyper\fieldlayoutelements\CustomAttributesField
- -
- - attribute
- - customAttributes
- -
- - requirable
- - true
- -
- - mandatory
- - false
- -
- - translatable
+ - providesThumbs
- false
-
- - required
+ - includeInCards
- false
-
- width
- 100
+ -
+ - dateAdded
+ - '2024-09-04T23:29:16+00:00'
-
- uid
- - 73f0a0c2-ba34-4cdc-8895-a381a14ef6e1
- -
- - sites
- - '*'
+ - dbcbbca4-1005-44db-b86e-1fd9d6777b9e
-
__assoc__:
-
- type
- - verbb\hyper\links\Url
+ - verbb\hyper\links\Site
-
- label
- - URL
+ - Site
-
- handle
- - default-verbb-hyper-links-url
+ - default-verbb-hyper-links-site
-
- enabled
- true
@@ -2346,7 +1732,7 @@ settings:
- false
-
- layoutUid
- - 881faf90-ed08-4fc6-9b0e-034dde30e3f8
+ - 71416cf0-9311-4065-b18a-9366b924f66d
-
- layoutConfig
-
@@ -2361,7 +1747,7 @@ settings:
- Content
-
- uid
- - 34c4e674-cac2-4be8-b7be-7f4aaf137945
+ - b5aed554-5371-4dd6-99ee-f5ae19d890f3
-
- elements
-
@@ -2376,6 +1762,9 @@ settings:
-
- mandatory
- true
+ -
+ - requirable
+ - true
-
- autocomplete
- false
@@ -2394,21 +1783,27 @@ settings:
-
- readonly
- false
- -
- - requirable
- - false
-
- translatable
- false
-
- required
- false
+ -
+ - providesThumbs
+ - false
+ -
+ - includeInCards
+ - false
-
- width
- 50
+ -
+ - dateAdded
+ - '2024-09-04T23:19:35+00:00'
-
- uid
- - b4954d28-231d-49c5-afab-dc8490721a11
+ - cb1c2648-c15d-4791-8369-61f26adef72a
-
__assoc__:
-
@@ -2450,12 +1845,47 @@ settings:
-
- required
- false
+ -
+ - providesThumbs
+ - false
+ -
+ - includeInCards
+ - false
+ -
+ - width
+ - 50
+ -
+ - dateAdded
+ - '2024-09-04T23:19:35+00:00'
+ -
+ - uid
+ - 4168e608-2d05-49bb-b7c2-48b6544e4af1
+ -
+ __assoc__:
+ -
+ - type
+ - craft\fieldlayoutelements\CustomField
+ -
+ - required
+ - false
+ -
+ - providesThumbs
+ - false
+ -
+ - includeInCards
+ - false
-
- width
- 50
+ -
+ - dateAdded
+ - '2024-09-05T23:33:15+02:00'
-
- uid
- - 19ecee91-e81d-4e0c-a045-65b68bd004a5
+ - d4e1e688-a440-4cde-9bad-7d6af79f6500
+ -
+ - fieldUid
+ - 185fdccb-b242-4ff7-bf7f-a0f1e7e2987f # Link Style
-
__assoc__:
-
@@ -2463,7 +1893,7 @@ settings:
- Advanced
-
- uid
- - e8e2058a-4dbc-4b88-99ea-1aba22152706
+ - 917511f0-73f7-4fe4-a21c-f1d058edce50
-
- elements
-
@@ -2505,20 +1935,73 @@ settings:
-
- required
- false
+ -
+ - providesThumbs
+ - false
+ -
+ - includeInCards
+ - false
-
- width
- 100
+ -
+ - dateAdded
+ - '2024-09-05T23:33:15+02:00'
-
- uid
- - f9e417d9-041b-45b9-ad24-d7dc8d0c1c0c
+ - d71107e3-15e8-4075-9123-0c8fa82267a3
+ -
+ - sites
+ - '*'
+ -
+ __assoc__:
+ -
+ - type
+ - verbb\hyper\links\Url
+ -
+ - label
+ - URL
+ -
+ - handle
+ - default-verbb-hyper-links-url
+ -
+ - enabled
+ - true
+ -
+ - isCustom
+ - false
+ -
+ - layoutUid
+ - 059a531a-18fb-4fc8-b864-4da458dd9dfa
+ -
+ - layoutConfig
+ -
+ __assoc__:
+ -
+ - tabs
+ -
+ -
+ __assoc__:
+ -
+ - name
+ - Content
+ -
+ - uid
+ - c0f345c0-f891-44eb-9eba-43abaeb0b416
+ -
+ - elements
+ -
-
__assoc__:
-
- type
- - verbb\hyper\fieldlayoutelements\AriaLabelField
+ - verbb\hyper\fieldlayoutelements\LinkField
-
- attribute
- - ariaLabel
+ - linkValue
+ -
+ - mandatory
+ - true
-
- requirable
- true
@@ -2540,29 +2023,35 @@ settings:
-
- readonly
- false
- -
- - mandatory
- - false
-
- translatable
- false
-
- required
- false
+ -
+ - providesThumbs
+ - false
+ -
+ - includeInCards
+ - false
-
- width
- - 100
+ - 50
+ -
+ - dateAdded
+ - '2024-09-04T23:19:35+00:00'
-
- uid
- - ee3367d6-35c5-44d8-b6f0-d0b3682f01d9
+ - 599aaa73-bec5-48c2-b4f3-73a324bc5d73
-
__assoc__:
-
- type
- - verbb\hyper\fieldlayoutelements\LinkTitleField
+ - verbb\hyper\fieldlayoutelements\LinkTextField
-
- attribute
- - linkTitle
+ - linkText
-
- requirable
- true
@@ -2584,6 +2073,9 @@ settings:
-
- readonly
- false
+ -
+ - placeholder
+ - 'e.g. Read more'
-
- mandatory
- false
@@ -2593,20 +2085,66 @@ settings:
-
- required
- false
+ -
+ - providesThumbs
+ - false
+ -
+ - includeInCards
+ - false
-
- width
- - 100
+ - 50
+ -
+ - dateAdded
+ - '2024-09-04T23:19:35+00:00'
-
- uid
- - c51f792c-e185-4f91-9a16-0f55fb0b7c37
+ - 5e54c9a1-a28d-40bd-b108-d738e7a7db4d
-
__assoc__:
-
- type
- - verbb\hyper\fieldlayoutelements\ClassesField
+ - craft\fieldlayoutelements\CustomField
+ -
+ - required
+ - false
+ -
+ - providesThumbs
+ - false
+ -
+ - includeInCards
+ - false
+ -
+ - width
+ - 50
+ -
+ - dateAdded
+ - '2024-09-05T23:33:15+02:00'
+ -
+ - uid
+ - 16c2e9a6-1f2d-4b2e-9366-2e9abb4a44c5
+ -
+ - fieldUid
+ - 185fdccb-b242-4ff7-bf7f-a0f1e7e2987f # Link Style
+ -
+ __assoc__:
+ -
+ - name
+ - Advanced
+ -
+ - uid
+ - 4dab6947-cf36-4f82-986e-edf0be8d99ad
+ -
+ - elements
+ -
+ -
+ __assoc__:
+ -
+ - type
+ - verbb\hyper\fieldlayoutelements\UrlSuffixField
-
- attribute
- - classes
+ - urlSuffix
-
- requirable
- true
@@ -2638,37 +2176,20 @@ settings:
- required
- false
-
- - width
- - 100
- -
- - uid
- - 5402d893-d1c7-4469-9a55-a196ce8ae0f6
- -
- __assoc__:
- -
- - type
- - verbb\hyper\fieldlayoutelements\CustomAttributesField
- -
- - attribute
- - customAttributes
- -
- - requirable
- - true
- -
- - mandatory
- - false
- -
- - translatable
+ - providesThumbs
- false
-
- - required
+ - includeInCards
- false
-
- width
- 100
+ -
+ - dateAdded
+ - '2024-09-04T23:29:16+00:00'
-
- uid
- - fed3e37b-b371-46d9-982c-c28b056a2c5d
+ - 1c23fd5f-6ff8-488b-9e4a-242949d2881f
-
__assoc__:
-
@@ -2688,7 +2209,7 @@ settings:
- false
-
- layoutUid
- - 22a4c418-ec1a-4e04-bd5f-362169c01adf
+ - 1f4668bf-73bb-49dd-9631-35a0e65cb28f
-
- layoutConfig
-
@@ -2703,7 +2224,7 @@ settings:
- Content
-
- uid
- - 15d8329b-09b5-4c46-b65e-3b3c86071c83
+ - 69950954-b1ce-4483-b7f5-156eb7983d38
-
- elements
-
@@ -2718,6 +2239,9 @@ settings:
-
- mandatory
- true
+ -
+ - requirable
+ - true
-
- autocomplete
- false
@@ -2736,21 +2260,27 @@ settings:
-
- readonly
- false
- -
- - requirable
- - false
-
- translatable
- false
-
- required
- false
+ -
+ - providesThumbs
+ - false
+ -
+ - includeInCards
+ - false
-
- width
- 50
+ -
+ - dateAdded
+ - '2024-09-05T01:19:35+02:00'
-
- uid
- - 4d851e9b-59c2-4554-a746-b3a8cc963239
+ - d053ed70-2d9e-4308-9a33-29d58a5c308b
-
__assoc__:
-
@@ -2792,12 +2322,21 @@ settings:
-
- required
- false
+ -
+ - providesThumbs
+ - false
+ -
+ - includeInCards
+ - false
-
- width
- 50
+ -
+ - dateAdded
+ - '2024-09-05T01:19:35+02:00'
-
- uid
- - 9021204d-a791-45d9-8753-ee026ed5a8b7
+ - 802bce85-ebdd-488f-8711-0a6c2d05930a
-
__assoc__:
-
@@ -2805,7 +2344,7 @@ settings:
- Advanced
-
- uid
- - 5c5d845f-38cf-4c29-958b-c98726426883
+ - d0fa5e62-acab-469f-85e9-fdf7e7c8c7cf
-
- elements
-
@@ -2847,12 +2386,21 @@ settings:
-
- required
- false
+ -
+ - providesThumbs
+ - false
+ -
+ - includeInCards
+ - false
-
- width
- 100
+ -
+ - dateAdded
+ - '2024-09-05T01:19:35+02:00'
-
- uid
- - 0ba8d0a9-6b33-4386-b2f2-66e865595951
+ - 5e43cb7f-d2f3-48d4-b415-132677a2ab52
-
__assoc__:
-
@@ -2891,12 +2439,21 @@ settings:
-
- required
- false
+ -
+ - providesThumbs
+ - false
+ -
+ - includeInCards
+ - false
-
- width
- 100
+ -
+ - dateAdded
+ - '2024-09-05T01:19:35+02:00'
-
- uid
- - db47690d-658b-4fed-834f-fe4cffaccaad
+ - 95b80ef4-e3ac-48ef-a1fa-7d9b52df3cad
-
__assoc__:
-
@@ -2917,12 +2474,21 @@ settings:
-
- required
- false
+ -
+ - providesThumbs
+ - false
+ -
+ - includeInCards
+ - false
-
- width
- 100
+ -
+ - dateAdded
+ - '2024-09-05T01:19:35+02:00'
-
- uid
- - 0f380586-4c66-43f9-9331-9cbe798e37f8
+ - e19355f7-ef0c-4ace-9aec-f0599b8bd312
-
- sources
- '*'
diff --git a/config/project/fields/image--b81cb731-dd6f-4055-9c6d-2f076a727a27.yaml b/config/project/fields/image--b81cb731-dd6f-4055-9c6d-2f076a727a27.yaml
new file mode 100644
index 00000000..737a2348
--- /dev/null
+++ b/config/project/fields/image--b81cb731-dd6f-4055-9c6d-2f076a727a27.yaml
@@ -0,0 +1,36 @@
+columnSuffix: null
+handle: image
+instructions: null
+name: Image
+searchable: true
+settings:
+ allowSelfRelations: false
+ allowSubfolders: false
+ allowUploads: true
+ allowedKinds:
+ - image
+ branchLimit: null
+ defaultUploadLocationSource: 'volume:f1b38495-8096-48fa-9b78-0da345e3295c' # Images
+ defaultUploadLocationSubpath: null
+ maintainHierarchy: false
+ maxRelations: 1
+ minRelations: null
+ previewMode: full
+ restrictFiles: true
+ restrictLocation: false
+ restrictedDefaultUploadSubpath: null
+ restrictedLocationSource: 'volume:6c5fc0dd-cf56-48d8-8af8-88abe763b970' # Files
+ restrictedLocationSubpath: null
+ selectionLabel: 'Add an image'
+ showCardsInGrid: false
+ showSiteMenu: true
+ showUnpermittedFiles: true
+ showUnpermittedVolumes: true
+ sources:
+ - 'volume:f1b38495-8096-48fa-9b78-0da345e3295c' # Images
+ targetSiteId: null
+ validateRelatedElements: true
+ viewMode: large
+translationKeyFormat: null
+translationMethod: none
+type: craft\fields\Assets
diff --git a/config/project/fields/imagePosition--210de09a-f6c8-42dd-b4d6-c1c00e7d0b82.yaml b/config/project/fields/imagePosition--210de09a-f6c8-42dd-b4d6-c1c00e7d0b82.yaml
new file mode 100644
index 00000000..ade72e4e
--- /dev/null
+++ b/config/project/fields/imagePosition--210de09a-f6c8-42dd-b4d6-c1c00e7d0b82.yaml
@@ -0,0 +1,32 @@
+columnSuffix: null
+handle: imagePosition
+instructions: null
+name: 'Image Position'
+searchable: false
+settings:
+ options:
+ -
+ __assoc__:
+ -
+ - label
+ - Left
+ -
+ - value
+ - left
+ -
+ - default
+ - '1'
+ -
+ __assoc__:
+ -
+ - label
+ - Right
+ -
+ - value
+ - right
+ -
+ - default
+ - ''
+translationKeyFormat: null
+translationMethod: none
+type: craft\fields\Dropdown
diff --git a/config/project/fields/imageRatio--62883121-63a2-4e5c-a6f3-4855cf64df2c.yaml b/config/project/fields/imageRatio--62883121-63a2-4e5c-a6f3-4855cf64df2c.yaml
new file mode 100644
index 00000000..8692095e
--- /dev/null
+++ b/config/project/fields/imageRatio--62883121-63a2-4e5c-a6f3-4855cf64df2c.yaml
@@ -0,0 +1,54 @@
+columnSuffix: null
+handle: imageRatio
+instructions: null
+name: 'Image Ratio'
+searchable: false
+settings:
+ options:
+ -
+ __assoc__:
+ -
+ - label
+ - Landscape
+ -
+ - value
+ - aspect-landscape
+ -
+ - default
+ - '1'
+ -
+ __assoc__:
+ -
+ - label
+ - Square
+ -
+ - value
+ - aspect-square
+ -
+ - default
+ - ''
+ -
+ __assoc__:
+ -
+ - label
+ - Portrait
+ -
+ - value
+ - aspect-portrait
+ -
+ - default
+ - ''
+ -
+ __assoc__:
+ -
+ - label
+ - Auto
+ -
+ - value
+ - aspect-auto
+ -
+ - default
+ - ''
+translationKeyFormat: null
+translationMethod: none
+type: craft\fields\Dropdown
diff --git a/config/project/fields/images--75195ab8-b7c4-4dca-b807-ef8a042ef5a9.yaml b/config/project/fields/images--75195ab8-b7c4-4dca-b807-ef8a042ef5a9.yaml
new file mode 100644
index 00000000..d5188a4b
--- /dev/null
+++ b/config/project/fields/images--75195ab8-b7c4-4dca-b807-ef8a042ef5a9.yaml
@@ -0,0 +1,36 @@
+columnSuffix: null
+handle: images
+instructions: null
+name: Images
+searchable: true
+settings:
+ allowSelfRelations: false
+ allowSubfolders: false
+ allowUploads: true
+ allowedKinds:
+ - image
+ branchLimit: null
+ defaultUploadLocationSource: 'volume:f1b38495-8096-48fa-9b78-0da345e3295c' # Images
+ defaultUploadLocationSubpath: null
+ maintainHierarchy: false
+ maxRelations: null
+ minRelations: null
+ previewMode: full
+ restrictFiles: true
+ restrictLocation: false
+ restrictedDefaultUploadSubpath: null
+ restrictedLocationSource: 'volume:6c5fc0dd-cf56-48d8-8af8-88abe763b970' # Files
+ restrictedLocationSubpath: null
+ selectionLabel: 'Add images'
+ showCardsInGrid: false
+ showSiteMenu: true
+ showUnpermittedFiles: true
+ showUnpermittedVolumes: true
+ sources:
+ - 'volume:f1b38495-8096-48fa-9b78-0da345e3295c' # Images
+ targetSiteId: null
+ validateRelatedElements: true
+ viewMode: large
+translationKeyFormat: null
+translationMethod: none
+type: craft\fields\Assets
diff --git a/config/project/fields/imagesViewMode--74c3cd4f-b565-4fb4-879e-72022774f93c.yaml b/config/project/fields/imagesViewMode--74c3cd4f-b565-4fb4-879e-72022774f93c.yaml
new file mode 100644
index 00000000..0627ce76
--- /dev/null
+++ b/config/project/fields/imagesViewMode--74c3cd4f-b565-4fb4-879e-72022774f93c.yaml
@@ -0,0 +1,80 @@
+columnSuffix: swaooeeb
+handle: imagesViewMode
+instructions: null
+name: 'Images View Mode'
+searchable: true
+settings:
+ options:
+ -
+ __assoc__:
+ -
+ - optgroup
+ - Grid
+ -
+ __assoc__:
+ -
+ - label
+ - 'Grid (2 Cols)'
+ -
+ - value
+ - grid2Cols
+ -
+ - default
+ - '1'
+ -
+ __assoc__:
+ -
+ - label
+ - 'Grid (3 Cols)'
+ -
+ - value
+ - grid3Cols
+ -
+ - default
+ - ''
+ -
+ __assoc__:
+ -
+ - label
+ - 'Grid Calculated'
+ -
+ - value
+ - gridCalculated
+ -
+ - default
+ - ''
+ -
+ __assoc__:
+ -
+ - optgroup
+ - Gallery
+ -
+ __assoc__:
+ -
+ - label
+ - Gallery
+ -
+ - value
+ - gallery
+ -
+ - default
+ - ''
+ -
+ __assoc__:
+ -
+ - optgroup
+ - Slider
+ -
+ __assoc__:
+ -
+ - label
+ - Slider
+ -
+ - value
+ - slider
+ -
+ - default
+ - ''
+translationKeyFormat: null
+translationMethod: none
+type: craft\fields\Dropdown
diff --git a/config/project/fields/lightswitchOff--31947efb-fa8c-473c-9b01-bd36c8d70b68.yaml b/config/project/fields/lightswitchOff--31947efb-fa8c-473c-9b01-bd36c8d70b68.yaml
new file mode 100644
index 00000000..f1d53b3a
--- /dev/null
+++ b/config/project/fields/lightswitchOff--31947efb-fa8c-473c-9b01-bd36c8d70b68.yaml
@@ -0,0 +1,12 @@
+columnSuffix: null
+handle: lightswitchOff
+instructions: null
+name: 'Lightswitch OFF'
+searchable: true
+settings:
+ default: false
+ offLabel: null
+ onLabel: null
+translationKeyFormat: null
+translationMethod: none
+type: craft\fields\Lightswitch
diff --git a/config/project/fields/lightswitchOn--e01efe03-188f-486a-a2bd-b7c021ef142b.yaml b/config/project/fields/lightswitchOn--e01efe03-188f-486a-a2bd-b7c021ef142b.yaml
new file mode 100644
index 00000000..7571410b
--- /dev/null
+++ b/config/project/fields/lightswitchOn--e01efe03-188f-486a-a2bd-b7c021ef142b.yaml
@@ -0,0 +1,12 @@
+columnSuffix: null
+handle: lightswitchOn
+instructions: null
+name: 'Lightswitch ON'
+searchable: true
+settings:
+ default: true
+ offLabel: null
+ onLabel: null
+translationKeyFormat: null
+translationMethod: none
+type: craft\fields\Lightswitch
diff --git a/config/project/fields/linkStyle--185fdccb-b242-4ff7-bf7f-a0f1e7e2987f.yaml b/config/project/fields/linkStyle--185fdccb-b242-4ff7-bf7f-a0f1e7e2987f.yaml
new file mode 100644
index 00000000..0da1f2e9
--- /dev/null
+++ b/config/project/fields/linkStyle--185fdccb-b242-4ff7-bf7f-a0f1e7e2987f.yaml
@@ -0,0 +1,43 @@
+columnSuffix: null
+handle: linkStyle
+instructions: null
+name: 'Link Style'
+searchable: false
+settings:
+ options:
+ -
+ __assoc__:
+ -
+ - label
+ - Primary
+ -
+ - value
+ - primary
+ -
+ - default
+ - '1'
+ -
+ __assoc__:
+ -
+ - label
+ - Secondary
+ -
+ - value
+ - secondary
+ -
+ - default
+ - ''
+ -
+ __assoc__:
+ -
+ - label
+ - Outlined
+ -
+ - value
+ - outlined
+ -
+ - default
+ - ''
+translationKeyFormat: null
+translationMethod: none
+type: craft\fields\Dropdown
diff --git a/config/project/fields/textEditorSimple--1c94bbf7-46b0-46e4-a699-b4eef42994a0.yaml b/config/project/fields/richText--9add7508-89cd-4b19-b8e5-f6173a4ec371.yaml
similarity index 61%
rename from config/project/fields/textEditorSimple--1c94bbf7-46b0-46e4-a699-b4eef42994a0.yaml
rename to config/project/fields/richText--9add7508-89cd-4b19-b8e5-f6173a4ec371.yaml
index ed9e52fe..a4c26abb 100644
--- a/config/project/fields/textEditorSimple--1c94bbf7-46b0-46e4-a699-b4eef42994a0.yaml
+++ b/config/project/fields/richText--9add7508-89cd-4b19-b8e5-f6173a4ec371.yaml
@@ -1,15 +1,13 @@
-columnSuffix: qywrnmby
-contentColumnType: text
-fieldGroup: 4267733c-fa2b-45f5-a3b6-8b56a1c56dc4 # Text
-handle: textEditorSimple
+columnSuffix: null
+handle: richText
instructions: null
-name: 'Text: Editor Simple'
+name: 'Rich Text'
searchable: true
settings:
availableTransforms: ''
availableVolumes: ''
- ckeConfig: e8b10d27-be46-4108-9bf5-3a8711280165 # Rich Text Simple
- columnType: text
+ ckeConfig: 6f4a3e01-23de-4313-8109-00a430317d11 # Rich Text
+ createButtonLabel: Blocks
defaultTransform: null
enableSourceEditingForNonAdmins: false
purifierConfig: null
diff --git a/config/project/fields/textDescription--45510f13-91d2-479f-9ff2-68dd09ab6643.yaml b/config/project/fields/richTextSimple--5af0a821-fa33-490a-9439-3193f439dd06.yaml
similarity index 72%
rename from config/project/fields/textDescription--45510f13-91d2-479f-9ff2-68dd09ab6643.yaml
rename to config/project/fields/richTextSimple--5af0a821-fa33-490a-9439-3193f439dd06.yaml
index 31cd2696..fb109e00 100644
--- a/config/project/fields/textDescription--45510f13-91d2-479f-9ff2-68dd09ab6643.yaml
+++ b/config/project/fields/richTextSimple--5af0a821-fa33-490a-9439-3193f439dd06.yaml
@@ -1,15 +1,13 @@
-columnSuffix: tfqyxyzy
-contentColumnType: text
-fieldGroup: 4267733c-fa2b-45f5-a3b6-8b56a1c56dc4 # Text
-handle: textDescription
+columnSuffix: null
+handle: richTextSimple
instructions: null
-name: 'Text: Description'
+name: 'Rich Text Simple'
searchable: true
settings:
availableTransforms: ''
availableVolumes: ''
ckeConfig: e8b10d27-be46-4108-9bf5-3a8711280165 # Rich Text Simple
- columnType: text
+ createButtonLabel: null
defaultTransform: null
enableSourceEditingForNonAdmins: false
purifierConfig: null
diff --git a/config/project/fields/seoSEOmatic--d29e8520-ab62-4c8f-bda2-61868797c1ca.yaml b/config/project/fields/seomatic--d29e8520-ab62-4c8f-bda2-61868797c1ca.yaml
similarity index 79%
rename from config/project/fields/seoSEOmatic--d29e8520-ab62-4c8f-bda2-61868797c1ca.yaml
rename to config/project/fields/seomatic--d29e8520-ab62-4c8f-bda2-61868797c1ca.yaml
index 2c40fdda..c486f517 100644
--- a/config/project/fields/seoSEOmatic--d29e8520-ab62-4c8f-bda2-61868797c1ca.yaml
+++ b/config/project/fields/seomatic--d29e8520-ab62-4c8f-bda2-61868797c1ca.yaml
@@ -1,10 +1,8 @@
columnSuffix: ibratpfs
-contentColumnType: text
-fieldGroup: dfb88745-e0f0-4c67-9781-f72dad33bf65 # SEO
-handle: seoSEOmatic
+handle: seomatic
instructions: null
-name: 'SEO: SEOmatic'
-searchable: false
+name: SEOmatic
+searchable: true
settings:
elementDisplayPreviewType: google
facebookEnabledFields: ''
diff --git a/config/project/fields/spacing--aa7883a4-2cce-4316-85f3-ec6ea59402ec.yaml b/config/project/fields/spacing--aa7883a4-2cce-4316-85f3-ec6ea59402ec.yaml
new file mode 100644
index 00000000..600c6350
--- /dev/null
+++ b/config/project/fields/spacing--aa7883a4-2cce-4316-85f3-ec6ea59402ec.yaml
@@ -0,0 +1,76 @@
+columnSuffix: null
+handle: spacing
+instructions: null
+name: Spacing
+searchable: false
+settings:
+ options:
+ -
+ __assoc__:
+ -
+ - label
+ - Zero
+ -
+ - value
+ - zero
+ -
+ - default
+ - '1'
+ -
+ __assoc__:
+ -
+ - label
+ - SM
+ -
+ - value
+ - sm
+ -
+ - default
+ - ''
+ -
+ __assoc__:
+ -
+ - label
+ - MD
+ -
+ - value
+ - md
+ -
+ - default
+ - ''
+ -
+ __assoc__:
+ -
+ - label
+ - LG
+ -
+ - value
+ - lg
+ -
+ - default
+ - ''
+ -
+ __assoc__:
+ -
+ - label
+ - XL
+ -
+ - value
+ - xl
+ -
+ - default
+ - ''
+ -
+ __assoc__:
+ -
+ - label
+ - 2XL
+ -
+ - value
+ - 2xl
+ -
+ - default
+ - ''
+translationKeyFormat: null
+translationMethod: none
+type: craft\fields\Dropdown
diff --git a/config/project/fields/textEditorDefault--63e3914d-ee70-44c2-9dc3-91551f47c54f.yaml b/config/project/fields/textEditorDefault--63e3914d-ee70-44c2-9dc3-91551f47c54f.yaml
deleted file mode 100644
index c6087c66..00000000
--- a/config/project/fields/textEditorDefault--63e3914d-ee70-44c2-9dc3-91551f47c54f.yaml
+++ /dev/null
@@ -1,23 +0,0 @@
-columnSuffix: qhlkmili
-contentColumnType: text
-fieldGroup: 4267733c-fa2b-45f5-a3b6-8b56a1c56dc4 # Text
-handle: textEditorDefault
-instructions: null
-name: 'Text: Editor Default'
-searchable: true
-settings:
- availableTransforms: ''
- availableVolumes: ''
- ckeConfig: 6f4a3e01-23de-4313-8109-00a430317d11 # Rich Text Default
- columnType: text
- defaultTransform: null
- enableSourceEditingForNonAdmins: false
- purifierConfig: null
- purifyHtml: true
- showUnpermittedFiles: false
- showUnpermittedVolumes: false
- showWordCount: true
- wordLimit: null
-translationKeyFormat: null
-translationMethod: none
-type: craft\ckeditor\Field
diff --git a/config/project/fields/textCaption--aac37142-e533-49aa-8665-b8cc6360e98b.yaml b/config/project/fields/textMulti--e884a8f9-92f0-48b3-a7e8-a6d95f47f6df.yaml
similarity index 60%
rename from config/project/fields/textCaption--aac37142-e533-49aa-8665-b8cc6360e98b.yaml
rename to config/project/fields/textMulti--e884a8f9-92f0-48b3-a7e8-a6d95f47f6df.yaml
index ef4c24c1..e69b57e0 100644
--- a/config/project/fields/textCaption--aac37142-e533-49aa-8665-b8cc6360e98b.yaml
+++ b/config/project/fields/textMulti--e884a8f9-92f0-48b3-a7e8-a6d95f47f6df.yaml
@@ -1,15 +1,12 @@
-columnSuffix: mzlozibq
-contentColumnType: text
-fieldGroup: 4267733c-fa2b-45f5-a3b6-8b56a1c56dc4 # Text
-handle: textCaption
+columnSuffix: null
+handle: textMulti
instructions: null
-name: 'Text: Caption'
+name: 'Text Multi'
searchable: true
settings:
byteLimit: null
charLimit: null
code: false
- columnType: null
initialRows: 4
multiline: true
placeholder: null
diff --git a/config/project/fields/textSource--419ebfbb-8723-48db-ae89-10adf52cdf11.yaml b/config/project/fields/textSingle--edfcb398-ef78-43ec-9434-d6405da2886e.yaml
similarity index 60%
rename from config/project/fields/textSource--419ebfbb-8723-48db-ae89-10adf52cdf11.yaml
rename to config/project/fields/textSingle--edfcb398-ef78-43ec-9434-d6405da2886e.yaml
index dce1d372..54b32a4e 100644
--- a/config/project/fields/textSource--419ebfbb-8723-48db-ae89-10adf52cdf11.yaml
+++ b/config/project/fields/textSingle--edfcb398-ef78-43ec-9434-d6405da2886e.yaml
@@ -1,15 +1,12 @@
-columnSuffix: oexgxaui
-contentColumnType: text
-fieldGroup: 4267733c-fa2b-45f5-a3b6-8b56a1c56dc4 # Text
-handle: textSource
+columnSuffix: null
+handle: textSingle
instructions: null
-name: 'Text: Source'
+name: 'Text Single'
searchable: true
settings:
byteLimit: null
charLimit: null
code: false
- columnType: null
initialRows: 4
multiline: false
placeholder: null
diff --git a/config/project/fields/textSourceUrl--8780cb03-c9ea-4482-ab85-3e541453b50f.yaml b/config/project/fields/textSourceUrl--8780cb03-c9ea-4482-ab85-3e541453b50f.yaml
deleted file mode 100644
index c53fa40e..00000000
--- a/config/project/fields/textSourceUrl--8780cb03-c9ea-4482-ab85-3e541453b50f.yaml
+++ /dev/null
@@ -1,14 +0,0 @@
-columnSuffix: xmuynimp
-contentColumnType: string(255)
-fieldGroup: 4267733c-fa2b-45f5-a3b6-8b56a1c56dc4 # Text
-handle: textSourceUrl
-instructions: null
-name: 'Text: Source Url'
-searchable: true
-settings:
- maxLength: 255
- types:
- - url
-translationKeyFormat: null
-translationMethod: none
-type: craft\fields\Url
diff --git a/config/project/fields/textTitleOverwrite--1516a801-6243-468d-b8e2-479085458faa.yaml b/config/project/fields/textTitleOverwrite--1516a801-6243-468d-b8e2-479085458faa.yaml
deleted file mode 100644
index a2d3c523..00000000
--- a/config/project/fields/textTitleOverwrite--1516a801-6243-468d-b8e2-479085458faa.yaml
+++ /dev/null
@@ -1,19 +0,0 @@
-columnSuffix: twbwiyps
-contentColumnType: text
-fieldGroup: 4267733c-fa2b-45f5-a3b6-8b56a1c56dc4 # Text
-handle: textTitleOverwrite
-instructions: null
-name: 'Text: Title Overwrite'
-searchable: true
-settings:
- byteLimit: null
- charLimit: null
- code: false
- columnType: null
- initialRows: 4
- multiline: false
- placeholder: null
- uiMode: normal
-translationKeyFormat: null
-translationMethod: none
-type: craft\fields\PlainText
diff --git a/config/project/fields/videoProvider--63bd200d-3882-4788-a8ba-528452521d6c.yaml b/config/project/fields/videoProvider--63bd200d-3882-4788-a8ba-528452521d6c.yaml
new file mode 100644
index 00000000..90e0306c
--- /dev/null
+++ b/config/project/fields/videoProvider--63bd200d-3882-4788-a8ba-528452521d6c.yaml
@@ -0,0 +1,32 @@
+columnSuffix: msfzxjxb
+handle: videoProvider
+instructions: null
+name: 'Video Provider'
+searchable: true
+settings:
+ options:
+ -
+ __assoc__:
+ -
+ - label
+ - Youtube
+ -
+ - value
+ - youtube
+ -
+ - default
+ - '1'
+ -
+ __assoc__:
+ -
+ - label
+ - Vimeo
+ -
+ - value
+ - vimeo
+ -
+ - default
+ - ''
+translationKeyFormat: null
+translationMethod: none
+type: craft\fields\Dropdown
diff --git a/config/project/formie/statuses/new--7e8fd607-0b56-4196-9e02-76ebba9ad7bd.yaml b/config/project/formie/statuses/new--7e8fd607-0b56-4196-9e02-76ebba9ad7bd.yaml
deleted file mode 100644
index 6a1e0950..00000000
--- a/config/project/formie/statuses/new--7e8fd607-0b56-4196-9e02-76ebba9ad7bd.yaml
+++ /dev/null
@@ -1,6 +0,0 @@
-color: green
-description: null
-handle: new
-isDefault: true
-name: New
-sortOrder: 1
diff --git a/config/project/formie/stencils/contact--359d175b-2fe0-421b-959a-16ca87c71044.yaml b/config/project/formie/stencils/contact--359d175b-2fe0-421b-959a-16ca87c71044.yaml
deleted file mode 100644
index ce8eeb68..00000000
--- a/config/project/formie/stencils/contact--359d175b-2fe0-421b-959a-16ca87c71044.yaml
+++ /dev/null
@@ -1,209 +0,0 @@
-data:
- dataRetention: forever
- dataRetentionValue: null
- fileUploadsAction: retain
- notifications:
- -
- attachFiles: true
- bcc: null
- cc: null
- conditions: null
- content: '[{"type":"paragraph","content":[{"type":"text","text":"A user submission has been made on the \""},{"type":"variableTag","attrs":{"label":"Form Name","value":"{formName}"}},{"type":"text","text":"\" form on "},{"type":"variableTag","attrs":{"label":"Site Name","value":"{siteName}"}},{"type":"text","text":" at "},{"type":"variableTag","attrs":{"label":"Timestamp (yyyy-mm-dd hh:mm:ss)","value":"{timestamp}"}}]},{"type":"paragraph","content":[{"type":"text","text":"Their submission details are:"}]},{"type":"paragraph","content":[{"type":"variableTag","attrs":{"label":"All Form Fields","value":"{allFields}"}}]}]'
- enableConditions: false
- enabled: true
- formId: null
- from: null
- fromName: null
- id: stencil618e487f01f51
- name: 'Admin Notification'
- replyTo: '{field.emailAddress}'
- replyToName: null
- subject: 'A new submission was made on "{formName}"'
- templateId: null
- to: '{systemEmail}'
- uid: null
- -
- attachFiles: true
- bcc: null
- cc: null
- conditions: null
- content: '[{"type":"paragraph","content":[{"type":"text","text":"Thanks again for contacting us. Our team will get back to you as soon as we can."}]},{"type":"paragraph","content":[{"type":"text","text":"As a reminder, you submitted the following details at "},{"type":"variableTag","attrs":{"label":"Timestamp (yyyy-mm-dd hh:mm:ss)","value":"{timestamp}"}}]},{"type":"paragraph","content":[{"type":"variableTag","attrs":{"label":"All Form Fields","value":"{allFields}"}}]}]'
- enableConditions: false
- enabled: true
- formId: null
- from: null
- fromName: null
- id: stencil618e487f01f53
- name: 'User Notification'
- replyTo: null
- replyToName: null
- subject: 'Thanks for contacting us!'
- templateId: null
- to: '{field.emailAddress}'
- uid: null
- pages:
- -
- id: new1272610411
- label: 'Page 1'
- rows:
- -
- fields:
- -
- brandNewField: false
- columnWidth: 12
- handle: yourName
- hasLabel: true
- id: new7715-7348
- label: 'Your Name'
- settings:
- conditions: '{"showRule":"show","conditionRule":"all","conditions":[]}'
- enableConditions: false
- firstNameCollapsed: false
- firstNameDefaultValue: ''
- firstNameEnabled: true
- firstNameLabel: 'First Name'
- firstNamePlaceholder: 'e.g. Peter'
- firstNameRequired: true
- handle: yourName
- instructions: 'Please enter your full name.'
- instructionsPosition: verbb\formie\positions\FieldsetStart
- label: 'Your Name'
- labelPosition: ''
- lastNameCollapsed: false
- lastNameDefaultValue: ''
- lastNameEnabled: true
- lastNameLabel: 'Last Name'
- lastNamePlaceholder: 'e.g. Sherman'
- lastNameRequired: true
- limitType: characters
- middleNameCollapsed: true
- middleNameDefaultValue: ''
- middleNameEnabled: false
- middleNameLabel: 'Middle Name'
- placeholder: 'Your name'
- prefixCollapsed: true
- prefixDefaultValue: ''
- prefixEnabled: false
- prefixLabel: Prefix
- required: true
- subfieldLabelPosition: ''
- useMultipleFields: false
- visibility: ''
- type: verbb\formie\fields\formfields\Name
- vid: new7959-8511
- id: new8990-9934
- -
- fields:
- -
- brandNewField: false
- columnWidth: 12
- handle: emailAddress
- hasLabel: true
- id: new6482-9528
- label: 'Email Address'
- settings:
- conditions: '{"showRule":"show","conditionRule":"all","conditions":[]}'
- handle: emailAddress
- instructions: 'Please enter your email so we can get in touch.'
- instructionsPosition: ''
- label: 'Email Address'
- labelPosition: ''
- limitType: characters
- placeholder: 'e.g. psherman@wallaby.com'
- required: true
- validateDomain: false
- visibility: ''
- type: verbb\formie\fields\formfields\Email
- vid: new7965-6031
- id: new9524-8509
- -
- fields:
- -
- brandNewField: false
- columnWidth: 12
- handle: message
- hasLabel: true
- id: new982-7322
- label: Message
- settings:
- conditions: '{"showRule":"show","conditionRule":"all","conditions":[]}'
- handle: message
- instructions: 'Please enter your comments.'
- instructionsPosition: ''
- label: Message
- labelPosition: ''
- limit: true
- limitAmount: '5000'
- limitType: characters
- placeholder: 'e.g. The reason for my enquiry is...'
- required: true
- visibility: ''
- type: verbb\formie\fields\formfields\MultiLineText
- vid: new8144-535
- id: new2177-9685
- settings:
- backButtonLabel: Back
- buttonsPosition: left
- label: 'Page 1'
- showBackButton: false
- submitButtonLabel: 'Contact us'
- sortOrder: 0
- settings:
- collectIp: false
- collectUser: false
- dataRetention: null
- dataRetentionValue: null
- defaultEmailTemplateId: null
- defaultInstructionsPosition: verbb\formie\positions\AboveInput
- defaultLabelPosition: verbb\formie\positions\AboveInput
- disableCaptchas: false
- displayCurrentPageTitle: false
- displayFormTitle: false
- displayPageProgress: false
- displayPageTabs: false
- errorMessage: '[{"type":"paragraph","content":[{"type":"text","text":"Couldn’t save submission due to errors."}]}]'
- errorMessagePosition: top-form
- fileUploadsAction: null
- integrations:
- duplicate:
- enabled: '1'
- showAllPages: '1'
- honeypot:
- enabled: '1'
- showAllPages: '1'
- javascript:
- enabled: '1'
- showAllPages: '1'
- limitSubmissions: false
- limitSubmissionsMessage: null
- limitSubmissionsNumber: null
- limitSubmissionsType: null
- loadingIndicator: spinner
- loadingIndicatorText: null
- progressPosition: end
- redirectUrl: null
- requireUser: false
- requireUserMessage: null
- scheduleForm: false
- scheduleFormEnd: null
- scheduleFormExpiredMessage: null
- scheduleFormPendingMessage: null
- scheduleFormStart: null
- scrollToTop: true
- submissionTitleFormat: '{timestamp}: {field.yourName} <{field.emailAddress}>'
- submitAction: message
- submitActionFormHide: true
- submitActionMessage: '[{"type":"paragraph","content":[{"type":"text","text":"Thank you for contacting us! Our team will get in touch shortly to follow up on your message."}]}]'
- submitActionMessagePosition: top-form
- submitActionMessageTimeout: null
- submitActionTab: null
- submitActionUrl: null
- submitMethod: ajax
- validationOnFocus: true
- validationOnSubmit: true
- userDeletedAction: retain
-defaultStatus: 7e8fd607-0b56-4196-9e02-76ebba9ad7bd # New
-handle: contact
-name: Contact
-submitActionEntry: null
-template: null
diff --git a/config/project/graphql/schemas/644167c0-ab2a-4f9d-9b2b-09f5a6556ef3.yaml b/config/project/graphql/schemas/644167c0-ab2a-4f9d-9b2b-09f5a6556ef3.yaml
index 7b5f5103..ae991a98 100644
--- a/config/project/graphql/schemas/644167c0-ab2a-4f9d-9b2b-09f5a6556ef3.yaml
+++ b/config/project/graphql/schemas/644167c0-ab2a-4f9d-9b2b-09f5a6556ef3.yaml
@@ -5,24 +5,19 @@ scope:
- 'elements.drafts:read'
- 'elements.revisions:read'
- 'elements.inactive:read'
- - 'sections.e5172a18-ed16-4229-89ca-fc0dc776597a:read' # Error Pages
- - 'entrytypes.8ced5be5-13b2-483f-8db9-aab9757aad21:read' # Error
- - 'sections.5d0f7961-203c-4008-a55a-6a7d35e7a37a:read' # Home
- - 'entrytypes.81d0ea50-f7e1-4eff-8138-2a06ffbfae86:read' # Home
- - 'sections.3547e7b4-f3fb-4cf4-9d29-9f12dfa94594:read' # News
- - 'entrytypes.fb701216-3e80-4e6d-99d4-2e5f70561e22:read' # News Default
- - 'sections.b0207f48-be48-49ab-a759-1ff51f232df3:read' # Pages
- - 'entrytypes.2f642060-4792-41cb-a427-083aabeba231:read' # Page Content Builder
- - 'entrytypes.6d94dcc4-6ec1-45b4-8c86-e53cee842b11:read' # Page News
- 'volumes.6c5fc0dd-cf56-48d8-8af8-88abe763b970:read' # Files
- 'volumes.f1b38495-8096-48fa-9b78-0da345e3295c:read' # Images
- 'volumes.77c74b5c-6bbb-41a7-b166-c6b158a3cc7f:read' # Template Images
- 'volumes.8dda1580-81a2-49f5-9dd2-ed1e2eb03fc6:read' # Users
- 'usergroups.everyone:read'
- - 'formieForms.all:read'
- - 'formieForms.56e2dea4-d25e-496d-b053-48387e824b07:read'
- - 'formieSubmissions.all:read'
- - 'formieSubmissions.56e2dea4-d25e-496d-b053-48387e824b07:read'
- - 'navigationNavs.all:read'
- - 'navigationNavs.7eb1a718-0679-4fda-b656-9bfdf55a2025:read' # Navigation Main
+ - 'formieforms.all:read'
+ - 'formieforms.56e2dea4-d25e-496d-b053-48387e824b07:read'
+ - 'formiesubmissions.all:read'
+ - 'formiesubmissions.56e2dea4-d25e-496d-b053-48387e824b07:read'
+ - 'navigationnavs.all:read'
+ - 'navigationnavs.7eb1a718-0679-4fda-b656-9bfdf55a2025:read' # Navigation Main
- 'seomatic.all:read'
+ - 'sections.5d0f7961-203c-4008-a55a-6a7d35e7a37a:read' # Home
+ - 'sections.3547e7b4-f3fb-4cf4-9d29-9f12dfa94594:read' # News
+ - 'sections.b0207f48-be48-49ab-a759-1ff51f232df3:read' # Pages
+ - 'sections.e5172a18-ed16-4229-89ca-fc0dc776597a:read' # Error Pages
diff --git a/config/project/matrixBlockTypes/blockCode--f3e1a215-a60f-4d6a-8897-e1a80a40c6cd.yaml b/config/project/matrixBlockTypes/blockCode--f3e1a215-a60f-4d6a-8897-e1a80a40c6cd.yaml
deleted file mode 100644
index 1b4a3811..00000000
--- a/config/project/matrixBlockTypes/blockCode--f3e1a215-a60f-4d6a-8897-e1a80a40c6cd.yaml
+++ /dev/null
@@ -1,121 +0,0 @@
-field: 74eb36ae-7a26-4e7d-b454-990ec52617f0 # Builder: Content
-fieldLayouts:
- 410c9682-a3f7-4475-9013-0453aac4635d:
- tabs:
- -
- elementCondition: null
- elements:
- -
- elementCondition: null
- fieldUid: 9cb7ea0d-8dd4-4298-ac6c-ab6c0efbe6ba # Snippet Name
- instructions: null
- label: null
- required: false
- tip: null
- type: craft\fieldlayoutelements\CustomField
- uid: 17c573f3-0377-4ea8-834f-091f04d60568
- userCondition: null
- warning: null
- width: 100
- -
- elementCondition: null
- fieldUid: be45c3e2-5e9f-491e-a000-94d95c4fa20b # Snippet
- instructions: null
- label: null
- required: true
- tip: null
- type: craft\fieldlayoutelements\CustomField
- uid: d0187af9-ab3b-48cf-9fa9-8cfb76e48a9e
- userCondition: null
- warning: null
- width: 100
- -
- elementCondition: null
- fieldUid: cf5b11e3-a6d6-430f-991f-9b78f9e4dd7f # Snippet collapsed
- instructions: null
- label: null
- required: false
- tip: null
- type: craft\fieldlayoutelements\CustomField
- uid: db3144df-7836-499b-a09c-74aa13fe121c
- userCondition: null
- warning: null
- width: 50
- name: Content
- uid: c033e8a9-eab3-4bd0-bea5-4a8d2dcf5ad3
- userCondition: null
-fields:
- 9cb7ea0d-8dd4-4298-ac6c-ab6c0efbe6ba: # Snippet Name
- columnSuffix: null
- contentColumnType: text
- fieldGroup: null
- handle: snippetName
- instructions: null
- name: 'Snippet Name'
- searchable: false
- settings:
- byteLimit: null
- charLimit: null
- code: false
- columnType: null
- initialRows: 4
- multiline: false
- placeholder: null
- uiMode: normal
- translationKeyFormat: null
- translationMethod: none
- type: craft\fields\PlainText
- be45c3e2-5e9f-491e-a000-94d95c4fa20b: # Snippet
- columnSuffix: null
- contentColumnType: text
- fieldGroup: null
- handle: snippet
- instructions: null
- name: Snippet
- searchable: false
- settings:
- availableLanguages:
- - css
- - graphql
- - html
- - javascript
- - json
- - markdown
- - mysql
- - php
- - shell
- - twig
- - typescript
- - yaml
- codeFolding: true
- columnType: text
- defaultValue: ''
- fontSize: 14
- language: javascript
- lineNumbers: true
- monacoEditorOptions: ''
- placeholder: ''
- showLanguageDropdown: true
- singleLineEditor: false
- theme: vs-dark
- translationKeyFormat: null
- translationMethod: none
- type: nystudio107\codefield\fields\Code
- cf5b11e3-a6d6-430f-991f-9b78f9e4dd7f: # Snippet collapsed
- columnSuffix: null
- contentColumnType: boolean
- fieldGroup: null
- handle: snippetCollapsed
- instructions: null
- name: 'Snippet collapsed'
- searchable: false
- settings:
- default: false
- offLabel: 'False'
- onLabel: 'True'
- translationKeyFormat: null
- translationMethod: none
- type: craft\fields\Lightswitch
-handle: blockCode
-name: Code
-sortOrder: 10
diff --git a/config/project/matrixBlockTypes/blockDivider--e3c7bdf5-9e45-4977-ba11-1e2c4b57644e.yaml b/config/project/matrixBlockTypes/blockDivider--e3c7bdf5-9e45-4977-ba11-1e2c4b57644e.yaml
deleted file mode 100644
index 0fdd8fea..00000000
--- a/config/project/matrixBlockTypes/blockDivider--e3c7bdf5-9e45-4977-ba11-1e2c4b57644e.yaml
+++ /dev/null
@@ -1,95 +0,0 @@
-field: 74eb36ae-7a26-4e7d-b454-990ec52617f0 # Builder: Content
-fieldLayouts:
- 4423c5be-938a-4871-bd99-52e14a8de079:
- tabs:
- -
- elementCondition: null
- elements:
- -
- elementCondition: null
- fieldUid: f084e099-613d-4405-b600-f4be12d3509b # Divider Variant
- instructions: null
- label: null
- required: true
- tip: null
- type: craft\fieldlayoutelements\CustomField
- uid: b37c0cae-90a6-44b1-95f1-c0fbb5c25213
- userCondition: null
- warning: null
- width: 100
- name: Content
- uid: ae8f94aa-5f01-405e-9c05-1294f1d44a6a
- userCondition: null
-fields:
- f084e099-613d-4405-b600-f4be12d3509b: # Divider Variant
- columnSuffix: null
- contentColumnType: string
- fieldGroup: null
- handle: dividerVariant
- instructions: null
- name: 'Divider Variant'
- searchable: false
- settings:
- columnType: string
- options:
- -
- __assoc__:
- -
- - label
- - SM
- -
- - value
- - sm
- -
- - default
- - '1'
- -
- __assoc__:
- -
- - label
- - MD
- -
- - value
- - md
- -
- - default
- - ''
- -
- __assoc__:
- -
- - label
- - LG
- -
- - value
- - lg
- -
- - default
- - ''
- -
- __assoc__:
- -
- - label
- - XL
- -
- - value
- - xl
- -
- - default
- - ''
- -
- __assoc__:
- -
- - label
- - 2XL
- -
- - value
- - 2xl
- -
- - default
- - ''
- translationKeyFormat: null
- translationMethod: none
- type: craft\fields\Dropdown
-handle: blockDivider
-name: Divider
-sortOrder: 8
diff --git a/config/project/matrixBlockTypes/blockImage--295738c1-951d-4b8c-b5cd-83d71a85d7e8.yaml b/config/project/matrixBlockTypes/blockImage--295738c1-951d-4b8c-b5cd-83d71a85d7e8.yaml
deleted file mode 100644
index b0845cde..00000000
--- a/config/project/matrixBlockTypes/blockImage--295738c1-951d-4b8c-b5cd-83d71a85d7e8.yaml
+++ /dev/null
@@ -1,221 +0,0 @@
-field: 74eb36ae-7a26-4e7d-b454-990ec52617f0 # Builder: Content
-fieldLayouts:
- 58ddc97d-9694-4104-a136-b6344987e1b6:
- tabs:
- -
- elementCondition: null
- elements:
- -
- elementCondition: null
- fieldUid: 35b67fb3-4bdb-470f-a686-3d46c5cd5f96 # Image
- instructions: null
- label: null
- required: true
- tip: null
- type: craft\fieldlayoutelements\CustomField
- uid: 0cd02812-349c-46d5-a4b7-57700a221566
- userCondition: null
- warning: null
- width: 50
- -
- elementCondition: null
- fieldUid: 9b73b533-898f-4f77-a500-37ea0be0afc7 # Show Image Caption
- instructions: null
- label: null
- required: false
- tip: null
- type: craft\fieldlayoutelements\CustomField
- uid: 089ab2ac-9335-40c2-9827-f4dd1baca5dc
- userCondition: null
- warning: null
- width: 50
- -
- elementCondition: null
- fieldUid: 70bc887b-faf2-45c7-b4bc-4299acd343da # Image Ratio
- instructions: null
- label: null
- required: true
- tip: null
- type: craft\fieldlayoutelements\CustomField
- uid: b0fb63ad-8f84-4caf-a7b6-c0e44deeae12
- userCondition: null
- warning: null
- width: 50
- -
- elementCondition: null
- fieldUid: 1be86da8-5273-40c6-ba88-718f5c32a6c3 # Image Width
- instructions: null
- label: null
- required: false
- tip: null
- type: craft\fieldlayoutelements\CustomField
- uid: 744a7c6f-6d25-4c12-8d70-9a8752b5f5f6
- userCondition: null
- warning: null
- width: 50
- name: Content
- uid: 5e8a312e-45d0-491c-924d-84d96af3b270
- userCondition: null
-fields:
- 1be86da8-5273-40c6-ba88-718f5c32a6c3: # Image Width
- columnSuffix: null
- contentColumnType: string
- fieldGroup: null
- handle: imageWidth
- instructions: null
- name: 'Image Width'
- searchable: false
- settings:
- columnType: string
- options:
- -
- __assoc__:
- -
- - label
- - Wide
- -
- - value
- - wide
- -
- - default
- - '1'
- -
- __assoc__:
- -
- - label
- - Narrow
- -
- - value
- - narrow
- -
- - default
- - ''
- translationKeyFormat: null
- translationMethod: none
- type: craft\fields\Dropdown
- 9b73b533-898f-4f77-a500-37ea0be0afc7: # Show Image Caption
- columnSuffix: null
- contentColumnType: boolean
- fieldGroup: null
- handle: showImageCaption
- instructions: null
- name: 'Show Image Caption'
- searchable: false
- settings:
- default: false
- offLabel: null
- onLabel: null
- translationKeyFormat: null
- translationMethod: none
- type: craft\fields\Lightswitch
- 35b67fb3-4bdb-470f-a686-3d46c5cd5f96: # Image
- columnSuffix: null
- contentColumnType: string
- fieldGroup: null
- handle: image
- instructions: null
- name: Image
- searchable: false
- settings:
- allowSelfRelations: false
- allowSubfolders: false
- allowUploads: true
- allowedKinds:
- - image
- branchLimit: null
- defaultUploadLocationSource: 'volume:f1b38495-8096-48fa-9b78-0da345e3295c' # Images
- defaultUploadLocationSubpath: null
- localizeRelations: false
- maintainHierarchy: false
- maxRelations: 1
- minRelations: null
- previewMode: full
- restrictFiles: true
- restrictLocation: false
- restrictedDefaultUploadSubpath: null
- restrictedLocationSource: 'volume:6c5fc0dd-cf56-48d8-8af8-88abe763b970' # Files
- restrictedLocationSubpath: null
- selectionCondition:
- __assoc__:
- -
- - elementType
- - craft\elements\Asset
- -
- - fieldContext
- - global
- -
- - class
- - craft\elements\conditions\assets\AssetCondition
- selectionLabel: null
- showSiteMenu: true
- showUnpermittedFiles: true
- showUnpermittedVolumes: true
- sources:
- - 'volume:f1b38495-8096-48fa-9b78-0da345e3295c' # Images
- targetSiteId: null
- validateRelatedElements: true
- viewMode: large
- translationKeyFormat: null
- translationMethod: site
- type: craft\fields\Assets
- 70bc887b-faf2-45c7-b4bc-4299acd343da: # Image Ratio
- columnSuffix: null
- contentColumnType: string(16)
- fieldGroup: null
- handle: imageRatio
- instructions: null
- name: 'Image Ratio'
- searchable: false
- settings:
- columnType: null
- options:
- -
- __assoc__:
- -
- - label
- - Landscape
- -
- - value
- - aspect-landscape
- -
- - default
- - '1'
- -
- __assoc__:
- -
- - label
- - Square
- -
- - value
- - aspect-square
- -
- - default
- - ''
- -
- __assoc__:
- -
- - label
- - Portrait
- -
- - value
- - aspect-portrait
- -
- - default
- - ''
- -
- __assoc__:
- -
- - label
- - Auto
- -
- - value
- - aspect-auto
- -
- - default
- - ''
- translationKeyFormat: null
- translationMethod: none
- type: craft\fields\Dropdown
-handle: blockImage
-name: Image
-sortOrder: 5
diff --git a/config/project/matrixBlockTypes/blockImages--5c9f2ce6-f780-4ea6-a50c-539a252aec94.yaml b/config/project/matrixBlockTypes/blockImages--5c9f2ce6-f780-4ea6-a50c-539a252aec94.yaml
deleted file mode 100644
index b5e135a8..00000000
--- a/config/project/matrixBlockTypes/blockImages--5c9f2ce6-f780-4ea6-a50c-539a252aec94.yaml
+++ /dev/null
@@ -1,269 +0,0 @@
-field: 74eb36ae-7a26-4e7d-b454-990ec52617f0 # Builder: Content
-fieldLayouts:
- 6c449cd7-ebc2-4ce6-be61-1e8c90cb176b:
- tabs:
- -
- elementCondition: null
- elements:
- -
- elementCondition: null
- fieldUid: 74c3cd4f-b565-4fb4-879e-72022774f93c # Variant
- instructions: null
- label: null
- required: false
- tip: null
- type: craft\fieldlayoutelements\CustomField
- uid: 11e9d4b4-edcc-4533-b7a1-8b07c6602017
- userCondition: null
- warning: null
- width: 100
- -
- elementCondition: null
- fieldUid: 75195ab8-b7c4-4dca-b807-ef8a042ef5a9 # Images
- instructions: null
- label: null
- required: true
- tip: null
- type: craft\fieldlayoutelements\CustomField
- uid: d10b279e-4bce-49cf-90fd-0a2fae06d537
- userCondition: null
- warning: null
- width: 100
- -
- elementCondition: null
- fieldUid: 62883121-63a2-4e5c-a6f3-4855cf64df2c # Image Ratio
- instructions: null
- label: null
- required: true
- tip: null
- type: craft\fieldlayoutelements\CustomField
- uid: 721a9d99-a7c1-4462-b772-b18fadab09e8
- userCondition: null
- warning: null
- width: 50
- -
- elementCondition: null
- fieldUid: e0e9e510-46ff-45aa-aa46-700b325bb911 # Show Image Caption
- instructions: null
- label: null
- required: false
- tip: null
- type: craft\fieldlayoutelements\CustomField
- uid: 9eae0590-a0dc-4c71-8d19-af63a55af1bd
- userCondition: null
- warning: null
- width: 50
- name: Content
- uid: 56042e3e-7a7b-4a4c-9222-63e004682c9b
- userCondition: null
-fields:
- 74c3cd4f-b565-4fb4-879e-72022774f93c: # Variant
- columnSuffix: swaooeeb
- contentColumnType: string(14)
- fieldGroup: null
- handle: variant
- instructions: null
- name: Variant
- searchable: false
- settings:
- columnType: null
- options:
- -
- __assoc__:
- -
- - optgroup
- - Grid
- -
- __assoc__:
- -
- - label
- - 'Grid (2 Cols)'
- -
- - value
- - grid2Cols
- -
- - default
- - '1'
- -
- __assoc__:
- -
- - label
- - 'Grid (3 Cols)'
- -
- - value
- - grid3Cols
- -
- - default
- - ''
- -
- __assoc__:
- -
- - label
- - 'Grid Calculated'
- -
- - value
- - gridCalculated
- -
- - default
- - ''
- -
- __assoc__:
- -
- - optgroup
- - Gallery
- -
- __assoc__:
- -
- - label
- - Gallery
- -
- - value
- - gallery
- -
- - default
- - ''
- -
- __assoc__:
- -
- - optgroup
- - Slider
- -
- __assoc__:
- -
- - label
- - Slider
- -
- - value
- - slider
- -
- - default
- - ''
- translationKeyFormat: null
- translationMethod: none
- type: craft\fields\Dropdown
- 75195ab8-b7c4-4dca-b807-ef8a042ef5a9: # Images
- columnSuffix: null
- contentColumnType: string
- fieldGroup: null
- handle: images
- instructions: null
- name: Images
- searchable: false
- settings:
- allowSelfRelations: false
- allowSubfolders: false
- allowUploads: true
- allowedKinds:
- - image
- branchLimit: null
- defaultUploadLocationSource: 'volume:f1b38495-8096-48fa-9b78-0da345e3295c' # Images
- defaultUploadLocationSubpath: null
- localizeRelations: false
- maintainHierarchy: false
- maxRelations: null
- minRelations: null
- previewMode: full
- restrictFiles: true
- restrictLocation: false
- restrictedDefaultUploadSubpath: null
- restrictedLocationSource: 'volume:6c5fc0dd-cf56-48d8-8af8-88abe763b970' # Files
- restrictedLocationSubpath: null
- selectionCondition:
- __assoc__:
- -
- - elementType
- - craft\elements\Asset
- -
- - fieldContext
- - global
- -
- - class
- - craft\elements\conditions\assets\AssetCondition
- selectionLabel: null
- showSiteMenu: true
- showUnpermittedFiles: true
- showUnpermittedVolumes: true
- sources:
- - 'volume:f1b38495-8096-48fa-9b78-0da345e3295c' # Images
- targetSiteId: null
- validateRelatedElements: true
- viewMode: large
- translationKeyFormat: null
- translationMethod: site
- type: craft\fields\Assets
- 62883121-63a2-4e5c-a6f3-4855cf64df2c: # Image Ratio
- columnSuffix: null
- contentColumnType: string(16)
- fieldGroup: null
- handle: imageRatio
- instructions: 'Usable for: Grids (non calculated) / Sliders'
- name: 'Image Ratio'
- searchable: false
- settings:
- columnType: null
- options:
- -
- __assoc__:
- -
- - label
- - Landscape
- -
- - value
- - aspect-landscape
- -
- - default
- - '1'
- -
- __assoc__:
- -
- - label
- - Square
- -
- - value
- - aspect-square
- -
- - default
- - ''
- -
- __assoc__:
- -
- - label
- - Portrait
- -
- - value
- - aspect-portrait
- -
- - default
- - ''
- -
- __assoc__:
- -
- - label
- - Auto
- -
- - value
- - aspect-auto
- -
- - default
- - ''
- translationKeyFormat: null
- translationMethod: none
- type: craft\fields\Dropdown
- e0e9e510-46ff-45aa-aa46-700b325bb911: # Show Image Caption
- columnSuffix: null
- contentColumnType: boolean
- fieldGroup: null
- handle: showImageCaption
- instructions: 'Usable for: Grids'
- name: 'Show Image Caption'
- searchable: false
- settings:
- default: false
- offLabel: null
- onLabel: null
- translationKeyFormat: null
- translationMethod: none
- type: craft\fields\Lightswitch
-handle: blockImages
-name: Images
-sortOrder: 6
diff --git a/config/project/matrixBlockTypes/blockQuote--fa02ff5a-1741-4417-8c8f-b72b954dd4fd.yaml b/config/project/matrixBlockTypes/blockQuote--fa02ff5a-1741-4417-8c8f-b72b954dd4fd.yaml
deleted file mode 100644
index 152e1c8a..00000000
--- a/config/project/matrixBlockTypes/blockQuote--fa02ff5a-1741-4417-8c8f-b72b954dd4fd.yaml
+++ /dev/null
@@ -1,141 +0,0 @@
-field: 74eb36ae-7a26-4e7d-b454-990ec52617f0 # Builder: Content
-fieldLayouts:
- e22d570c-156e-4591-a91a-2af67c7ed22b:
- tabs:
- -
- elementCondition: null
- elements:
- -
- elementCondition: null
- fieldUid: 53f0660a-f06b-4b2d-b342-1869c5c65538 # Quote
- instructions: null
- label: null
- required: true
- tip: null
- type: craft\fieldlayoutelements\CustomField
- uid: bd2dc568-fec5-4384-b6d0-dc26b5dd7b34
- userCondition: null
- warning: null
- width: 100
- -
- elementCondition: null
- fieldUid: c40b8b5e-0ccb-4d0d-9eee-bd24ac9209b0 # Source
- instructions: null
- label: null
- required: false
- tip: null
- type: craft\fieldlayoutelements\CustomField
- uid: 9fcea238-ad3d-4958-9762-4a3f7c2cb1e9
- userCondition: null
- warning: null
- width: 50
- -
- elementCondition: null
- fieldUid: 75b6f580-613f-42ae-aa23-2d5fb22ff3da # Source Subline
- instructions: null
- label: null
- required: false
- tip: null
- type: craft\fieldlayoutelements\CustomField
- uid: 81e0a6bb-2f47-4d2f-b800-a0a2651a916f
- userCondition: null
- warning: null
- width: 50
- -
- elementCondition: null
- fieldUid: e11e03f7-19c1-45c3-935e-1994a7ce7d26 # Source Url
- instructions: null
- label: null
- required: false
- tip: null
- type: craft\fieldlayoutelements\CustomField
- uid: 25bfda37-86b0-4276-ae59-e34d406c5eba
- userCondition: null
- warning: null
- width: 50
- name: Content
- uid: 8e061a5e-d78f-48e7-b026-09c9f9a49a67
- userCondition: null
-fields:
- 53f0660a-f06b-4b2d-b342-1869c5c65538: # Quote
- columnSuffix: null
- contentColumnType: text
- fieldGroup: null
- handle: quote
- instructions: null
- name: Quote
- searchable: true
- settings:
- availableTransforms: ''
- availableVolumes: ''
- ckeConfig: e8b10d27-be46-4108-9bf5-3a8711280165 # Rich Text Simple
- columnType: text
- defaultTransform: null
- enableSourceEditingForNonAdmins: false
- purifierConfig: null
- purifyHtml: true
- showUnpermittedFiles: false
- showUnpermittedVolumes: false
- showWordCount: true
- wordLimit: null
- translationKeyFormat: null
- translationMethod: none
- type: craft\ckeditor\Field
- 75b6f580-613f-42ae-aa23-2d5fb22ff3da: # Source Subline
- columnSuffix: null
- contentColumnType: text
- fieldGroup: null
- handle: sourceSubline
- instructions: null
- name: 'Source Subline'
- searchable: true
- settings:
- byteLimit: null
- charLimit: null
- code: false
- columnType: null
- initialRows: 4
- multiline: false
- placeholder: null
- uiMode: normal
- translationKeyFormat: null
- translationMethod: none
- type: craft\fields\PlainText
- c40b8b5e-0ccb-4d0d-9eee-bd24ac9209b0: # Source
- columnSuffix: null
- contentColumnType: text
- fieldGroup: null
- handle: source
- instructions: null
- name: Source
- searchable: true
- settings:
- byteLimit: null
- charLimit: null
- code: false
- columnType: null
- initialRows: 4
- multiline: false
- placeholder: null
- uiMode: normal
- translationKeyFormat: null
- translationMethod: none
- type: craft\fields\PlainText
- e11e03f7-19c1-45c3-935e-1994a7ce7d26: # Source Url
- columnSuffix: null
- contentColumnType: string(255)
- fieldGroup: null
- handle: sourceUrl
- instructions: null
- name: 'Source Url'
- searchable: false
- settings:
- maxLength: 255
- types:
- - url
- translationKeyFormat: null
- translationMethod: none
- type: craft\fields\Url
-handle: blockQuote
-name: Quote
-sortOrder: 4
diff --git a/config/project/matrixBlockTypes/blockSection--b3022ef5-7f1b-49d7-976d-5d5be501c1f1.yaml b/config/project/matrixBlockTypes/blockSection--b3022ef5-7f1b-49d7-976d-5d5be501c1f1.yaml
deleted file mode 100644
index 93fca197..00000000
--- a/config/project/matrixBlockTypes/blockSection--b3022ef5-7f1b-49d7-976d-5d5be501c1f1.yaml
+++ /dev/null
@@ -1,246 +0,0 @@
-field: 74eb36ae-7a26-4e7d-b454-990ec52617f0 # Builder: Content
-fieldLayouts:
- b5f39594-4dfb-477b-a358-ea2dac368b7b:
- tabs:
- -
- elementCondition: null
- elements:
- -
- elementCondition: null
- fieldUid: 9a8fffce-3c28-4326-8f7a-e31d2f6cc04b # Section Background Color
- instructions: null
- label: null
- required: false
- tip: null
- type: craft\fieldlayoutelements\CustomField
- uid: 483ce826-3abf-48ac-8c95-5114bda99f30
- userCondition: null
- warning: null
- width: 50
- -
- elementCondition: null
- fieldUid: 74b87138-1475-47c2-a9dd-63baa78dd5f5 # Space Between Blocks
- instructions: null
- label: null
- required: false
- tip: null
- type: craft\fieldlayoutelements\CustomField
- uid: 16c62a98-e675-40ee-a4d0-8ca2543ed5de
- userCondition: null
- warning: null
- width: 50
- -
- elementCondition: null
- fieldUid: aa7883a4-2cce-4316-85f3-ec6ea59402ec # Section Padding Vertical
- instructions: null
- label: null
- required: false
- tip: null
- type: craft\fieldlayoutelements\CustomField
- uid: d2acb96f-9f12-4449-ad76-d024ad3d28ab
- userCondition: null
- warning: null
- width: 50
- name: Content
- uid: 5cb029e3-a009-451e-8ab8-a2a2dec9a3f5
- userCondition: null
-fields:
- 9a8fffce-3c28-4326-8f7a-e31d2f6cc04b: # Section Background Color
- columnSuffix: null
- contentColumnType: string(11)
- fieldGroup: null
- handle: sectionBackgroundColor
- instructions: null
- name: 'Section Background Color'
- searchable: false
- settings:
- columnType: null
- options:
- -
- __assoc__:
- -
- - label
- - Transparent
- -
- - value
- - transparent
- -
- - default
- - '1'
- -
- __assoc__:
- -
- - label
- - 'Light Gray'
- -
- - value
- - light-gray
- -
- - default
- - ''
- translationKeyFormat: null
- translationMethod: none
- type: craft\fields\Dropdown
- 74b87138-1475-47c2-a9dd-63baa78dd5f5: # Space Between Blocks
- columnSuffix: null
- contentColumnType: string(4)
- fieldGroup: null
- handle: spaceBetweenBlocks
- instructions: null
- name: 'Space Between Blocks'
- searchable: false
- settings:
- columnType: null
- options:
- -
- __assoc__:
- -
- - label
- - Zero
- -
- - value
- - zero
- -
- - default
- - ''
- -
- __assoc__:
- -
- - label
- - SM
- -
- - value
- - sm
- -
- - default
- - ''
- -
- __assoc__:
- -
- - label
- - MD
- -
- - value
- - md
- -
- - default
- - ''
- -
- __assoc__:
- -
- - label
- - LG
- -
- - value
- - lg
- -
- - default
- - '1'
- -
- __assoc__:
- -
- - label
- - XL
- -
- - value
- - xl
- -
- - default
- - ''
- -
- __assoc__:
- -
- - label
- - 2XL
- -
- - value
- - 2xl
- -
- - default
- - ''
- translationKeyFormat: null
- translationMethod: none
- type: craft\fields\Dropdown
- aa7883a4-2cce-4316-85f3-ec6ea59402ec: # Section Padding Vertical
- columnSuffix: null
- contentColumnType: string(4)
- fieldGroup: null
- handle: sectionPaddingVertical
- instructions: null
- name: 'Section Padding Vertical'
- searchable: false
- settings:
- columnType: null
- options:
- -
- __assoc__:
- -
- - label
- - Zero
- -
- - value
- - zero
- -
- - default
- - '1'
- -
- __assoc__:
- -
- - label
- - SM
- -
- - value
- - sm
- -
- - default
- - ''
- -
- __assoc__:
- -
- - label
- - MD
- -
- - value
- - md
- -
- - default
- - ''
- -
- __assoc__:
- -
- - label
- - LG
- -
- - value
- - lg
- -
- - default
- - ''
- -
- __assoc__:
- -
- - label
- - XL
- -
- - value
- - xl
- -
- - default
- - ''
- -
- __assoc__:
- -
- - label
- - 2XL
- -
- - value
- - 2xl
- -
- - default
- - ''
- translationKeyFormat: null
- translationMethod: none
- type: craft\fields\Dropdown
-handle: blockSection
-name: Section
-sortOrder: 1
diff --git a/config/project/matrixBlockTypes/blockSpacer--92963d20-e763-4d2e-a367-9e543dfde522.yaml b/config/project/matrixBlockTypes/blockSpacer--92963d20-e763-4d2e-a367-9e543dfde522.yaml
deleted file mode 100644
index 6c0af61e..00000000
--- a/config/project/matrixBlockTypes/blockSpacer--92963d20-e763-4d2e-a367-9e543dfde522.yaml
+++ /dev/null
@@ -1,95 +0,0 @@
-field: 74eb36ae-7a26-4e7d-b454-990ec52617f0 # Builder: Content
-fieldLayouts:
- a4335b2d-af34-4544-b20a-e4a928a3693c:
- tabs:
- -
- elementCondition: null
- elements:
- -
- elementCondition: null
- fieldUid: 1b37c439-5a32-4e8f-8019-7f6a94593419 # Spacer Variant
- instructions: null
- label: null
- required: true
- tip: null
- type: craft\fieldlayoutelements\CustomField
- uid: c8ba7044-fa9a-4546-9493-16bccb73a76e
- userCondition: null
- warning: null
- width: 100
- name: Content
- uid: 1ce6448e-436d-4f3c-b18e-d4b338f00b99
- userCondition: null
-fields:
- 1b37c439-5a32-4e8f-8019-7f6a94593419: # Spacer Variant
- columnSuffix: null
- contentColumnType: string
- fieldGroup: null
- handle: spacerVariant
- instructions: null
- name: 'Spacer Variant'
- searchable: false
- settings:
- columnType: string
- options:
- -
- __assoc__:
- -
- - label
- - SM
- -
- - value
- - sm
- -
- - default
- - '1'
- -
- __assoc__:
- -
- - label
- - MD
- -
- - value
- - md
- -
- - default
- - ''
- -
- __assoc__:
- -
- - label
- - LG
- -
- - value
- - lg
- -
- - default
- - ''
- -
- __assoc__:
- -
- - label
- - XL
- -
- - value
- - xl
- -
- - default
- - ''
- -
- __assoc__:
- -
- - label
- - 2XL
- -
- - value
- - 2xl
- -
- - default
- - ''
- translationKeyFormat: null
- translationMethod: none
- type: craft\fields\Dropdown
-handle: blockSpacer
-name: Spacer
-sortOrder: 9
diff --git a/config/project/matrixBlockTypes/blockText--7b3b13e0-e20d-4d51-b0ae-832300f45234.yaml b/config/project/matrixBlockTypes/blockText--7b3b13e0-e20d-4d51-b0ae-832300f45234.yaml
deleted file mode 100644
index a93cf709..00000000
--- a/config/project/matrixBlockTypes/blockText--7b3b13e0-e20d-4d51-b0ae-832300f45234.yaml
+++ /dev/null
@@ -1,50 +0,0 @@
-field: 74eb36ae-7a26-4e7d-b454-990ec52617f0 # Builder: Content
-fieldLayouts:
- 12757233-a8be-4796-bed0-bdaffeb488ae:
- tabs:
- -
- elementCondition: null
- elements:
- -
- elementCondition: null
- fieldUid: d4cabad1-1cae-4a1e-a914-c38d9f1a813a # Text
- instructions: null
- label: null
- required: true
- tip: null
- type: craft\fieldlayoutelements\CustomField
- uid: 0b98c8af-6fb9-4a18-b577-3f75b079e8f2
- userCondition: null
- warning: null
- width: 100
- name: Content
- uid: f371c36b-db60-4c3f-a1dc-a3e11244e2ca
- userCondition: null
-fields:
- d4cabad1-1cae-4a1e-a914-c38d9f1a813a: # Text
- columnSuffix: null
- contentColumnType: text
- fieldGroup: null
- handle: text
- instructions: null
- name: Text
- searchable: true
- settings:
- availableTransforms: ''
- availableVolumes: ''
- ckeConfig: 6f4a3e01-23de-4313-8109-00a430317d11 # Rich Text Default
- columnType: text
- defaultTransform: null
- enableSourceEditingForNonAdmins: false
- purifierConfig: null
- purifyHtml: true
- showUnpermittedFiles: false
- showUnpermittedVolumes: false
- showWordCount: true
- wordLimit: null
- translationKeyFormat: null
- translationMethod: none
- type: craft\ckeditor\Field
-handle: blockText
-name: Text
-sortOrder: 2
diff --git a/config/project/matrixBlockTypes/blockTextImage--3497ad65-5e4c-43cb-b469-c3e4b3d80343.yaml b/config/project/matrixBlockTypes/blockTextImage--3497ad65-5e4c-43cb-b469-c3e4b3d80343.yaml
deleted file mode 100644
index 7df772fa..00000000
--- a/config/project/matrixBlockTypes/blockTextImage--3497ad65-5e4c-43cb-b469-c3e4b3d80343.yaml
+++ /dev/null
@@ -1,236 +0,0 @@
-field: 74eb36ae-7a26-4e7d-b454-990ec52617f0 # Builder: Content
-fieldLayouts:
- 7b6ace88-ae82-4caf-afe4-1650ce6e7ce3:
- tabs:
- -
- elementCondition: null
- elements:
- -
- elementCondition: null
- fieldUid: 0a7dd988-f4db-40b7-8112-6f6fc7c4fb54 # Text
- instructions: null
- label: null
- required: true
- tip: null
- type: craft\fieldlayoutelements\CustomField
- uid: 51b01a52-b32f-4ffa-910d-ef9fe863f1ef
- userCondition: null
- warning: null
- width: 100
- -
- elementCondition: null
- fieldUid: b81cb731-dd6f-4055-9c6d-2f076a727a27 # Image
- instructions: null
- label: null
- required: true
- tip: null
- type: craft\fieldlayoutelements\CustomField
- uid: ab6dd79a-0d9c-4799-860a-01a7c242ba68
- userCondition: null
- warning: null
- width: 50
- -
- elementCondition: null
- fieldUid: 98f7a455-6764-4b7d-8d19-405bdcc42228 # Image Ratio
- instructions: null
- label: null
- required: true
- tip: null
- type: craft\fieldlayoutelements\CustomField
- uid: 04337482-6861-47b4-8a21-cd4447d746ab
- userCondition: null
- warning: null
- width: 50
- -
- elementCondition: null
- fieldUid: 6a90dae3-938c-47e6-8e36-6b1d6be92d63 # Show Image Caption
- instructions: null
- label: null
- required: false
- tip: null
- type: craft\fieldlayoutelements\CustomField
- uid: 50f248bd-1435-4f9e-8225-ce71ceadbd90
- userCondition: null
- warning: null
- width: 50
- -
- elementCondition: null
- fieldUid: 210de09a-f6c8-42dd-b4d6-c1c00e7d0b82 # Image Position
- instructions: null
- label: null
- required: false
- tip: null
- type: craft\fieldlayoutelements\CustomField
- uid: 1ce2335a-ddf7-4a2f-a788-0c629ecec74b
- userCondition: null
- warning: null
- width: 50
- name: Content
- uid: a7ac4d85-057b-421c-a16b-b382da491a30
- userCondition: null
-fields:
- 0a7dd988-f4db-40b7-8112-6f6fc7c4fb54: # Text
- columnSuffix: null
- contentColumnType: text
- fieldGroup: null
- handle: text
- instructions: null
- name: Text
- searchable: true
- settings:
- availableTransforms: ''
- availableVolumes: ''
- ckeConfig: 6f4a3e01-23de-4313-8109-00a430317d11 # Rich Text Default
- columnType: text
- defaultTransform: null
- enableSourceEditingForNonAdmins: false
- purifierConfig: null
- purifyHtml: true
- showUnpermittedFiles: false
- showUnpermittedVolumes: false
- showWordCount: true
- wordLimit: null
- translationKeyFormat: null
- translationMethod: none
- type: craft\ckeditor\Field
- 6a90dae3-938c-47e6-8e36-6b1d6be92d63: # Show Image Caption
- columnSuffix: null
- contentColumnType: boolean
- fieldGroup: null
- handle: showImageCaption
- instructions: null
- name: 'Show Image Caption'
- searchable: false
- settings:
- default: false
- offLabel: null
- onLabel: null
- translationKeyFormat: null
- translationMethod: none
- type: craft\fields\Lightswitch
- 98f7a455-6764-4b7d-8d19-405bdcc42228: # Image Ratio
- columnSuffix: null
- contentColumnType: string(16)
- fieldGroup: null
- handle: imageRatio
- instructions: null
- name: 'Image Ratio'
- searchable: false
- settings:
- columnType: null
- options:
- -
- __assoc__:
- -
- - label
- - Landscape
- -
- - value
- - aspect-landscape
- -
- - default
- - '1'
- -
- __assoc__:
- -
- - label
- - Square
- -
- - value
- - aspect-square
- -
- - default
- - ''
- -
- __assoc__:
- -
- - label
- - Portrait
- -
- - value
- - aspect-portrait
- -
- - default
- - ''
- -
- __assoc__:
- -
- - label
- - Auto
- -
- - value
- - aspect-auto
- -
- - default
- - ''
- translationKeyFormat: null
- translationMethod: none
- type: craft\fields\Dropdown
- 210de09a-f6c8-42dd-b4d6-c1c00e7d0b82: # Image Position
- columnSuffix: null
- contentColumnType: boolean
- fieldGroup: null
- handle: imagePosition
- instructions: null
- name: 'Image Position'
- searchable: false
- settings:
- default: false
- offLabel: Left
- onLabel: Right
- translationKeyFormat: null
- translationMethod: none
- type: craft\fields\Lightswitch
- b81cb731-dd6f-4055-9c6d-2f076a727a27: # Image
- columnSuffix: null
- contentColumnType: string
- fieldGroup: null
- handle: image
- instructions: null
- name: Image
- searchable: false
- settings:
- allowSelfRelations: false
- allowSubfolders: false
- allowUploads: true
- allowedKinds:
- - image
- branchLimit: null
- defaultUploadLocationSource: 'volume:f1b38495-8096-48fa-9b78-0da345e3295c' # Images
- defaultUploadLocationSubpath: null
- localizeRelations: false
- maintainHierarchy: false
- maxRelations: 1
- minRelations: null
- previewMode: full
- restrictFiles: true
- restrictLocation: false
- restrictedDefaultUploadSubpath: null
- restrictedLocationSource: 'volume:6c5fc0dd-cf56-48d8-8af8-88abe763b970' # Files
- restrictedLocationSubpath: null
- selectionCondition:
- __assoc__:
- -
- - elementType
- - craft\elements\Asset
- -
- - fieldContext
- - global
- -
- - class
- - craft\elements\conditions\assets\AssetCondition
- selectionLabel: null
- showSiteMenu: true
- showUnpermittedFiles: true
- showUnpermittedVolumes: true
- sources:
- - 'volume:f1b38495-8096-48fa-9b78-0da345e3295c' # Images
- targetSiteId: null
- validateRelatedElements: true
- viewMode: large
- translationKeyFormat: null
- translationMethod: site
- type: craft\fields\Assets
-handle: blockTextImage
-name: 'Text : Image'
-sortOrder: 3
diff --git a/config/project/matrixBlockTypes/blockVideo--7b23a4a8-a6f8-43c4-b12c-326d089176ad.yaml b/config/project/matrixBlockTypes/blockVideo--7b23a4a8-a6f8-43c4-b12c-326d089176ad.yaml
deleted file mode 100644
index ab11755d..00000000
--- a/config/project/matrixBlockTypes/blockVideo--7b23a4a8-a6f8-43c4-b12c-326d089176ad.yaml
+++ /dev/null
@@ -1,196 +0,0 @@
-field: 74eb36ae-7a26-4e7d-b454-990ec52617f0 # Builder: Content
-fieldLayouts:
- 1abefa28-ba0b-4e7e-be2b-12835562bb01:
- tabs:
- -
- elementCondition: null
- elements:
- -
- elementCondition: null
- fieldUid: 63bd200d-3882-4788-a8ba-528452521d6c # Video Provider
- instructions: null
- label: null
- required: true
- tip: null
- type: craft\fieldlayoutelements\CustomField
- uid: 61617279-3f13-4142-9007-28c5defd3157
- userCondition: null
- warning: null
- width: 50
- -
- elementCondition: null
- fieldUid: e9486b85-fd5e-40c8-851b-a6b0133e1f88 # Video Id
- instructions: null
- label: null
- required: true
- tip: null
- type: craft\fieldlayoutelements\CustomField
- uid: 209e0b27-694f-492c-8618-f97820ac8a2a
- userCondition: null
- warning: null
- width: 50
- -
- elementCondition: null
- fieldUid: 3ac3bfdf-e50b-46e3-abb9-cef4bffab4a0 # Autoplay
- instructions: null
- label: null
- required: false
- tip: null
- type: craft\fieldlayoutelements\CustomField
- uid: 85e4faf3-8c53-4926-9624-5ba7b9cca49b
- userCondition: null
- warning: null
- width: 50
- -
- elementCondition: null
- fieldUid: 4a25e574-679a-4d01-8e8b-d5927129ce33 # Loop
- instructions: null
- label: null
- required: false
- tip: null
- type: craft\fieldlayoutelements\CustomField
- uid: ca8a500e-d6df-4d29-b957-9e9f7172facc
- userCondition: null
- warning: null
- width: 50
- -
- elementCondition: null
- fieldUid: 68109da0-245f-4b21-b040-b7f4385e618e # Video Width
- instructions: null
- label: null
- required: false
- tip: null
- type: craft\fieldlayoutelements\CustomField
- uid: 6b9c294a-c00e-4b45-b0e5-c0ff793155ac
- userCondition: null
- warning: null
- width: 50
- name: Content
- uid: bb2df4f8-8532-459f-ae5f-12b9013d58c0
- userCondition: null
-fields:
- 3ac3bfdf-e50b-46e3-abb9-cef4bffab4a0: # Autoplay
- columnSuffix: null
- contentColumnType: boolean
- fieldGroup: null
- handle: autoplay
- instructions: null
- name: Autoplay
- searchable: false
- settings:
- default: false
- offLabel: null
- onLabel: null
- translationKeyFormat: null
- translationMethod: none
- type: craft\fields\Lightswitch
- 4a25e574-679a-4d01-8e8b-d5927129ce33: # Loop
- columnSuffix: null
- contentColumnType: boolean
- fieldGroup: null
- handle: loop
- instructions: null
- name: Loop
- searchable: false
- settings:
- default: false
- offLabel: null
- onLabel: null
- translationKeyFormat: null
- translationMethod: none
- type: craft\fields\Lightswitch
- 63bd200d-3882-4788-a8ba-528452521d6c: # Video Provider
- columnSuffix: msfzxjxb
- contentColumnType: string(7)
- fieldGroup: null
- handle: videoProvider
- instructions: null
- name: 'Video Provider'
- searchable: false
- settings:
- columnType: null
- options:
- -
- __assoc__:
- -
- - label
- - Youtube
- -
- - value
- - youtube
- -
- - default
- - '1'
- -
- __assoc__:
- -
- - label
- - Vimeo
- -
- - value
- - vimeo
- -
- - default
- - ''
- translationKeyFormat: null
- translationMethod: none
- type: craft\fields\Dropdown
- 68109da0-245f-4b21-b040-b7f4385e618e: # Video Width
- columnSuffix: null
- contentColumnType: string
- fieldGroup: null
- handle: videoWidth
- instructions: null
- name: 'Video Width'
- searchable: false
- settings:
- columnType: string
- options:
- -
- __assoc__:
- -
- - label
- - Wide
- -
- - value
- - wide
- -
- - default
- - '1'
- -
- __assoc__:
- -
- - label
- - Narrow
- -
- - value
- - narrow
- -
- - default
- - ''
- translationKeyFormat: null
- translationMethod: none
- type: craft\fields\Dropdown
- e9486b85-fd5e-40c8-851b-a6b0133e1f88: # Video Id
- columnSuffix: null
- contentColumnType: text
- fieldGroup: null
- handle: videoId
- instructions: null
- name: 'Video Id'
- searchable: true
- settings:
- byteLimit: null
- charLimit: null
- code: false
- columnType: null
- initialRows: 4
- multiline: false
- placeholder: null
- uiMode: normal
- translationKeyFormat: null
- translationMethod: none
- type: craft\fields\PlainText
-handle: blockVideo
-name: Video
-sortOrder: 7
diff --git a/config/project/navigation/navs/navigationMain--7eb1a718-0679-4fda-b656-9bfdf55a2025.yaml b/config/project/navigation/navs/navigationMain--7eb1a718-0679-4fda-b656-9bfdf55a2025.yaml
index aa68af2c..3e7f85e8 100644
--- a/config/project/navigation/navs/navigationMain--7eb1a718-0679-4fda-b656-9bfdf55a2025.yaml
+++ b/config/project/navigation/navs/navigationMain--7eb1a718-0679-4fda-b656-9bfdf55a2025.yaml
@@ -10,9 +10,12 @@ fieldLayouts:
autocomplete: false
autocorrect: true
class: null
+ dateAdded: '2024-09-04T19:47:47+00:00'
disabled: false
elementCondition: null
id: null
+ includeInCards: false
+ inputType: null
instructions: null
label: null
max: null
@@ -20,6 +23,7 @@ fieldLayouts:
name: null
orientation: null
placeholder: null
+ providesThumbs: false
readonly: false
requirable: false
size: null
@@ -32,9 +36,12 @@ fieldLayouts:
warning: null
width: 100
-
+ dateAdded: '2024-09-04T19:47:47+00:00'
elementCondition: null
+ includeInCards: false
instructions: null
label: null
+ providesThumbs: false
required: false
tip: null
type: verbb\navigation\fieldlayoutelements\NodeTypeElements
diff --git a/config/project/project.yaml b/config/project/project.yaml
index 26cbcd13..3b864560 100644
--- a/config/project/project.yaml
+++ b/config/project/project.yaml
@@ -1,4 +1,4 @@
-dateModified: 1705787841
+dateModified: 1725573188
elementSources:
craft\elements\Asset:
-
@@ -41,139 +41,80 @@ email:
command: ''
transportType: craft\mail\transportadapters\Sendmail
fs:
- files:
+ assets:
hasUrls: true
- name: Files
+ name: Assets
settings:
- path: '@webroot/assets/files'
+ path: '@webroot/assets'
type: craft\fs\Local
- url: '@assetsUrl/files/'
- images:
- hasUrls: true
- name: Images
- settings:
- path: '@webroot/assets/images'
- type: craft\fs\Local
- url: '@assetsUrl/images/'
- templateImages:
- hasUrls: true
- name: 'Template Images'
- settings:
- path: '@webroot/assets/templateImages'
- type: craft\fs\Local
- url: '@assetsUrl/templateImages/'
+ url: '@assetsUrl'
transforms:
hasUrls: true
name: Transforms
settings:
- path: '@webroot/assets/transforms'
- type: craft\fs\Local
- url: '@assetsUrl/transforms/'
- users:
- hasUrls: true
- name: Users
- settings:
- path: '@webroot/assets/users'
+ path: '@webroot/transforms'
type: craft\fs\Local
- url: '@assetsUrl/users/'
+ url: '@transformsUrl'
meta:
__names__:
- 0a7dd988-f4db-40b7-8112-6f6fc7c4fb54: Text # Text
- 0dc851b0-a289-4c50-be8d-0c055b270ee8: 'Asset: Entry Image' # Asset: Entry Image
- 1b37c439-5a32-4e8f-8019-7f6a94593419: 'Spacer Variant' # Spacer Variant
- 1be86da8-5273-40c6-ba88-718f5c32a6c3: 'Image Width' # Image Width
- 1c94bbf7-46b0-46e4-a699-b4eef42994a0: 'Text: Editor Simple' # Text: Editor Simple
2bc1feee-cfc8-48ee-bace-f101e7f41ac9: Default # Default
- 2f642060-4792-41cb-a427-083aabeba231: 'Page Content Builder' # Page Content Builder
- 3ac3bfdf-e50b-46e3-abb9-cef4bffab4a0: Autoplay # Autoplay
- 4a25e574-679a-4d01-8e8b-d5927129ce33: Loop # Loop
+ 2f642060-4792-41cb-a427-083aabeba231: '_Content Builder' # _Content Builder
+ 5af0a821-fa33-490a-9439-3193f439dd06: 'Rich Text Simple' # Rich Text Simple
5c9f2ce6-f780-4ea6-a50c-539a252aec94: Images # Images
5d0f7961-203c-4008-a55a-6a7d35e7a37a: Home # Home
- 6a90dae3-938c-47e6-8e36-6b1d6be92d63: 'Show Image Caption' # Show Image Caption
- 6b6fa06a-49a5-4d76-86c2-73025061e123: 'Image Columns' # Image Columns
6c5fc0dd-cf56-48d8-8af8-88abe763b970: Files # Files
- 6cbf325a-fbae-41b4-bb85-feb5ead0849e: Test # Test
- 6d94dcc4-6ec1-45b4-8c86-e53cee842b11: 'Page News' # Page News
- 6f4a3e01-23de-4313-8109-00a430317d11: 'Rich Text Default' # Rich Text Default
+ 6d94dcc4-6ec1-45b4-8c86-e53cee842b11: '_List: News' # _List: News
+ 6f4a3e01-23de-4313-8109-00a430317d11: 'Rich Text' # Rich Text
7b3b13e0-e20d-4d51-b0ae-832300f45234: Text # Text
7b23a4a8-a6f8-43c4-b12c-326d089176ad: Video # Video
- 7e8fd607-0b56-4196-9e02-76ebba9ad7bd: New # New
7eb1a718-0679-4fda-b656-9bfdf55a2025: 'Navigation Main' # Navigation Main
- 8ced5be5-13b2-483f-8db9-aab9757aad21: Error # Error
- 8d272b11-c1b4-4fc3-95c8-9d94fa513795: 'Text: Links' # Text: Links
+ 8ced5be5-13b2-483f-8db9-aab9757aad21: _Error # _Error
8dda1580-81a2-49f5-9dd2-ed1e2eb03fc6: Users # Users
- 9a8fffce-3c28-4326-8f7a-e31d2f6cc04b: 'Section Background Color' # Section Background Color
- 9b73b533-898f-4f77-a500-37ea0be0afc7: 'Show Image Caption' # Show Image Caption
- 9cb7ea0d-8dd4-4298-ac6c-ab6c0efbe6ba: 'Snippet Name' # Snippet Name
- 35b67fb3-4bdb-470f-a686-3d46c5cd5f96: Image # Image
- 53f0660a-f06b-4b2d-b342-1869c5c65538: Quote # Quote
+ 9a8fffce-3c28-4326-8f7a-e31d2f6cc04b: 'Background Color' # Background Color
+ 9add7508-89cd-4b19-b8e5-f6173a4ec371: 'Rich Text' # Rich Text
63bd200d-3882-4788-a8ba-528452521d6c: 'Video Provider' # Video Provider
- 63e3914d-ee70-44c2-9dc3-91551f47c54f: 'Text: Editor Default' # Text: Editor Default
- 70bc887b-faf2-45c7-b4bc-4299acd343da: 'Image Ratio' # Image Ratio
- 74b87138-1475-47c2-a9dd-63baa78dd5f5: 'Space Between Blocks' # Space Between Blocks
- 74c3cd4f-b565-4fb4-879e-72022774f93c: Variant # Variant
- 74eb36ae-7a26-4e7d-b454-990ec52617f0: 'Builder: Content' # Builder: Content
- 75b6f580-613f-42ae-aa23-2d5fb22ff3da: 'Source Subline' # Source Subline
+ 74c3cd4f-b565-4fb4-879e-72022774f93c: 'Images View Mode' # Images View Mode
+ 75f91f6f-fc53-49ad-bde0-365d6384b711: Content # Content
77c74b5c-6bbb-41a7-b166-c6b158a3cc7f: 'Template Images' # Template Images
- 81d0ea50-f7e1-4eff-8138-2a06ffbfae86: Home # Home
- 88f5b6a1-8725-4770-b8df-f5f3c0d257d3: 'Section Width' # Section Width
- 98f7a455-6764-4b7d-8d19-405bdcc42228: 'Image Ratio' # Image Ratio
+ 81d0ea50-f7e1-4eff-8138-2a06ffbfae86: _Home # _Home
+ 185fdccb-b242-4ff7-bf7f-a0f1e7e2987f: 'Link Style' # Link Style
210de09a-f6c8-42dd-b4d6-c1c00e7d0b82: 'Image Position' # Image Position
- 359d175b-2fe0-421b-959a-16ca87c71044: Contact # Contact
- 419ebfbb-8723-48db-ae89-10adf52cdf11: 'Text: Source' # Text: Source
- 426b9c6d-ddd6-433e-a29d-8247cd9095ba: 'Text CK' # Text CK
- 1516a801-6243-468d-b8e2-479085458faa: 'Text: Title Overwrite' # Text: Title Overwrite
3497ad65-5e4c-43cb-b469-c3e4b3d80343: 'Text : Image' # Text : Image
3547e7b4-f3fb-4cf4-9d29-9f12dfa94594: News # News
8153a2df-373f-4aac-9a92-d52292c9f1aa: Baukasten # Baukasten
- 8512e79b-4bb8-4d2d-b731-5fa98546f2c9: Builders # Builders
- 8780cb03-c9ea-4482-ab85-3e541453b50f: 'Text: Source Url' # Text: Source Url
9005a655-4d9f-46b4-8c33-aadba34b6112: 'Social Sharing Facebook' # Social Sharing Facebook
- 45510f13-91d2-479f-9ff2-68dd09ab6643: 'Text: Description' # Text: Description
- 68109da0-245f-4b21-b040-b7f4385e618e: 'Video Width' # Video Width
+ 31947efb-fa8c-473c-9b01-bd36c8d70b68: 'Lightswitch OFF' # Lightswitch OFF
75195ab8-b7c4-4dca-b807-ef8a042ef5a9: Images # Images
+ 87410aa7-3cd4-4961-9533-6d4f246113b5: 'Content Blocks' # Content Blocks
92963d20-e763-4d2e-a367-9e543dfde522: Spacer # Spacer
- 231200a9-ef7d-4002-8155-54fcaf4f6e6c: 'Image Width' # Image Width
295738c1-951d-4b8c-b5cd-83d71a85d7e8: Image # Image
644167c0-ab2a-4f9d-9b2b-09f5a6556ef3: 'Public Schema' # Public Schema
- 4267733c-fa2b-45f5-a3b6-8b56a1c56dc4: Text # Text
62883121-63a2-4e5c-a6f3-4855cf64df2c: 'Image Ratio' # Image Ratio
- a2484323-15c1-4358-a188-d18a600c5958: Autoplay # Autoplay
- aa7883a4-2cce-4316-85f3-ec6ea59402ec: 'Section Padding Vertical' # Section Padding Vertical
- aac37142-e533-49aa-8665-b8cc6360e98b: 'Text: Caption' # Text: Caption
+ a3f76ec3-252e-4be6-8178-8f6b54acce19: Link # Link
+ aa7883a4-2cce-4316-85f3-ec6ea59402ec: Spacing # Spacing
b0207f48-be48-49ab-a759-1ff51f232df3: Pages # Pages
b81cb731-dd6f-4055-9c6d-2f076a727a27: Image # Image
- b921eaa9-858e-4901-bbb9-15b70cac9a6e: Relations # Relations
b3022ef5-7f1b-49d7-976d-5d5be501c1f1: Section # Section
- b48826ad-7083-4a54-8082-52ede1c340b7: 'Video ID' # Video ID
- be45c3e2-5e9f-491e-a000-94d95c4fa20b: Snippet # Snippet
- c6d6d63e-16f8-4450-a631-a9d6a37d2d88: 'Video Width' # Video Width
- c40b8b5e-0ccb-4d0d-9eee-bd24ac9209b0: Source # Source
- cf5b11e3-a6d6-430f-991f-9b78f9e4dd7f: 'Snippet collapsed' # Snippet collapsed
- d4cabad1-1cae-4a1e-a914-c38d9f1a813a: Text # Text
- d29e8520-ab62-4c8f-bda2-61868797c1ca: 'SEO: SEOmatic' # SEO: SEOmatic
- d383bdc6-fcfa-4652-9155-d7ead2d89f29: Assets # Assets
- dfb88745-e0f0-4c67-9781-f72dad33bf65: SEO # SEO
- e0e9e510-46ff-45aa-aa46-700b325bb911: 'Show Image Caption' # Show Image Caption
- e3c7bdf5-9e45-4977-ba11-1e2c4b57644e: Divider # Divider
+ baf82dc6-9e5a-4933-aa96-15eed58c888f: Links # Links
+ be45c3e2-5e9f-491e-a000-94d95c4fa20b: 'Code Snippet' # Code Snippet
+ c8a9d048-8e52-42a3-8e8a-44633a838802: Links # Links
+ d29e8520-ab62-4c8f-bda2-61868797c1ca: SEOmatic # SEOmatic
+ e01efe03-188f-486a-a2bd-b7c021ef142b: 'Lightswitch ON' # Lightswitch ON
e8b10d27-be46-4108-9bf5-3a8711280165: 'Rich Text Simple' # Rich Text Simple
- e11e03f7-19c1-45c3-935e-1994a7ce7d26: 'Source Url' # Source Url
+ e884a8f9-92f0-48b3-a7e8-a6d95f47f6df: 'Text Multi' # Text Multi
e5172a18-ed16-4229-89ca-fc0dc776597a: 'Error Pages' # Error Pages
- e6857cd6-fc09-4396-93bd-3a9fc9011446: 'Snippet Language' # Snippet Language
- e9486b85-fd5e-40c8-851b-a6b0133e1f88: 'Video Id' # Video Id
- e55876f6-9fe1-448f-b0bb-320990caabee: Loop # Loop
- f084e099-613d-4405-b600-f4be12d3509b: 'Divider Variant' # Divider Variant
+ edfcb398-ef78-43ec-9434-d6405da2886e: 'Text Single' # Text Single
f1b38495-8096-48fa-9b78-0da345e3295c: Images # Images
f3e1a215-a60f-4d6a-8897-e1a80a40c6cd: Code # Code
f4959e03-fec0-4b1c-887e-5301a5f66742: 'Social Sharing Twitter' # Social Sharing Twitter
fa02ff5a-1741-4417-8c8f-b72b954dd4fd: Quote # Quote
- fb701216-3e80-4e6d-99d4-2e5f70561e22: 'News Default' # News Default
+ fb701216-3e80-4e6d-99d4-2e5f70561e22: '_News Detail' # _News Detail
plugins:
blitz:
edition: standard
enabled: true
licenseKey: $PLUGIN_BLITZ
- schemaVersion: 4.10.1
+ schemaVersion: 5.7.0.1
settings:
integrations:
- putyourlightson\blitz\drivers\integrations\CommerceIntegration
@@ -189,10 +130,6 @@ plugins:
edition: standard
enabled: true
schemaVersion: 1.0.0
- cp-clearcache:
- edition: standard
- enabled: true
- schemaVersion: 1.0.0
cp-css:
edition: standard
enabled: true
@@ -204,10 +141,6 @@ plugins:
edition: standard
enabled: true
schemaVersion: 1.0.0
- dumper:
- edition: standard
- enabled: true
- schemaVersion: 1.0.0
elements-panel:
edition: standard
enabled: true
@@ -216,162 +149,21 @@ plugins:
edition: standard
enabled: true
schemaVersion: 1.0.0
- formie:
- edition: standard
- enabled: true
- licenseKey: $PLUGIN_FORMIE
- schemaVersion: 2.0.13
- settings:
- ajaxTimeout: 10
- captchas:
- __assoc__:
- -
- - recaptcha
- -
- __assoc__:
- -
- - type
- - verbb\formie\integrations\captchas\Recaptcha
- -
- - enabled
- - false
- -
- - settings
- -
- __assoc__:
- -
- - handle
- - recaptcha
- -
- - secretKey
- - ''
- -
- - siteKey
- - ''
- -
- - type
- - v3
- -
- - size
- - normal
- -
- - theme
- - light
- -
- - badge
- - bottomright
- -
- - language
- - en
- -
- - minScore
- - '0.5'
- -
- - duplicate
- -
- __assoc__:
- -
- - type
- - verbb\formie\integrations\captchas\Duplicate
- -
- - enabled
- - true
- -
- - settings
- -
- __assoc__:
- -
- - handle
- - duplicate
- -
- - honeypot
- -
- __assoc__:
- -
- - type
- - verbb\formie\integrations\captchas\Honeypot
- -
- - enabled
- - true
- -
- - settings
- -
- __assoc__:
- -
- - handle
- - honeypot
- -
- - javascript
- -
- __assoc__:
- -
- - type
- - verbb\formie\integrations\captchas\Javascript
- -
- - enabled
- - true
- -
- - settings
- -
- __assoc__:
- -
- - handle
- - javascript
- -
- - minTime
- - '10'
- defaultDateDisplayType: ''
- defaultDateTime: ''
- defaultDateValueOption: ''
- defaultEmailTemplate: ''
- defaultFileUploadVolume: ''
- defaultFormTemplate: ''
- defaultInstructionsPosition: below-input
- defaultLabelPosition: above-input
- defaultPage: forms
- enableCsrfValidationForGuests: true
- enableGatsbyCompatibility: false
- enableUnloadWarning: true
- maxIncompleteSubmissionAge: 30
- maxSentNotificationsAge: 30
- pluginName: Formie
- saveSpam: true
- sendEmailAlerts: false
- sentNotifications: true
- spamBehaviour: showSuccess
- spamBehaviourMessage: ''
- spamEmailNotifications: false
- spamKeywords: ''
- spamLimit: 1000
- useQueueForIntegrations: true
- useQueueForNotifications: true
hyper:
edition: standard
enabled: true
licenseKey: $PLUGIN_HYPER
schemaVersion: 1.0.0
- image-resizer:
- edition: standard
- enabled: true
- schemaVersion: 2.0.0
imager-x:
edition: pro
enabled: true
licenseKey: $PLUGIN_IMAGERX
schemaVersion: 4.0.0
- matrixmate:
- edition: standard
- enabled: true
- schemaVersion: 1.0.0
- minify:
- edition: standard
- enabled: true
- schemaVersion: 1.0.0
navigation:
edition: standard
enabled: true
licenseKey: $PLUGIN_NAVIGATION
- schemaVersion: 2.0.7
+ schemaVersion: 2.1.0
seomatic:
edition: standard
enabled: true
@@ -420,22 +212,10 @@ plugins:
submitSitemaps: true
truncateDescriptionTags: '1'
truncateTitleTags: '1'
- sherlock:
- edition: lite
- enabled: true
- schemaVersion: 4.1.0
- settings:
- strictTransportSecurity:
- canFail: true
- threshold: 15552000
sprig:
edition: standard
enabled: true
schemaVersion: 1.0.1
- super-table:
- edition: standard
- enabled: true
- schemaVersion: 3.0.0
vite:
edition: standard
enabled: true
@@ -445,13 +225,5 @@ system:
live: true
name: Baukasten
retryDuration: null
- schemaVersion: 4.5.3.0
+ schemaVersion: 5.3.0.2
timeZone: Europe/Berlin
-users:
- allowPublicRegistration: false
- deactivateByDefault: false
- defaultGroup: ''
- photoSubpath: '{username}'
- photoVolumeUid: 8dda1580-81a2-49f5-9dd2-ed1e2eb03fc6 # Users
- requireEmailVerification: true
- validateOnPublicRegistration: false
diff --git a/config/project/sections/errorPages--e5172a18-ed16-4229-89ca-fc0dc776597a.yaml b/config/project/sections/errorPages--e5172a18-ed16-4229-89ca-fc0dc776597a.yaml
index f43fa9fe..8f7be470 100644
--- a/config/project/sections/errorPages--e5172a18-ed16-4229-89ca-fc0dc776597a.yaml
+++ b/config/project/sections/errorPages--e5172a18-ed16-4229-89ca-fc0dc776597a.yaml
@@ -1,6 +1,9 @@
defaultPlacement: end
enableVersioning: false
+entryTypes:
+ - 8ced5be5-13b2-483f-8db9-aab9757aad21 # _Error
handle: errorPages
+maxAuthors: 1
name: 'Error Pages'
previewTargets:
-
@@ -19,6 +22,6 @@ siteSettings:
8153a2df-373f-4aac-9a92-d52292c9f1aa: # Baukasten
enabledByDefault: true
hasUrls: true
- template: _routerErrors
+ template: entryTypes/_routerViews.twig
uriFormat: 'error/{slug}'
type: channel
diff --git a/config/project/sections/home--5d0f7961-203c-4008-a55a-6a7d35e7a37a.yaml b/config/project/sections/home--5d0f7961-203c-4008-a55a-6a7d35e7a37a.yaml
index 5fa20390..ba12e401 100644
--- a/config/project/sections/home--5d0f7961-203c-4008-a55a-6a7d35e7a37a.yaml
+++ b/config/project/sections/home--5d0f7961-203c-4008-a55a-6a7d35e7a37a.yaml
@@ -1,6 +1,9 @@
defaultPlacement: end
enableVersioning: true
+entryTypes:
+ - 81d0ea50-f7e1-4eff-8138-2a06ffbfae86 # _Home
handle: home
+maxAuthors: 1
name: Home
previewTargets:
-
@@ -8,12 +11,12 @@ previewTargets:
-
- label
- 'Primary entry page'
- -
- - urlFormat
- - '{url}'
-
- refresh
- '1'
+ -
+ - urlFormat
+ - '{url}'
propagationMethod: all
siteSettings:
8153a2df-373f-4aac-9a92-d52292c9f1aa: # Baukasten
diff --git a/config/project/sections/news--3547e7b4-f3fb-4cf4-9d29-9f12dfa94594.yaml b/config/project/sections/news--3547e7b4-f3fb-4cf4-9d29-9f12dfa94594.yaml
index e03a03e9..be2db0d2 100644
--- a/config/project/sections/news--3547e7b4-f3fb-4cf4-9d29-9f12dfa94594.yaml
+++ b/config/project/sections/news--3547e7b4-f3fb-4cf4-9d29-9f12dfa94594.yaml
@@ -1,6 +1,9 @@
defaultPlacement: end
enableVersioning: true
+entryTypes:
+ - fb701216-3e80-4e6d-99d4-2e5f70561e22 # _News Detail
handle: news
+maxAuthors: 1
name: News
previewTargets:
-
@@ -19,6 +22,6 @@ siteSettings:
8153a2df-373f-4aac-9a92-d52292c9f1aa: # Baukasten
enabledByDefault: true
hasUrls: true
- template: _routerEntries
+ template: entryTypes/_routerViews.twig
uriFormat: 'news/{slug}'
type: channel
diff --git a/config/project/sections/pages--b0207f48-be48-49ab-a759-1ff51f232df3.yaml b/config/project/sections/pages--b0207f48-be48-49ab-a759-1ff51f232df3.yaml
index 4f51b64c..c13318e5 100644
--- a/config/project/sections/pages--b0207f48-be48-49ab-a759-1ff51f232df3.yaml
+++ b/config/project/sections/pages--b0207f48-be48-49ab-a759-1ff51f232df3.yaml
@@ -1,6 +1,10 @@
defaultPlacement: end
enableVersioning: true
+entryTypes:
+ - 2f642060-4792-41cb-a427-083aabeba231 # _Content Builder
+ - 6d94dcc4-6ec1-45b4-8c86-e53cee842b11 # _List: News
handle: pages
+maxAuthors: 1
name: Pages
previewTargets:
-
@@ -19,7 +23,7 @@ siteSettings:
8153a2df-373f-4aac-9a92-d52292c9f1aa: # Baukasten
enabledByDefault: true
hasUrls: true
- template: _routerEntries
+ template: entryTypes/_routerViews.twig
uriFormat: '{parent.uri}/{slug}'
structure:
maxLevels: 3
diff --git a/config/project/users/fieldLayouts/d68cb5ea-4fb3-4661-8dc4-06d480a6990d.yaml b/config/project/users/fieldLayouts/d68cb5ea-4fb3-4661-8dc4-06d480a6990d.yaml
new file mode 100644
index 00000000..d3305fb6
--- /dev/null
+++ b/config/project/users/fieldLayouts/d68cb5ea-4fb3-4661-8dc4-06d480a6990d.yaml
@@ -0,0 +1,130 @@
+tabs:
+ -
+ elementCondition: null
+ elements:
+ -
+ dateAdded: '2024-09-04T22:41:51+00:00'
+ elementCondition: null
+ id: null
+ includeInCards: false
+ instructions: null
+ label: null
+ orientation: null
+ providesThumbs: false
+ requirable: false
+ tip: null
+ type: craft\fieldlayoutelements\users\PhotoField
+ uid: f6b06fae-549d-4b55-9a3d-4579abba6792
+ userCondition: null
+ warning: null
+ width: 50
+ -
+ attribute: fullName
+ autocapitalize: true
+ autocomplete: false
+ autocorrect: true
+ class: null
+ dateAdded: '2024-09-04T22:41:51+00:00'
+ disabled: false
+ elementCondition: null
+ id: null
+ includeInCards: false
+ inputType: null
+ instructions: null
+ label: null
+ max: null
+ min: null
+ name: null
+ orientation: null
+ placeholder: null
+ providesThumbs: false
+ readonly: false
+ requirable: true
+ required: false
+ size: null
+ step: null
+ tip: null
+ title: null
+ type: craft\fieldlayoutelements\users\FullNameField
+ uid: 5111b90b-dcc6-4693-85ad-c7496b4125b2
+ userCondition: null
+ warning: null
+ width: 50
+ -
+ autocapitalize: true
+ autocomplete: false
+ autocorrect: true
+ class: null
+ dateAdded: '2024-09-04T22:41:51+00:00'
+ disabled: false
+ elementCondition: null
+ id: null
+ includeInCards: false
+ inputType: null
+ instructions: null
+ label: null
+ max: null
+ min: null
+ name: null
+ orientation: null
+ placeholder: null
+ providesThumbs: false
+ readonly: false
+ requirable: false
+ size: null
+ step: null
+ tip: null
+ title: null
+ type: craft\fieldlayoutelements\users\UsernameField
+ uid: aa74d74f-04c1-4751-b345-5ab3b44a8c09
+ userCondition: null
+ warning: null
+ width: 50
+ -
+ autocapitalize: true
+ autocomplete: false
+ autocorrect: true
+ class: null
+ dateAdded: '2024-09-04T22:41:51+00:00'
+ disabled: false
+ elementCondition: null
+ id: null
+ includeInCards: false
+ inputType: null
+ instructions: null
+ label: null
+ max: null
+ min: null
+ name: null
+ orientation: null
+ placeholder: null
+ providesThumbs: false
+ readonly: false
+ requirable: false
+ size: null
+ step: null
+ tip: null
+ title: null
+ type: craft\fieldlayoutelements\users\EmailField
+ uid: 35c1ebee-ce7c-45ba-984d-9761c5079039
+ userCondition: null
+ width: 50
+ -
+ dateAdded: '2024-09-04T22:45:07+00:00'
+ elementCondition: null
+ fieldUid: 6f921e8c-e284-45b5-b4a8-850b384649c0
+ handle: null
+ includeInCards: false
+ instructions: null
+ label: null
+ providesThumbs: false
+ required: false
+ tip: null
+ type: craft\fieldlayoutelements\CustomField
+ uid: 3ccd6e62-366c-4de3-93db-327689e9aa3c
+ userCondition: null
+ warning: null
+ width: 100
+ name: Content
+ uid: bd7982fb-78f6-4c0c-9942-4d20add61eae
+ userCondition: null
diff --git a/config/project/users/users.yaml b/config/project/users/users.yaml
new file mode 100644
index 00000000..e024a7e1
--- /dev/null
+++ b/config/project/users/users.yaml
@@ -0,0 +1,8 @@
+allowPublicRegistration: false
+deactivateByDefault: false
+defaultGroup: ''
+photoSubpath: '{username}-{id}'
+photoVolumeUid: 8dda1580-81a2-49f5-9dd2-ed1e2eb03fc6 # Users
+require2fa: false
+requireEmailVerification: true
+validateOnPublicRegistration: false
diff --git a/config/project/volumes/files--6c5fc0dd-cf56-48d8-8af8-88abe763b970.yaml b/config/project/volumes/files--6c5fc0dd-cf56-48d8-8af8-88abe763b970.yaml
index acb49a22..6be52537 100644
--- a/config/project/volumes/files--6c5fc0dd-cf56-48d8-8af8-88abe763b970.yaml
+++ b/config/project/volumes/files--6c5fc0dd-cf56-48d8-8af8-88abe763b970.yaml
@@ -1,3 +1,5 @@
+altTranslationKeyFormat: null
+altTranslationMethod: none
fieldLayouts:
2ffc1297-6481-42bf-8cba-e3bc0fde84c2:
tabs:
@@ -9,9 +11,12 @@ fieldLayouts:
autocomplete: false
autocorrect: true
class: null
+ dateAdded: '2024-09-04T19:47:47+00:00'
disabled: false
elementCondition: null
id: null
+ includeInCards: false
+ inputType: null
instructions: null
label: null
max: null
@@ -19,6 +24,7 @@ fieldLayouts:
name: null
orientation: null
placeholder: null
+ providesThumbs: false
readonly: false
requirable: false
size: null
@@ -31,37 +37,78 @@ fieldLayouts:
warning: null
width: 50
-
+ dateAdded: '2024-09-04T22:33:47+00:00'
elementCondition: null
- fieldUid: 1516a801-6243-468d-b8e2-479085458faa # Text: Title Overwrite
+ fieldUid: edfcb398-ef78-43ec-9434-d6405da2886e # Text Single
+ handle: customTitle
+ includeInCards: true
instructions: null
- label: null
+ label: 'Custom Title'
+ providesThumbs: false
required: false
tip: null
type: craft\fieldlayoutelements\CustomField
- uid: b4d2577f-6732-42fd-ac37-ac7b1c8dd18a
+ uid: d2923525-110f-4683-87dc-42c95d3b693a
userCondition: null
warning: null
- width: 50
+ width: 100
+ -
+ dateAdded: '2024-09-04T22:34:56+00:00'
+ elementCondition: null
+ fieldUid: 5af0a821-fa33-490a-9439-3193f439dd06 # Rich Text Simple
+ handle: caption
+ includeInCards: false
+ instructions: null
+ label: Caption
+ providesThumbs: false
+ required: false
+ tip: null
+ type: craft\fieldlayoutelements\CustomField
+ uid: 2477b056-b17c-4169-b4b4-a2695bec998b
+ userCondition: null
+ warning: null
+ width: 100
+ -
+ dateAdded: '2024-09-05T21:52:28+00:00'
+ elementCondition: null
+ fieldUid: edfcb398-ef78-43ec-9434-d6405da2886e # Text Single
+ handle: source
+ includeInCards: false
+ instructions: null
+ label: Source
+ providesThumbs: false
+ required: false
+ tip: null
+ type: craft\fieldlayoutelements\CustomField
+ uid: 016b74f1-44be-413c-a68b-c5107b149ad5
+ userCondition: null
+ warning: null
+ width: 100
-
+ dateAdded: '2024-09-05T21:52:28+00:00'
elementCondition: null
- fieldUid: aac37142-e533-49aa-8665-b8cc6360e98b # Text: Caption
+ fieldUid: a3f76ec3-252e-4be6-8178-8f6b54acce19 # Link
+ handle: null
+ includeInCards: false
instructions: null
label: null
+ providesThumbs: false
required: false
tip: null
type: craft\fieldlayoutelements\CustomField
- uid: 97b047e1-8f88-4f78-94bb-7473324b0235
+ uid: 5857c49d-820a-4b3e-8192-09d5a808dbe9
userCondition: null
warning: null
width: 100
name: Content
uid: 03e36f1a-9425-43d4-9fea-59f3f9190e6e
userCondition: null
-fs: files
+fs: assets
handle: files
name: Files
sortOrder: 1
+subpath: files
titleTranslationKeyFormat: null
titleTranslationMethod: site
-transformFs: ''
-transformSubpath: ''
+transformFs: transforms
+transformSubpath: craft/files
diff --git a/config/project/volumes/images--f1b38495-8096-48fa-9b78-0da345e3295c.yaml b/config/project/volumes/images--f1b38495-8096-48fa-9b78-0da345e3295c.yaml
index e2291213..b520db00 100644
--- a/config/project/volumes/images--f1b38495-8096-48fa-9b78-0da345e3295c.yaml
+++ b/config/project/volumes/images--f1b38495-8096-48fa-9b78-0da345e3295c.yaml
@@ -1,3 +1,5 @@
+altTranslationKeyFormat: null
+altTranslationMethod: none
fieldLayouts:
0a4045e3-76db-4cd4-8347-e2eab25d0bd1:
tabs:
@@ -9,9 +11,12 @@ fieldLayouts:
autocomplete: false
autocorrect: true
class: null
+ dateAdded: '2024-09-04T19:47:47+00:00'
disabled: false
elementCondition: null
id: null
+ includeInCards: false
+ inputType: null
instructions: null
label: null
max: null
@@ -19,6 +24,7 @@ fieldLayouts:
name: null
orientation: null
placeholder: null
+ providesThumbs: false
readonly: false
requirable: false
size: null
@@ -31,29 +37,36 @@ fieldLayouts:
warning: null
width: 50
-
+ dateAdded: '2024-09-04T22:37:25+00:00'
elementCondition: null
- fieldUid: 1516a801-6243-468d-b8e2-479085458faa # Text: Title Overwrite
+ fieldUid: edfcb398-ef78-43ec-9434-d6405da2886e # Text Single
+ handle: customTitle
+ includeInCards: true
instructions: null
- label: null
+ label: 'Custom Title'
+ providesThumbs: false
required: false
tip: null
type: craft\fieldlayoutelements\CustomField
- uid: 7c0fd1ef-397e-44f0-8712-e185c9f4d918
+ uid: dd6bed42-a944-49bc-86f0-65be94f2b3af
userCondition: null
warning: null
- width: 50
+ width: 100
-
attribute: alt
class: null
cols: null
+ dateAdded: '2024-09-04T19:47:47+00:00'
disabled: false
elementCondition: null
id: null
+ includeInCards: true
instructions: null
label: null
name: null
orientation: null
placeholder: null
+ providesThumbs: false
readonly: false
requirable: true
required: false
@@ -66,49 +79,62 @@ fieldLayouts:
warning: null
width: 100
-
+ dateAdded: '2024-09-04T22:37:25+00:00'
elementCondition: null
- fieldUid: aac37142-e533-49aa-8665-b8cc6360e98b # Text: Caption
+ fieldUid: 5af0a821-fa33-490a-9439-3193f439dd06 # Rich Text Simple
+ handle: caption
+ includeInCards: false
instructions: null
- label: null
+ label: Caption
+ providesThumbs: false
required: false
tip: null
type: craft\fieldlayoutelements\CustomField
- uid: dc9d4562-974b-4af0-b234-d24d1162cdfa
+ uid: 769bfcb9-d78c-4a0a-9d00-132942489632
userCondition: null
warning: null
width: 100
-
+ dateAdded: '2024-09-05T21:52:46+00:00'
elementCondition: null
- fieldUid: 419ebfbb-8723-48db-ae89-10adf52cdf11 # Text: Source
+ fieldUid: edfcb398-ef78-43ec-9434-d6405da2886e # Text Single
+ handle: source
+ includeInCards: false
instructions: null
- label: null
+ label: Source
+ providesThumbs: false
required: false
tip: null
type: craft\fieldlayoutelements\CustomField
- uid: f6dd6ce4-f0ce-4c5f-99fe-c1bf7d423b60
+ uid: 25032eaf-a68e-4bae-a892-52e4b1ad8d6c
userCondition: null
warning: null
- width: 50
+ width: 100
-
+ dateAdded: '2024-09-04T22:37:25+00:00'
elementCondition: null
- fieldUid: 8780cb03-c9ea-4482-ab85-3e541453b50f # Text: Source Url
+ fieldUid: a3f76ec3-252e-4be6-8178-8f6b54acce19 # Link
+ handle: null
+ includeInCards: false
instructions: null
label: null
+ providesThumbs: false
required: false
tip: null
type: craft\fieldlayoutelements\CustomField
- uid: 965a2160-44cc-416d-a8dd-b648efa3ca13
+ uid: 0ba2f1b5-41e1-4a8b-b55a-e6a4226242fb
userCondition: null
warning: null
- width: 50
+ width: 100
name: Content
uid: 17490b94-d86a-40c5-bc48-932d8c81319f
userCondition: null
-fs: images
+fs: assets
handle: images
name: Images
sortOrder: 2
+subpath: images
titleTranslationKeyFormat: null
titleTranslationMethod: site
transformFs: transforms
-transformSubpath: craft-transforms/images
+transformSubpath: craft/images
diff --git a/config/project/volumes/templateImages--77c74b5c-6bbb-41a7-b166-c6b158a3cc7f.yaml b/config/project/volumes/templateImages--77c74b5c-6bbb-41a7-b166-c6b158a3cc7f.yaml
index c738e8a0..0aed8640 100644
--- a/config/project/volumes/templateImages--77c74b5c-6bbb-41a7-b166-c6b158a3cc7f.yaml
+++ b/config/project/volumes/templateImages--77c74b5c-6bbb-41a7-b166-c6b158a3cc7f.yaml
@@ -1,3 +1,5 @@
+altTranslationKeyFormat: null
+altTranslationMethod: none
fieldLayouts:
38d718c0-a8fd-4a1e-8136-9daf72525bd7:
tabs:
@@ -9,9 +11,12 @@ fieldLayouts:
autocomplete: false
autocorrect: true
class: null
+ dateAdded: '2024-09-04T19:47:47+00:00'
disabled: false
elementCondition: null
id: null
+ includeInCards: false
+ inputType: null
instructions: null
label: null
max: null
@@ -19,6 +24,7 @@ fieldLayouts:
name: null
orientation: null
placeholder: null
+ providesThumbs: false
readonly: false
requirable: false
size: null
@@ -31,29 +37,36 @@ fieldLayouts:
warning: null
width: 50
-
+ dateAdded: '2024-09-04T22:39:04+00:00'
elementCondition: null
- fieldUid: 1516a801-6243-468d-b8e2-479085458faa # Text: Title Overwrite
+ fieldUid: edfcb398-ef78-43ec-9434-d6405da2886e # Text Single
+ handle: customTitle
+ includeInCards: true
instructions: null
- label: null
+ label: 'Custom Title'
+ providesThumbs: false
required: false
tip: null
type: craft\fieldlayoutelements\CustomField
- uid: d0bd6183-760a-4b3a-a0dc-890d9372af0c
+ uid: 0c5c6086-e8b7-4294-940f-368cb4f4b881
userCondition: null
warning: null
- width: 50
+ width: 100
-
attribute: alt
class: null
cols: null
+ dateAdded: '2024-09-04T19:47:47+00:00'
disabled: false
elementCondition: null
id: null
+ includeInCards: true
instructions: null
label: null
name: null
orientation: null
placeholder: null
+ providesThumbs: false
readonly: false
requirable: true
required: false
@@ -66,49 +79,62 @@ fieldLayouts:
warning: null
width: 100
-
+ dateAdded: '2024-09-04T22:39:04+00:00'
elementCondition: null
- fieldUid: aac37142-e533-49aa-8665-b8cc6360e98b # Text: Caption
+ fieldUid: 5af0a821-fa33-490a-9439-3193f439dd06 # Rich Text Simple
+ handle: caption
+ includeInCards: false
instructions: null
- label: null
+ label: Caption
+ providesThumbs: false
required: false
tip: null
type: craft\fieldlayoutelements\CustomField
- uid: 4e12b584-9c3e-4c85-8577-6ca6ca65f5f6
+ uid: 9b6aba33-b636-4d64-b2ee-16e3ac6079da
userCondition: null
warning: null
width: 100
-
+ dateAdded: '2024-09-05T21:53:08+00:00'
elementCondition: null
- fieldUid: 419ebfbb-8723-48db-ae89-10adf52cdf11 # Text: Source
+ fieldUid: edfcb398-ef78-43ec-9434-d6405da2886e # Text Single
+ handle: source
+ includeInCards: false
instructions: null
- label: null
+ label: Source
+ providesThumbs: false
required: false
tip: null
type: craft\fieldlayoutelements\CustomField
- uid: 8a8109f1-1145-4234-bf4d-4506458a7b50
+ uid: b71ac302-2d59-4f6e-85e6-95e062a42bbb
userCondition: null
warning: null
- width: 50
+ width: 100
-
+ dateAdded: '2024-09-04T22:39:04+00:00'
elementCondition: null
- fieldUid: 8780cb03-c9ea-4482-ab85-3e541453b50f # Text: Source Url
+ fieldUid: a3f76ec3-252e-4be6-8178-8f6b54acce19 # Link
+ handle: null
+ includeInCards: false
instructions: null
label: null
+ providesThumbs: false
required: false
tip: null
type: craft\fieldlayoutelements\CustomField
- uid: dfa095c2-b25d-4775-b3c6-cd2b72777b21
+ uid: 0ef7b879-c203-4abb-b9a6-bf34314d6115
userCondition: null
warning: null
- width: 50
+ width: 100
name: Content
uid: a335ade1-e2fd-4066-8c0c-764bb223afa4
userCondition: null
-fs: templateImages
+fs: assets
handle: templateImages
name: 'Template Images'
sortOrder: 3
+subpath: template-images
titleTranslationKeyFormat: null
titleTranslationMethod: site
transformFs: transforms
-transformSubpath: craft-transforms/templateImages
+transformSubpath: craft/template-images
diff --git a/config/project/volumes/users--8dda1580-81a2-49f5-9dd2-ed1e2eb03fc6.yaml b/config/project/volumes/users--8dda1580-81a2-49f5-9dd2-ed1e2eb03fc6.yaml
index 2d287af7..a9405d3b 100644
--- a/config/project/volumes/users--8dda1580-81a2-49f5-9dd2-ed1e2eb03fc6.yaml
+++ b/config/project/volumes/users--8dda1580-81a2-49f5-9dd2-ed1e2eb03fc6.yaml
@@ -1,3 +1,5 @@
+altTranslationKeyFormat: null
+altTranslationMethod: none
fieldLayouts:
1c050c97-46a7-44da-8b07-841009d282f4:
tabs:
@@ -9,9 +11,12 @@ fieldLayouts:
autocomplete: false
autocorrect: true
class: null
+ dateAdded: '2024-09-04T19:47:47+00:00'
disabled: false
elementCondition: null
id: null
+ includeInCards: false
+ inputType: null
instructions: null
label: null
max: null
@@ -19,6 +24,7 @@ fieldLayouts:
name: null
orientation: null
placeholder: null
+ providesThumbs: false
readonly: false
requirable: false
size: null
@@ -31,29 +37,36 @@ fieldLayouts:
warning: null
width: 50
-
+ dateAdded: '2024-09-04T22:40:12+00:00'
elementCondition: null
- fieldUid: 1516a801-6243-468d-b8e2-479085458faa # Text: Title Overwrite
+ fieldUid: edfcb398-ef78-43ec-9434-d6405da2886e # Text Single
+ handle: customTitle
+ includeInCards: true
instructions: null
- label: null
+ label: 'Custom Title'
+ providesThumbs: false
required: false
tip: null
type: craft\fieldlayoutelements\CustomField
- uid: f9ac3637-99ff-4db2-8b7a-79c4415f181c
+ uid: 04b3690b-c1ac-4adb-a336-aafdb037d243
userCondition: null
warning: null
- width: 50
+ width: 100
-
attribute: alt
class: null
cols: null
+ dateAdded: '2024-09-04T19:47:47+00:00'
disabled: false
elementCondition: null
id: null
+ includeInCards: true
instructions: null
label: null
name: null
orientation: null
placeholder: null
+ providesThumbs: false
readonly: false
requirable: true
required: false
@@ -66,49 +79,46 @@ fieldLayouts:
warning: null
width: 100
-
+ dateAdded: '2024-09-04T22:40:12+00:00'
elementCondition: null
- fieldUid: aac37142-e533-49aa-8665-b8cc6360e98b # Text: Caption
+ fieldUid: 5af0a821-fa33-490a-9439-3193f439dd06 # Rich Text Simple
+ handle: caption
+ includeInCards: false
instructions: null
- label: null
+ label: Caption
+ providesThumbs: false
required: false
tip: null
type: craft\fieldlayoutelements\CustomField
- uid: 3cc5b53e-0cd2-49da-8c61-cc39d3cbb1c0
+ uid: f22df577-47b2-4226-92eb-175d23a6af2b
userCondition: null
warning: null
width: 100
-
+ dateAdded: '2024-09-04T22:40:12+00:00'
elementCondition: null
- fieldUid: 419ebfbb-8723-48db-ae89-10adf52cdf11 # Text: Source
- instructions: null
- label: null
- required: false
- tip: null
- type: craft\fieldlayoutelements\CustomField
- uid: e0324cf8-4bb0-4eae-ae10-820e7fbb69a2
- userCondition: null
- warning: null
- width: 50
- -
- elementCondition: null
- fieldUid: 8780cb03-c9ea-4482-ab85-3e541453b50f # Text: Source Url
+ fieldUid: a3f76ec3-252e-4be6-8178-8f6b54acce19 # Link
+ handle: null
+ includeInCards: false
instructions: null
label: null
+ providesThumbs: false
required: false
tip: null
type: craft\fieldlayoutelements\CustomField
- uid: ceafbea2-4ca5-409e-91b4-8b1bfbbae6ea
+ uid: e25489fd-2750-4bf0-b0b4-94ef99377eb1
userCondition: null
warning: null
width: 50
name: Content
uid: 7fa2cead-3f59-4c5b-8562-8ee83d4acf7b
userCondition: null
-fs: users
+fs: assets
handle: users
name: Users
sortOrder: 4
+subpath: users
titleTranslationKeyFormat: null
titleTranslationMethod: site
transformFs: transforms
-transformSubpath: craft-transforms/users
+transformSubpath: craft/users
diff --git a/config/routes.php b/config/routes.php
index 7e463e23..ffa6f303 100644
--- a/config/routes.php
+++ b/config/routes.php
@@ -19,10 +19,5 @@
*/
return [
- 'api' => 'graphql/api',
-
- // Social share image
- 'ssig/' => [
- 'template' => 'ssig'
- ]
+ 'api' => 'graphql/api'
];
diff --git a/migrations/m240904_201746_merge_image2_into_image.php b/migrations/m240904_201746_merge_image2_into_image.php
new file mode 100644
index 00000000..07f54323
--- /dev/null
+++ b/migrations/m240904_201746_merge_image2_into_image.php
@@ -0,0 +1,15 @@
+elementId)
- ->setNodeBinary(App::env('NODE_BINARY'))
- ->setNpmBinary(App::env('NPM_BINARY'))
- ->windowSize(1200, 675)
- ->waitUntilNetworkIdle()
- ->save(getcwd() . '/social-share-images/' . $this->elementSite . '_' . $this->elementSection . '_' . $this->elementSlug . '_' . $this->elementId . '.png');
- }
-
- protected function defaultDescription(): string
- {
- return Craft::t('app', 'Generate the social card');
- }
-}
diff --git a/modules/social-share-image/Module.php b/modules/social-share-image/Module.php
deleted file mode 100644
index 0ecc7a91..00000000
--- a/modules/social-share-image/Module.php
+++ /dev/null
@@ -1,68 +0,0 @@
-request->isConsoleRequest) {
- $this->controllerNamespace = 'modules\\socialshareimage\\console\\controllers';
- } else {
- $this->controllerNamespace = 'modules\\socialshareimage\\controllers';
- }
-
- parent::init();
-
- // Defer most setup tasks until Craft is fully initialized
- Craft::$app->onInit(function() {
- $this->attachEventHandlers();
- // ...
- });
- }
-
- private function attachEventHandlers(): void
- {
- // Register event handlers here ...
- // (see https://craftcms.com/docs/4.x/extend/events.html to get started)
-
- Event::on(
- Elements::class,
- Elements::EVENT_AFTER_SAVE_ELEMENT,
- static function (ElementEvent $event) {
- $element = $event->element;
- if (
- $element instanceof Entry // is entry
- // is in 'userPostedJobs' section
- && !$element->getIsRevision() // is not revision
- && !$element->getIsDraft() // is not draft
- && $element->status === 'live'
- ) {
- Queue::push(new GenerateSocialCard([
- 'elementId' => $element->id,
- 'elementSlug' => $element->slug,
- 'elementSection' => $element->section->handle,
- 'elementSite' => $element->site->handle,
- ]));
- }
- }
- );
- }
-}
diff --git a/package-lock.json b/package-lock.json
index aae62c25..c3a1bed5 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,22 +1,22 @@
{
"name": "craftcms-baukasten",
- "version": "4.0.12",
+ "version": "4.0.13",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "craftcms-baukasten",
- "version": "4.0.12",
+ "version": "4.0.13",
"hasInstallScript": true,
"dependencies": {
- "@alpinejs/persist": "^3.13.3",
+ "@alpinejs/persist": "^3.14.1",
"@popperjs/core": "^2.11.8",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/container-queries": "^0.1.1",
- "@tailwindcss/forms": "^0.5.7",
- "@vueuse/core": "^10.6.1",
- "alpinejs": "^3.13.3",
- "axios": "^1.6.2",
+ "@tailwindcss/forms": "^0.5.8",
+ "@vueuse/core": "^11.0.3",
+ "alpinejs": "^3.14.1",
+ "axios": "^1.7.7",
"clipboard": "^2.0.11",
"ferdi": "0.0.21",
"focus-trap": "^7.5.4",
@@ -24,59 +24,58 @@
"lightgallery": "^2.7.2",
"lodash-es": "^4.17.21",
"prismjs": "^1.29.0",
- "puppeteer": "^21.6.0",
- "swiper": "^11.0.5",
+ "swiper": "^11.1.12",
"tailwindcss-fluid-type": "^2.0.1",
"tailwindcss-theme-it": "^1.0.1",
"typeface-jetbrains-mono": "^2.0.1",
"typeface-lato": "^1.1.13",
"typeface-merriweather": "^1.1.13",
- "vue": "^3.3.8",
+ "vue": "^3.5.1",
"vue-axios": "^3.5.2",
"vue-confetti": "^2.3.0"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^15.2.3",
- "@types/alpinejs": "^3.13.5",
+ "@types/alpinejs": "^3.13.6",
"@types/lodash-es": "^4.17.12",
- "@typescript-eslint/eslint-plugin": "^6.12.0",
- "@typescript-eslint/parser": "^6.12.0",
- "@vitejs/plugin-legacy": "^5.2.0",
- "@vitejs/plugin-vue": "^4.5.0",
- "@vue/compiler-sfc": "^3.3.8",
- "autoprefixer": "^10.4.16",
- "cypress": "^13.6.0",
+ "@typescript-eslint/eslint-plugin": "^7.7.1",
+ "@typescript-eslint/parser": "^7.7.1",
+ "@vitejs/plugin-legacy": "^5.4.2",
+ "@vitejs/plugin-vue": "^5.1.3",
+ "@vue/compiler-sfc": "^3.5.1",
+ "autoprefixer": "^10.4.20",
+ "cypress": "^13.14.2",
"cypress-audit": "^1.1.0",
- "eslint": "^8.54.0",
- "eslint-config-prettier": "^9.0.0",
+ "eslint": "^8.56.0",
+ "eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-alias": "^1.1.2",
- "eslint-plugin-import": "^2.29.0",
- "eslint-plugin-prettier": "^5.0.1",
- "eslint-plugin-vue": "^9.18.1",
- "husky": "^8.0.3",
+ "eslint-plugin-import": "^2.30.0",
+ "eslint-plugin-prettier": "^5.2.1",
+ "eslint-plugin-vue": "^9.28.0",
+ "husky": "^9.1.5",
"npm-check": "^6.0.1",
- "postcss": "^8.4.31",
- "postcss-import": "^15.1.0",
- "postcss-nesting": "^12.0.1",
- "prettier": "^3.1.0",
- "prettier-plugin-tailwindcss": "^0.5.7",
+ "postcss": "^8.4.45",
+ "postcss-import": "^16.0.0",
+ "postcss-nesting": "^12.0.2",
+ "prettier": "^3.3.3",
+ "prettier-plugin-tailwindcss": "^0.6.6",
"prettier-plugin-twig-melody": "^0.4.6",
"rollup-plugin-copy": "^3.5.0",
- "rollup-plugin-critical": "^1.0.12",
- "rollup-plugin-visualizer": "^5.9.2",
- "stylelint": "^15.11.0",
- "stylelint-config-recommended": "^13.0.0",
+ "rollup-plugin-critical": "^1.0.13",
+ "rollup-plugin-visualizer": "^5.12.0",
+ "stylelint": "^16.9.0",
+ "stylelint-config-recommended": "^14.0.1",
"stylelint-config-recommended-vue": "^1.5.0",
- "tailwindcss": "^3.3.5",
+ "tailwindcss": "^3.4.10",
"tailwindcss-debug-screens": "^2.2.1",
- "typescript": "^5.3.2",
- "vite": "^5.0.2",
+ "typescript": "^5.5.4",
+ "vite": "^5.4.3",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-favicon2": "^1.1.5",
"vite-plugin-manifest-sri": "^0.2.0",
- "vite-plugin-restart": "^0.4.0",
- "vue-eslint-parser": "^9.3.2"
+ "vite-plugin-restart": "^0.4.1",
+ "vue-eslint-parser": "^9.4.3"
}
},
"node_modules/@aashutoshrathi/word-wrap": {
@@ -100,60 +99,61 @@
}
},
"node_modules/@alpinejs/persist": {
- "version": "3.13.3",
- "resolved": "https://registry.npmjs.org/@alpinejs/persist/-/persist-3.13.3.tgz",
- "integrity": "sha512-gXTH8ynVFmmQJf50/bukRvHRnp5fIDYBBfo1ZJMLSzSC6OefM/CAablwlDCV6gx+8ELeis+v5yFvX0MjBEQ7Uw=="
+ "version": "3.14.1",
+ "resolved": "https://registry.npmjs.org/@alpinejs/persist/-/persist-3.14.1.tgz",
+ "integrity": "sha512-odlZ6RZRcysaIdbhcbvuxRmq1wXlKWytjsfgz4U45vZbozU/WcTDkWbyyHjnrbMWgFIsS/jRiohtJuXN0js7PA=="
},
"node_modules/@ampproject/remapping": {
- "version": "2.2.1",
- "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.2.1.tgz",
- "integrity": "sha512-lFMjJTrFL3j7L9yBxwYfCq2k6qqwHyzuUl/XBnif78PWTJYyL/dfowQHWE3sp6U6ZzqWiiIZnpTMO96zhkjwtg==",
+ "version": "2.3.0",
+ "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.3.0.tgz",
+ "integrity": "sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==",
"dev": true,
"dependencies": {
- "@jridgewell/gen-mapping": "^0.3.0",
- "@jridgewell/trace-mapping": "^0.3.9"
+ "@jridgewell/gen-mapping": "^0.3.5",
+ "@jridgewell/trace-mapping": "^0.3.24"
},
"engines": {
"node": ">=6.0.0"
}
},
"node_modules/@babel/code-frame": {
- "version": "7.23.4",
- "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.23.4.tgz",
- "integrity": "sha512-r1IONyb6Ia+jYR2vvIDhdWdlTGhqbBoFqLTQidzZ4kepUFH15ejXvFHxCVbtl7BOXIudsIubf4E81xeA3h3IXA==",
+ "version": "7.24.7",
+ "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.24.7.tgz",
+ "integrity": "sha512-BcYH1CVJBO9tvyIZ2jVeXgSIMvGZ2FDRvDdOIVQyuklNKSsx+eppDEBq/g47Ayw+RqNFE+URvOShmf+f/qwAlA==",
+ "dev": true,
"dependencies": {
- "@babel/highlight": "^7.23.4",
- "chalk": "^2.4.2"
+ "@babel/highlight": "^7.24.7",
+ "picocolors": "^1.0.0"
},
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/compat-data": {
- "version": "7.23.3",
- "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.23.3.tgz",
- "integrity": "sha512-BmR4bWbDIoFJmJ9z2cZ8Gmm2MXgEDgjdWgpKmKWUt54UGFJdlj31ECtbaDvCG/qVdG3AQ1SfpZEs01lUFbzLOQ==",
+ "version": "7.25.4",
+ "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.25.4.tgz",
+ "integrity": "sha512-+LGRog6RAsCJrrrg/IO6LGmpphNe5DiK30dGjCoxxeGv49B10/3XYGxPsAwrDlMFcFEvdAUavDT8r9k/hSyQqQ==",
"dev": true,
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/core": {
- "version": "7.23.3",
- "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.23.3.tgz",
- "integrity": "sha512-Jg+msLuNuCJDyBvFv5+OKOUjWMZgd85bKjbICd3zWrKAo+bJ49HJufi7CQE0q0uR8NGyO6xkCACScNqyjHSZew==",
+ "version": "7.25.2",
+ "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.25.2.tgz",
+ "integrity": "sha512-BBt3opiCOxUr9euZ5/ro/Xv8/V7yJ5bjYMqG/C1YAo8MIKAnumZalCN+msbci3Pigy4lIQfPUpfMM27HMGaYEA==",
"dev": true,
"dependencies": {
"@ampproject/remapping": "^2.2.0",
- "@babel/code-frame": "^7.22.13",
- "@babel/generator": "^7.23.3",
- "@babel/helper-compilation-targets": "^7.22.15",
- "@babel/helper-module-transforms": "^7.23.3",
- "@babel/helpers": "^7.23.2",
- "@babel/parser": "^7.23.3",
- "@babel/template": "^7.22.15",
- "@babel/traverse": "^7.23.3",
- "@babel/types": "^7.23.3",
+ "@babel/code-frame": "^7.24.7",
+ "@babel/generator": "^7.25.0",
+ "@babel/helper-compilation-targets": "^7.25.2",
+ "@babel/helper-module-transforms": "^7.25.2",
+ "@babel/helpers": "^7.25.0",
+ "@babel/parser": "^7.25.0",
+ "@babel/template": "^7.25.0",
+ "@babel/traverse": "^7.25.2",
+ "@babel/types": "^7.25.2",
"convert-source-map": "^2.0.0",
"debug": "^4.1.0",
"gensync": "^1.0.0-beta.2",
@@ -178,14 +178,14 @@
}
},
"node_modules/@babel/generator": {
- "version": "7.23.4",
- "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.23.4.tgz",
- "integrity": "sha512-esuS49Cga3HcThFNebGhlgsrVLkvhqvYDTzgjfFFlHJcIfLe5jFmRRfCQ1KuBfc4Jrtn3ndLgKWAKjBE+IraYQ==",
+ "version": "7.25.6",
+ "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.25.6.tgz",
+ "integrity": "sha512-VPC82gr1seXOpkjAAKoLhP50vx4vGNlF4msF64dSFq1P8RfB+QAuJWGHPXXPc8QyfVWwwB/TNNU4+ayZmHNbZw==",
"dev": true,
"dependencies": {
- "@babel/types": "^7.23.4",
- "@jridgewell/gen-mapping": "^0.3.2",
- "@jridgewell/trace-mapping": "^0.3.17",
+ "@babel/types": "^7.25.6",
+ "@jridgewell/gen-mapping": "^0.3.5",
+ "@jridgewell/trace-mapping": "^0.3.25",
"jsesc": "^2.5.1"
},
"engines": {
@@ -193,38 +193,39 @@
}
},
"node_modules/@babel/helper-annotate-as-pure": {
- "version": "7.22.5",
- "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.22.5.tgz",
- "integrity": "sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg==",
+ "version": "7.24.7",
+ "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.24.7.tgz",
+ "integrity": "sha512-BaDeOonYvhdKw+JoMVkAixAAJzG2jVPIwWoKBPdYuY9b452e2rPuI9QPYh3KpofZ3pW2akOmwZLOiOsHMiqRAg==",
"dev": true,
"dependencies": {
- "@babel/types": "^7.22.5"
+ "@babel/types": "^7.24.7"
},
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/helper-builder-binary-assignment-operator-visitor": {
- "version": "7.22.15",
- "resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.22.15.tgz",
- "integrity": "sha512-QkBXwGgaoC2GtGZRoma6kv7Szfv06khvhFav67ZExau2RaXzy8MpHSMO2PNoP2XtmQphJQRHFfg77Bq731Yizw==",
+ "version": "7.24.7",
+ "resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.24.7.tgz",
+ "integrity": "sha512-xZeCVVdwb4MsDBkkyZ64tReWYrLRHlMN72vP7Bdm3OUOuyFZExhsHUUnuWnm2/XOlAJzR0LfPpB56WXZn0X/lA==",
"dev": true,
"dependencies": {
- "@babel/types": "^7.22.15"
+ "@babel/traverse": "^7.24.7",
+ "@babel/types": "^7.24.7"
},
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/helper-compilation-targets": {
- "version": "7.22.15",
- "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.22.15.tgz",
- "integrity": "sha512-y6EEzULok0Qvz8yyLkCvVX+02ic+By2UdOhylwUOvOn9dvYc9mKICJuuU1n1XBI02YWsNsnrY1kc6DVbjcXbtw==",
+ "version": "7.25.2",
+ "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.25.2.tgz",
+ "integrity": "sha512-U2U5LsSaZ7TAt3cfaymQ8WHh0pxvdHoEk6HVpaexxixjyEquMh0L0YNJNM6CTGKMXV1iksi0iZkGw4AcFkPaaw==",
"dev": true,
"dependencies": {
- "@babel/compat-data": "^7.22.9",
- "@babel/helper-validator-option": "^7.22.15",
- "browserslist": "^4.21.9",
+ "@babel/compat-data": "^7.25.2",
+ "@babel/helper-validator-option": "^7.24.8",
+ "browserslist": "^4.23.1",
"lru-cache": "^5.1.1",
"semver": "^6.3.1"
},
@@ -242,19 +243,17 @@
}
},
"node_modules/@babel/helper-create-class-features-plugin": {
- "version": "7.22.15",
- "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.22.15.tgz",
- "integrity": "sha512-jKkwA59IXcvSaiK2UN45kKwSC9o+KuoXsBDvHvU/7BecYIp8GQ2UwrVvFgJASUT+hBnwJx6MhvMCuMzwZZ7jlg==",
- "dev": true,
- "dependencies": {
- "@babel/helper-annotate-as-pure": "^7.22.5",
- "@babel/helper-environment-visitor": "^7.22.5",
- "@babel/helper-function-name": "^7.22.5",
- "@babel/helper-member-expression-to-functions": "^7.22.15",
- "@babel/helper-optimise-call-expression": "^7.22.5",
- "@babel/helper-replace-supers": "^7.22.9",
- "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5",
- "@babel/helper-split-export-declaration": "^7.22.6",
+ "version": "7.25.4",
+ "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.25.4.tgz",
+ "integrity": "sha512-ro/bFs3/84MDgDmMwbcHgDa8/E6J3QKNTk4xJJnVeFtGE+tL0K26E3pNxhYz2b67fJpt7Aphw5XcploKXuCvCQ==",
+ "dev": true,
+ "dependencies": {
+ "@babel/helper-annotate-as-pure": "^7.24.7",
+ "@babel/helper-member-expression-to-functions": "^7.24.8",
+ "@babel/helper-optimise-call-expression": "^7.24.7",
+ "@babel/helper-replace-supers": "^7.25.0",
+ "@babel/helper-skip-transparent-expression-wrappers": "^7.24.7",
+ "@babel/traverse": "^7.25.4",
"semver": "^6.3.1"
},
"engines": {
@@ -274,12 +273,12 @@
}
},
"node_modules/@babel/helper-create-regexp-features-plugin": {
- "version": "7.22.15",
- "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.22.15.tgz",
- "integrity": "sha512-29FkPLFjn4TPEa3RE7GpW+qbE8tlsu3jntNYNfcGsc49LphF1PQIiD+vMZ1z1xVOKt+93khA9tc2JBs3kBjA7w==",
+ "version": "7.25.2",
+ "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.25.2.tgz",
+ "integrity": "sha512-+wqVGP+DFmqwFD3EH6TMTfUNeqDehV3E/dl+Sd54eaXqm17tEUNbEIn4sVivVowbvUpOtIGxdo3GoXyDH9N/9g==",
"dev": true,
"dependencies": {
- "@babel/helper-annotate-as-pure": "^7.22.5",
+ "@babel/helper-annotate-as-pure": "^7.24.7",
"regexpu-core": "^5.3.1",
"semver": "^6.3.1"
},
@@ -300,9 +299,9 @@
}
},
"node_modules/@babel/helper-define-polyfill-provider": {
- "version": "0.4.3",
- "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.4.3.tgz",
- "integrity": "sha512-WBrLmuPP47n7PNwsZ57pqam6G/RGo1vw/87b0Blc53tZNGZ4x7YvZ6HgQe2vo1W/FR20OgjeZuGXzudPiXHFug==",
+ "version": "0.6.2",
+ "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.2.tgz",
+ "integrity": "sha512-LV76g+C502biUK6AyZ3LK10vDpDyCzZnhZFXkH1L75zHPj68+qc8Zfpx2th+gzwA2MzyK+1g/3EPl62yFnVttQ==",
"dev": true,
"dependencies": {
"@babel/helper-compilation-targets": "^7.22.6",
@@ -315,75 +314,42 @@
"@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
}
},
- "node_modules/@babel/helper-environment-visitor": {
- "version": "7.22.20",
- "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz",
- "integrity": "sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==",
- "dev": true,
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/@babel/helper-function-name": {
- "version": "7.23.0",
- "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz",
- "integrity": "sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==",
- "dev": true,
- "dependencies": {
- "@babel/template": "^7.22.15",
- "@babel/types": "^7.23.0"
- },
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/@babel/helper-hoist-variables": {
- "version": "7.22.5",
- "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz",
- "integrity": "sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==",
- "dev": true,
- "dependencies": {
- "@babel/types": "^7.22.5"
- },
- "engines": {
- "node": ">=6.9.0"
- }
- },
"node_modules/@babel/helper-member-expression-to-functions": {
- "version": "7.23.0",
- "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.23.0.tgz",
- "integrity": "sha512-6gfrPwh7OuT6gZyJZvd6WbTfrqAo7vm4xCzAXOusKqq/vWdKXphTpj5klHKNmRUU6/QRGlBsyU9mAIPaWHlqJA==",
+ "version": "7.24.8",
+ "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.24.8.tgz",
+ "integrity": "sha512-LABppdt+Lp/RlBxqrh4qgf1oEH/WxdzQNDJIu5gC/W1GyvPVrOBiItmmM8wan2fm4oYqFuFfkXmlGpLQhPY8CA==",
"dev": true,
"dependencies": {
- "@babel/types": "^7.23.0"
+ "@babel/traverse": "^7.24.8",
+ "@babel/types": "^7.24.8"
},
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/helper-module-imports": {
- "version": "7.22.15",
- "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.22.15.tgz",
- "integrity": "sha512-0pYVBnDKZO2fnSPCrgM/6WMc7eS20Fbok+0r88fp+YtWVLZrp4CkafFGIp+W0VKw4a22sgebPT99y+FDNMdP4w==",
+ "version": "7.24.7",
+ "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.24.7.tgz",
+ "integrity": "sha512-8AyH3C+74cgCVVXow/myrynrAGv+nTVg5vKu2nZph9x7RcRwzmh0VFallJuFTZ9mx6u4eSdXZfcOzSqTUm0HCA==",
"dev": true,
"dependencies": {
- "@babel/types": "^7.22.15"
+ "@babel/traverse": "^7.24.7",
+ "@babel/types": "^7.24.7"
},
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/helper-module-transforms": {
- "version": "7.23.3",
- "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.23.3.tgz",
- "integrity": "sha512-7bBs4ED9OmswdfDzpz4MpWgSrV7FXlc3zIagvLFjS5H+Mk7Snr21vQ6QwrsoCGMfNC4e4LQPdoULEt4ykz0SRQ==",
+ "version": "7.25.2",
+ "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.25.2.tgz",
+ "integrity": "sha512-BjyRAbix6j/wv83ftcVJmBt72QtHI56C7JXZoG2xATiLpmoC7dpd8WnkikExHDVPpi/3qCmO6WY1EaXOluiecQ==",
"dev": true,
"dependencies": {
- "@babel/helper-environment-visitor": "^7.22.20",
- "@babel/helper-module-imports": "^7.22.15",
- "@babel/helper-simple-access": "^7.22.5",
- "@babel/helper-split-export-declaration": "^7.22.6",
- "@babel/helper-validator-identifier": "^7.22.20"
+ "@babel/helper-module-imports": "^7.24.7",
+ "@babel/helper-simple-access": "^7.24.7",
+ "@babel/helper-validator-identifier": "^7.24.7",
+ "@babel/traverse": "^7.25.2"
},
"engines": {
"node": ">=6.9.0"
@@ -393,35 +359,35 @@
}
},
"node_modules/@babel/helper-optimise-call-expression": {
- "version": "7.22.5",
- "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.22.5.tgz",
- "integrity": "sha512-HBwaojN0xFRx4yIvpwGqxiV2tUfl7401jlok564NgB9EHS1y6QT17FmKWm4ztqjeVdXLuC4fSvHc5ePpQjoTbw==",
+ "version": "7.24.7",
+ "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.24.7.tgz",
+ "integrity": "sha512-jKiTsW2xmWwxT1ixIdfXUZp+P5yURx2suzLZr5Hi64rURpDYdMW0pv+Uf17EYk2Rd428Lx4tLsnjGJzYKDM/6A==",
"dev": true,
"dependencies": {
- "@babel/types": "^7.22.5"
+ "@babel/types": "^7.24.7"
},
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/helper-plugin-utils": {
- "version": "7.22.5",
- "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.22.5.tgz",
- "integrity": "sha512-uLls06UVKgFG9QD4OeFYLEGteMIAa5kpTPcFL28yuCIIzsf6ZyKZMllKVOCZFhiZ5ptnwX4mtKdWCBE/uT4amg==",
+ "version": "7.24.8",
+ "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.8.tgz",
+ "integrity": "sha512-FFWx5142D8h2Mgr/iPVGH5G7w6jDn4jUSpZTyDnQO0Yn7Ks2Kuz6Pci8H6MPCoUJegd/UZQ3tAvfLCxQSnWWwg==",
"dev": true,
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/helper-remap-async-to-generator": {
- "version": "7.22.20",
- "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.22.20.tgz",
- "integrity": "sha512-pBGyV4uBqOns+0UvhsTO8qgl8hO89PmiDYv+/COyp1aeMcmfrfruz+/nCMFiYyFF/Knn0yfrC85ZzNFjembFTw==",
+ "version": "7.25.0",
+ "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.25.0.tgz",
+ "integrity": "sha512-NhavI2eWEIz/H9dbrG0TuOicDhNexze43i5z7lEqwYm0WEZVTwnPpA0EafUTP7+6/W79HWIP2cTe3Z5NiSTVpw==",
"dev": true,
"dependencies": {
- "@babel/helper-annotate-as-pure": "^7.22.5",
- "@babel/helper-environment-visitor": "^7.22.20",
- "@babel/helper-wrap-function": "^7.22.20"
+ "@babel/helper-annotate-as-pure": "^7.24.7",
+ "@babel/helper-wrap-function": "^7.25.0",
+ "@babel/traverse": "^7.25.0"
},
"engines": {
"node": ">=6.9.0"
@@ -431,14 +397,14 @@
}
},
"node_modules/@babel/helper-replace-supers": {
- "version": "7.22.20",
- "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.22.20.tgz",
- "integrity": "sha512-qsW0In3dbwQUbK8kejJ4R7IHVGwHJlV6lpG6UA7a9hSa2YEiAib+N1T2kr6PEeUT+Fl7najmSOS6SmAwCHK6Tw==",
+ "version": "7.25.0",
+ "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.25.0.tgz",
+ "integrity": "sha512-q688zIvQVYtZu+i2PsdIu/uWGRpfxzr5WESsfpShfZECkO+d2o+WROWezCi/Q6kJ0tfPa5+pUGUlfx2HhrA3Bg==",
"dev": true,
"dependencies": {
- "@babel/helper-environment-visitor": "^7.22.20",
- "@babel/helper-member-expression-to-functions": "^7.22.15",
- "@babel/helper-optimise-call-expression": "^7.22.5"
+ "@babel/helper-member-expression-to-functions": "^7.24.8",
+ "@babel/helper-optimise-call-expression": "^7.24.7",
+ "@babel/traverse": "^7.25.0"
},
"engines": {
"node": ">=6.9.0"
@@ -448,112 +414,105 @@
}
},
"node_modules/@babel/helper-simple-access": {
- "version": "7.22.5",
- "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.22.5.tgz",
- "integrity": "sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w==",
+ "version": "7.24.7",
+ "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.24.7.tgz",
+ "integrity": "sha512-zBAIvbCMh5Ts+b86r/CjU+4XGYIs+R1j951gxI3KmmxBMhCg4oQMsv6ZXQ64XOm/cvzfU1FmoCyt6+owc5QMYg==",
"dev": true,
"dependencies": {
- "@babel/types": "^7.22.5"
+ "@babel/traverse": "^7.24.7",
+ "@babel/types": "^7.24.7"
},
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/helper-skip-transparent-expression-wrappers": {
- "version": "7.22.5",
- "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.22.5.tgz",
- "integrity": "sha512-tK14r66JZKiC43p8Ki33yLBVJKlQDFoA8GYN67lWCDCqoL6EMMSuM9b+Iff2jHaM/RRFYl7K+iiru7hbRqNx8Q==",
- "dev": true,
- "dependencies": {
- "@babel/types": "^7.22.5"
- },
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/@babel/helper-split-export-declaration": {
- "version": "7.22.6",
- "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz",
- "integrity": "sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==",
+ "version": "7.24.7",
+ "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.24.7.tgz",
+ "integrity": "sha512-IO+DLT3LQUElMbpzlatRASEyQtfhSE0+m465v++3jyyXeBTBUjtVZg28/gHeV5mrTJqvEKhKroBGAvhW+qPHiQ==",
"dev": true,
"dependencies": {
- "@babel/types": "^7.22.5"
+ "@babel/traverse": "^7.24.7",
+ "@babel/types": "^7.24.7"
},
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/helper-string-parser": {
- "version": "7.23.4",
- "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.23.4.tgz",
- "integrity": "sha512-803gmbQdqwdf4olxrX4AJyFBV/RTr3rSmOj0rKwesmzlfhYNDEs+/iOcznzpNWlJlIlTJC2QfPFcHB6DlzdVLQ==",
- "dev": true,
+ "version": "7.24.8",
+ "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.24.8.tgz",
+ "integrity": "sha512-pO9KhhRcuUyGnJWwyEgnRJTSIZHiT+vMD0kPeD+so0l7mxkMT19g3pjY9GTnHySck/hDzq+dtW/4VgnMkippsQ==",
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/helper-validator-identifier": {
- "version": "7.22.20",
- "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz",
- "integrity": "sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==",
+ "version": "7.24.7",
+ "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.7.tgz",
+ "integrity": "sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w==",
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/helper-validator-option": {
- "version": "7.22.15",
- "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.22.15.tgz",
- "integrity": "sha512-bMn7RmyFjY/mdECUbgn9eoSY4vqvacUnS9i9vGAGttgFWesO6B4CYWA7XlpbWgBt71iv/hfbPlynohStqnu5hA==",
+ "version": "7.24.8",
+ "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.24.8.tgz",
+ "integrity": "sha512-xb8t9tD1MHLungh/AIoWYN+gVHaB9kwlu8gffXGSt3FFEIT7RjS+xWbc2vUD1UTZdIpKj/ab3rdqJ7ufngyi2Q==",
"dev": true,
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/helper-wrap-function": {
- "version": "7.22.20",
- "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.22.20.tgz",
- "integrity": "sha512-pms/UwkOpnQe/PDAEdV/d7dVCoBbB+R4FvYoHGZz+4VPcg7RtYy2KP7S2lbuWM6FCSgob5wshfGESbC/hzNXZw==",
+ "version": "7.25.0",
+ "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.25.0.tgz",
+ "integrity": "sha512-s6Q1ebqutSiZnEjaofc/UKDyC4SbzV5n5SrA2Gq8UawLycr3i04f1dX4OzoQVnexm6aOCh37SQNYlJ/8Ku+PMQ==",
"dev": true,
"dependencies": {
- "@babel/helper-function-name": "^7.22.5",
- "@babel/template": "^7.22.15",
- "@babel/types": "^7.22.19"
+ "@babel/template": "^7.25.0",
+ "@babel/traverse": "^7.25.0",
+ "@babel/types": "^7.25.0"
},
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/helpers": {
- "version": "7.23.4",
- "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.23.4.tgz",
- "integrity": "sha512-HfcMizYz10cr3h29VqyfGL6ZWIjTwWfvYBMsBVGwpcbhNGe3wQ1ZXZRPzZoAHhd9OqHadHqjQ89iVKINXnbzuw==",
+ "version": "7.25.6",
+ "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.25.6.tgz",
+ "integrity": "sha512-Xg0tn4HcfTijTwfDwYlvVCl43V6h4KyVVX2aEm4qdO/PC6L2YvzLHFdmxhoeSA3eslcE6+ZVXHgWwopXYLNq4Q==",
"dev": true,
"dependencies": {
- "@babel/template": "^7.22.15",
- "@babel/traverse": "^7.23.4",
- "@babel/types": "^7.23.4"
+ "@babel/template": "^7.25.0",
+ "@babel/types": "^7.25.6"
},
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/highlight": {
- "version": "7.23.4",
- "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.23.4.tgz",
- "integrity": "sha512-acGdbYSfp2WheJoJm/EBBBLh/ID8KDc64ISZ9DYtBmC8/Q204PZJLHyzeB5qMzJ5trcOkybd78M4x2KWsUq++A==",
+ "version": "7.24.7",
+ "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.24.7.tgz",
+ "integrity": "sha512-EStJpq4OuY8xYfhGVXngigBJRWxftKX9ksiGDnmlY3o7B/V7KIAc9X4oiK87uPJSc/vs5L869bem5fhZa8caZw==",
+ "dev": true,
"dependencies": {
- "@babel/helper-validator-identifier": "^7.22.20",
+ "@babel/helper-validator-identifier": "^7.24.7",
"chalk": "^2.4.2",
- "js-tokens": "^4.0.0"
+ "js-tokens": "^4.0.0",
+ "picocolors": "^1.0.0"
},
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/parser": {
- "version": "7.23.4",
- "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.23.4.tgz",
- "integrity": "sha512-vf3Xna6UEprW+7t6EtOmFpHNAuxw3xqPZghy+brsnusscJRW5BMUzzHZc5ICjULee81WeUV2jjakG09MDglJXQ==",
+ "version": "7.25.6",
+ "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.25.6.tgz",
+ "integrity": "sha512-trGdfBdbD0l1ZPmcJ83eNxB9rbEax4ALFTF7fN386TMYbeCQbyme5cOEXQhbGXKebwGaB/J52w1mrklMcbgy6Q==",
+ "dependencies": {
+ "@babel/types": "^7.25.6"
+ },
"bin": {
"parser": "bin/babel-parser.js"
},
@@ -561,13 +520,44 @@
"node": ">=6.0.0"
}
},
+ "node_modules/@babel/plugin-bugfix-firefox-class-in-computed-class-key": {
+ "version": "7.25.3",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.25.3.tgz",
+ "integrity": "sha512-wUrcsxZg6rqBXG05HG1FPYgsP6EvwF4WpBbxIpWIIYnH8wG0gzx3yZY3dtEHas4sTAOGkbTsc9EGPxwff8lRoA==",
+ "dev": true,
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.24.8",
+ "@babel/traverse": "^7.25.3"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0"
+ }
+ },
+ "node_modules/@babel/plugin-bugfix-safari-class-field-initializer-scope": {
+ "version": "7.25.0",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-class-field-initializer-scope/-/plugin-bugfix-safari-class-field-initializer-scope-7.25.0.tgz",
+ "integrity": "sha512-Bm4bH2qsX880b/3ziJ8KD711LT7z4u8CFudmjqle65AZj/HNUFhEf90dqYv6O86buWvSBmeQDjv0Tn2aF/bIBA==",
+ "dev": true,
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.24.8"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0"
+ }
+ },
"node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": {
- "version": "7.23.3",
- "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.23.3.tgz",
- "integrity": "sha512-iRkKcCqb7iGnq9+3G6rZ+Ciz5VywC4XNRHe57lKM+jOeYAoR0lVqdeeDRfh0tQcTfw/+vBhHn926FmQhLtlFLQ==",
+ "version": "7.25.0",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.25.0.tgz",
+ "integrity": "sha512-lXwdNZtTmeVOOFtwM/WDe7yg1PL8sYhRk/XH0FzbR2HDQ0xC+EnQ/JHeoMYSavtU115tnUk0q9CDyq8si+LMAA==",
"dev": true,
"dependencies": {
- "@babel/helper-plugin-utils": "^7.22.5"
+ "@babel/helper-plugin-utils": "^7.24.8"
},
"engines": {
"node": ">=6.9.0"
@@ -577,14 +567,14 @@
}
},
"node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": {
- "version": "7.23.3",
- "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.23.3.tgz",
- "integrity": "sha512-WwlxbfMNdVEpQjZmK5mhm7oSwD3dS6eU+Iwsi4Knl9wAletWem7kaRsGOG+8UEbRyqxY4SS5zvtfXwX+jMxUwQ==",
+ "version": "7.24.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.24.7.tgz",
+ "integrity": "sha512-+izXIbke1T33mY4MSNnrqhPXDz01WYhEf3yF5NbnUtkiNnm+XBZJl3kNfoK6NKmYlz/D07+l2GWVK/QfDkNCuQ==",
"dev": true,
"dependencies": {
- "@babel/helper-plugin-utils": "^7.22.5",
- "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5",
- "@babel/plugin-transform-optional-chaining": "^7.23.3"
+ "@babel/helper-plugin-utils": "^7.24.7",
+ "@babel/helper-skip-transparent-expression-wrappers": "^7.24.7",
+ "@babel/plugin-transform-optional-chaining": "^7.24.7"
},
"engines": {
"node": ">=6.9.0"
@@ -594,13 +584,13 @@
}
},
"node_modules/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": {
- "version": "7.23.3",
- "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.23.3.tgz",
- "integrity": "sha512-XaJak1qcityzrX0/IU5nKHb34VaibwP3saKqG6a/tppelgllOH13LUann4ZCIBcVOeE6H18K4Vx9QKkVww3z/w==",
+ "version": "7.25.0",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.25.0.tgz",
+ "integrity": "sha512-tggFrk1AIShG/RUQbEwt2Tr/E+ObkfwrPjR6BjbRvsx24+PSjK8zrq0GWPNCjo8qpRx4DuJzlcvWJqlm+0h3kw==",
"dev": true,
"dependencies": {
- "@babel/helper-environment-visitor": "^7.22.20",
- "@babel/helper-plugin-utils": "^7.22.5"
+ "@babel/helper-plugin-utils": "^7.24.8",
+ "@babel/traverse": "^7.25.0"
},
"engines": {
"node": ">=6.9.0"
@@ -685,12 +675,12 @@
}
},
"node_modules/@babel/plugin-syntax-import-assertions": {
- "version": "7.23.3",
- "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.23.3.tgz",
- "integrity": "sha512-lPgDSU+SJLK3xmFDTV2ZRQAiM7UuUjGidwBywFavObCiZc1BeAAcMtHJKUya92hPHO+at63JJPLygilZard8jw==",
+ "version": "7.25.6",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.25.6.tgz",
+ "integrity": "sha512-aABl0jHw9bZ2karQ/uUD6XP4u0SG22SJrOHFoL6XB1R7dTovOP4TzTlsxOYC5yQ1pdscVK2JTUnF6QL3ARoAiQ==",
"dev": true,
"dependencies": {
- "@babel/helper-plugin-utils": "^7.22.5"
+ "@babel/helper-plugin-utils": "^7.24.8"
},
"engines": {
"node": ">=6.9.0"
@@ -700,12 +690,12 @@
}
},
"node_modules/@babel/plugin-syntax-import-attributes": {
- "version": "7.23.3",
- "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.23.3.tgz",
- "integrity": "sha512-pawnE0P9g10xgoP7yKr6CK63K2FMsTE+FZidZO/1PwRdzmAPVs+HS1mAURUsgaoxammTJvULUdIkEK0gOcU2tA==",
+ "version": "7.25.6",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.25.6.tgz",
+ "integrity": "sha512-sXaDXaJN9SNLymBdlWFA+bjzBhFD617ZaFiY13dGt7TVslVvVgA6fkZOP7Ki3IGElC45lwHdOTrCtKZGVAWeLQ==",
"dev": true,
"dependencies": {
- "@babel/helper-plugin-utils": "^7.22.5"
+ "@babel/helper-plugin-utils": "^7.24.8"
},
"engines": {
"node": ">=6.9.0"
@@ -857,12 +847,12 @@
}
},
"node_modules/@babel/plugin-transform-arrow-functions": {
- "version": "7.23.3",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.23.3.tgz",
- "integrity": "sha512-NzQcQrzaQPkaEwoTm4Mhyl8jI1huEL/WWIEvudjTCMJ9aBZNpsJbMASx7EQECtQQPS/DcnFpo0FIh3LvEO9cxQ==",
+ "version": "7.24.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.24.7.tgz",
+ "integrity": "sha512-Dt9LQs6iEY++gXUwY03DNFat5C2NbO48jj+j/bSAz6b3HgPs39qcPiYt77fDObIcFwj3/C2ICX9YMwGflUoSHQ==",
"dev": true,
"dependencies": {
- "@babel/helper-plugin-utils": "^7.22.5"
+ "@babel/helper-plugin-utils": "^7.24.7"
},
"engines": {
"node": ">=6.9.0"
@@ -872,15 +862,15 @@
}
},
"node_modules/@babel/plugin-transform-async-generator-functions": {
- "version": "7.23.4",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.23.4.tgz",
- "integrity": "sha512-efdkfPhHYTtn0G6n2ddrESE91fgXxjlqLsnUtPWnJs4a4mZIbUaK7ffqKIIUKXSHwcDvaCVX6GXkaJJFqtX7jw==",
+ "version": "7.25.4",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.25.4.tgz",
+ "integrity": "sha512-jz8cV2XDDTqjKPwVPJBIjORVEmSGYhdRa8e5k5+vN+uwcjSrSxUaebBRa4ko1jqNF2uxyg8G6XYk30Jv285xzg==",
"dev": true,
"dependencies": {
- "@babel/helper-environment-visitor": "^7.22.20",
- "@babel/helper-plugin-utils": "^7.22.5",
- "@babel/helper-remap-async-to-generator": "^7.22.20",
- "@babel/plugin-syntax-async-generators": "^7.8.4"
+ "@babel/helper-plugin-utils": "^7.24.8",
+ "@babel/helper-remap-async-to-generator": "^7.25.0",
+ "@babel/plugin-syntax-async-generators": "^7.8.4",
+ "@babel/traverse": "^7.25.4"
},
"engines": {
"node": ">=6.9.0"
@@ -890,14 +880,14 @@
}
},
"node_modules/@babel/plugin-transform-async-to-generator": {
- "version": "7.23.3",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.23.3.tgz",
- "integrity": "sha512-A7LFsKi4U4fomjqXJlZg/u0ft/n8/7n7lpffUP/ZULx/DtV9SGlNKZolHH6PE8Xl1ngCc0M11OaeZptXVkfKSw==",
+ "version": "7.24.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.24.7.tgz",
+ "integrity": "sha512-SQY01PcJfmQ+4Ash7NE+rpbLFbmqA2GPIgqzxfFTL4t1FKRq4zTms/7htKpoCUI9OcFYgzqfmCdH53s6/jn5fA==",
"dev": true,
"dependencies": {
- "@babel/helper-module-imports": "^7.22.15",
- "@babel/helper-plugin-utils": "^7.22.5",
- "@babel/helper-remap-async-to-generator": "^7.22.20"
+ "@babel/helper-module-imports": "^7.24.7",
+ "@babel/helper-plugin-utils": "^7.24.7",
+ "@babel/helper-remap-async-to-generator": "^7.24.7"
},
"engines": {
"node": ">=6.9.0"
@@ -907,12 +897,12 @@
}
},
"node_modules/@babel/plugin-transform-block-scoped-functions": {
- "version": "7.23.3",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.23.3.tgz",
- "integrity": "sha512-vI+0sIaPIO6CNuM9Kk5VmXcMVRiOpDh7w2zZt9GXzmE/9KD70CUEVhvPR/etAeNK/FAEkhxQtXOzVF3EuRL41A==",
+ "version": "7.24.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.24.7.tgz",
+ "integrity": "sha512-yO7RAz6EsVQDaBH18IDJcMB1HnrUn2FJ/Jslc/WtPPWcjhpUJXU/rjbwmluzp7v/ZzWcEhTMXELnnsz8djWDwQ==",
"dev": true,
"dependencies": {
- "@babel/helper-plugin-utils": "^7.22.5"
+ "@babel/helper-plugin-utils": "^7.24.7"
},
"engines": {
"node": ">=6.9.0"
@@ -922,12 +912,12 @@
}
},
"node_modules/@babel/plugin-transform-block-scoping": {
- "version": "7.23.4",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.23.4.tgz",
- "integrity": "sha512-0QqbP6B6HOh7/8iNR4CQU2Th/bbRtBp4KS9vcaZd1fZ0wSh5Fyssg0UCIHwxh+ka+pNDREbVLQnHCMHKZfPwfw==",
+ "version": "7.25.0",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.25.0.tgz",
+ "integrity": "sha512-yBQjYoOjXlFv9nlXb3f1casSHOZkWr29NX+zChVanLg5Nc157CrbEX9D7hxxtTpuFy7Q0YzmmWfJxzvps4kXrQ==",
"dev": true,
"dependencies": {
- "@babel/helper-plugin-utils": "^7.22.5"
+ "@babel/helper-plugin-utils": "^7.24.8"
},
"engines": {
"node": ">=6.9.0"
@@ -937,13 +927,13 @@
}
},
"node_modules/@babel/plugin-transform-class-properties": {
- "version": "7.23.3",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.23.3.tgz",
- "integrity": "sha512-uM+AN8yCIjDPccsKGlw271xjJtGii+xQIF/uMPS8H15L12jZTsLfF4o5vNO7d/oUguOyfdikHGc/yi9ge4SGIg==",
+ "version": "7.25.4",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.25.4.tgz",
+ "integrity": "sha512-nZeZHyCWPfjkdU5pA/uHiTaDAFUEqkpzf1YoQT2NeSynCGYq9rxfyI3XpQbfx/a0hSnFH6TGlEXvae5Vi7GD8g==",
"dev": true,
"dependencies": {
- "@babel/helper-create-class-features-plugin": "^7.22.15",
- "@babel/helper-plugin-utils": "^7.22.5"
+ "@babel/helper-create-class-features-plugin": "^7.25.4",
+ "@babel/helper-plugin-utils": "^7.24.8"
},
"engines": {
"node": ">=6.9.0"
@@ -953,13 +943,13 @@
}
},
"node_modules/@babel/plugin-transform-class-static-block": {
- "version": "7.23.4",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.23.4.tgz",
- "integrity": "sha512-nsWu/1M+ggti1SOALj3hfx5FXzAY06fwPJsUZD4/A5e1bWi46VUIWtD+kOX6/IdhXGsXBWllLFDSnqSCdUNydQ==",
+ "version": "7.24.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.24.7.tgz",
+ "integrity": "sha512-HMXK3WbBPpZQufbMG4B46A90PkuuhN9vBCb5T8+VAHqvAqvcLi+2cKoukcpmUYkszLhScU3l1iudhrks3DggRQ==",
"dev": true,
"dependencies": {
- "@babel/helper-create-class-features-plugin": "^7.22.15",
- "@babel/helper-plugin-utils": "^7.22.5",
+ "@babel/helper-create-class-features-plugin": "^7.24.7",
+ "@babel/helper-plugin-utils": "^7.24.7",
"@babel/plugin-syntax-class-static-block": "^7.14.5"
},
"engines": {
@@ -970,19 +960,16 @@
}
},
"node_modules/@babel/plugin-transform-classes": {
- "version": "7.23.3",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.23.3.tgz",
- "integrity": "sha512-FGEQmugvAEu2QtgtU0uTASXevfLMFfBeVCIIdcQhn/uBQsMTjBajdnAtanQlOcuihWh10PZ7+HWvc7NtBwP74w==",
+ "version": "7.25.4",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.25.4.tgz",
+ "integrity": "sha512-oexUfaQle2pF/b6E0dwsxQtAol9TLSO88kQvym6HHBWFliV2lGdrPieX+WgMRLSJDVzdYywk7jXbLPuO2KLTLg==",
"dev": true,
"dependencies": {
- "@babel/helper-annotate-as-pure": "^7.22.5",
- "@babel/helper-compilation-targets": "^7.22.15",
- "@babel/helper-environment-visitor": "^7.22.20",
- "@babel/helper-function-name": "^7.23.0",
- "@babel/helper-optimise-call-expression": "^7.22.5",
- "@babel/helper-plugin-utils": "^7.22.5",
- "@babel/helper-replace-supers": "^7.22.20",
- "@babel/helper-split-export-declaration": "^7.22.6",
+ "@babel/helper-annotate-as-pure": "^7.24.7",
+ "@babel/helper-compilation-targets": "^7.25.2",
+ "@babel/helper-plugin-utils": "^7.24.8",
+ "@babel/helper-replace-supers": "^7.25.0",
+ "@babel/traverse": "^7.25.4",
"globals": "^11.1.0"
},
"engines": {
@@ -993,13 +980,13 @@
}
},
"node_modules/@babel/plugin-transform-computed-properties": {
- "version": "7.23.3",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.23.3.tgz",
- "integrity": "sha512-dTj83UVTLw/+nbiHqQSFdwO9CbTtwq1DsDqm3CUEtDrZNET5rT5E6bIdTlOftDTDLMYxvxHNEYO4B9SLl8SLZw==",
+ "version": "7.24.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.24.7.tgz",
+ "integrity": "sha512-25cS7v+707Gu6Ds2oY6tCkUwsJ9YIDbggd9+cu9jzzDgiNq7hR/8dkzxWfKWnTic26vsI3EsCXNd4iEB6e8esQ==",
"dev": true,
"dependencies": {
- "@babel/helper-plugin-utils": "^7.22.5",
- "@babel/template": "^7.22.15"
+ "@babel/helper-plugin-utils": "^7.24.7",
+ "@babel/template": "^7.24.7"
},
"engines": {
"node": ">=6.9.0"
@@ -1009,12 +996,12 @@
}
},
"node_modules/@babel/plugin-transform-destructuring": {
- "version": "7.23.3",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.23.3.tgz",
- "integrity": "sha512-n225npDqjDIr967cMScVKHXJs7rout1q+tt50inyBCPkyZ8KxeI6d+GIbSBTT/w/9WdlWDOej3V9HE5Lgk57gw==",
+ "version": "7.24.8",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.24.8.tgz",
+ "integrity": "sha512-36e87mfY8TnRxc7yc6M9g9gOB7rKgSahqkIKwLpz4Ppk2+zC2Cy1is0uwtuSG6AE4zlTOUa+7JGz9jCJGLqQFQ==",
"dev": true,
"dependencies": {
- "@babel/helper-plugin-utils": "^7.22.5"
+ "@babel/helper-plugin-utils": "^7.24.8"
},
"engines": {
"node": ">=6.9.0"
@@ -1024,13 +1011,13 @@
}
},
"node_modules/@babel/plugin-transform-dotall-regex": {
- "version": "7.23.3",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.23.3.tgz",
- "integrity": "sha512-vgnFYDHAKzFaTVp+mneDsIEbnJ2Np/9ng9iviHw3P/KVcgONxpNULEW/51Z/BaFojG2GI2GwwXck5uV1+1NOYQ==",
+ "version": "7.24.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.24.7.tgz",
+ "integrity": "sha512-ZOA3W+1RRTSWvyqcMJDLqbchh7U4NRGqwRfFSVbOLS/ePIP4vHB5e8T8eXcuqyN1QkgKyj5wuW0lcS85v4CrSw==",
"dev": true,
"dependencies": {
- "@babel/helper-create-regexp-features-plugin": "^7.22.15",
- "@babel/helper-plugin-utils": "^7.22.5"
+ "@babel/helper-create-regexp-features-plugin": "^7.24.7",
+ "@babel/helper-plugin-utils": "^7.24.7"
},
"engines": {
"node": ">=6.9.0"
@@ -1040,12 +1027,12 @@
}
},
"node_modules/@babel/plugin-transform-duplicate-keys": {
- "version": "7.23.3",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.23.3.tgz",
- "integrity": "sha512-RrqQ+BQmU3Oyav3J+7/myfvRCq7Tbz+kKLLshUmMwNlDHExbGL7ARhajvoBJEvc+fCguPPu887N+3RRXBVKZUA==",
+ "version": "7.24.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.24.7.tgz",
+ "integrity": "sha512-JdYfXyCRihAe46jUIliuL2/s0x0wObgwwiGxw/UbgJBr20gQBThrokO4nYKgWkD7uBaqM7+9x5TU7NkExZJyzw==",
"dev": true,
"dependencies": {
- "@babel/helper-plugin-utils": "^7.22.5"
+ "@babel/helper-plugin-utils": "^7.24.7"
},
"engines": {
"node": ">=6.9.0"
@@ -1054,13 +1041,29 @@
"@babel/core": "^7.0.0-0"
}
},
+ "node_modules/@babel/plugin-transform-duplicate-named-capturing-groups-regex": {
+ "version": "7.25.0",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-named-capturing-groups-regex/-/plugin-transform-duplicate-named-capturing-groups-regex-7.25.0.tgz",
+ "integrity": "sha512-YLpb4LlYSc3sCUa35un84poXoraOiQucUTTu8X1j18JV+gNa8E0nyUf/CjZ171IRGr4jEguF+vzJU66QZhn29g==",
+ "dev": true,
+ "dependencies": {
+ "@babel/helper-create-regexp-features-plugin": "^7.25.0",
+ "@babel/helper-plugin-utils": "^7.24.8"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0"
+ }
+ },
"node_modules/@babel/plugin-transform-dynamic-import": {
- "version": "7.23.4",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.23.4.tgz",
- "integrity": "sha512-V6jIbLhdJK86MaLh4Jpghi8ho5fGzt3imHOBu/x0jlBaPYqDoWz4RDXjmMOfnh+JWNaQleEAByZLV0QzBT4YQQ==",
+ "version": "7.24.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.24.7.tgz",
+ "integrity": "sha512-sc3X26PhZQDb3JhORmakcbvkeInvxz+A8oda99lj7J60QRuPZvNAk9wQlTBS1ZynelDrDmTU4pw1tyc5d5ZMUg==",
"dev": true,
"dependencies": {
- "@babel/helper-plugin-utils": "^7.22.5",
+ "@babel/helper-plugin-utils": "^7.24.7",
"@babel/plugin-syntax-dynamic-import": "^7.8.3"
},
"engines": {
@@ -1071,13 +1074,13 @@
}
},
"node_modules/@babel/plugin-transform-exponentiation-operator": {
- "version": "7.23.3",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.23.3.tgz",
- "integrity": "sha512-5fhCsl1odX96u7ILKHBj4/Y8vipoqwsJMh4csSA8qFfxrZDEA4Ssku2DyNvMJSmZNOEBT750LfFPbtrnTP90BQ==",
+ "version": "7.24.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.24.7.tgz",
+ "integrity": "sha512-Rqe/vSc9OYgDajNIK35u7ot+KeCoetqQYFXM4Epf7M7ez3lWlOjrDjrwMei6caCVhfdw+mIKD4cgdGNy5JQotQ==",
"dev": true,
"dependencies": {
- "@babel/helper-builder-binary-assignment-operator-visitor": "^7.22.15",
- "@babel/helper-plugin-utils": "^7.22.5"
+ "@babel/helper-builder-binary-assignment-operator-visitor": "^7.24.7",
+ "@babel/helper-plugin-utils": "^7.24.7"
},
"engines": {
"node": ">=6.9.0"
@@ -1087,12 +1090,12 @@
}
},
"node_modules/@babel/plugin-transform-export-namespace-from": {
- "version": "7.23.4",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.23.4.tgz",
- "integrity": "sha512-GzuSBcKkx62dGzZI1WVgTWvkkz84FZO5TC5T8dl/Tht/rAla6Dg/Mz9Yhypg+ezVACf/rgDuQt3kbWEv7LdUDQ==",
+ "version": "7.24.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.24.7.tgz",
+ "integrity": "sha512-v0K9uNYsPL3oXZ/7F9NNIbAj2jv1whUEtyA6aujhekLs56R++JDQuzRcP2/z4WX5Vg/c5lE9uWZA0/iUoFhLTA==",
"dev": true,
"dependencies": {
- "@babel/helper-plugin-utils": "^7.22.5",
+ "@babel/helper-plugin-utils": "^7.24.7",
"@babel/plugin-syntax-export-namespace-from": "^7.8.3"
},
"engines": {
@@ -1103,12 +1106,13 @@
}
},
"node_modules/@babel/plugin-transform-for-of": {
- "version": "7.23.3",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.23.3.tgz",
- "integrity": "sha512-X8jSm8X1CMwxmK878qsUGJRmbysKNbdpTv/O1/v0LuY/ZkZrng5WYiekYSdg9m09OTmDDUWeEDsTE+17WYbAZw==",
+ "version": "7.24.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.24.7.tgz",
+ "integrity": "sha512-wo9ogrDG1ITTTBsy46oGiN1dS9A7MROBTcYsfS8DtsImMkHk9JXJ3EWQM6X2SUw4x80uGPlwj0o00Uoc6nEE3g==",
"dev": true,
"dependencies": {
- "@babel/helper-plugin-utils": "^7.22.5"
+ "@babel/helper-plugin-utils": "^7.24.7",
+ "@babel/helper-skip-transparent-expression-wrappers": "^7.24.7"
},
"engines": {
"node": ">=6.9.0"
@@ -1118,14 +1122,14 @@
}
},
"node_modules/@babel/plugin-transform-function-name": {
- "version": "7.23.3",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.23.3.tgz",
- "integrity": "sha512-I1QXp1LxIvt8yLaib49dRW5Okt7Q4oaxao6tFVKS/anCdEOMtYwWVKoiOA1p34GOWIZjUK0E+zCp7+l1pfQyiw==",
+ "version": "7.25.1",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.25.1.tgz",
+ "integrity": "sha512-TVVJVdW9RKMNgJJlLtHsKDTydjZAbwIsn6ySBPQaEAUU5+gVvlJt/9nRmqVbsV/IBanRjzWoaAQKLoamWVOUuA==",
"dev": true,
"dependencies": {
- "@babel/helper-compilation-targets": "^7.22.15",
- "@babel/helper-function-name": "^7.23.0",
- "@babel/helper-plugin-utils": "^7.22.5"
+ "@babel/helper-compilation-targets": "^7.24.8",
+ "@babel/helper-plugin-utils": "^7.24.8",
+ "@babel/traverse": "^7.25.1"
},
"engines": {
"node": ">=6.9.0"
@@ -1135,12 +1139,12 @@
}
},
"node_modules/@babel/plugin-transform-json-strings": {
- "version": "7.23.4",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.23.4.tgz",
- "integrity": "sha512-81nTOqM1dMwZ/aRXQ59zVubN9wHGqk6UtqRK+/q+ciXmRy8fSolhGVvG09HHRGo4l6fr/c4ZhXUQH0uFW7PZbg==",
+ "version": "7.24.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.24.7.tgz",
+ "integrity": "sha512-2yFnBGDvRuxAaE/f0vfBKvtnvvqU8tGpMHqMNpTN2oWMKIR3NqFkjaAgGwawhqK/pIN2T3XdjGPdaG0vDhOBGw==",
"dev": true,
"dependencies": {
- "@babel/helper-plugin-utils": "^7.22.5",
+ "@babel/helper-plugin-utils": "^7.24.7",
"@babel/plugin-syntax-json-strings": "^7.8.3"
},
"engines": {
@@ -1151,12 +1155,12 @@
}
},
"node_modules/@babel/plugin-transform-literals": {
- "version": "7.23.3",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.23.3.tgz",
- "integrity": "sha512-wZ0PIXRxnwZvl9AYpqNUxpZ5BiTGrYt7kueGQ+N5FiQ7RCOD4cm8iShd6S6ggfVIWaJf2EMk8eRzAh52RfP4rQ==",
+ "version": "7.25.2",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.25.2.tgz",
+ "integrity": "sha512-HQI+HcTbm9ur3Z2DkO+jgESMAMcYLuN/A7NRw9juzxAezN9AvqvUTnpKP/9kkYANz6u7dFlAyOu44ejuGySlfw==",
"dev": true,
"dependencies": {
- "@babel/helper-plugin-utils": "^7.22.5"
+ "@babel/helper-plugin-utils": "^7.24.8"
},
"engines": {
"node": ">=6.9.0"
@@ -1166,12 +1170,12 @@
}
},
"node_modules/@babel/plugin-transform-logical-assignment-operators": {
- "version": "7.23.4",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.23.4.tgz",
- "integrity": "sha512-Mc/ALf1rmZTP4JKKEhUwiORU+vcfarFVLfcFiolKUo6sewoxSEgl36ak5t+4WamRsNr6nzjZXQjM35WsU+9vbg==",
+ "version": "7.24.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.24.7.tgz",
+ "integrity": "sha512-4D2tpwlQ1odXmTEIFWy9ELJcZHqrStlzK/dAOWYyxX3zT0iXQB6banjgeOJQXzEc4S0E0a5A+hahxPaEFYftsw==",
"dev": true,
"dependencies": {
- "@babel/helper-plugin-utils": "^7.22.5",
+ "@babel/helper-plugin-utils": "^7.24.7",
"@babel/plugin-syntax-logical-assignment-operators": "^7.10.4"
},
"engines": {
@@ -1182,12 +1186,12 @@
}
},
"node_modules/@babel/plugin-transform-member-expression-literals": {
- "version": "7.23.3",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.23.3.tgz",
- "integrity": "sha512-sC3LdDBDi5x96LA+Ytekz2ZPk8i/Ck+DEuDbRAll5rknJ5XRTSaPKEYwomLcs1AA8wg9b3KjIQRsnApj+q51Ag==",
+ "version": "7.24.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.24.7.tgz",
+ "integrity": "sha512-T/hRC1uqrzXMKLQ6UCwMT85S3EvqaBXDGf0FaMf4446Qx9vKwlghvee0+uuZcDUCZU5RuNi4781UQ7R308zzBw==",
"dev": true,
"dependencies": {
- "@babel/helper-plugin-utils": "^7.22.5"
+ "@babel/helper-plugin-utils": "^7.24.7"
},
"engines": {
"node": ">=6.9.0"
@@ -1197,13 +1201,13 @@
}
},
"node_modules/@babel/plugin-transform-modules-amd": {
- "version": "7.23.3",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.23.3.tgz",
- "integrity": "sha512-vJYQGxeKM4t8hYCKVBlZX/gtIY2I7mRGFNcm85sgXGMTBcoV3QdVtdpbcWEbzbfUIUZKwvgFT82mRvaQIebZzw==",
+ "version": "7.24.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.24.7.tgz",
+ "integrity": "sha512-9+pB1qxV3vs/8Hdmz/CulFB8w2tuu6EB94JZFsjdqxQokwGa9Unap7Bo2gGBGIvPmDIVvQrom7r5m/TCDMURhg==",
"dev": true,
"dependencies": {
- "@babel/helper-module-transforms": "^7.23.3",
- "@babel/helper-plugin-utils": "^7.22.5"
+ "@babel/helper-module-transforms": "^7.24.7",
+ "@babel/helper-plugin-utils": "^7.24.7"
},
"engines": {
"node": ">=6.9.0"
@@ -1213,14 +1217,14 @@
}
},
"node_modules/@babel/plugin-transform-modules-commonjs": {
- "version": "7.23.3",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.23.3.tgz",
- "integrity": "sha512-aVS0F65LKsdNOtcz6FRCpE4OgsP2OFnW46qNxNIX9h3wuzaNcSQsJysuMwqSibC98HPrf2vCgtxKNwS0DAlgcA==",
+ "version": "7.24.8",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.24.8.tgz",
+ "integrity": "sha512-WHsk9H8XxRs3JXKWFiqtQebdh9b/pTk4EgueygFzYlTKAg0Ud985mSevdNjdXdFBATSKVJGQXP1tv6aGbssLKA==",
"dev": true,
"dependencies": {
- "@babel/helper-module-transforms": "^7.23.3",
- "@babel/helper-plugin-utils": "^7.22.5",
- "@babel/helper-simple-access": "^7.22.5"
+ "@babel/helper-module-transforms": "^7.24.8",
+ "@babel/helper-plugin-utils": "^7.24.8",
+ "@babel/helper-simple-access": "^7.24.7"
},
"engines": {
"node": ">=6.9.0"
@@ -1230,15 +1234,15 @@
}
},
"node_modules/@babel/plugin-transform-modules-systemjs": {
- "version": "7.23.3",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.23.3.tgz",
- "integrity": "sha512-ZxyKGTkF9xT9YJuKQRo19ewf3pXpopuYQd8cDXqNzc3mUNbOME0RKMoZxviQk74hwzfQsEe66dE92MaZbdHKNQ==",
+ "version": "7.25.0",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.25.0.tgz",
+ "integrity": "sha512-YPJfjQPDXxyQWg/0+jHKj1llnY5f/R6a0p/vP4lPymxLu7Lvl4k2WMitqi08yxwQcCVUUdG9LCUj4TNEgAp3Jw==",
"dev": true,
"dependencies": {
- "@babel/helper-hoist-variables": "^7.22.5",
- "@babel/helper-module-transforms": "^7.23.3",
- "@babel/helper-plugin-utils": "^7.22.5",
- "@babel/helper-validator-identifier": "^7.22.20"
+ "@babel/helper-module-transforms": "^7.25.0",
+ "@babel/helper-plugin-utils": "^7.24.8",
+ "@babel/helper-validator-identifier": "^7.24.7",
+ "@babel/traverse": "^7.25.0"
},
"engines": {
"node": ">=6.9.0"
@@ -1248,13 +1252,13 @@
}
},
"node_modules/@babel/plugin-transform-modules-umd": {
- "version": "7.23.3",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.23.3.tgz",
- "integrity": "sha512-zHsy9iXX2nIsCBFPud3jKn1IRPWg3Ing1qOZgeKV39m1ZgIdpJqvlWVeiHBZC6ITRG0MfskhYe9cLgntfSFPIg==",
+ "version": "7.24.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.24.7.tgz",
+ "integrity": "sha512-3aytQvqJ/h9z4g8AsKPLvD4Zqi2qT+L3j7XoFFu1XBlZWEl2/1kWnhmAbxpLgPrHSY0M6UA02jyTiwUVtiKR6A==",
"dev": true,
"dependencies": {
- "@babel/helper-module-transforms": "^7.23.3",
- "@babel/helper-plugin-utils": "^7.22.5"
+ "@babel/helper-module-transforms": "^7.24.7",
+ "@babel/helper-plugin-utils": "^7.24.7"
},
"engines": {
"node": ">=6.9.0"
@@ -1264,13 +1268,13 @@
}
},
"node_modules/@babel/plugin-transform-named-capturing-groups-regex": {
- "version": "7.22.5",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.22.5.tgz",
- "integrity": "sha512-YgLLKmS3aUBhHaxp5hi1WJTgOUb/NCuDHzGT9z9WTt3YG+CPRhJs6nprbStx6DnWM4dh6gt7SU3sZodbZ08adQ==",
+ "version": "7.24.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.24.7.tgz",
+ "integrity": "sha512-/jr7h/EWeJtk1U/uz2jlsCioHkZk1JJZVcc8oQsJ1dUlaJD83f4/6Zeh2aHt9BIFokHIsSeDfhUmju0+1GPd6g==",
"dev": true,
"dependencies": {
- "@babel/helper-create-regexp-features-plugin": "^7.22.5",
- "@babel/helper-plugin-utils": "^7.22.5"
+ "@babel/helper-create-regexp-features-plugin": "^7.24.7",
+ "@babel/helper-plugin-utils": "^7.24.7"
},
"engines": {
"node": ">=6.9.0"
@@ -1280,12 +1284,12 @@
}
},
"node_modules/@babel/plugin-transform-new-target": {
- "version": "7.23.3",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.23.3.tgz",
- "integrity": "sha512-YJ3xKqtJMAT5/TIZnpAR3I+K+WaDowYbN3xyxI8zxx/Gsypwf9B9h0VB+1Nh6ACAAPRS5NSRje0uVv5i79HYGQ==",
+ "version": "7.24.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.24.7.tgz",
+ "integrity": "sha512-RNKwfRIXg4Ls/8mMTza5oPF5RkOW8Wy/WgMAp1/F1yZ8mMbtwXW+HDoJiOsagWrAhI5f57Vncrmr9XeT4CVapA==",
"dev": true,
"dependencies": {
- "@babel/helper-plugin-utils": "^7.22.5"
+ "@babel/helper-plugin-utils": "^7.24.7"
},
"engines": {
"node": ">=6.9.0"
@@ -1295,12 +1299,12 @@
}
},
"node_modules/@babel/plugin-transform-nullish-coalescing-operator": {
- "version": "7.23.4",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.23.4.tgz",
- "integrity": "sha512-jHE9EVVqHKAQx+VePv5LLGHjmHSJR76vawFPTdlxR/LVJPfOEGxREQwQfjuZEOPTwG92X3LINSh3M40Rv4zpVA==",
+ "version": "7.24.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.24.7.tgz",
+ "integrity": "sha512-Ts7xQVk1OEocqzm8rHMXHlxvsfZ0cEF2yomUqpKENHWMF4zKk175Y4q8H5knJes6PgYad50uuRmt3UJuhBw8pQ==",
"dev": true,
"dependencies": {
- "@babel/helper-plugin-utils": "^7.22.5",
+ "@babel/helper-plugin-utils": "^7.24.7",
"@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3"
},
"engines": {
@@ -1311,12 +1315,12 @@
}
},
"node_modules/@babel/plugin-transform-numeric-separator": {
- "version": "7.23.4",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.23.4.tgz",
- "integrity": "sha512-mps6auzgwjRrwKEZA05cOwuDc9FAzoyFS4ZsG/8F43bTLf/TgkJg7QXOrPO1JO599iA3qgK9MXdMGOEC8O1h6Q==",
+ "version": "7.24.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.24.7.tgz",
+ "integrity": "sha512-e6q1TiVUzvH9KRvicuxdBTUj4AdKSRwzIyFFnfnezpCfP2/7Qmbb8qbU2j7GODbl4JMkblitCQjKYUaX/qkkwA==",
"dev": true,
"dependencies": {
- "@babel/helper-plugin-utils": "^7.22.5",
+ "@babel/helper-plugin-utils": "^7.24.7",
"@babel/plugin-syntax-numeric-separator": "^7.10.4"
},
"engines": {
@@ -1327,16 +1331,15 @@
}
},
"node_modules/@babel/plugin-transform-object-rest-spread": {
- "version": "7.23.4",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.23.4.tgz",
- "integrity": "sha512-9x9K1YyeQVw0iOXJlIzwm8ltobIIv7j2iLyP2jIhEbqPRQ7ScNgwQufU2I0Gq11VjyG4gI4yMXt2VFags+1N3g==",
+ "version": "7.24.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.24.7.tgz",
+ "integrity": "sha512-4QrHAr0aXQCEFni2q4DqKLD31n2DL+RxcwnNjDFkSG0eNQ/xCavnRkfCUjsyqGC2OviNJvZOF/mQqZBw7i2C5Q==",
"dev": true,
"dependencies": {
- "@babel/compat-data": "^7.23.3",
- "@babel/helper-compilation-targets": "^7.22.15",
- "@babel/helper-plugin-utils": "^7.22.5",
+ "@babel/helper-compilation-targets": "^7.24.7",
+ "@babel/helper-plugin-utils": "^7.24.7",
"@babel/plugin-syntax-object-rest-spread": "^7.8.3",
- "@babel/plugin-transform-parameters": "^7.23.3"
+ "@babel/plugin-transform-parameters": "^7.24.7"
},
"engines": {
"node": ">=6.9.0"
@@ -1346,13 +1349,13 @@
}
},
"node_modules/@babel/plugin-transform-object-super": {
- "version": "7.23.3",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.23.3.tgz",
- "integrity": "sha512-BwQ8q0x2JG+3lxCVFohg+KbQM7plfpBwThdW9A6TMtWwLsbDA01Ek2Zb/AgDN39BiZsExm4qrXxjk+P1/fzGrA==",
+ "version": "7.24.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.24.7.tgz",
+ "integrity": "sha512-A/vVLwN6lBrMFmMDmPPz0jnE6ZGx7Jq7d6sT/Ev4H65RER6pZ+kczlf1DthF5N0qaPHBsI7UXiE8Zy66nmAovg==",
"dev": true,
"dependencies": {
- "@babel/helper-plugin-utils": "^7.22.5",
- "@babel/helper-replace-supers": "^7.22.20"
+ "@babel/helper-plugin-utils": "^7.24.7",
+ "@babel/helper-replace-supers": "^7.24.7"
},
"engines": {
"node": ">=6.9.0"
@@ -1362,12 +1365,12 @@
}
},
"node_modules/@babel/plugin-transform-optional-catch-binding": {
- "version": "7.23.4",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.23.4.tgz",
- "integrity": "sha512-XIq8t0rJPHf6Wvmbn9nFxU6ao4c7WhghTR5WyV8SrJfUFzyxhCm4nhC+iAp3HFhbAKLfYpgzhJ6t4XCtVwqO5A==",
+ "version": "7.24.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.24.7.tgz",
+ "integrity": "sha512-uLEndKqP5BfBbC/5jTwPxLh9kqPWWgzN/f8w6UwAIirAEqiIVJWWY312X72Eub09g5KF9+Zn7+hT7sDxmhRuKA==",
"dev": true,
"dependencies": {
- "@babel/helper-plugin-utils": "^7.22.5",
+ "@babel/helper-plugin-utils": "^7.24.7",
"@babel/plugin-syntax-optional-catch-binding": "^7.8.3"
},
"engines": {
@@ -1378,13 +1381,13 @@
}
},
"node_modules/@babel/plugin-transform-optional-chaining": {
- "version": "7.23.4",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.23.4.tgz",
- "integrity": "sha512-ZU8y5zWOfjM5vZ+asjgAPwDaBjJzgufjES89Rs4Lpq63O300R/kOz30WCLo6BxxX6QVEilwSlpClnG5cZaikTA==",
+ "version": "7.24.8",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.24.8.tgz",
+ "integrity": "sha512-5cTOLSMs9eypEy8JUVvIKOu6NgvbJMnpG62VpIHrTmROdQ+L5mDAaI40g25k5vXti55JWNX5jCkq3HZxXBQANw==",
"dev": true,
"dependencies": {
- "@babel/helper-plugin-utils": "^7.22.5",
- "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5",
+ "@babel/helper-plugin-utils": "^7.24.8",
+ "@babel/helper-skip-transparent-expression-wrappers": "^7.24.7",
"@babel/plugin-syntax-optional-chaining": "^7.8.3"
},
"engines": {
@@ -1395,12 +1398,12 @@
}
},
"node_modules/@babel/plugin-transform-parameters": {
- "version": "7.23.3",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.23.3.tgz",
- "integrity": "sha512-09lMt6UsUb3/34BbECKVbVwrT9bO6lILWln237z7sLaWnMsTi7Yc9fhX5DLpkJzAGfaReXI22wP41SZmnAA3Vw==",
+ "version": "7.24.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.24.7.tgz",
+ "integrity": "sha512-yGWW5Rr+sQOhK0Ot8hjDJuxU3XLRQGflvT4lhlSY0DFvdb3TwKaY26CJzHtYllU0vT9j58hc37ndFPsqT1SrzA==",
"dev": true,
"dependencies": {
- "@babel/helper-plugin-utils": "^7.22.5"
+ "@babel/helper-plugin-utils": "^7.24.7"
},
"engines": {
"node": ">=6.9.0"
@@ -1410,13 +1413,13 @@
}
},
"node_modules/@babel/plugin-transform-private-methods": {
- "version": "7.23.3",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.23.3.tgz",
- "integrity": "sha512-UzqRcRtWsDMTLrRWFvUBDwmw06tCQH9Rl1uAjfh6ijMSmGYQ+fpdB+cnqRC8EMh5tuuxSv0/TejGL+7vyj+50g==",
+ "version": "7.25.4",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.25.4.tgz",
+ "integrity": "sha512-ao8BG7E2b/URaUQGqN3Tlsg+M3KlHY6rJ1O1gXAEUnZoyNQnvKyH87Kfg+FoxSeyWUB8ISZZsC91C44ZuBFytw==",
"dev": true,
"dependencies": {
- "@babel/helper-create-class-features-plugin": "^7.22.15",
- "@babel/helper-plugin-utils": "^7.22.5"
+ "@babel/helper-create-class-features-plugin": "^7.25.4",
+ "@babel/helper-plugin-utils": "^7.24.8"
},
"engines": {
"node": ">=6.9.0"
@@ -1426,14 +1429,14 @@
}
},
"node_modules/@babel/plugin-transform-private-property-in-object": {
- "version": "7.23.4",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.23.4.tgz",
- "integrity": "sha512-9G3K1YqTq3F4Vt88Djx1UZ79PDyj+yKRnUy7cZGSMe+a7jkwD259uKKuUzQlPkGam7R+8RJwh5z4xO27fA1o2A==",
+ "version": "7.24.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.24.7.tgz",
+ "integrity": "sha512-9z76mxwnwFxMyxZWEgdgECQglF2Q7cFLm0kMf8pGwt+GSJsY0cONKj/UuO4bOH0w/uAel3ekS4ra5CEAyJRmDA==",
"dev": true,
"dependencies": {
- "@babel/helper-annotate-as-pure": "^7.22.5",
- "@babel/helper-create-class-features-plugin": "^7.22.15",
- "@babel/helper-plugin-utils": "^7.22.5",
+ "@babel/helper-annotate-as-pure": "^7.24.7",
+ "@babel/helper-create-class-features-plugin": "^7.24.7",
+ "@babel/helper-plugin-utils": "^7.24.7",
"@babel/plugin-syntax-private-property-in-object": "^7.14.5"
},
"engines": {
@@ -1444,12 +1447,12 @@
}
},
"node_modules/@babel/plugin-transform-property-literals": {
- "version": "7.23.3",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.23.3.tgz",
- "integrity": "sha512-jR3Jn3y7cZp4oEWPFAlRsSWjxKe4PZILGBSd4nis1TsC5qeSpb+nrtihJuDhNI7QHiVbUaiXa0X2RZY3/TI6Nw==",
+ "version": "7.24.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.24.7.tgz",
+ "integrity": "sha512-EMi4MLQSHfd2nrCqQEWxFdha2gBCqU4ZcCng4WBGZ5CJL4bBRW0ptdqqDdeirGZcpALazVVNJqRmsO8/+oNCBA==",
"dev": true,
"dependencies": {
- "@babel/helper-plugin-utils": "^7.22.5"
+ "@babel/helper-plugin-utils": "^7.24.7"
},
"engines": {
"node": ">=6.9.0"
@@ -1459,12 +1462,12 @@
}
},
"node_modules/@babel/plugin-transform-regenerator": {
- "version": "7.23.3",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.23.3.tgz",
- "integrity": "sha512-KP+75h0KghBMcVpuKisx3XTu9Ncut8Q8TuvGO4IhY+9D5DFEckQefOuIsB/gQ2tG71lCke4NMrtIPS8pOj18BQ==",
+ "version": "7.24.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.24.7.tgz",
+ "integrity": "sha512-lq3fvXPdimDrlg6LWBoqj+r/DEWgONuwjuOuQCSYgRroXDH/IdM1C0IZf59fL5cHLpjEH/O6opIRBbqv7ELnuA==",
"dev": true,
"dependencies": {
- "@babel/helper-plugin-utils": "^7.22.5",
+ "@babel/helper-plugin-utils": "^7.24.7",
"regenerator-transform": "^0.15.2"
},
"engines": {
@@ -1475,12 +1478,12 @@
}
},
"node_modules/@babel/plugin-transform-reserved-words": {
- "version": "7.23.3",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.23.3.tgz",
- "integrity": "sha512-QnNTazY54YqgGxwIexMZva9gqbPa15t/x9VS+0fsEFWplwVpXYZivtgl43Z1vMpc1bdPP2PP8siFeVcnFvA3Cg==",
+ "version": "7.24.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.24.7.tgz",
+ "integrity": "sha512-0DUq0pHcPKbjFZCfTss/pGkYMfy3vFWydkUBd9r0GHpIyfs2eCDENvqadMycRS9wZCXR41wucAfJHJmwA0UmoQ==",
"dev": true,
"dependencies": {
- "@babel/helper-plugin-utils": "^7.22.5"
+ "@babel/helper-plugin-utils": "^7.24.7"
},
"engines": {
"node": ">=6.9.0"
@@ -1490,12 +1493,12 @@
}
},
"node_modules/@babel/plugin-transform-shorthand-properties": {
- "version": "7.23.3",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.23.3.tgz",
- "integrity": "sha512-ED2fgqZLmexWiN+YNFX26fx4gh5qHDhn1O2gvEhreLW2iI63Sqm4llRLCXALKrCnbN4Jy0VcMQZl/SAzqug/jg==",
+ "version": "7.24.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.24.7.tgz",
+ "integrity": "sha512-KsDsevZMDsigzbA09+vacnLpmPH4aWjcZjXdyFKGzpplxhbeB4wYtury3vglQkg6KM/xEPKt73eCjPPf1PgXBA==",
"dev": true,
"dependencies": {
- "@babel/helper-plugin-utils": "^7.22.5"
+ "@babel/helper-plugin-utils": "^7.24.7"
},
"engines": {
"node": ">=6.9.0"
@@ -1505,13 +1508,13 @@
}
},
"node_modules/@babel/plugin-transform-spread": {
- "version": "7.23.3",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.23.3.tgz",
- "integrity": "sha512-VvfVYlrlBVu+77xVTOAoxQ6mZbnIq5FM0aGBSFEcIh03qHf+zNqA4DC/3XMUozTg7bZV3e3mZQ0i13VB6v5yUg==",
+ "version": "7.24.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.24.7.tgz",
+ "integrity": "sha512-x96oO0I09dgMDxJaANcRyD4ellXFLLiWhuwDxKZX5g2rWP1bTPkBSwCYv96VDXVT1bD9aPj8tppr5ITIh8hBng==",
"dev": true,
"dependencies": {
- "@babel/helper-plugin-utils": "^7.22.5",
- "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5"
+ "@babel/helper-plugin-utils": "^7.24.7",
+ "@babel/helper-skip-transparent-expression-wrappers": "^7.24.7"
},
"engines": {
"node": ">=6.9.0"
@@ -1521,12 +1524,12 @@
}
},
"node_modules/@babel/plugin-transform-sticky-regex": {
- "version": "7.23.3",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.23.3.tgz",
- "integrity": "sha512-HZOyN9g+rtvnOU3Yh7kSxXrKbzgrm5X4GncPY1QOquu7epga5MxKHVpYu2hvQnry/H+JjckSYRb93iNfsioAGg==",
+ "version": "7.24.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.24.7.tgz",
+ "integrity": "sha512-kHPSIJc9v24zEml5geKg9Mjx5ULpfncj0wRpYtxbvKyTtHCYDkVE3aHQ03FrpEo4gEe2vrJJS1Y9CJTaThA52g==",
"dev": true,
"dependencies": {
- "@babel/helper-plugin-utils": "^7.22.5"
+ "@babel/helper-plugin-utils": "^7.24.7"
},
"engines": {
"node": ">=6.9.0"
@@ -1536,12 +1539,12 @@
}
},
"node_modules/@babel/plugin-transform-template-literals": {
- "version": "7.23.3",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.23.3.tgz",
- "integrity": "sha512-Flok06AYNp7GV2oJPZZcP9vZdszev6vPBkHLwxwSpaIqx75wn6mUd3UFWsSsA0l8nXAKkyCmL/sR02m8RYGeHg==",
+ "version": "7.24.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.24.7.tgz",
+ "integrity": "sha512-AfDTQmClklHCOLxtGoP7HkeMw56k1/bTQjwsfhL6pppo/M4TOBSq+jjBUBLmV/4oeFg4GWMavIl44ZeCtmmZTw==",
"dev": true,
"dependencies": {
- "@babel/helper-plugin-utils": "^7.22.5"
+ "@babel/helper-plugin-utils": "^7.24.7"
},
"engines": {
"node": ">=6.9.0"
@@ -1551,12 +1554,12 @@
}
},
"node_modules/@babel/plugin-transform-typeof-symbol": {
- "version": "7.23.3",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.23.3.tgz",
- "integrity": "sha512-4t15ViVnaFdrPC74be1gXBSMzXk3B4Us9lP7uLRQHTFpV5Dvt33pn+2MyyNxmN3VTTm3oTrZVMUmuw3oBnQ2oQ==",
+ "version": "7.24.8",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.24.8.tgz",
+ "integrity": "sha512-adNTUpDCVnmAE58VEqKlAA6ZBlNkMnWD0ZcW76lyNFN3MJniyGFZfNwERVk8Ap56MCnXztmDr19T4mPTztcuaw==",
"dev": true,
"dependencies": {
- "@babel/helper-plugin-utils": "^7.22.5"
+ "@babel/helper-plugin-utils": "^7.24.8"
},
"engines": {
"node": ">=6.9.0"
@@ -1566,12 +1569,12 @@
}
},
"node_modules/@babel/plugin-transform-unicode-escapes": {
- "version": "7.23.3",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.23.3.tgz",
- "integrity": "sha512-OMCUx/bU6ChE3r4+ZdylEqAjaQgHAgipgW8nsCfu5pGqDcFytVd91AwRvUJSBZDz0exPGgnjoqhgRYLRjFZc9Q==",
+ "version": "7.24.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.24.7.tgz",
+ "integrity": "sha512-U3ap1gm5+4edc2Q/P+9VrBNhGkfnf+8ZqppY71Bo/pzZmXhhLdqgaUl6cuB07O1+AQJtCLfaOmswiNbSQ9ivhw==",
"dev": true,
"dependencies": {
- "@babel/helper-plugin-utils": "^7.22.5"
+ "@babel/helper-plugin-utils": "^7.24.7"
},
"engines": {
"node": ">=6.9.0"
@@ -1581,13 +1584,13 @@
}
},
"node_modules/@babel/plugin-transform-unicode-property-regex": {
- "version": "7.23.3",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.23.3.tgz",
- "integrity": "sha512-KcLIm+pDZkWZQAFJ9pdfmh89EwVfmNovFBcXko8szpBeF8z68kWIPeKlmSOkT9BXJxs2C0uk+5LxoxIv62MROA==",
+ "version": "7.24.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.24.7.tgz",
+ "integrity": "sha512-uH2O4OV5M9FZYQrwc7NdVmMxQJOCCzFeYudlZSzUAHRFeOujQefa92E74TQDVskNHCzOXoigEuoyzHDhaEaK5w==",
"dev": true,
"dependencies": {
- "@babel/helper-create-regexp-features-plugin": "^7.22.15",
- "@babel/helper-plugin-utils": "^7.22.5"
+ "@babel/helper-create-regexp-features-plugin": "^7.24.7",
+ "@babel/helper-plugin-utils": "^7.24.7"
},
"engines": {
"node": ">=6.9.0"
@@ -1597,13 +1600,13 @@
}
},
"node_modules/@babel/plugin-transform-unicode-regex": {
- "version": "7.23.3",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.23.3.tgz",
- "integrity": "sha512-wMHpNA4x2cIA32b/ci3AfwNgheiva2W0WUKWTK7vBHBhDKfPsc5cFGNWm69WBqpwd86u1qwZ9PWevKqm1A3yAw==",
+ "version": "7.24.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.24.7.tgz",
+ "integrity": "sha512-hlQ96MBZSAXUq7ltkjtu3FJCCSMx/j629ns3hA3pXnBXjanNP0LHi+JpPeA81zaWgVK1VGH95Xuy7u0RyQ8kMg==",
"dev": true,
"dependencies": {
- "@babel/helper-create-regexp-features-plugin": "^7.22.15",
- "@babel/helper-plugin-utils": "^7.22.5"
+ "@babel/helper-create-regexp-features-plugin": "^7.24.7",
+ "@babel/helper-plugin-utils": "^7.24.7"
},
"engines": {
"node": ">=6.9.0"
@@ -1613,13 +1616,13 @@
}
},
"node_modules/@babel/plugin-transform-unicode-sets-regex": {
- "version": "7.23.3",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.23.3.tgz",
- "integrity": "sha512-W7lliA/v9bNR83Qc3q1ip9CQMZ09CcHDbHfbLRDNuAhn1Mvkr1ZNF7hPmztMQvtTGVLJ9m8IZqWsTkXOml8dbw==",
+ "version": "7.25.4",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.25.4.tgz",
+ "integrity": "sha512-qesBxiWkgN1Q+31xUE9RcMk79eOXXDCv6tfyGMRSs4RGlioSg2WVyQAm07k726cSE56pa+Kb0y9epX2qaXzTvA==",
"dev": true,
"dependencies": {
- "@babel/helper-create-regexp-features-plugin": "^7.22.15",
- "@babel/helper-plugin-utils": "^7.22.5"
+ "@babel/helper-create-regexp-features-plugin": "^7.25.2",
+ "@babel/helper-plugin-utils": "^7.24.8"
},
"engines": {
"node": ">=6.9.0"
@@ -1629,26 +1632,28 @@
}
},
"node_modules/@babel/preset-env": {
- "version": "7.23.3",
- "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.23.3.tgz",
- "integrity": "sha512-ovzGc2uuyNfNAs/jyjIGxS8arOHS5FENZaNn4rtE7UdKMMkqHCvboHfcuhWLZNX5cB44QfcGNWjaevxMzzMf+Q==",
- "dev": true,
- "dependencies": {
- "@babel/compat-data": "^7.23.3",
- "@babel/helper-compilation-targets": "^7.22.15",
- "@babel/helper-plugin-utils": "^7.22.5",
- "@babel/helper-validator-option": "^7.22.15",
- "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.23.3",
- "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.23.3",
- "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "^7.23.3",
+ "version": "7.25.4",
+ "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.25.4.tgz",
+ "integrity": "sha512-W9Gyo+KmcxjGahtt3t9fb14vFRWvPpu5pT6GBlovAK6BTBcxgjfVMSQCfJl4oi35ODrxP6xx2Wr8LNST57Mraw==",
+ "dev": true,
+ "dependencies": {
+ "@babel/compat-data": "^7.25.4",
+ "@babel/helper-compilation-targets": "^7.25.2",
+ "@babel/helper-plugin-utils": "^7.24.8",
+ "@babel/helper-validator-option": "^7.24.8",
+ "@babel/plugin-bugfix-firefox-class-in-computed-class-key": "^7.25.3",
+ "@babel/plugin-bugfix-safari-class-field-initializer-scope": "^7.25.0",
+ "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.25.0",
+ "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.24.7",
+ "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "^7.25.0",
"@babel/plugin-proposal-private-property-in-object": "7.21.0-placeholder-for-preset-env.2",
"@babel/plugin-syntax-async-generators": "^7.8.4",
"@babel/plugin-syntax-class-properties": "^7.12.13",
"@babel/plugin-syntax-class-static-block": "^7.14.5",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-syntax-export-namespace-from": "^7.8.3",
- "@babel/plugin-syntax-import-assertions": "^7.23.3",
- "@babel/plugin-syntax-import-attributes": "^7.23.3",
+ "@babel/plugin-syntax-import-assertions": "^7.24.7",
+ "@babel/plugin-syntax-import-attributes": "^7.24.7",
"@babel/plugin-syntax-import-meta": "^7.10.4",
"@babel/plugin-syntax-json-strings": "^7.8.3",
"@babel/plugin-syntax-logical-assignment-operators": "^7.10.4",
@@ -1660,59 +1665,60 @@
"@babel/plugin-syntax-private-property-in-object": "^7.14.5",
"@babel/plugin-syntax-top-level-await": "^7.14.5",
"@babel/plugin-syntax-unicode-sets-regex": "^7.18.6",
- "@babel/plugin-transform-arrow-functions": "^7.23.3",
- "@babel/plugin-transform-async-generator-functions": "^7.23.3",
- "@babel/plugin-transform-async-to-generator": "^7.23.3",
- "@babel/plugin-transform-block-scoped-functions": "^7.23.3",
- "@babel/plugin-transform-block-scoping": "^7.23.3",
- "@babel/plugin-transform-class-properties": "^7.23.3",
- "@babel/plugin-transform-class-static-block": "^7.23.3",
- "@babel/plugin-transform-classes": "^7.23.3",
- "@babel/plugin-transform-computed-properties": "^7.23.3",
- "@babel/plugin-transform-destructuring": "^7.23.3",
- "@babel/plugin-transform-dotall-regex": "^7.23.3",
- "@babel/plugin-transform-duplicate-keys": "^7.23.3",
- "@babel/plugin-transform-dynamic-import": "^7.23.3",
- "@babel/plugin-transform-exponentiation-operator": "^7.23.3",
- "@babel/plugin-transform-export-namespace-from": "^7.23.3",
- "@babel/plugin-transform-for-of": "^7.23.3",
- "@babel/plugin-transform-function-name": "^7.23.3",
- "@babel/plugin-transform-json-strings": "^7.23.3",
- "@babel/plugin-transform-literals": "^7.23.3",
- "@babel/plugin-transform-logical-assignment-operators": "^7.23.3",
- "@babel/plugin-transform-member-expression-literals": "^7.23.3",
- "@babel/plugin-transform-modules-amd": "^7.23.3",
- "@babel/plugin-transform-modules-commonjs": "^7.23.3",
- "@babel/plugin-transform-modules-systemjs": "^7.23.3",
- "@babel/plugin-transform-modules-umd": "^7.23.3",
- "@babel/plugin-transform-named-capturing-groups-regex": "^7.22.5",
- "@babel/plugin-transform-new-target": "^7.23.3",
- "@babel/plugin-transform-nullish-coalescing-operator": "^7.23.3",
- "@babel/plugin-transform-numeric-separator": "^7.23.3",
- "@babel/plugin-transform-object-rest-spread": "^7.23.3",
- "@babel/plugin-transform-object-super": "^7.23.3",
- "@babel/plugin-transform-optional-catch-binding": "^7.23.3",
- "@babel/plugin-transform-optional-chaining": "^7.23.3",
- "@babel/plugin-transform-parameters": "^7.23.3",
- "@babel/plugin-transform-private-methods": "^7.23.3",
- "@babel/plugin-transform-private-property-in-object": "^7.23.3",
- "@babel/plugin-transform-property-literals": "^7.23.3",
- "@babel/plugin-transform-regenerator": "^7.23.3",
- "@babel/plugin-transform-reserved-words": "^7.23.3",
- "@babel/plugin-transform-shorthand-properties": "^7.23.3",
- "@babel/plugin-transform-spread": "^7.23.3",
- "@babel/plugin-transform-sticky-regex": "^7.23.3",
- "@babel/plugin-transform-template-literals": "^7.23.3",
- "@babel/plugin-transform-typeof-symbol": "^7.23.3",
- "@babel/plugin-transform-unicode-escapes": "^7.23.3",
- "@babel/plugin-transform-unicode-property-regex": "^7.23.3",
- "@babel/plugin-transform-unicode-regex": "^7.23.3",
- "@babel/plugin-transform-unicode-sets-regex": "^7.23.3",
+ "@babel/plugin-transform-arrow-functions": "^7.24.7",
+ "@babel/plugin-transform-async-generator-functions": "^7.25.4",
+ "@babel/plugin-transform-async-to-generator": "^7.24.7",
+ "@babel/plugin-transform-block-scoped-functions": "^7.24.7",
+ "@babel/plugin-transform-block-scoping": "^7.25.0",
+ "@babel/plugin-transform-class-properties": "^7.25.4",
+ "@babel/plugin-transform-class-static-block": "^7.24.7",
+ "@babel/plugin-transform-classes": "^7.25.4",
+ "@babel/plugin-transform-computed-properties": "^7.24.7",
+ "@babel/plugin-transform-destructuring": "^7.24.8",
+ "@babel/plugin-transform-dotall-regex": "^7.24.7",
+ "@babel/plugin-transform-duplicate-keys": "^7.24.7",
+ "@babel/plugin-transform-duplicate-named-capturing-groups-regex": "^7.25.0",
+ "@babel/plugin-transform-dynamic-import": "^7.24.7",
+ "@babel/plugin-transform-exponentiation-operator": "^7.24.7",
+ "@babel/plugin-transform-export-namespace-from": "^7.24.7",
+ "@babel/plugin-transform-for-of": "^7.24.7",
+ "@babel/plugin-transform-function-name": "^7.25.1",
+ "@babel/plugin-transform-json-strings": "^7.24.7",
+ "@babel/plugin-transform-literals": "^7.25.2",
+ "@babel/plugin-transform-logical-assignment-operators": "^7.24.7",
+ "@babel/plugin-transform-member-expression-literals": "^7.24.7",
+ "@babel/plugin-transform-modules-amd": "^7.24.7",
+ "@babel/plugin-transform-modules-commonjs": "^7.24.8",
+ "@babel/plugin-transform-modules-systemjs": "^7.25.0",
+ "@babel/plugin-transform-modules-umd": "^7.24.7",
+ "@babel/plugin-transform-named-capturing-groups-regex": "^7.24.7",
+ "@babel/plugin-transform-new-target": "^7.24.7",
+ "@babel/plugin-transform-nullish-coalescing-operator": "^7.24.7",
+ "@babel/plugin-transform-numeric-separator": "^7.24.7",
+ "@babel/plugin-transform-object-rest-spread": "^7.24.7",
+ "@babel/plugin-transform-object-super": "^7.24.7",
+ "@babel/plugin-transform-optional-catch-binding": "^7.24.7",
+ "@babel/plugin-transform-optional-chaining": "^7.24.8",
+ "@babel/plugin-transform-parameters": "^7.24.7",
+ "@babel/plugin-transform-private-methods": "^7.25.4",
+ "@babel/plugin-transform-private-property-in-object": "^7.24.7",
+ "@babel/plugin-transform-property-literals": "^7.24.7",
+ "@babel/plugin-transform-regenerator": "^7.24.7",
+ "@babel/plugin-transform-reserved-words": "^7.24.7",
+ "@babel/plugin-transform-shorthand-properties": "^7.24.7",
+ "@babel/plugin-transform-spread": "^7.24.7",
+ "@babel/plugin-transform-sticky-regex": "^7.24.7",
+ "@babel/plugin-transform-template-literals": "^7.24.7",
+ "@babel/plugin-transform-typeof-symbol": "^7.24.8",
+ "@babel/plugin-transform-unicode-escapes": "^7.24.7",
+ "@babel/plugin-transform-unicode-property-regex": "^7.24.7",
+ "@babel/plugin-transform-unicode-regex": "^7.24.7",
+ "@babel/plugin-transform-unicode-sets-regex": "^7.25.4",
"@babel/preset-modules": "0.1.6-no-external-plugins",
- "babel-plugin-polyfill-corejs2": "^0.4.6",
- "babel-plugin-polyfill-corejs3": "^0.8.5",
- "babel-plugin-polyfill-regenerator": "^0.5.3",
- "core-js-compat": "^3.31.0",
+ "babel-plugin-polyfill-corejs2": "^0.4.10",
+ "babel-plugin-polyfill-corejs3": "^0.10.6",
+ "babel-plugin-polyfill-regenerator": "^0.6.1",
+ "core-js-compat": "^3.37.1",
"semver": "^6.3.1"
},
"engines": {
@@ -1752,46 +1758,43 @@
"dev": true
},
"node_modules/@babel/runtime": {
- "version": "7.21.0",
- "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.21.0.tgz",
- "integrity": "sha512-xwII0//EObnq89Ji5AKYQaRYiW/nZ3llSv29d49IuxPhKbtJoLP+9QUUZ4nVragQVtaVGeZrpB+ZtG/Pdy/POw==",
+ "version": "7.24.4",
+ "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.24.4.tgz",
+ "integrity": "sha512-dkxf7+hn8mFBwKjs9bvBlArzLVxVbS8usaPUDd5p2a9JCL9tB8OaOVN1isD4+Xyk4ns89/xeOmbQvgdK7IIVdA==",
"dev": true,
"dependencies": {
- "regenerator-runtime": "^0.13.11"
+ "regenerator-runtime": "^0.14.0"
},
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/template": {
- "version": "7.22.15",
- "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.22.15.tgz",
- "integrity": "sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==",
+ "version": "7.25.0",
+ "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.25.0.tgz",
+ "integrity": "sha512-aOOgh1/5XzKvg1jvVz7AVrx2piJ2XBi227DHmbY6y+bM9H2FlN+IfecYu4Xl0cNiiVejlsCri89LUsbj8vJD9Q==",
"dev": true,
"dependencies": {
- "@babel/code-frame": "^7.22.13",
- "@babel/parser": "^7.22.15",
- "@babel/types": "^7.22.15"
+ "@babel/code-frame": "^7.24.7",
+ "@babel/parser": "^7.25.0",
+ "@babel/types": "^7.25.0"
},
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/traverse": {
- "version": "7.23.4",
- "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.23.4.tgz",
- "integrity": "sha512-IYM8wSUwunWTB6tFC2dkKZhxbIjHoWemdK+3f8/wq8aKhbUscxD5MX72ubd90fxvFknaLPeGw5ycU84V1obHJg==",
- "dev": true,
- "dependencies": {
- "@babel/code-frame": "^7.23.4",
- "@babel/generator": "^7.23.4",
- "@babel/helper-environment-visitor": "^7.22.20",
- "@babel/helper-function-name": "^7.23.0",
- "@babel/helper-hoist-variables": "^7.22.5",
- "@babel/helper-split-export-declaration": "^7.22.6",
- "@babel/parser": "^7.23.4",
- "@babel/types": "^7.23.4",
- "debug": "^4.1.0",
+ "version": "7.25.6",
+ "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.25.6.tgz",
+ "integrity": "sha512-9Vrcx5ZW6UwK5tvqsj0nGpp/XzqthkT0dqIc9g1AdtygFToNtTF67XzYS//dm+SAK9cp3B9R4ZO/46p63SCjlQ==",
+ "dev": true,
+ "dependencies": {
+ "@babel/code-frame": "^7.24.7",
+ "@babel/generator": "^7.25.6",
+ "@babel/parser": "^7.25.6",
+ "@babel/template": "^7.25.0",
+ "@babel/types": "^7.25.6",
+ "debug": "^4.3.1",
"globals": "^11.1.0"
},
"engines": {
@@ -1799,13 +1802,12 @@
}
},
"node_modules/@babel/types": {
- "version": "7.23.4",
- "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.23.4.tgz",
- "integrity": "sha512-7uIFwVYpoplT5jp/kVv6EF93VaJ8H+Yn5IczYiaAi98ajzjfoZfslet/e0sLh+wVBjb2qqIut1b0S26VSafsSQ==",
- "dev": true,
+ "version": "7.25.6",
+ "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.25.6.tgz",
+ "integrity": "sha512-/l42B1qxpG6RdfYf343Uw1vmDjeNhneUXtzhojE7pDgfpEypmRhI6j1kr17XCVv4Cgl9HdAiQY2x0GwKm7rWCw==",
"dependencies": {
- "@babel/helper-string-parser": "^7.23.4",
- "@babel/helper-validator-identifier": "^7.22.20",
+ "@babel/helper-string-parser": "^7.24.8",
+ "@babel/helper-validator-identifier": "^7.24.7",
"to-fast-properties": "^2.0.0"
},
"engines": {
@@ -1823,9 +1825,9 @@
}
},
"node_modules/@csstools/css-parser-algorithms": {
- "version": "2.3.2",
- "resolved": "https://registry.npmjs.org/@csstools/css-parser-algorithms/-/css-parser-algorithms-2.3.2.tgz",
- "integrity": "sha512-sLYGdAdEY2x7TSw9FtmdaTrh2wFtRJO5VMbBrA8tEqEod7GEggFmxTSK9XqExib3yMuYNcvcTdCZIP6ukdjAIA==",
+ "version": "3.0.1",
+ "resolved": "https://registry.npmjs.org/@csstools/css-parser-algorithms/-/css-parser-algorithms-3.0.1.tgz",
+ "integrity": "sha512-lSquqZCHxDfuTg/Sk2hiS0mcSFCEBuj49JfzPHJogDBT0mGCyY5A1AQzBWngitrp7i1/HAZpIgzF/VjhOEIJIg==",
"dev": true,
"funding": [
{
@@ -1838,16 +1840,16 @@
}
],
"engines": {
- "node": "^14 || ^16 || >=18"
+ "node": ">=18"
},
"peerDependencies": {
- "@csstools/css-tokenizer": "^2.2.1"
+ "@csstools/css-tokenizer": "^3.0.1"
}
},
"node_modules/@csstools/css-tokenizer": {
- "version": "2.2.1",
- "resolved": "https://registry.npmjs.org/@csstools/css-tokenizer/-/css-tokenizer-2.2.1.tgz",
- "integrity": "sha512-Zmsf2f/CaEPWEVgw29odOj+WEVoiJy9s9NOv5GgNY9mZ1CZ7394By6wONrONrTsnNDv6F9hR02nvFihrGVGHBg==",
+ "version": "3.0.1",
+ "resolved": "https://registry.npmjs.org/@csstools/css-tokenizer/-/css-tokenizer-3.0.1.tgz",
+ "integrity": "sha512-UBqaiu7kU0lfvaP982/o3khfXccVlHPWp0/vwwiIgDF0GmqqqxoiXC/6FCjlS9u92f7CoEz6nXKQnrn1kIAkOw==",
"dev": true,
"funding": [
{
@@ -1860,13 +1862,36 @@
}
],
"engines": {
- "node": "^14 || ^16 || >=18"
+ "node": ">=18"
}
},
"node_modules/@csstools/media-query-list-parser": {
- "version": "2.1.5",
- "resolved": "https://registry.npmjs.org/@csstools/media-query-list-parser/-/media-query-list-parser-2.1.5.tgz",
- "integrity": "sha512-IxVBdYzR8pYe89JiyXQuYk4aVVoCPhMJkz6ElRwlVysjwURTsTk/bmY/z4FfeRE+CRBMlykPwXEVUg8lThv7AQ==",
+ "version": "3.0.1",
+ "resolved": "https://registry.npmjs.org/@csstools/media-query-list-parser/-/media-query-list-parser-3.0.1.tgz",
+ "integrity": "sha512-HNo8gGD02kHmcbX6PvCoUuOQvn4szyB9ca63vZHKX5A81QytgDG4oxG4IaEfHTlEZSZ6MjPEMWIVU+zF2PZcgw==",
+ "dev": true,
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/csstools"
+ },
+ {
+ "type": "opencollective",
+ "url": "https://opencollective.com/csstools"
+ }
+ ],
+ "engines": {
+ "node": ">=18"
+ },
+ "peerDependencies": {
+ "@csstools/css-parser-algorithms": "^3.0.1",
+ "@csstools/css-tokenizer": "^3.0.1"
+ }
+ },
+ "node_modules/@csstools/selector-resolve-nested": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/@csstools/selector-resolve-nested/-/selector-resolve-nested-1.1.0.tgz",
+ "integrity": "sha512-uWvSaeRcHyeNenKg8tp17EVDRkpflmdyvbE0DHo6D/GdBb6PDnCYYU6gRpXhtICMGMcahQmj2zGxwFM/WC8hCg==",
"dev": true,
"funding": [
{
@@ -1882,14 +1907,13 @@
"node": "^14 || ^16 || >=18"
},
"peerDependencies": {
- "@csstools/css-parser-algorithms": "^2.3.2",
- "@csstools/css-tokenizer": "^2.2.1"
+ "postcss-selector-parser": "^6.0.13"
}
},
"node_modules/@csstools/selector-specificity": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/@csstools/selector-specificity/-/selector-specificity-3.0.0.tgz",
- "integrity": "sha512-hBI9tfBtuPIi885ZsZ32IMEU/5nlZH/KOVYJCOh7gyMxaVLGmLedYqFN6Ui1LXkI8JlC8IsuC0rF0btcRZKd5g==",
+ "version": "3.0.3",
+ "resolved": "https://registry.npmjs.org/@csstools/selector-specificity/-/selector-specificity-3.0.3.tgz",
+ "integrity": "sha512-KEPNw4+WW5AVEIyzC80rTbWEUatTW2lXpN8+8ILC8PiPeWPjwUzrPZDIOZ2wwqDmeqOYTdSGyL3+vE5GC3FB3Q==",
"dev": true,
"funding": [
{
@@ -1951,30 +1975,6 @@
"node": ">= 0.12"
}
},
- "node_modules/@cypress/request/node_modules/tough-cookie": {
- "version": "4.1.3",
- "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.1.3.tgz",
- "integrity": "sha512-aX/y5pVRkfRnfmuX+OdbSdXvPe6ieKX/G2s7e98f4poJHnqH3281gDPm/metm6E/WRamfx7WC4HUqkWHfQHprw==",
- "dev": true,
- "dependencies": {
- "psl": "^1.1.33",
- "punycode": "^2.1.1",
- "universalify": "^0.2.0",
- "url-parse": "^1.5.3"
- },
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/@cypress/request/node_modules/universalify": {
- "version": "0.2.0",
- "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.2.0.tgz",
- "integrity": "sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg==",
- "dev": true,
- "engines": {
- "node": ">= 4.0.0"
- }
- },
"node_modules/@cypress/xvfb": {
"version": "1.2.4",
"resolved": "https://registry.npmjs.org/@cypress/xvfb/-/xvfb-1.2.4.tgz",
@@ -2003,10 +2003,36 @@
"stackframe": "^1.1.1"
}
},
+ "node_modules/@dual-bundle/import-meta-resolve": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/@dual-bundle/import-meta-resolve/-/import-meta-resolve-4.1.0.tgz",
+ "integrity": "sha512-+nxncfwHM5SgAtrVzgpzJOI1ol0PkumhVo469KCf9lUi21IGcY90G98VuHm9VRrUypmAzawAHO9bs6hqeADaVg==",
+ "dev": true,
+ "funding": {
+ "type": "github",
+ "url": "https://github.com/sponsors/wooorm"
+ }
+ },
+ "node_modules/@esbuild/aix-ppc64": {
+ "version": "0.21.5",
+ "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.21.5.tgz",
+ "integrity": "sha512-1SDgH6ZSPTlggy1yI6+Dbkiz8xzpHJEVAlF/AM1tHPLsf5STom9rwtjE4hKAF20FfXXNTFqEYXyJNWh1GiZedQ==",
+ "cpu": [
+ "ppc64"
+ ],
+ "dev": true,
+ "optional": true,
+ "os": [
+ "aix"
+ ],
+ "engines": {
+ "node": ">=12"
+ }
+ },
"node_modules/@esbuild/android-arm": {
- "version": "0.19.7",
- "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.19.7.tgz",
- "integrity": "sha512-YGSPnndkcLo4PmVl2tKatEn+0mlVMr3yEpOOT0BeMria87PhvoJb5dg5f5Ft9fbCVgtAz4pWMzZVgSEGpDAlww==",
+ "version": "0.21.5",
+ "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.21.5.tgz",
+ "integrity": "sha512-vCPvzSjpPHEi1siZdlvAlsPxXl7WbOVUBBAowWug4rJHb68Ox8KualB+1ocNvT5fjv6wpkX6o/iEpbDrf68zcg==",
"cpu": [
"arm"
],
@@ -2020,9 +2046,9 @@
}
},
"node_modules/@esbuild/android-arm64": {
- "version": "0.19.7",
- "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.19.7.tgz",
- "integrity": "sha512-YEDcw5IT7hW3sFKZBkCAQaOCJQLONVcD4bOyTXMZz5fr66pTHnAet46XAtbXAkJRfIn2YVhdC6R9g4xa27jQ1w==",
+ "version": "0.21.5",
+ "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.21.5.tgz",
+ "integrity": "sha512-c0uX9VAUBQ7dTDCjq+wdyGLowMdtR/GoC2U5IYk/7D1H1JYC0qseD7+11iMP2mRLN9RcCMRcjC4YMclCzGwS/A==",
"cpu": [
"arm64"
],
@@ -2036,9 +2062,9 @@
}
},
"node_modules/@esbuild/android-x64": {
- "version": "0.19.7",
- "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.19.7.tgz",
- "integrity": "sha512-jhINx8DEjz68cChFvM72YzrqfwJuFbfvSxZAk4bebpngGfNNRm+zRl4rtT9oAX6N9b6gBcFaJHFew5Blf6CvUw==",
+ "version": "0.21.5",
+ "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.21.5.tgz",
+ "integrity": "sha512-D7aPRUUNHRBwHxzxRvp856rjUHRFW1SdQATKXH2hqA0kAZb1hKmi02OpYRacl0TxIGz/ZmXWlbZgjwWYaCakTA==",
"cpu": [
"x64"
],
@@ -2052,9 +2078,9 @@
}
},
"node_modules/@esbuild/darwin-arm64": {
- "version": "0.19.7",
- "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.19.7.tgz",
- "integrity": "sha512-dr81gbmWN//3ZnBIm6YNCl4p3pjnabg1/ZVOgz2fJoUO1a3mq9WQ/1iuEluMs7mCL+Zwv7AY5e3g1hjXqQZ9Iw==",
+ "version": "0.21.5",
+ "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.21.5.tgz",
+ "integrity": "sha512-DwqXqZyuk5AiWWf3UfLiRDJ5EDd49zg6O9wclZ7kUMv2WRFr4HKjXp/5t8JZ11QbQfUS6/cRCKGwYhtNAY88kQ==",
"cpu": [
"arm64"
],
@@ -2068,9 +2094,9 @@
}
},
"node_modules/@esbuild/darwin-x64": {
- "version": "0.19.7",
- "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.19.7.tgz",
- "integrity": "sha512-Lc0q5HouGlzQEwLkgEKnWcSazqr9l9OdV2HhVasWJzLKeOt0PLhHaUHuzb8s/UIya38DJDoUm74GToZ6Wc7NGQ==",
+ "version": "0.21.5",
+ "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.21.5.tgz",
+ "integrity": "sha512-se/JjF8NlmKVG4kNIuyWMV/22ZaerB+qaSi5MdrXtd6R08kvs2qCN4C09miupktDitvh8jRFflwGFBQcxZRjbw==",
"cpu": [
"x64"
],
@@ -2084,9 +2110,9 @@
}
},
"node_modules/@esbuild/freebsd-arm64": {
- "version": "0.19.7",
- "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.19.7.tgz",
- "integrity": "sha512-+y2YsUr0CxDFF7GWiegWjGtTUF6gac2zFasfFkRJPkMAuMy9O7+2EH550VlqVdpEEchWMynkdhC9ZjtnMiHImQ==",
+ "version": "0.21.5",
+ "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.21.5.tgz",
+ "integrity": "sha512-5JcRxxRDUJLX8JXp/wcBCy3pENnCgBR9bN6JsY4OmhfUtIHe3ZW0mawA7+RDAcMLrMIZaf03NlQiX9DGyB8h4g==",
"cpu": [
"arm64"
],
@@ -2100,9 +2126,9 @@
}
},
"node_modules/@esbuild/freebsd-x64": {
- "version": "0.19.7",
- "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.19.7.tgz",
- "integrity": "sha512-CdXOxIbIzPJmJhrpmJTLx+o35NoiKBIgOvmvT+jeSadYiWJn0vFKsl+0bSG/5lwjNHoIDEyMYc/GAPR9jxusTA==",
+ "version": "0.21.5",
+ "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.21.5.tgz",
+ "integrity": "sha512-J95kNBj1zkbMXtHVH29bBriQygMXqoVQOQYA+ISs0/2l3T9/kj42ow2mpqerRBxDJnmkUDCaQT/dfNXWX/ZZCQ==",
"cpu": [
"x64"
],
@@ -2116,9 +2142,9 @@
}
},
"node_modules/@esbuild/linux-arm": {
- "version": "0.19.7",
- "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.19.7.tgz",
- "integrity": "sha512-Y+SCmWxsJOdQtjcBxoacn/pGW9HDZpwsoof0ttL+2vGcHokFlfqV666JpfLCSP2xLxFpF1lj7T3Ox3sr95YXww==",
+ "version": "0.21.5",
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.21.5.tgz",
+ "integrity": "sha512-bPb5AHZtbeNGjCKVZ9UGqGwo8EUu4cLq68E95A53KlxAPRmUyYv2D6F0uUI65XisGOL1hBP5mTronbgo+0bFcA==",
"cpu": [
"arm"
],
@@ -2132,9 +2158,9 @@
}
},
"node_modules/@esbuild/linux-arm64": {
- "version": "0.19.7",
- "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.19.7.tgz",
- "integrity": "sha512-inHqdOVCkUhHNvuQPT1oCB7cWz9qQ/Cz46xmVe0b7UXcuIJU3166aqSunsqkgSGMtUCWOZw3+KMwI6otINuC9g==",
+ "version": "0.21.5",
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.21.5.tgz",
+ "integrity": "sha512-ibKvmyYzKsBeX8d8I7MH/TMfWDXBF3db4qM6sy+7re0YXya+K1cem3on9XgdT2EQGMu4hQyZhan7TeQ8XkGp4Q==",
"cpu": [
"arm64"
],
@@ -2148,9 +2174,9 @@
}
},
"node_modules/@esbuild/linux-ia32": {
- "version": "0.19.7",
- "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.19.7.tgz",
- "integrity": "sha512-2BbiL7nLS5ZO96bxTQkdO0euGZIUQEUXMTrqLxKUmk/Y5pmrWU84f+CMJpM8+EHaBPfFSPnomEaQiG/+Gmh61g==",
+ "version": "0.21.5",
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.21.5.tgz",
+ "integrity": "sha512-YvjXDqLRqPDl2dvRODYmmhz4rPeVKYvppfGYKSNGdyZkA01046pLWyRKKI3ax8fbJoK5QbxblURkwK/MWY18Tg==",
"cpu": [
"ia32"
],
@@ -2164,9 +2190,9 @@
}
},
"node_modules/@esbuild/linux-loong64": {
- "version": "0.19.7",
- "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.19.7.tgz",
- "integrity": "sha512-BVFQla72KXv3yyTFCQXF7MORvpTo4uTA8FVFgmwVrqbB/4DsBFWilUm1i2Oq6zN36DOZKSVUTb16jbjedhfSHw==",
+ "version": "0.21.5",
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.21.5.tgz",
+ "integrity": "sha512-uHf1BmMG8qEvzdrzAqg2SIG/02+4/DHB6a9Kbya0XDvwDEKCoC8ZRWI5JJvNdUjtciBGFQ5PuBlpEOXQj+JQSg==",
"cpu": [
"loong64"
],
@@ -2180,9 +2206,9 @@
}
},
"node_modules/@esbuild/linux-mips64el": {
- "version": "0.19.7",
- "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.19.7.tgz",
- "integrity": "sha512-DzAYckIaK+pS31Q/rGpvUKu7M+5/t+jI+cdleDgUwbU7KdG2eC3SUbZHlo6Q4P1CfVKZ1lUERRFP8+q0ob9i2w==",
+ "version": "0.21.5",
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.21.5.tgz",
+ "integrity": "sha512-IajOmO+KJK23bj52dFSNCMsz1QP1DqM6cwLUv3W1QwyxkyIWecfafnI555fvSGqEKwjMXVLokcV5ygHW5b3Jbg==",
"cpu": [
"mips64el"
],
@@ -2196,9 +2222,9 @@
}
},
"node_modules/@esbuild/linux-ppc64": {
- "version": "0.19.7",
- "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.19.7.tgz",
- "integrity": "sha512-JQ1p0SmUteNdUaaiRtyS59GkkfTW0Edo+e0O2sihnY4FoZLz5glpWUQEKMSzMhA430ctkylkS7+vn8ziuhUugQ==",
+ "version": "0.21.5",
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.21.5.tgz",
+ "integrity": "sha512-1hHV/Z4OEfMwpLO8rp7CvlhBDnjsC3CttJXIhBi+5Aj5r+MBvy4egg7wCbe//hSsT+RvDAG7s81tAvpL2XAE4w==",
"cpu": [
"ppc64"
],
@@ -2212,9 +2238,9 @@
}
},
"node_modules/@esbuild/linux-riscv64": {
- "version": "0.19.7",
- "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.19.7.tgz",
- "integrity": "sha512-xGwVJ7eGhkprY/nB7L7MXysHduqjpzUl40+XoYDGC4UPLbnG+gsyS1wQPJ9lFPcxYAaDXbdRXd1ACs9AE9lxuw==",
+ "version": "0.21.5",
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.21.5.tgz",
+ "integrity": "sha512-2HdXDMd9GMgTGrPWnJzP2ALSokE/0O5HhTUvWIbD3YdjME8JwvSCnNGBnTThKGEB91OZhzrJ4qIIxk/SBmyDDA==",
"cpu": [
"riscv64"
],
@@ -2228,9 +2254,9 @@
}
},
"node_modules/@esbuild/linux-s390x": {
- "version": "0.19.7",
- "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.19.7.tgz",
- "integrity": "sha512-U8Rhki5PVU0L0nvk+E8FjkV8r4Lh4hVEb9duR6Zl21eIEYEwXz8RScj4LZWA2i3V70V4UHVgiqMpszXvG0Yqhg==",
+ "version": "0.21.5",
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.21.5.tgz",
+ "integrity": "sha512-zus5sxzqBJD3eXxwvjN1yQkRepANgxE9lgOW2qLnmr8ikMTphkjgXu1HR01K4FJg8h1kEEDAqDcZQtbrRnB41A==",
"cpu": [
"s390x"
],
@@ -2244,9 +2270,9 @@
}
},
"node_modules/@esbuild/linux-x64": {
- "version": "0.19.7",
- "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.19.7.tgz",
- "integrity": "sha512-ZYZopyLhm4mcoZXjFt25itRlocKlcazDVkB4AhioiL9hOWhDldU9n38g62fhOI4Pth6vp+Mrd5rFKxD0/S+7aQ==",
+ "version": "0.21.5",
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.21.5.tgz",
+ "integrity": "sha512-1rYdTpyv03iycF1+BhzrzQJCdOuAOtaqHTWJZCWvijKD2N5Xu0TtVC8/+1faWqcP9iBCWOmjmhoH94dH82BxPQ==",
"cpu": [
"x64"
],
@@ -2260,9 +2286,9 @@
}
},
"node_modules/@esbuild/netbsd-x64": {
- "version": "0.19.7",
- "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.19.7.tgz",
- "integrity": "sha512-/yfjlsYmT1O3cum3J6cmGG16Fd5tqKMcg5D+sBYLaOQExheAJhqr8xOAEIuLo8JYkevmjM5zFD9rVs3VBcsjtQ==",
+ "version": "0.21.5",
+ "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.21.5.tgz",
+ "integrity": "sha512-Woi2MXzXjMULccIwMnLciyZH4nCIMpWQAs049KEeMvOcNADVxo0UBIQPfSmxB3CWKedngg7sWZdLvLczpe0tLg==",
"cpu": [
"x64"
],
@@ -2276,9 +2302,9 @@
}
},
"node_modules/@esbuild/openbsd-x64": {
- "version": "0.19.7",
- "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.19.7.tgz",
- "integrity": "sha512-MYDFyV0EW1cTP46IgUJ38OnEY5TaXxjoDmwiTXPjezahQgZd+j3T55Ht8/Q9YXBM0+T9HJygrSRGV5QNF/YVDQ==",
+ "version": "0.21.5",
+ "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.21.5.tgz",
+ "integrity": "sha512-HLNNw99xsvx12lFBUwoT8EVCsSvRNDVxNpjZ7bPn947b8gJPzeHWyNVhFsaerc0n3TsbOINvRP2byTZ5LKezow==",
"cpu": [
"x64"
],
@@ -2292,9 +2318,9 @@
}
},
"node_modules/@esbuild/sunos-x64": {
- "version": "0.19.7",
- "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.19.7.tgz",
- "integrity": "sha512-JcPvgzf2NN/y6X3UUSqP6jSS06V0DZAV/8q0PjsZyGSXsIGcG110XsdmuWiHM+pno7/mJF6fjH5/vhUz/vA9fw==",
+ "version": "0.21.5",
+ "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.21.5.tgz",
+ "integrity": "sha512-6+gjmFpfy0BHU5Tpptkuh8+uw3mnrvgs+dSPQXQOv3ekbordwnzTVEb4qnIvQcYXq6gzkyTnoZ9dZG+D4garKg==",
"cpu": [
"x64"
],
@@ -2308,9 +2334,9 @@
}
},
"node_modules/@esbuild/win32-arm64": {
- "version": "0.19.7",
- "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.19.7.tgz",
- "integrity": "sha512-ZA0KSYti5w5toax5FpmfcAgu3ZNJxYSRm0AW/Dao5up0YV1hDVof1NvwLomjEN+3/GMtaWDI+CIyJOMTRSTdMw==",
+ "version": "0.21.5",
+ "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.21.5.tgz",
+ "integrity": "sha512-Z0gOTd75VvXqyq7nsl93zwahcTROgqvuAcYDUr+vOv8uHhNSKROyU961kgtCD1e95IqPKSQKH7tBTslnS3tA8A==",
"cpu": [
"arm64"
],
@@ -2324,9 +2350,9 @@
}
},
"node_modules/@esbuild/win32-ia32": {
- "version": "0.19.7",
- "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.19.7.tgz",
- "integrity": "sha512-CTOnijBKc5Jpk6/W9hQMMvJnsSYRYgveN6O75DTACCY18RA2nqka8dTZR+x/JqXCRiKk84+5+bRKXUSbbwsS0A==",
+ "version": "0.21.5",
+ "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.21.5.tgz",
+ "integrity": "sha512-SWXFF1CL2RVNMaVs+BBClwtfZSvDgtL//G/smwAc5oVK/UPu2Gu9tIaRgFmYFFKrmg3SyAjSrElf0TiJ1v8fYA==",
"cpu": [
"ia32"
],
@@ -2340,9 +2366,9 @@
}
},
"node_modules/@esbuild/win32-x64": {
- "version": "0.19.7",
- "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.19.7.tgz",
- "integrity": "sha512-gRaP2sk6hc98N734luX4VpF318l3w+ofrtTu9j5L8EQXF+FzQKV6alCOHMVoJJHvVK/mGbwBXfOL1HETQu9IGQ==",
+ "version": "0.21.5",
+ "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.21.5.tgz",
+ "integrity": "sha512-tQd/1efJuzPC6rCFwEvLtci/xNFcTZknmXs98FYDfGE4wP9ClFV98nyKrzJKVPMhdDnjzLhdUyMX4PsQAPjwIw==",
"cpu": [
"x64"
],
@@ -2380,9 +2406,9 @@
}
},
"node_modules/@eslint/eslintrc": {
- "version": "2.1.3",
- "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.3.tgz",
- "integrity": "sha512-yZzuIG+jnVu6hNSzFEN07e8BxF3uAzYtQb6uDkaYZLo6oYZDCq454c5kB8zxnzfCYyP4MIuyBn10L0DqwujTmA==",
+ "version": "2.1.4",
+ "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.4.tgz",
+ "integrity": "sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==",
"dev": true,
"dependencies": {
"ajv": "^6.12.4",
@@ -2402,10 +2428,20 @@
"url": "https://opencollective.com/eslint"
}
},
+ "node_modules/@eslint/eslintrc/node_modules/brace-expansion": {
+ "version": "1.1.11",
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
+ "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
+ "dev": true,
+ "dependencies": {
+ "balanced-match": "^1.0.0",
+ "concat-map": "0.0.1"
+ }
+ },
"node_modules/@eslint/eslintrc/node_modules/globals": {
- "version": "13.23.0",
- "resolved": "https://registry.npmjs.org/globals/-/globals-13.23.0.tgz",
- "integrity": "sha512-XAmF0RjlrjY23MA51q3HltdlGxUpXPvg0GioKiD9X6HD28iMjo2dKC8Vqwm7lne4GNr78+RHTfliktR6ZH09wA==",
+ "version": "13.24.0",
+ "resolved": "https://registry.npmjs.org/globals/-/globals-13.24.0.tgz",
+ "integrity": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==",
"dev": true,
"dependencies": {
"type-fest": "^0.20.2"
@@ -2417,6 +2453,18 @@
"url": "https://github.com/sponsors/sindresorhus"
}
},
+ "node_modules/@eslint/eslintrc/node_modules/minimatch": {
+ "version": "3.1.2",
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
+ "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
+ "dev": true,
+ "dependencies": {
+ "brace-expansion": "^1.1.7"
+ },
+ "engines": {
+ "node": "*"
+ }
+ },
"node_modules/@eslint/eslintrc/node_modules/type-fest": {
"version": "0.20.2",
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz",
@@ -2430,9 +2478,9 @@
}
},
"node_modules/@eslint/js": {
- "version": "8.54.0",
- "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.54.0.tgz",
- "integrity": "sha512-ut5V+D+fOoWPgGGNj83GGjnntO39xDy6DWxO0wb7Jp3DcMX0TfIqdzHF85VTQkerdyGmuuMD9AKAo5KiNlf/AQ==",
+ "version": "8.57.0",
+ "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.57.0.tgz",
+ "integrity": "sha512-Ys+3g2TaW7gADOJzPt83SJtCDhMjndcDMFVQ/Tj9iA1BfJzFKD9mAUXT3OenpuPHbI6P/myECxRJrofUsDx/5g==",
"dev": true,
"engines": {
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
@@ -2454,19 +2502,41 @@
}
},
"node_modules/@humanwhocodes/config-array": {
- "version": "0.11.13",
- "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.13.tgz",
- "integrity": "sha512-JSBDMiDKSzQVngfRjOdFXgFfklaXI4K9nLF49Auh21lmBWRLIK3+xTErTWD4KU54pb6coM6ESE7Awz/FNU3zgQ==",
+ "version": "0.11.14",
+ "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.14.tgz",
+ "integrity": "sha512-3T8LkOmg45BV5FICb15QQMsyUSWrQ8AygVfC7ZG32zOalnqrilm018ZVCw0eapXux8FtA33q8PSRSstjee3jSg==",
"dev": true,
"dependencies": {
- "@humanwhocodes/object-schema": "^2.0.1",
- "debug": "^4.1.1",
+ "@humanwhocodes/object-schema": "^2.0.2",
+ "debug": "^4.3.1",
"minimatch": "^3.0.5"
},
"engines": {
"node": ">=10.10.0"
}
},
+ "node_modules/@humanwhocodes/config-array/node_modules/brace-expansion": {
+ "version": "1.1.11",
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
+ "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
+ "dev": true,
+ "dependencies": {
+ "balanced-match": "^1.0.0",
+ "concat-map": "0.0.1"
+ }
+ },
+ "node_modules/@humanwhocodes/config-array/node_modules/minimatch": {
+ "version": "3.1.2",
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
+ "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
+ "dev": true,
+ "dependencies": {
+ "brace-expansion": "^1.1.7"
+ },
+ "engines": {
+ "node": "*"
+ }
+ },
"node_modules/@humanwhocodes/module-importer": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz",
@@ -2481,51 +2551,140 @@
}
},
"node_modules/@humanwhocodes/object-schema": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-2.0.1.tgz",
- "integrity": "sha512-dvuCeX5fC9dXgJn9t+X5atfmgQAzUOWqS1254Gh0m6i8wKd10ebXkfNKiRK+1GWi/yTvvLDHpoxLr0xxxeslWw==",
+ "version": "2.0.3",
+ "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-2.0.3.tgz",
+ "integrity": "sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==",
"dev": true
},
- "node_modules/@jimp/bmp": {
- "version": "0.16.13",
- "resolved": "https://registry.npmjs.org/@jimp/bmp/-/bmp-0.16.13.tgz",
- "integrity": "sha512-9edAxu7N2FX7vzkdl5Jo1BbACfycUtBQX+XBMcHA2bk62P8R0otgkHg798frgAk/WxQIzwxqOH6wMiCwrlAzdQ==",
- "dev": true,
+ "node_modules/@isaacs/cliui": {
+ "version": "8.0.2",
+ "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz",
+ "integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==",
"dependencies": {
- "@babel/runtime": "^7.7.2",
- "@jimp/utils": "^0.16.13",
- "bmp-js": "^0.1.0"
+ "string-width": "^5.1.2",
+ "string-width-cjs": "npm:string-width@^4.2.0",
+ "strip-ansi": "^7.0.1",
+ "strip-ansi-cjs": "npm:strip-ansi@^6.0.1",
+ "wrap-ansi": "^8.1.0",
+ "wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0"
},
- "peerDependencies": {
- "@jimp/custom": ">=0.3.5"
+ "engines": {
+ "node": ">=12"
}
},
- "node_modules/@jimp/core": {
- "version": "0.16.13",
- "resolved": "https://registry.npmjs.org/@jimp/core/-/core-0.16.13.tgz",
- "integrity": "sha512-qXpA1tzTnlkTku9yqtuRtS/wVntvE6f3m3GNxdTdtmc+O+Wcg9Xo2ABPMh7Nc0AHbMKzwvwgB2JnjZmlmJEObg==",
- "dev": true,
- "dependencies": {
- "@babel/runtime": "^7.7.2",
- "@jimp/utils": "^0.16.13",
- "any-base": "^1.1.0",
- "buffer": "^5.2.0",
- "exif-parser": "^0.1.12",
- "file-type": "^16.5.4",
- "load-bmfont": "^1.3.1",
- "mkdirp": "^0.5.1",
- "phin": "^2.9.1",
- "pixelmatch": "^4.0.2",
- "tinycolor2": "^1.4.1"
+ "node_modules/@isaacs/cliui/node_modules/ansi-regex": {
+ "version": "6.0.1",
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
+ "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
+ "engines": {
+ "node": ">=12"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/ansi-regex?sponsor=1"
}
},
- "node_modules/@jimp/custom": {
- "version": "0.16.13",
- "resolved": "https://registry.npmjs.org/@jimp/custom/-/custom-0.16.13.tgz",
- "integrity": "sha512-LTATglVUPGkPf15zX1wTMlZ0+AU7cGEGF6ekVF1crA8eHUWsGjrYTB+Ht4E3HTrCok8weQG+K01rJndCp/l4XA==",
- "dev": true,
- "dependencies": {
- "@babel/runtime": "^7.7.2",
+ "node_modules/@isaacs/cliui/node_modules/ansi-styles": {
+ "version": "6.2.1",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz",
+ "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==",
+ "engines": {
+ "node": ">=12"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
+ }
+ },
+ "node_modules/@isaacs/cliui/node_modules/emoji-regex": {
+ "version": "9.2.2",
+ "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz",
+ "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg=="
+ },
+ "node_modules/@isaacs/cliui/node_modules/string-width": {
+ "version": "5.1.2",
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz",
+ "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==",
+ "dependencies": {
+ "eastasianwidth": "^0.2.0",
+ "emoji-regex": "^9.2.2",
+ "strip-ansi": "^7.0.1"
+ },
+ "engines": {
+ "node": ">=12"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/@isaacs/cliui/node_modules/strip-ansi": {
+ "version": "7.1.0",
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
+ "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
+ "dependencies": {
+ "ansi-regex": "^6.0.1"
+ },
+ "engines": {
+ "node": ">=12"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/strip-ansi?sponsor=1"
+ }
+ },
+ "node_modules/@isaacs/cliui/node_modules/wrap-ansi": {
+ "version": "8.1.0",
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz",
+ "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==",
+ "dependencies": {
+ "ansi-styles": "^6.1.0",
+ "string-width": "^5.0.1",
+ "strip-ansi": "^7.0.1"
+ },
+ "engines": {
+ "node": ">=12"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
+ }
+ },
+ "node_modules/@jimp/bmp": {
+ "version": "0.16.13",
+ "resolved": "https://registry.npmjs.org/@jimp/bmp/-/bmp-0.16.13.tgz",
+ "integrity": "sha512-9edAxu7N2FX7vzkdl5Jo1BbACfycUtBQX+XBMcHA2bk62P8R0otgkHg798frgAk/WxQIzwxqOH6wMiCwrlAzdQ==",
+ "dev": true,
+ "dependencies": {
+ "@babel/runtime": "^7.7.2",
+ "@jimp/utils": "^0.16.13",
+ "bmp-js": "^0.1.0"
+ },
+ "peerDependencies": {
+ "@jimp/custom": ">=0.3.5"
+ }
+ },
+ "node_modules/@jimp/core": {
+ "version": "0.16.13",
+ "resolved": "https://registry.npmjs.org/@jimp/core/-/core-0.16.13.tgz",
+ "integrity": "sha512-qXpA1tzTnlkTku9yqtuRtS/wVntvE6f3m3GNxdTdtmc+O+Wcg9Xo2ABPMh7Nc0AHbMKzwvwgB2JnjZmlmJEObg==",
+ "dev": true,
+ "dependencies": {
+ "@babel/runtime": "^7.7.2",
+ "@jimp/utils": "^0.16.13",
+ "any-base": "^1.1.0",
+ "buffer": "^5.2.0",
+ "exif-parser": "^0.1.12",
+ "file-type": "^16.5.4",
+ "load-bmfont": "^1.3.1",
+ "mkdirp": "^0.5.1",
+ "phin": "^2.9.1",
+ "pixelmatch": "^4.0.2",
+ "tinycolor2": "^1.4.1"
+ }
+ },
+ "node_modules/@jimp/custom": {
+ "version": "0.16.13",
+ "resolved": "https://registry.npmjs.org/@jimp/custom/-/custom-0.16.13.tgz",
+ "integrity": "sha512-LTATglVUPGkPf15zX1wTMlZ0+AU7cGEGF6ekVF1crA8eHUWsGjrYTB+Ht4E3HTrCok8weQG+K01rJndCp/l4XA==",
+ "dev": true,
+ "dependencies": {
+ "@babel/runtime": "^7.7.2",
"@jimp/core": "^0.16.13"
}
},
@@ -2938,65 +3097,66 @@
"regenerator-runtime": "^0.13.3"
}
},
+ "node_modules/@jimp/utils/node_modules/regenerator-runtime": {
+ "version": "0.13.11",
+ "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz",
+ "integrity": "sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==",
+ "dev": true
+ },
"node_modules/@jridgewell/gen-mapping": {
- "version": "0.3.3",
- "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.3.tgz",
- "integrity": "sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ==",
+ "version": "0.3.5",
+ "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz",
+ "integrity": "sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==",
"dependencies": {
- "@jridgewell/set-array": "^1.0.1",
+ "@jridgewell/set-array": "^1.2.1",
"@jridgewell/sourcemap-codec": "^1.4.10",
- "@jridgewell/trace-mapping": "^0.3.9"
+ "@jridgewell/trace-mapping": "^0.3.24"
},
"engines": {
"node": ">=6.0.0"
}
},
"node_modules/@jridgewell/resolve-uri": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz",
- "integrity": "sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==",
+ "version": "3.1.2",
+ "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
+ "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
"engines": {
"node": ">=6.0.0"
}
},
"node_modules/@jridgewell/set-array": {
- "version": "1.1.2",
- "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.1.2.tgz",
- "integrity": "sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==",
+ "version": "1.2.1",
+ "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.2.1.tgz",
+ "integrity": "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==",
"engines": {
"node": ">=6.0.0"
}
},
"node_modules/@jridgewell/source-map": {
- "version": "0.3.3",
- "resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.3.tgz",
- "integrity": "sha512-b+fsZXeLYi9fEULmfBrhxn4IrPlINf8fiNarzTof004v3lFdntdwa9PF7vFJqm3mg7s+ScJMxXaE3Acp1irZcg==",
+ "version": "0.3.6",
+ "resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.6.tgz",
+ "integrity": "sha512-1ZJTZebgqllO79ue2bm3rIGud/bOe0pP5BjSRCRxxYkEZS8STV7zN84UBbiYu7jy+eCKSnVIUgoWWE/tt+shMQ==",
"dev": true,
"peer": true,
"dependencies": {
- "@jridgewell/gen-mapping": "^0.3.0",
- "@jridgewell/trace-mapping": "^0.3.9"
+ "@jridgewell/gen-mapping": "^0.3.5",
+ "@jridgewell/trace-mapping": "^0.3.25"
}
},
"node_modules/@jridgewell/sourcemap-codec": {
- "version": "1.4.15",
- "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz",
- "integrity": "sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg=="
+ "version": "1.5.0",
+ "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz",
+ "integrity": "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ=="
},
"node_modules/@jridgewell/trace-mapping": {
- "version": "0.3.18",
- "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.18.tgz",
- "integrity": "sha512-w+niJYzMHdd7USdiH2U6869nqhD2nbfZXND5Yp93qIbEmnDNk7PD48o+YchRVpzMU7M6jVCbenTR7PA1FLQ9pA==",
+ "version": "0.3.25",
+ "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz",
+ "integrity": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==",
"dependencies": {
- "@jridgewell/resolve-uri": "3.1.0",
- "@jridgewell/sourcemap-codec": "1.4.14"
+ "@jridgewell/resolve-uri": "^3.1.0",
+ "@jridgewell/sourcemap-codec": "^1.4.14"
}
},
- "node_modules/@jridgewell/trace-mapping/node_modules/@jridgewell/sourcemap-codec": {
- "version": "1.4.14",
- "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz",
- "integrity": "sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw=="
- },
"node_modules/@mrmlnc/readdir-enhanced": {
"version": "2.2.1",
"resolved": "https://registry.npmjs.org/@mrmlnc/readdir-enhanced/-/readdir-enhanced-2.2.1.tgz",
@@ -3041,54 +3201,25 @@
"node": ">= 8"
}
},
- "node_modules/@pkgr/utils": {
- "version": "2.4.2",
- "resolved": "https://registry.npmjs.org/@pkgr/utils/-/utils-2.4.2.tgz",
- "integrity": "sha512-POgTXhjrTfbTV63DiFXav4lBHiICLKKwDeaKn9Nphwj7WH6m0hMMCaJkMyRWjgtPFyRKRVoMXXjczsTQRDEhYw==",
- "dev": true,
- "dependencies": {
- "cross-spawn": "^7.0.3",
- "fast-glob": "^3.3.0",
- "is-glob": "^4.0.3",
- "open": "^9.1.0",
- "picocolors": "^1.0.0",
- "tslib": "^2.6.0"
- },
- "engines": {
- "node": "^12.20.0 || ^14.18.0 || >=16.0.0"
- },
- "funding": {
- "url": "https://opencollective.com/unts"
- }
- },
- "node_modules/@pkgr/utils/node_modules/define-lazy-prop": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-3.0.0.tgz",
- "integrity": "sha512-N+MeXYoqr3pOgn8xfyRPREN7gHakLYjhsHhWGT3fWAiL4IkAt0iDw14QiiEm2bE30c5XX5q0FtAA3CK5f9/BUg==",
- "dev": true,
+ "node_modules/@pkgjs/parseargs": {
+ "version": "0.11.0",
+ "resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz",
+ "integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==",
+ "optional": true,
"engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
+ "node": ">=14"
}
},
- "node_modules/@pkgr/utils/node_modules/open": {
- "version": "9.1.0",
- "resolved": "https://registry.npmjs.org/open/-/open-9.1.0.tgz",
- "integrity": "sha512-OS+QTnw1/4vrf+9hh1jc1jnYjzSG4ttTBB8UxOwAnInG3Uo4ssetzC1ihqaIHjLJnA5GGlRl6QlZXOTQhRBUvg==",
+ "node_modules/@pkgr/core": {
+ "version": "0.1.1",
+ "resolved": "https://registry.npmjs.org/@pkgr/core/-/core-0.1.1.tgz",
+ "integrity": "sha512-cq8o4cWH0ibXh9VGi5P20Tu9XF/0fFXl9EUinr9QfTM7a7p0oTA4iJRCQWppXR1Pg8dSM0UCItCkPwsk9qWWYA==",
"dev": true,
- "dependencies": {
- "default-browser": "^4.0.0",
- "define-lazy-prop": "^3.0.0",
- "is-inside-container": "^1.0.0",
- "is-wsl": "^2.2.0"
- },
"engines": {
- "node": ">=14.16"
+ "node": "^12.20.0 || ^14.18.0 || >=16.0.0"
},
"funding": {
- "url": "https://github.com/sponsors/sindresorhus"
+ "url": "https://opencollective.com/unts"
}
},
"node_modules/@popperjs/core": {
@@ -3100,100 +3231,6 @@
"url": "https://opencollective.com/popperjs"
}
},
- "node_modules/@puppeteer/browsers": {
- "version": "1.9.0",
- "resolved": "https://registry.npmjs.org/@puppeteer/browsers/-/browsers-1.9.0.tgz",
- "integrity": "sha512-QwguOLy44YBGC8vuPP2nmpX4MUN2FzWbsnvZJtiCzecU3lHmVZkaC1tq6rToi9a200m8RzlVtDyxCS0UIDrxUg==",
- "dependencies": {
- "debug": "4.3.4",
- "extract-zip": "2.0.1",
- "progress": "2.0.3",
- "proxy-agent": "6.3.1",
- "tar-fs": "3.0.4",
- "unbzip2-stream": "1.4.3",
- "yargs": "17.7.2"
- },
- "bin": {
- "browsers": "lib/cjs/main-cli.js"
- },
- "engines": {
- "node": ">=16.3.0"
- }
- },
- "node_modules/@puppeteer/browsers/node_modules/cliui": {
- "version": "8.0.1",
- "resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz",
- "integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==",
- "dependencies": {
- "string-width": "^4.2.0",
- "strip-ansi": "^6.0.1",
- "wrap-ansi": "^7.0.0"
- },
- "engines": {
- "node": ">=12"
- }
- },
- "node_modules/@puppeteer/browsers/node_modules/get-caller-file": {
- "version": "2.0.5",
- "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz",
- "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==",
- "engines": {
- "node": "6.* || 8.* || >= 10.*"
- }
- },
- "node_modules/@puppeteer/browsers/node_modules/tar-fs": {
- "version": "3.0.4",
- "resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-3.0.4.tgz",
- "integrity": "sha512-5AFQU8b9qLfZCX9zp2duONhPmZv0hGYiBPJsyUdqMjzq/mqVpy/rEUSeHk1+YitmxugaptgBh5oDGU3VsAJq4w==",
- "dependencies": {
- "mkdirp-classic": "^0.5.2",
- "pump": "^3.0.0",
- "tar-stream": "^3.1.5"
- }
- },
- "node_modules/@puppeteer/browsers/node_modules/tar-stream": {
- "version": "3.1.6",
- "resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-3.1.6.tgz",
- "integrity": "sha512-B/UyjYwPpMBv+PaFSWAmtYjwdrlEaZQEhMIBFNC5oEG8lpiW8XjcSdmEaClj28ArfKScKHs2nshz3k2le6crsg==",
- "dependencies": {
- "b4a": "^1.6.4",
- "fast-fifo": "^1.2.0",
- "streamx": "^2.15.0"
- }
- },
- "node_modules/@puppeteer/browsers/node_modules/y18n": {
- "version": "5.0.8",
- "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz",
- "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==",
- "engines": {
- "node": ">=10"
- }
- },
- "node_modules/@puppeteer/browsers/node_modules/yargs": {
- "version": "17.7.2",
- "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz",
- "integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==",
- "dependencies": {
- "cliui": "^8.0.1",
- "escalade": "^3.1.1",
- "get-caller-file": "^2.0.5",
- "require-directory": "^2.1.1",
- "string-width": "^4.2.3",
- "y18n": "^5.0.5",
- "yargs-parser": "^21.1.1"
- },
- "engines": {
- "node": ">=12"
- }
- },
- "node_modules/@puppeteer/browsers/node_modules/yargs-parser": {
- "version": "21.1.1",
- "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz",
- "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==",
- "engines": {
- "node": ">=12"
- }
- },
"node_modules/@rollup/plugin-node-resolve": {
"version": "15.2.3",
"resolved": "https://registry.npmjs.org/@rollup/plugin-node-resolve/-/plugin-node-resolve-15.2.3.tgz",
@@ -3220,9 +3257,9 @@
}
},
"node_modules/@rollup/pluginutils": {
- "version": "5.0.2",
- "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-5.0.2.tgz",
- "integrity": "sha512-pTd9rIsP92h+B6wWwFbW8RkZv4hiR/xKsqre4SIuAOaOEQRxi0lqLke9k2/7WegC85GgUs9pjmOjCUi3In4vwA==",
+ "version": "5.1.0",
+ "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-5.1.0.tgz",
+ "integrity": "sha512-XTIWOPPcpvyKI6L1NHo0lFlCyznUEyPmPY1mc3KpPVDYulHSTvyeLNVW00QTLIAFNhR3kYnJTQHeGqU4M3n09g==",
"dev": true,
"dependencies": {
"@types/estree": "^1.0.0",
@@ -3233,7 +3270,7 @@
"node": ">=14.0.0"
},
"peerDependencies": {
- "rollup": "^1.20.0||^2.0.0||^3.0.0"
+ "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
},
"peerDependenciesMeta": {
"rollup": {
@@ -3242,9 +3279,9 @@
}
},
"node_modules/@rollup/rollup-android-arm-eabi": {
- "version": "4.5.0",
- "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.5.0.tgz",
- "integrity": "sha512-OINaBGY+Wc++U0rdr7BLuFClxcoWaVW3vQYqmQq6B3bqQ/2olkaoz+K8+af/Mmka/C2yN5j+L9scBkv4BtKsDA==",
+ "version": "4.21.2",
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.21.2.tgz",
+ "integrity": "sha512-fSuPrt0ZO8uXeS+xP3b+yYTCBUd05MoSp2N/MFOgjhhUhMmchXlpTQrTpI8T+YAwAQuK7MafsCOxW7VrPMrJcg==",
"cpu": [
"arm"
],
@@ -3255,9 +3292,9 @@
]
},
"node_modules/@rollup/rollup-android-arm64": {
- "version": "4.5.0",
- "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.5.0.tgz",
- "integrity": "sha512-UdMf1pOQc4ZmUA/NTmKhgJTBimbSKnhPS2zJqucqFyBRFPnPDtwA8MzrGNTjDeQbIAWfpJVAlxejw+/lQyBK/w==",
+ "version": "4.21.2",
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.21.2.tgz",
+ "integrity": "sha512-xGU5ZQmPlsjQS6tzTTGwMsnKUtu0WVbl0hYpTPauvbRAnmIvpInhJtgjj3mcuJpEiuUw4v1s4BimkdfDWlh7gA==",
"cpu": [
"arm64"
],
@@ -3268,9 +3305,9 @@
]
},
"node_modules/@rollup/rollup-darwin-arm64": {
- "version": "4.5.0",
- "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.5.0.tgz",
- "integrity": "sha512-L0/CA5p/idVKI+c9PcAPGorH6CwXn6+J0Ys7Gg1axCbTPgI8MeMlhA6fLM9fK+ssFhqogMHFC8HDvZuetOii7w==",
+ "version": "4.21.2",
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.21.2.tgz",
+ "integrity": "sha512-99AhQ3/ZMxU7jw34Sq8brzXqWH/bMnf7ZVhvLk9QU2cOepbQSVTns6qoErJmSiAvU3InRqC2RRZ5ovh1KN0d0Q==",
"cpu": [
"arm64"
],
@@ -3281,9 +3318,9 @@
]
},
"node_modules/@rollup/rollup-darwin-x64": {
- "version": "4.5.0",
- "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.5.0.tgz",
- "integrity": "sha512-QZCbVqU26mNlLn8zi/XDDquNmvcr4ON5FYAHQQsyhrHx8q+sQi/6xduoznYXwk/KmKIXG5dLfR0CvY+NAWpFYQ==",
+ "version": "4.21.2",
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.21.2.tgz",
+ "integrity": "sha512-ZbRaUvw2iN/y37x6dY50D8m2BnDbBjlnMPotDi/qITMJ4sIxNY33HArjikDyakhSv0+ybdUxhWxE6kTI4oX26w==",
"cpu": [
"x64"
],
@@ -3294,9 +3331,22 @@
]
},
"node_modules/@rollup/rollup-linux-arm-gnueabihf": {
- "version": "4.5.0",
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.5.0.tgz",
- "integrity": "sha512-VpSQ+xm93AeV33QbYslgf44wc5eJGYfYitlQzAi3OObu9iwrGXEnmu5S3ilkqE3Pr/FkgOiJKV/2p0ewf4Hrtg==",
+ "version": "4.21.2",
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.21.2.tgz",
+ "integrity": "sha512-ztRJJMiE8nnU1YFcdbd9BcH6bGWG1z+jP+IPW2oDUAPxPjo9dverIOyXz76m6IPA6udEL12reYeLojzW2cYL7w==",
+ "cpu": [
+ "arm"
+ ],
+ "dev": true,
+ "optional": true,
+ "os": [
+ "linux"
+ ]
+ },
+ "node_modules/@rollup/rollup-linux-arm-musleabihf": {
+ "version": "4.21.2",
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.21.2.tgz",
+ "integrity": "sha512-flOcGHDZajGKYpLV0JNc0VFH361M7rnV1ee+NTeC/BQQ1/0pllYcFmxpagltANYt8FYf9+kL6RSk80Ziwyhr7w==",
"cpu": [
"arm"
],
@@ -3307,9 +3357,9 @@
]
},
"node_modules/@rollup/rollup-linux-arm64-gnu": {
- "version": "4.5.0",
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.5.0.tgz",
- "integrity": "sha512-OrEyIfpxSsMal44JpEVx9AEcGpdBQG1ZuWISAanaQTSMeStBW+oHWwOkoqR54bw3x8heP8gBOyoJiGg+fLY8qQ==",
+ "version": "4.21.2",
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.21.2.tgz",
+ "integrity": "sha512-69CF19Kp3TdMopyteO/LJbWufOzqqXzkrv4L2sP8kfMaAQ6iwky7NoXTp7bD6/irKgknDKM0P9E/1l5XxVQAhw==",
"cpu": [
"arm64"
],
@@ -3320,9 +3370,9 @@
]
},
"node_modules/@rollup/rollup-linux-arm64-musl": {
- "version": "4.5.0",
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.5.0.tgz",
- "integrity": "sha512-1H7wBbQuE6igQdxMSTjtFfD+DGAudcYWhp106z/9zBA8OQhsJRnemO4XGavdzHpGhRtRxbgmUGdO3YQgrWf2RA==",
+ "version": "4.21.2",
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.21.2.tgz",
+ "integrity": "sha512-48pD/fJkTiHAZTnZwR0VzHrao70/4MlzJrq0ZsILjLW/Ab/1XlVUStYyGt7tdyIiVSlGZbnliqmult/QGA2O2w==",
"cpu": [
"arm64"
],
@@ -3332,10 +3382,49 @@
"linux"
]
},
+ "node_modules/@rollup/rollup-linux-powerpc64le-gnu": {
+ "version": "4.21.2",
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-powerpc64le-gnu/-/rollup-linux-powerpc64le-gnu-4.21.2.tgz",
+ "integrity": "sha512-cZdyuInj0ofc7mAQpKcPR2a2iu4YM4FQfuUzCVA2u4HI95lCwzjoPtdWjdpDKyHxI0UO82bLDoOaLfpZ/wviyQ==",
+ "cpu": [
+ "ppc64"
+ ],
+ "dev": true,
+ "optional": true,
+ "os": [
+ "linux"
+ ]
+ },
+ "node_modules/@rollup/rollup-linux-riscv64-gnu": {
+ "version": "4.21.2",
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.21.2.tgz",
+ "integrity": "sha512-RL56JMT6NwQ0lXIQmMIWr1SW28z4E4pOhRRNqwWZeXpRlykRIlEpSWdsgNWJbYBEWD84eocjSGDu/XxbYeCmwg==",
+ "cpu": [
+ "riscv64"
+ ],
+ "dev": true,
+ "optional": true,
+ "os": [
+ "linux"
+ ]
+ },
+ "node_modules/@rollup/rollup-linux-s390x-gnu": {
+ "version": "4.21.2",
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.21.2.tgz",
+ "integrity": "sha512-PMxkrWS9z38bCr3rWvDFVGD6sFeZJw4iQlhrup7ReGmfn7Oukrr/zweLhYX6v2/8J6Cep9IEA/SmjXjCmSbrMQ==",
+ "cpu": [
+ "s390x"
+ ],
+ "dev": true,
+ "optional": true,
+ "os": [
+ "linux"
+ ]
+ },
"node_modules/@rollup/rollup-linux-x64-gnu": {
- "version": "4.5.0",
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.5.0.tgz",
- "integrity": "sha512-FVyFI13tXw5aE65sZdBpNjPVIi4Q5mARnL/39UIkxvSgRAIqCo5sCpCELk0JtXHGee2owZz5aNLbWNfBHzr71Q==",
+ "version": "4.21.2",
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.21.2.tgz",
+ "integrity": "sha512-B90tYAUoLhU22olrafY3JQCFLnT3NglazdwkHyxNDYF/zAxJt5fJUB/yBoWFoIQ7SQj+KLe3iL4BhOMa9fzgpw==",
"cpu": [
"x64"
],
@@ -3346,9 +3435,9 @@
]
},
"node_modules/@rollup/rollup-linux-x64-musl": {
- "version": "4.5.0",
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.5.0.tgz",
- "integrity": "sha512-eBPYl2sLpH/o8qbSz6vPwWlDyThnQjJfcDOGFbNjmjb44XKC1F5dQfakOsADRVrXCNzM6ZsSIPDG5dc6HHLNFg==",
+ "version": "4.21.2",
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.21.2.tgz",
+ "integrity": "sha512-7twFizNXudESmC9oneLGIUmoHiiLppz/Xs5uJQ4ShvE6234K0VB1/aJYU3f/4g7PhssLGKBVCC37uRkkOi8wjg==",
"cpu": [
"x64"
],
@@ -3359,9 +3448,9 @@
]
},
"node_modules/@rollup/rollup-win32-arm64-msvc": {
- "version": "4.5.0",
- "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.5.0.tgz",
- "integrity": "sha512-xaOHIfLOZypoQ5U2I6rEaugS4IYtTgP030xzvrBf5js7p9WI9wik07iHmsKaej8Z83ZDxN5GyypfoyKV5O5TJA==",
+ "version": "4.21.2",
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.21.2.tgz",
+ "integrity": "sha512-9rRero0E7qTeYf6+rFh3AErTNU1VCQg2mn7CQcI44vNUWM9Ze7MSRS/9RFuSsox+vstRt97+x3sOhEey024FRQ==",
"cpu": [
"arm64"
],
@@ -3372,9 +3461,9 @@
]
},
"node_modules/@rollup/rollup-win32-ia32-msvc": {
- "version": "4.5.0",
- "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.5.0.tgz",
- "integrity": "sha512-Al6quztQUrHwcOoU2TuFblUQ5L+/AmPBXFR6dUvyo4nRj2yQRK0WIUaGMF/uwKulvRcXkpHe3k9A8Vf93VDktA==",
+ "version": "4.21.2",
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.21.2.tgz",
+ "integrity": "sha512-5rA4vjlqgrpbFVVHX3qkrCo/fZTj1q0Xxpg+Z7yIo3J2AilW7t2+n6Q8Jrx+4MrYpAnjttTYF8rr7bP46BPzRw==",
"cpu": [
"ia32"
],
@@ -3385,9 +3474,9 @@
]
},
"node_modules/@rollup/rollup-win32-x64-msvc": {
- "version": "4.5.0",
- "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.5.0.tgz",
- "integrity": "sha512-8kdW+brNhI/NzJ4fxDufuJUjepzINqJKLGHuxyAtpPG9bMbn8P5mtaCcbOm0EzLJ+atg+kF9dwg8jpclkVqx5w==",
+ "version": "4.21.2",
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.21.2.tgz",
+ "integrity": "sha512-6UUxd0+SKomjdzuAcp+HAmxw1FlGBnl1v2yEPSabtx4lBfdXHDVsW7+lQkgz9cNFJGY3AWR7+V8P5BqkD9L9nA==",
"cpu": [
"x64"
],
@@ -3397,10 +3486,16 @@
"win32"
]
},
+ "node_modules/@rtsao/scc": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/@rtsao/scc/-/scc-1.1.0.tgz",
+ "integrity": "sha512-zt6OdqaDoOnJ1ZYsCYGt9YmWzDXl4vQdKTyJev62gFhRGKdx7mcT54V9KIjg+d2wi9EXsPvAPKe7i7WjfVWB8g==",
+ "dev": true
+ },
"node_modules/@sideway/address": {
- "version": "4.1.4",
- "resolved": "https://registry.npmjs.org/@sideway/address/-/address-4.1.4.tgz",
- "integrity": "sha512-7vwq+rOHVWjyXxVlR76Agnvhy8I9rpzjosTESvmhNeXOXdZZB15Fl+TI9x1SiHZH5Jv2wTGduSxFDIaq0m3DUw==",
+ "version": "4.1.5",
+ "resolved": "https://registry.npmjs.org/@sideway/address/-/address-4.1.5.tgz",
+ "integrity": "sha512-IqO/DUQHUkPeixNQ8n0JA6102hT9CmaljNTPmQ1u8MEhBo/R4Q8eKLN/vGZxuebwOroDB4cbpjheD4+/sKFK4Q==",
"dev": true,
"dependencies": {
"@hapi/hoek": "^9.0.0"
@@ -3456,14 +3551,14 @@
}
},
"node_modules/@tailwindcss/forms": {
- "version": "0.5.7",
- "resolved": "https://registry.npmjs.org/@tailwindcss/forms/-/forms-0.5.7.tgz",
- "integrity": "sha512-QE7X69iQI+ZXwldE+rzasvbJiyV/ju1FGHH0Qn2W3FKbuYtqp8LKcy6iSw79fVUT5/Vvf+0XgLCeYVG+UV6hOw==",
+ "version": "0.5.8",
+ "resolved": "https://registry.npmjs.org/@tailwindcss/forms/-/forms-0.5.8.tgz",
+ "integrity": "sha512-DJs7B7NPD0JH7BVvdHWNviWmunlFhuEkz7FyFxE4japOWYMLl9b1D6+Z9mivJJPWr6AEbmlPqgiFRyLwFB1SgQ==",
"dependencies": {
"mini-svg-data-uri": "^1.2.3"
},
"peerDependencies": {
- "tailwindcss": ">=3.0.0 || >= 3.0.0-alpha.1"
+ "tailwindcss": ">=3.0.0 || >= 3.0.0-alpha.1 || >= 4.0.0-alpha.20"
}
},
"node_modules/@tokenizer/token": {
@@ -3481,11 +3576,6 @@
"node": ">= 10"
}
},
- "node_modules/@tootallnate/quickjs-emscripten": {
- "version": "0.23.0",
- "resolved": "https://registry.npmjs.org/@tootallnate/quickjs-emscripten/-/quickjs-emscripten-0.23.0.tgz",
- "integrity": "sha512-C5Mc6rdnsaJDjO3UpGW/CQTHtCKaYlScZTly4JIu97Jxo/odCiH0ITnDXSJPTOrEKk/ycSZ0AOgTmkDtkOsvIA=="
- },
"node_modules/@trysound/sax": {
"version": "0.2.0",
"resolved": "https://registry.npmjs.org/@trysound/sax/-/sax-0.2.0.tgz",
@@ -3496,9 +3586,9 @@
}
},
"node_modules/@types/alpinejs": {
- "version": "3.13.5",
- "resolved": "https://registry.npmjs.org/@types/alpinejs/-/alpinejs-3.13.5.tgz",
- "integrity": "sha512-BSNTroRhmBkNiyd7ELK/5Boja92hnQMST6H4z1BqXKeMVzHjp9o1j5poqd5Tyhjd8oMFwxYC4I00eghfg2xrTA==",
+ "version": "3.13.10",
+ "resolved": "https://registry.npmjs.org/@types/alpinejs/-/alpinejs-3.13.10.tgz",
+ "integrity": "sha512-ah53tF6mWuuwerpDE7EHwbZErNDJQlsLISPqJhYj2RZ9nuTYbRknSkqebUd3igkhLIZKkPa7IiXjSn9qsU9O2w==",
"dev": true
},
"node_modules/@types/cacheable-request": {
@@ -3514,9 +3604,9 @@
}
},
"node_modules/@types/eslint": {
- "version": "8.37.0",
- "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-8.37.0.tgz",
- "integrity": "sha512-Piet7dG2JBuDIfohBngQ3rCt7MgO9xCO4xIMKxBThCq5PNRB91IjlJ10eJVwfoNtvTErmxLzwBZ7rHZtbOMmFQ==",
+ "version": "8.56.10",
+ "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-8.56.10.tgz",
+ "integrity": "sha512-Shavhk87gCtY2fhXDctcfS3e6FdxWkCx1iUZ9eEUbh7rTqlZT0/IzOkCOVt0fCjcFuZ9FPYfuezTBImfHCDBGQ==",
"dev": true,
"dependencies": {
"@types/estree": "*",
@@ -3524,15 +3614,15 @@
}
},
"node_modules/@types/estree": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.0.tgz",
- "integrity": "sha512-WulqXMDUTYAXCjZnk6JtIHPigp55cVtDgDrO2gHRwhyJto21+1zbVCtOYB2L1F9w4qCQ0rOGWBnBe0FNTiEJIQ==",
+ "version": "1.0.5",
+ "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.5.tgz",
+ "integrity": "sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==",
"dev": true
},
"node_modules/@types/fs-extra": {
- "version": "8.1.3",
- "resolved": "https://registry.npmjs.org/@types/fs-extra/-/fs-extra-8.1.3.tgz",
- "integrity": "sha512-7IdV01N0u/CaVO0fuY1YmEg14HQN3+EW8mpNgg6NEfxEl/lzCa5OxlBu3iFsCAdamnYOcTQ7oEi43Xc/67Rgzw==",
+ "version": "8.1.5",
+ "resolved": "https://registry.npmjs.org/@types/fs-extra/-/fs-extra-8.1.5.tgz",
+ "integrity": "sha512-0dzKcwO+S8s2kuF5Z9oUWatQJj5Uq/iqphEtE3GQJVRRYm/tD1LglU2UnXi2A8jLq5umkGouOXOR9y0n613ZwQ==",
"dev": true,
"dependencies": {
"@types/node": "*"
@@ -3549,9 +3639,9 @@
}
},
"node_modules/@types/http-cache-semantics": {
- "version": "4.0.1",
- "resolved": "https://registry.npmjs.org/@types/http-cache-semantics/-/http-cache-semantics-4.0.1.tgz",
- "integrity": "sha512-SZs7ekbP8CN0txVG2xVRH6EgKmEm31BOxA07vkFaETzZz1xh+cbt8BcI0slpymvwhx5dlFnQG2rTlPVQn+iRPQ==",
+ "version": "4.0.4",
+ "resolved": "https://registry.npmjs.org/@types/http-cache-semantics/-/http-cache-semantics-4.0.4.tgz",
+ "integrity": "sha512-1m0bIFVc7eJWyve9S0RnuRgcQqF/Xd5QsUZAZeQFr1Q3/p9JWoQQEqmVy+DPTNpGXwhgIetAoYF8JSc33q29QA==",
"dev": true
},
"node_modules/@types/json-schema": {
@@ -3576,9 +3666,9 @@
}
},
"node_modules/@types/lodash": {
- "version": "4.14.194",
- "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.194.tgz",
- "integrity": "sha512-r22s9tAS7imvBt2lyHC9B8AGwWnXaYb1tY09oyLkXDs4vArpYJzw09nj8MLx5VfciBPGIb+ZwG0ssYnEPJxn/g==",
+ "version": "4.17.0",
+ "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.0.tgz",
+ "integrity": "sha512-t7dhREVv6dbNj0q17X12j7yDG4bD/DHYX7o5/DbDxobP0HnGPgpRz2Ej77aL7TZT3DSw13fqUTj8J4mMnqa7WA==",
"dev": true
},
"node_modules/@types/lodash-es": {
@@ -3591,9 +3681,9 @@
}
},
"node_modules/@types/mime-types": {
- "version": "2.1.1",
- "resolved": "https://registry.npmjs.org/@types/mime-types/-/mime-types-2.1.1.tgz",
- "integrity": "sha512-vXOTGVSLR2jMw440moWTC7H19iUyLtP3Z1YTj7cSsubOICinjMxFeb/V57v9QdyyPGbbWolUFSSmSiRSn94tFw==",
+ "version": "2.1.4",
+ "resolved": "https://registry.npmjs.org/@types/mime-types/-/mime-types-2.1.4.tgz",
+ "integrity": "sha512-lfU4b34HOri+kAY5UheuFMWPDOI+OPceBSHZKp69gEyTL/mmJ4cnU6Y/rlme3UL3GyOn6Y42hyIEw0/q8sWx5w==",
"dev": true
},
"node_modules/@types/minimatch": {
@@ -3603,30 +3693,30 @@
"dev": true
},
"node_modules/@types/minimist": {
- "version": "1.2.2",
- "resolved": "https://registry.npmjs.org/@types/minimist/-/minimist-1.2.2.tgz",
- "integrity": "sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==",
+ "version": "1.2.5",
+ "resolved": "https://registry.npmjs.org/@types/minimist/-/minimist-1.2.5.tgz",
+ "integrity": "sha512-hov8bUuiLiyFPGyFPE1lwWhmzYbirOXQNNo40+y3zow8aFVTeyn3VWL0VFFfdNddA8S4Vf0Tc062rzyNr7Paag==",
"dev": true
},
"node_modules/@types/node": {
- "version": "20.9.3",
- "resolved": "https://registry.npmjs.org/@types/node/-/node-20.9.3.tgz",
- "integrity": "sha512-nk5wXLAXGBKfrhLB0cyHGbSqopS+nz0BUgZkUQqSHSSgdee0kssp1IAqlQOu333bW+gMNs2QREx7iynm19Abxw==",
- "devOptional": true,
+ "version": "20.12.7",
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-20.12.7.tgz",
+ "integrity": "sha512-wq0cICSkRLVaf3UGLMGItu/PtdY7oaXaI/RVU+xliKVOtRna3PRY57ZDfztpDL0n11vfymMUnXv8QwYCO7L1wg==",
+ "dev": true,
"dependencies": {
"undici-types": "~5.26.4"
}
},
"node_modules/@types/normalize-package-data": {
- "version": "2.4.1",
- "resolved": "https://registry.npmjs.org/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz",
- "integrity": "sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==",
+ "version": "2.4.4",
+ "resolved": "https://registry.npmjs.org/@types/normalize-package-data/-/normalize-package-data-2.4.4.tgz",
+ "integrity": "sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==",
"dev": true
},
"node_modules/@types/parse-json": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.0.tgz",
- "integrity": "sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==",
+ "version": "4.0.2",
+ "resolved": "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.2.tgz",
+ "integrity": "sha512-dISoDXWWQwUquiKsyZ4Ng+HX2KsPL7LyHKHQwgGFEA3IaKac4Obd+h2a/a6waisAoepJlBcx9paWqjA8/HVjCw==",
"dev": true
},
"node_modules/@types/resolve": {
@@ -3636,18 +3726,18 @@
"dev": true
},
"node_modules/@types/responselike": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/@types/responselike/-/responselike-1.0.0.tgz",
- "integrity": "sha512-85Y2BjiufFzaMIlvJDvTTB8Fxl2xfLo4HgmHzVBz08w4wDePCTjYw66PdrolO0kzli3yam/YCgRufyo1DdQVTA==",
+ "version": "1.0.3",
+ "resolved": "https://registry.npmjs.org/@types/responselike/-/responselike-1.0.3.tgz",
+ "integrity": "sha512-H/+L+UkTV33uf49PH5pCAUBVPNj2nDBXTN+qS1dOwyyg24l3CcicicCA7ca+HMvJBZcFgl5r8e+RR6elsb4Lyw==",
"dev": true,
"dependencies": {
"@types/node": "*"
}
},
"node_modules/@types/semver": {
- "version": "7.5.6",
- "resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.5.6.tgz",
- "integrity": "sha512-dn1l8LaMea/IjDoHNd9J52uBbInB796CDffS6VdIxvqYCPSG0V0DzHp76GpaWnlhg88uYyPbXCDIowa86ybd5A==",
+ "version": "7.5.8",
+ "resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.5.8.tgz",
+ "integrity": "sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==",
"dev": true
},
"node_modules/@types/sinonjs__fake-timers": {
@@ -3657,9 +3747,9 @@
"dev": true
},
"node_modules/@types/sizzle": {
- "version": "2.3.3",
- "resolved": "https://registry.npmjs.org/@types/sizzle/-/sizzle-2.3.3.tgz",
- "integrity": "sha512-JYM8x9EGF163bEyhdJBpR2QX1R5naCJHC8ucJylJ3w9/CVBaskdQ8WqBf8MmQrd1kRvp/a4TS8HJ+bxzR7ZJYQ==",
+ "version": "2.3.8",
+ "resolved": "https://registry.npmjs.org/@types/sizzle/-/sizzle-2.3.8.tgz",
+ "integrity": "sha512-0vWLNK2D5MT9dg0iOo8GlKguPAU02QjmZitPEsXRuJXU/OGIOt9vT9Fc26wtYuavLxtO45v9PGleoL9Z0k1LHg==",
"dev": true
},
"node_modules/@types/web-bluetooth": {
@@ -3668,42 +3758,43 @@
"integrity": "sha512-g9gZnnXVq7gM7v3tJCWV/qw7w+KeOlSHAhgF9RytFyifW6AF61hdT2ucrYhPq9hLs5JIryeupHV3qGk95dH9ow=="
},
"node_modules/@types/yauzl": {
- "version": "2.10.0",
- "resolved": "https://registry.npmjs.org/@types/yauzl/-/yauzl-2.10.0.tgz",
- "integrity": "sha512-Cn6WYCm0tXv8p6k+A8PvbDG763EDpBoTzHdA+Q/MF6H3sapGjCm9NzoaJncJS9tUKSuCoDs9XHxYYsQDgxR6kw==",
+ "version": "2.10.3",
+ "resolved": "https://registry.npmjs.org/@types/yauzl/-/yauzl-2.10.3.tgz",
+ "integrity": "sha512-oJoftv0LSuaDZE3Le4DbKX+KS9G36NzOeSap90UIK0yMA/NhKJhqlSGtNDORNRaIbQfzjXDrQa0ytJ6mNRGz/Q==",
+ "dev": true,
"optional": true,
"dependencies": {
"@types/node": "*"
}
},
"node_modules/@typescript-eslint/eslint-plugin": {
- "version": "6.12.0",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.12.0.tgz",
- "integrity": "sha512-XOpZ3IyJUIV1b15M7HVOpgQxPPF7lGXgsfcEIu3yDxFPaf/xZKt7s9QO/pbk7vpWQyVulpJbu4E5LwpZiQo4kA==",
+ "version": "7.7.1",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.7.1.tgz",
+ "integrity": "sha512-KwfdWXJBOviaBVhxO3p5TJiLpNuh2iyXyjmWN0f1nU87pwyvfS0EmjC6ukQVYVFJd/K1+0NWGPDXiyEyQorn0Q==",
"dev": true,
"dependencies": {
- "@eslint-community/regexpp": "^4.5.1",
- "@typescript-eslint/scope-manager": "6.12.0",
- "@typescript-eslint/type-utils": "6.12.0",
- "@typescript-eslint/utils": "6.12.0",
- "@typescript-eslint/visitor-keys": "6.12.0",
+ "@eslint-community/regexpp": "^4.10.0",
+ "@typescript-eslint/scope-manager": "7.7.1",
+ "@typescript-eslint/type-utils": "7.7.1",
+ "@typescript-eslint/utils": "7.7.1",
+ "@typescript-eslint/visitor-keys": "7.7.1",
"debug": "^4.3.4",
"graphemer": "^1.4.0",
- "ignore": "^5.2.4",
+ "ignore": "^5.3.1",
"natural-compare": "^1.4.0",
- "semver": "^7.5.4",
- "ts-api-utils": "^1.0.1"
+ "semver": "^7.6.0",
+ "ts-api-utils": "^1.3.0"
},
"engines": {
- "node": "^16.0.0 || >=18.0.0"
+ "node": "^18.18.0 || >=20.0.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/typescript-eslint"
},
"peerDependencies": {
- "@typescript-eslint/parser": "^6.0.0 || ^6.0.0-alpha",
- "eslint": "^7.0.0 || ^8.0.0"
+ "@typescript-eslint/parser": "^7.0.0",
+ "eslint": "^8.56.0"
},
"peerDependenciesMeta": {
"typescript": {
@@ -3712,26 +3803,26 @@
}
},
"node_modules/@typescript-eslint/parser": {
- "version": "6.12.0",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-6.12.0.tgz",
- "integrity": "sha512-s8/jNFPKPNRmXEnNXfuo1gemBdVmpQsK1pcu+QIvuNJuhFzGrpD7WjOcvDc/+uEdfzSYpNu7U/+MmbScjoQ6vg==",
+ "version": "7.7.1",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-7.7.1.tgz",
+ "integrity": "sha512-vmPzBOOtz48F6JAGVS/kZYk4EkXao6iGrD838sp1w3NQQC0W8ry/q641KU4PrG7AKNAf56NOcR8GOpH8l9FPCw==",
"dev": true,
"dependencies": {
- "@typescript-eslint/scope-manager": "6.12.0",
- "@typescript-eslint/types": "6.12.0",
- "@typescript-eslint/typescript-estree": "6.12.0",
- "@typescript-eslint/visitor-keys": "6.12.0",
+ "@typescript-eslint/scope-manager": "7.7.1",
+ "@typescript-eslint/types": "7.7.1",
+ "@typescript-eslint/typescript-estree": "7.7.1",
+ "@typescript-eslint/visitor-keys": "7.7.1",
"debug": "^4.3.4"
},
"engines": {
- "node": "^16.0.0 || >=18.0.0"
+ "node": "^18.18.0 || >=20.0.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/typescript-eslint"
},
"peerDependencies": {
- "eslint": "^7.0.0 || ^8.0.0"
+ "eslint": "^8.56.0"
},
"peerDependenciesMeta": {
"typescript": {
@@ -3740,16 +3831,16 @@
}
},
"node_modules/@typescript-eslint/scope-manager": {
- "version": "6.12.0",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-6.12.0.tgz",
- "integrity": "sha512-5gUvjg+XdSj8pcetdL9eXJzQNTl3RD7LgUiYTl8Aabdi8hFkaGSYnaS6BLc0BGNaDH+tVzVwmKtWvu0jLgWVbw==",
+ "version": "7.7.1",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-7.7.1.tgz",
+ "integrity": "sha512-PytBif2SF+9SpEUKynYn5g1RHFddJUcyynGpztX3l/ik7KmZEv19WCMhUBkHXPU9es/VWGD3/zg3wg90+Dh2rA==",
"dev": true,
"dependencies": {
- "@typescript-eslint/types": "6.12.0",
- "@typescript-eslint/visitor-keys": "6.12.0"
+ "@typescript-eslint/types": "7.7.1",
+ "@typescript-eslint/visitor-keys": "7.7.1"
},
"engines": {
- "node": "^16.0.0 || >=18.0.0"
+ "node": "^18.18.0 || >=20.0.0"
},
"funding": {
"type": "opencollective",
@@ -3757,25 +3848,25 @@
}
},
"node_modules/@typescript-eslint/type-utils": {
- "version": "6.12.0",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-6.12.0.tgz",
- "integrity": "sha512-WWmRXxhm1X8Wlquj+MhsAG4dU/Blvf1xDgGaYCzfvStP2NwPQh6KBvCDbiOEvaE0filhranjIlK/2fSTVwtBng==",
+ "version": "7.7.1",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-7.7.1.tgz",
+ "integrity": "sha512-ZksJLW3WF7o75zaBPScdW1Gbkwhd/lyeXGf1kQCxJaOeITscoSl0MjynVvCzuV5boUz/3fOI06Lz8La55mu29Q==",
"dev": true,
"dependencies": {
- "@typescript-eslint/typescript-estree": "6.12.0",
- "@typescript-eslint/utils": "6.12.0",
+ "@typescript-eslint/typescript-estree": "7.7.1",
+ "@typescript-eslint/utils": "7.7.1",
"debug": "^4.3.4",
- "ts-api-utils": "^1.0.1"
+ "ts-api-utils": "^1.3.0"
},
"engines": {
- "node": "^16.0.0 || >=18.0.0"
+ "node": "^18.18.0 || >=20.0.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/typescript-eslint"
},
"peerDependencies": {
- "eslint": "^7.0.0 || ^8.0.0"
+ "eslint": "^8.56.0"
},
"peerDependenciesMeta": {
"typescript": {
@@ -3784,12 +3875,12 @@
}
},
"node_modules/@typescript-eslint/types": {
- "version": "6.12.0",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-6.12.0.tgz",
- "integrity": "sha512-MA16p/+WxM5JG/F3RTpRIcuOghWO30//VEOvzubM8zuOOBYXsP+IfjoCXXiIfy2Ta8FRh9+IO9QLlaFQUU+10Q==",
+ "version": "7.7.1",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-7.7.1.tgz",
+ "integrity": "sha512-AmPmnGW1ZLTpWa+/2omPrPfR7BcbUU4oha5VIbSbS1a1Tv966bklvLNXxp3mrbc+P2j4MNOTfDffNsk4o0c6/w==",
"dev": true,
"engines": {
- "node": "^16.0.0 || >=18.0.0"
+ "node": "^18.18.0 || >=20.0.0"
},
"funding": {
"type": "opencollective",
@@ -3797,21 +3888,22 @@
}
},
"node_modules/@typescript-eslint/typescript-estree": {
- "version": "6.12.0",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-6.12.0.tgz",
- "integrity": "sha512-vw9E2P9+3UUWzhgjyyVczLWxZ3GuQNT7QpnIY3o5OMeLO/c8oHljGc8ZpryBMIyympiAAaKgw9e5Hl9dCWFOYw==",
+ "version": "7.7.1",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-7.7.1.tgz",
+ "integrity": "sha512-CXe0JHCXru8Fa36dteXqmH2YxngKJjkQLjxzoj6LYwzZ7qZvgsLSc+eqItCrqIop8Vl2UKoAi0StVWu97FQZIQ==",
"dev": true,
"dependencies": {
- "@typescript-eslint/types": "6.12.0",
- "@typescript-eslint/visitor-keys": "6.12.0",
+ "@typescript-eslint/types": "7.7.1",
+ "@typescript-eslint/visitor-keys": "7.7.1",
"debug": "^4.3.4",
"globby": "^11.1.0",
"is-glob": "^4.0.3",
- "semver": "^7.5.4",
- "ts-api-utils": "^1.0.1"
+ "minimatch": "^9.0.4",
+ "semver": "^7.6.0",
+ "ts-api-utils": "^1.3.0"
},
"engines": {
- "node": "^16.0.0 || >=18.0.0"
+ "node": "^18.18.0 || >=20.0.0"
},
"funding": {
"type": "opencollective",
@@ -3824,41 +3916,41 @@
}
},
"node_modules/@typescript-eslint/utils": {
- "version": "6.12.0",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-6.12.0.tgz",
- "integrity": "sha512-LywPm8h3tGEbgfyjYnu3dauZ0U7R60m+miXgKcZS8c7QALO9uWJdvNoP+duKTk2XMWc7/Q3d/QiCuLN9X6SWyQ==",
+ "version": "7.7.1",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-7.7.1.tgz",
+ "integrity": "sha512-QUvBxPEaBXf41ZBbaidKICgVL8Hin0p6prQDu6bbetWo39BKbWJxRsErOzMNT1rXvTll+J7ChrbmMCXM9rsvOQ==",
"dev": true,
"dependencies": {
"@eslint-community/eslint-utils": "^4.4.0",
- "@types/json-schema": "^7.0.12",
- "@types/semver": "^7.5.0",
- "@typescript-eslint/scope-manager": "6.12.0",
- "@typescript-eslint/types": "6.12.0",
- "@typescript-eslint/typescript-estree": "6.12.0",
- "semver": "^7.5.4"
+ "@types/json-schema": "^7.0.15",
+ "@types/semver": "^7.5.8",
+ "@typescript-eslint/scope-manager": "7.7.1",
+ "@typescript-eslint/types": "7.7.1",
+ "@typescript-eslint/typescript-estree": "7.7.1",
+ "semver": "^7.6.0"
},
"engines": {
- "node": "^16.0.0 || >=18.0.0"
+ "node": "^18.18.0 || >=20.0.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/typescript-eslint"
},
"peerDependencies": {
- "eslint": "^7.0.0 || ^8.0.0"
+ "eslint": "^8.56.0"
}
},
"node_modules/@typescript-eslint/visitor-keys": {
- "version": "6.12.0",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-6.12.0.tgz",
- "integrity": "sha512-rg3BizTZHF1k3ipn8gfrzDXXSFKyOEB5zxYXInQ6z0hUvmQlhaZQzK+YmHmNViMA9HzW5Q9+bPPt90bU6GQwyw==",
+ "version": "7.7.1",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-7.7.1.tgz",
+ "integrity": "sha512-gBL3Eq25uADw1LQ9kVpf3hRM+DWzs0uZknHYK3hq4jcTPqVCClHGDnB6UUUV2SFeBeA4KWHWbbLqmbGcZ4FYbw==",
"dev": true,
"dependencies": {
- "@typescript-eslint/types": "6.12.0",
- "eslint-visitor-keys": "^3.4.1"
+ "@typescript-eslint/types": "7.7.1",
+ "eslint-visitor-keys": "^3.4.3"
},
"engines": {
- "node": "^16.0.0 || >=18.0.0"
+ "node": "^18.18.0 || >=20.0.0"
},
"funding": {
"type": "opencollective",
@@ -3872,18 +3964,19 @@
"dev": true
},
"node_modules/@vitejs/plugin-legacy": {
- "version": "5.2.0",
- "resolved": "https://registry.npmjs.org/@vitejs/plugin-legacy/-/plugin-legacy-5.2.0.tgz",
- "integrity": "sha512-FGpxQCgyI8SHA/TkFH5vfBManyc6GYkCoYtmom924c7sKObnBE7q543RQuKK46duI4j31Nv1wg4GRNtCfsGpGQ==",
+ "version": "5.4.2",
+ "resolved": "https://registry.npmjs.org/@vitejs/plugin-legacy/-/plugin-legacy-5.4.2.tgz",
+ "integrity": "sha512-hlyyQL+wEIyOWdwsUKX+0g3kBU4AbHmVzHarLvVKiGGGqLIYjttMvvjk6zGY8RD9dab6QuFNhDoxg0YFhQ26xA==",
"dev": true,
"dependencies": {
- "@babel/core": "^7.23.3",
- "@babel/preset-env": "^7.23.3",
- "browserslist": "^4.22.1",
- "core-js": "^3.33.2",
- "magic-string": "^0.30.5",
- "regenerator-runtime": "^0.14.0",
- "systemjs": "^6.14.2"
+ "@babel/core": "^7.25.2",
+ "@babel/preset-env": "^7.25.3",
+ "browserslist": "^4.23.3",
+ "browserslist-to-esbuild": "^2.1.1",
+ "core-js": "^3.38.0",
+ "magic-string": "^0.30.11",
+ "regenerator-runtime": "^0.14.1",
+ "systemjs": "^6.15.1"
},
"engines": {
"node": "^18.0.0 || >=20.0.0"
@@ -3896,145 +3989,149 @@
"vite": "^5.0.0"
}
},
- "node_modules/@vitejs/plugin-legacy/node_modules/regenerator-runtime": {
- "version": "0.14.0",
- "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.0.tgz",
- "integrity": "sha512-srw17NI0TUWHuGa5CFGGmhfNIeja30WMBfbslPNhf6JrqQlLN5gcrvig1oqPxiVaXb0oW0XRKtH6Nngs5lKCIA==",
- "dev": true
- },
"node_modules/@vitejs/plugin-vue": {
- "version": "4.5.0",
- "resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-4.5.0.tgz",
- "integrity": "sha512-a2WSpP8X8HTEww/U00bU4mX1QpLINNuz/2KMNpLsdu3BzOpak3AGI1CJYBTXcc4SPhaD0eNRUp7IyQK405L5dQ==",
+ "version": "5.1.3",
+ "resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-5.1.3.tgz",
+ "integrity": "sha512-3xbWsKEKXYlmX82aOHufFQVnkbMC/v8fLpWwh6hWOUrK5fbbtBh9Q/WWse27BFgSy2/e2c0fz5Scgya9h2GLhw==",
"dev": true,
"engines": {
- "node": "^14.18.0 || >=16.0.0"
+ "node": "^18.0.0 || >=20.0.0"
},
"peerDependencies": {
- "vite": "^4.0.0 || ^5.0.0",
+ "vite": "^5.0.0",
"vue": "^3.2.25"
}
},
"node_modules/@vue/compiler-core": {
- "version": "3.3.8",
- "resolved": "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.3.8.tgz",
- "integrity": "sha512-hN/NNBUECw8SusQvDSqqcVv6gWq8L6iAktUR0UF3vGu2OhzRqcOiAno0FmBJWwxhYEXRlQJT5XnoKsVq1WZx4g==",
+ "version": "3.5.1",
+ "resolved": "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.5.1.tgz",
+ "integrity": "sha512-WdjF+NSgFYdWttHevHw5uaJFtKPalhmxhlu2uREj8cLP0uyKKIR60/JvSZNTp0x+NSd63iTiORQTx3+tt55NWQ==",
"dependencies": {
- "@babel/parser": "^7.23.0",
- "@vue/shared": "3.3.8",
+ "@babel/parser": "^7.25.3",
+ "@vue/shared": "3.5.1",
+ "entities": "^4.5.0",
"estree-walker": "^2.0.2",
- "source-map-js": "^1.0.2"
+ "source-map-js": "^1.2.0"
}
},
"node_modules/@vue/compiler-dom": {
- "version": "3.3.8",
- "resolved": "https://registry.npmjs.org/@vue/compiler-dom/-/compiler-dom-3.3.8.tgz",
- "integrity": "sha512-+PPtv+p/nWDd0AvJu3w8HS0RIm/C6VGBIRe24b9hSyNWOAPEUosFZ5diwawwP8ip5sJ8n0Pe87TNNNHnvjs0FQ==",
+ "version": "3.5.1",
+ "resolved": "https://registry.npmjs.org/@vue/compiler-dom/-/compiler-dom-3.5.1.tgz",
+ "integrity": "sha512-Ao23fB1lINo18HLCbJVApvzd9OQe8MgmQSgyY5+umbWj2w92w9KykVmJ4Iv2US5nak3ixc2B+7Km7JTNhQ8kSQ==",
"dependencies": {
- "@vue/compiler-core": "3.3.8",
- "@vue/shared": "3.3.8"
+ "@vue/compiler-core": "3.5.1",
+ "@vue/shared": "3.5.1"
}
},
"node_modules/@vue/compiler-sfc": {
- "version": "3.3.8",
- "resolved": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-3.3.8.tgz",
- "integrity": "sha512-WMzbUrlTjfYF8joyT84HfwwXo+8WPALuPxhy+BZ6R4Aafls+jDBnSz8PDz60uFhuqFbl3HxRfxvDzrUf3THwpA==",
- "dependencies": {
- "@babel/parser": "^7.23.0",
- "@vue/compiler-core": "3.3.8",
- "@vue/compiler-dom": "3.3.8",
- "@vue/compiler-ssr": "3.3.8",
- "@vue/reactivity-transform": "3.3.8",
- "@vue/shared": "3.3.8",
+ "version": "3.5.1",
+ "resolved": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-3.5.1.tgz",
+ "integrity": "sha512-DFizMNH8eDglLhlfwJ0+ciBsztaYe3fY/zcZjrqL1ljXvUw/UpC84M1d7HpBTCW68SNqZyIxrs1XWmf+73Y65w==",
+ "dependencies": {
+ "@babel/parser": "^7.25.3",
+ "@vue/compiler-core": "3.5.1",
+ "@vue/compiler-dom": "3.5.1",
+ "@vue/compiler-ssr": "3.5.1",
+ "@vue/shared": "3.5.1",
"estree-walker": "^2.0.2",
- "magic-string": "^0.30.5",
- "postcss": "^8.4.31",
- "source-map-js": "^1.0.2"
+ "magic-string": "^0.30.11",
+ "postcss": "^8.4.44",
+ "source-map-js": "^1.2.0"
}
},
"node_modules/@vue/compiler-ssr": {
- "version": "3.3.8",
- "resolved": "https://registry.npmjs.org/@vue/compiler-ssr/-/compiler-ssr-3.3.8.tgz",
- "integrity": "sha512-hXCqQL/15kMVDBuoBYpUnSYT8doDNwsjvm3jTefnXr+ytn294ySnT8NlsFHmTgKNjwpuFy7XVV8yTeLtNl/P6w==",
+ "version": "3.5.1",
+ "resolved": "https://registry.npmjs.org/@vue/compiler-ssr/-/compiler-ssr-3.5.1.tgz",
+ "integrity": "sha512-C1hpSHQgRM8bg+5XWWD7CkFaVpSn9wZHCLRd10AmxqrH17d4EMP6+XcZpwBOM7H1jeStU5naEapZZWX0kso1tQ==",
"dependencies": {
- "@vue/compiler-dom": "3.3.8",
- "@vue/shared": "3.3.8"
+ "@vue/compiler-dom": "3.5.1",
+ "@vue/shared": "3.5.1"
}
},
"node_modules/@vue/reactivity": {
- "version": "3.3.8",
- "resolved": "https://registry.npmjs.org/@vue/reactivity/-/reactivity-3.3.8.tgz",
- "integrity": "sha512-ctLWitmFBu6mtddPyOKpHg8+5ahouoTCRtmAHZAXmolDtuZXfjL2T3OJ6DL6ezBPQB1SmMnpzjiWjCiMYmpIuw==",
+ "version": "3.1.5",
+ "resolved": "https://registry.npmjs.org/@vue/reactivity/-/reactivity-3.1.5.tgz",
+ "integrity": "sha512-1tdfLmNjWG6t/CsPldh+foumYFo3cpyCHgBYQ34ylaMsJ+SNHQ1kApMIa8jN+i593zQuaw3AdWH0nJTARzCFhg==",
"dependencies": {
- "@vue/shared": "3.3.8"
+ "@vue/shared": "3.1.5"
}
},
- "node_modules/@vue/reactivity-transform": {
- "version": "3.3.8",
- "resolved": "https://registry.npmjs.org/@vue/reactivity-transform/-/reactivity-transform-3.3.8.tgz",
- "integrity": "sha512-49CvBzmZNtcHua0XJ7GdGifM8GOXoUMOX4dD40Y5DxI3R8OUhMlvf2nvgUAcPxaXiV5MQQ1Nwy09ADpnLQUqRw==",
+ "node_modules/@vue/reactivity/node_modules/@vue/shared": {
+ "version": "3.1.5",
+ "resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.1.5.tgz",
+ "integrity": "sha512-oJ4F3TnvpXaQwZJNF3ZK+kLPHKarDmJjJ6jyzVNDKH9md1dptjC7lWR//jrGuLdek/U6iltWxqAnYOu8gCiOvA=="
+ },
+ "node_modules/@vue/runtime-core": {
+ "version": "3.5.1",
+ "resolved": "https://registry.npmjs.org/@vue/runtime-core/-/runtime-core-3.5.1.tgz",
+ "integrity": "sha512-Ce92CCholNRHR3ZtzpRp/7CDGIPFxQ7ElXt9iH91ilK5eOrUv3Z582NWJesuM3aYX71BujVG5/4ypUxigGNxjA==",
"dependencies": {
- "@babel/parser": "^7.23.0",
- "@vue/compiler-core": "3.3.8",
- "@vue/shared": "3.3.8",
- "estree-walker": "^2.0.2",
- "magic-string": "^0.30.5"
+ "@vue/reactivity": "3.5.1",
+ "@vue/shared": "3.5.1"
}
},
- "node_modules/@vue/runtime-core": {
- "version": "3.3.8",
- "resolved": "https://registry.npmjs.org/@vue/runtime-core/-/runtime-core-3.3.8.tgz",
- "integrity": "sha512-qurzOlb6q26KWQ/8IShHkMDOuJkQnQcTIp1sdP4I9MbCf9FJeGVRXJFr2mF+6bXh/3Zjr9TDgURXrsCr9bfjUw==",
+ "node_modules/@vue/runtime-core/node_modules/@vue/reactivity": {
+ "version": "3.5.1",
+ "resolved": "https://registry.npmjs.org/@vue/reactivity/-/reactivity-3.5.1.tgz",
+ "integrity": "sha512-aFE1nMDfbG7V+U5vdOk/NXxH/WX78XuAfX59vWmCM7Ao4lieoc83RkzOAWun61sQXlzNZ4IgROovFBHg+Iz1+Q==",
"dependencies": {
- "@vue/reactivity": "3.3.8",
- "@vue/shared": "3.3.8"
+ "@vue/shared": "3.5.1"
}
},
"node_modules/@vue/runtime-dom": {
- "version": "3.3.8",
- "resolved": "https://registry.npmjs.org/@vue/runtime-dom/-/runtime-dom-3.3.8.tgz",
- "integrity": "sha512-Noy5yM5UIf9UeFoowBVgghyGGPIDPy1Qlqt0yVsUdAVbqI8eeMSsTqBtauaEoT2UFXUk5S64aWVNJN4MJ2vRdA==",
+ "version": "3.5.1",
+ "resolved": "https://registry.npmjs.org/@vue/runtime-dom/-/runtime-dom-3.5.1.tgz",
+ "integrity": "sha512-B/fUJfBLp5PwE0EWNfBYnA4JUea8Yufb3wN8fN0/HzaqBdkiRHh4sFHOjWqIY8GS75gj//8VqeEqhcU6yUjIkA==",
+ "dependencies": {
+ "@vue/reactivity": "3.5.1",
+ "@vue/runtime-core": "3.5.1",
+ "@vue/shared": "3.5.1",
+ "csstype": "^3.1.3"
+ }
+ },
+ "node_modules/@vue/runtime-dom/node_modules/@vue/reactivity": {
+ "version": "3.5.1",
+ "resolved": "https://registry.npmjs.org/@vue/reactivity/-/reactivity-3.5.1.tgz",
+ "integrity": "sha512-aFE1nMDfbG7V+U5vdOk/NXxH/WX78XuAfX59vWmCM7Ao4lieoc83RkzOAWun61sQXlzNZ4IgROovFBHg+Iz1+Q==",
"dependencies": {
- "@vue/runtime-core": "3.3.8",
- "@vue/shared": "3.3.8",
- "csstype": "^3.1.2"
+ "@vue/shared": "3.5.1"
}
},
"node_modules/@vue/server-renderer": {
- "version": "3.3.8",
- "resolved": "https://registry.npmjs.org/@vue/server-renderer/-/server-renderer-3.3.8.tgz",
- "integrity": "sha512-zVCUw7RFskvPuNlPn/8xISbrf0zTWsTSdYTsUTN1ERGGZGVnRxM2QZ3x1OR32+vwkkCm0IW6HmJ49IsPm7ilLg==",
+ "version": "3.5.1",
+ "resolved": "https://registry.npmjs.org/@vue/server-renderer/-/server-renderer-3.5.1.tgz",
+ "integrity": "sha512-C5V/fjQTitgVaRNH5wCoHynaWysjZ+VH68drNsAvQYg4ArHsZUQNz0nHoEWRj41nzqkVn2RUlnWaEOTl2o1Ppg==",
"dependencies": {
- "@vue/compiler-ssr": "3.3.8",
- "@vue/shared": "3.3.8"
+ "@vue/compiler-ssr": "3.5.1",
+ "@vue/shared": "3.5.1"
},
"peerDependencies": {
- "vue": "3.3.8"
+ "vue": "3.5.1"
}
},
"node_modules/@vue/shared": {
- "version": "3.3.8",
- "resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.3.8.tgz",
- "integrity": "sha512-8PGwybFwM4x8pcfgqEQFy70NaQxASvOC5DJwLQfpArw1UDfUXrJkdxD3BhVTMS+0Lef/TU7YO0Jvr0jJY8T+mw=="
+ "version": "3.5.1",
+ "resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.5.1.tgz",
+ "integrity": "sha512-NdcTRoO4KuW2RSFgpE2c+E/R/ZHaRzWPxAGxhmxZaaqLh6nYCXx7lc9a88ioqOCxCaV2SFJmujkxbUScW7dNsQ=="
},
"node_modules/@vueuse/core": {
- "version": "10.6.1",
- "resolved": "https://registry.npmjs.org/@vueuse/core/-/core-10.6.1.tgz",
- "integrity": "sha512-Pc26IJbqgC9VG1u6VY/xrXXfxD33hnvxBnKrLlA2LJlyHII+BSrRoTPJgGYq7qZOu61itITFUnm6QbacwZ4H8Q==",
+ "version": "11.0.3",
+ "resolved": "https://registry.npmjs.org/@vueuse/core/-/core-11.0.3.tgz",
+ "integrity": "sha512-RENlh64+SYA9XMExmmH1a3TPqeIuJBNNB/63GT35MZI+zpru3oMRUA6cEFr9HmGqEgUisurwGwnIieF6qu3aXw==",
"dependencies": {
"@types/web-bluetooth": "^0.0.20",
- "@vueuse/metadata": "10.6.1",
- "@vueuse/shared": "10.6.1",
- "vue-demi": ">=0.14.6"
+ "@vueuse/metadata": "11.0.3",
+ "@vueuse/shared": "11.0.3",
+ "vue-demi": ">=0.14.10"
},
"funding": {
"url": "https://github.com/sponsors/antfu"
}
},
"node_modules/@vueuse/core/node_modules/vue-demi": {
- "version": "0.14.6",
- "resolved": "https://registry.npmjs.org/vue-demi/-/vue-demi-0.14.6.tgz",
- "integrity": "sha512-8QA7wrYSHKaYgUxDA5ZC24w+eHm3sYCbp0EzcDwKqN3p6HqtTCGR/GVsPyZW92unff4UlcSh++lmqDWN3ZIq4w==",
+ "version": "0.14.10",
+ "resolved": "https://registry.npmjs.org/vue-demi/-/vue-demi-0.14.10.tgz",
+ "integrity": "sha512-nMZBOwuzabUO0nLgIcc6rycZEebF6eeUfaiQx9+WSk8e29IbLvPU9feI6tqW4kTo3hvoYAJkMh8n8D0fuISphg==",
"hasInstallScript": true,
"bin": {
"vue-demi-fix": "bin/vue-demi-fix.js",
@@ -4057,28 +4154,28 @@
}
},
"node_modules/@vueuse/metadata": {
- "version": "10.6.1",
- "resolved": "https://registry.npmjs.org/@vueuse/metadata/-/metadata-10.6.1.tgz",
- "integrity": "sha512-qhdwPI65Bgcj23e5lpGfQsxcy0bMjCAsUGoXkJ7DsoeDUdasbZ2DBa4dinFCOER3lF4gwUv+UD2AlA11zdzMFw==",
+ "version": "11.0.3",
+ "resolved": "https://registry.npmjs.org/@vueuse/metadata/-/metadata-11.0.3.tgz",
+ "integrity": "sha512-+FtbO4SD5WpsOcQTcC0hAhNlOid6QNLzqedtquTtQ+CRNBoAt9GuV07c6KNHK1wCmlq8DFPwgiLF2rXwgSHX5Q==",
"funding": {
"url": "https://github.com/sponsors/antfu"
}
},
"node_modules/@vueuse/shared": {
- "version": "10.6.1",
- "resolved": "https://registry.npmjs.org/@vueuse/shared/-/shared-10.6.1.tgz",
- "integrity": "sha512-TECVDTIedFlL0NUfHWncf3zF9Gc4VfdxfQc8JFwoVZQmxpONhLxFrlm0eHQeidHj4rdTPL3KXJa0TZCk1wnc5Q==",
+ "version": "11.0.3",
+ "resolved": "https://registry.npmjs.org/@vueuse/shared/-/shared-11.0.3.tgz",
+ "integrity": "sha512-0rY2m6HS5t27n/Vp5cTDsKTlNnimCqsbh/fmT2LgE+aaU42EMfXo8+bNX91W9I7DDmxfuACXMmrd7d79JxkqWA==",
"dependencies": {
- "vue-demi": ">=0.14.6"
+ "vue-demi": ">=0.14.10"
},
"funding": {
"url": "https://github.com/sponsors/antfu"
}
},
"node_modules/@vueuse/shared/node_modules/vue-demi": {
- "version": "0.14.6",
- "resolved": "https://registry.npmjs.org/vue-demi/-/vue-demi-0.14.6.tgz",
- "integrity": "sha512-8QA7wrYSHKaYgUxDA5ZC24w+eHm3sYCbp0EzcDwKqN3p6HqtTCGR/GVsPyZW92unff4UlcSh++lmqDWN3ZIq4w==",
+ "version": "0.14.10",
+ "resolved": "https://registry.npmjs.org/vue-demi/-/vue-demi-0.14.10.tgz",
+ "integrity": "sha512-nMZBOwuzabUO0nLgIcc6rycZEebF6eeUfaiQx9+WSk8e29IbLvPU9feI6tqW4kTo3hvoYAJkMh8n8D0fuISphg==",
"hasInstallScript": true,
"bin": {
"vue-demi-fix": "bin/vue-demi-fix.js",
@@ -4104,12 +4201,13 @@
"version": "2.0.6",
"resolved": "https://registry.npmjs.org/abab/-/abab-2.0.6.tgz",
"integrity": "sha512-j2afSsaIENvHZN2B8GOpF566vZ5WVk5opAiMTvWgaQT8DkbOqsTfvNAvHoRGU2zzP8cPoqys+xHTRDWW8L+/BA==",
+ "deprecated": "Use your platform's native atob() and btoa() methods instead",
"dev": true
},
"node_modules/acorn": {
- "version": "8.11.2",
- "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.11.2.tgz",
- "integrity": "sha512-nc0Axzp/0FILLEVsm4fNwLCwMttvhEI263QtVPQcbpfZZ3ts0hLsZGOpE6czNlid7CJ9MlyH8reXkpsf3YUY4w==",
+ "version": "8.11.3",
+ "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.11.3.tgz",
+ "integrity": "sha512-Y9rRfJG5jcKOE0CLisYbojUjIrIEE7AGMzA/Sm4BslANhbS+cDMpgBdcPT91oJ7OuJ9hYJBx59RjbhxVnrF8Xg==",
"dev": true,
"bin": {
"acorn": "bin/acorn"
@@ -4138,9 +4236,9 @@
}
},
"node_modules/acorn-walk": {
- "version": "8.2.0",
- "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.2.0.tgz",
- "integrity": "sha512-k+iyHEuPgSw6SbuDpGQM+06HQUa04DZ3o+F6CSzXMvvI5KMvnaEqXe+YVe555R9nn6GPt404fos4wcgpw12SDA==",
+ "version": "8.3.2",
+ "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.3.2.tgz",
+ "integrity": "sha512-cjkyv4OtNCIeqhHrfS81QWXoCBPExR/J62oyEqepVw8WaQeSqpW2uhuLPh1m9eWhDuOo/jUXVTlifvesOWp/4A==",
"dev": true,
"engines": {
"node": ">=0.4.0"
@@ -4188,26 +4286,13 @@
}
},
"node_modules/alpinejs": {
- "version": "3.13.3",
- "resolved": "https://registry.npmjs.org/alpinejs/-/alpinejs-3.13.3.tgz",
- "integrity": "sha512-WZ6WQjkAOl+WdW/jukzNHq9zHFDNKmkk/x6WF7WdyNDD6woinrfXCVsZXm0galjbco+pEpYmJLtwlZwcOfIVdg==",
+ "version": "3.14.1",
+ "resolved": "https://registry.npmjs.org/alpinejs/-/alpinejs-3.14.1.tgz",
+ "integrity": "sha512-ICar8UsnRZAYvv/fCNfNeKMXNoXGUfwHrjx7LqXd08zIP95G2d9bAOuaL97re+1mgt/HojqHsfdOLo/A5LuWgQ==",
"dependencies": {
"@vue/reactivity": "~3.1.1"
}
},
- "node_modules/alpinejs/node_modules/@vue/reactivity": {
- "version": "3.1.5",
- "resolved": "https://registry.npmjs.org/@vue/reactivity/-/reactivity-3.1.5.tgz",
- "integrity": "sha512-1tdfLmNjWG6t/CsPldh+foumYFo3cpyCHgBYQ34ylaMsJ+SNHQ1kApMIa8jN+i593zQuaw3AdWH0nJTARzCFhg==",
- "dependencies": {
- "@vue/shared": "3.1.5"
- }
- },
- "node_modules/alpinejs/node_modules/@vue/shared": {
- "version": "3.1.5",
- "resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.1.5.tgz",
- "integrity": "sha512-oJ4F3TnvpXaQwZJNF3ZK+kLPHKarDmJjJ6jyzVNDKH9md1dptjC7lWR//jrGuLdek/U6iltWxqAnYOu8gCiOvA=="
- },
"node_modules/ansi-align": {
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/ansi-align/-/ansi-align-3.0.1.tgz",
@@ -4321,6 +4406,12 @@
"readable-stream": "^2.0.6"
}
},
+ "node_modules/are-we-there-yet/node_modules/isarray": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
+ "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==",
+ "dev": true
+ },
"node_modules/are-we-there-yet/node_modules/readable-stream": {
"version": "2.3.8",
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz",
@@ -4359,7 +4450,8 @@
"node_modules/argparse": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
- "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q=="
+ "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
+ "dev": true
},
"node_modules/arr-diff": {
"version": "4.0.0",
@@ -4386,13 +4478,16 @@
}
},
"node_modules/array-buffer-byte-length": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/array-buffer-byte-length/-/array-buffer-byte-length-1.0.0.tgz",
- "integrity": "sha512-LPuwb2P+NrQw3XhxGc36+XSvuBPopovXYTR9Ew++Du9Yb/bx5AzBfrIsBoj0EZUifjQU+sHL21sseZ3jerWO/A==",
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/array-buffer-byte-length/-/array-buffer-byte-length-1.0.1.tgz",
+ "integrity": "sha512-ahC5W1xgou+KTXix4sAO8Ki12Q+jf4i0+tmk3sC+zgcynshkHxzpXdImBehiUYKKKDwvfFiJl1tZt6ewscS1Mg==",
"dev": true,
"dependencies": {
- "call-bind": "^1.0.2",
- "is-array-buffer": "^3.0.1"
+ "call-bind": "^1.0.5",
+ "is-array-buffer": "^3.0.4"
+ },
+ "engines": {
+ "node": ">= 0.4"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
@@ -4407,15 +4502,16 @@
}
},
"node_modules/array-includes": {
- "version": "3.1.7",
- "resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.7.tgz",
- "integrity": "sha512-dlcsNBIiWhPkHdOEEKnehA+RNUWDc4UqFtnIXU4uuYDPtA4LDkr7qip2p0VvFAEXNDr0yWZ9PJyIRiGjRLQzwQ==",
+ "version": "3.1.8",
+ "resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.8.tgz",
+ "integrity": "sha512-itaWrbYbqpGXkGhZPGUulwnhVf5Hpy1xiCFsGqyIGglbBxmG5vSjxQen3/WGOjPpNEv1RtBLKxbmVXm8HpJStQ==",
"dev": true,
"dependencies": {
- "call-bind": "^1.0.2",
- "define-properties": "^1.2.0",
- "es-abstract": "^1.22.1",
- "get-intrinsic": "^1.2.1",
+ "call-bind": "^1.0.7",
+ "define-properties": "^1.2.1",
+ "es-abstract": "^1.23.2",
+ "es-object-atoms": "^1.0.0",
+ "get-intrinsic": "^1.2.4",
"is-string": "^1.0.7"
},
"engines": {
@@ -4451,16 +4547,17 @@
}
},
"node_modules/array.prototype.findlastindex": {
- "version": "1.2.3",
- "resolved": "https://registry.npmjs.org/array.prototype.findlastindex/-/array.prototype.findlastindex-1.2.3.tgz",
- "integrity": "sha512-LzLoiOMAxvy+Gd3BAq3B7VeIgPdo+Q8hthvKtXybMvRV0jrXfJM/t8mw7nNlpEcVlVUnCnM2KSX4XU5HmpodOA==",
+ "version": "1.2.5",
+ "resolved": "https://registry.npmjs.org/array.prototype.findlastindex/-/array.prototype.findlastindex-1.2.5.tgz",
+ "integrity": "sha512-zfETvRFA8o7EiNn++N5f/kaCw221hrpGsDmcpndVupkPzEc1Wuf3VgC0qby1BbHs7f5DVYjgtEU2LLh5bqeGfQ==",
"dev": true,
"dependencies": {
- "call-bind": "^1.0.2",
- "define-properties": "^1.2.0",
- "es-abstract": "^1.22.1",
- "es-shim-unscopables": "^1.0.0",
- "get-intrinsic": "^1.2.1"
+ "call-bind": "^1.0.7",
+ "define-properties": "^1.2.1",
+ "es-abstract": "^1.23.2",
+ "es-errors": "^1.3.0",
+ "es-object-atoms": "^1.0.0",
+ "es-shim-unscopables": "^1.0.2"
},
"engines": {
"node": ">= 0.4"
@@ -4506,17 +4603,18 @@
}
},
"node_modules/arraybuffer.prototype.slice": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/arraybuffer.prototype.slice/-/arraybuffer.prototype.slice-1.0.2.tgz",
- "integrity": "sha512-yMBKppFur/fbHu9/6USUe03bZ4knMYiwFBcyiaXB8Go0qNehwX6inYPzK9U0NeQvGxKthcmHcaR8P5MStSRBAw==",
+ "version": "1.0.3",
+ "resolved": "https://registry.npmjs.org/arraybuffer.prototype.slice/-/arraybuffer.prototype.slice-1.0.3.tgz",
+ "integrity": "sha512-bMxMKAjg13EBSVscxTaYA4mRc5t1UAXa2kXiGTNfZ079HIWXEkKmkgFrh/nJqamaLSrXO5H4WFFkPEaLJWbs3A==",
"dev": true,
"dependencies": {
- "array-buffer-byte-length": "^1.0.0",
- "call-bind": "^1.0.2",
- "define-properties": "^1.2.0",
- "es-abstract": "^1.22.1",
- "get-intrinsic": "^1.2.1",
- "is-array-buffer": "^3.0.2",
+ "array-buffer-byte-length": "^1.0.1",
+ "call-bind": "^1.0.5",
+ "define-properties": "^1.2.1",
+ "es-abstract": "^1.22.3",
+ "es-errors": "^1.2.1",
+ "get-intrinsic": "^1.2.3",
+ "is-array-buffer": "^3.0.4",
"is-shared-array-buffer": "^1.0.2"
},
"engines": {
@@ -4597,9 +4695,9 @@
}
},
"node_modules/asset-resolver/node_modules/cacheable-request": {
- "version": "7.0.2",
- "resolved": "https://registry.npmjs.org/cacheable-request/-/cacheable-request-7.0.2.tgz",
- "integrity": "sha512-pouW8/FmiPQbuGpkXQ9BAPv/Mo5xDGANgSNXzTzJ8DrKGuXOssM4wIQRjfanNRh3Yu5cfYPvcorqbhg2KIJtew==",
+ "version": "7.0.4",
+ "resolved": "https://registry.npmjs.org/cacheable-request/-/cacheable-request-7.0.4.tgz",
+ "integrity": "sha512-v+p6ongsrp0yTGbJXjgxPow2+DL93DASP4kXCDKb8/bwRtt9OEF3whggkkDkGNzgcWy2XaF4a8nZglC7uElscg==",
"dev": true,
"dependencies": {
"clone-response": "^1.0.2",
@@ -4647,6 +4745,19 @@
"node": ">=10"
}
},
+ "node_modules/asset-resolver/node_modules/find-up": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
+ "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
+ "dev": true,
+ "dependencies": {
+ "locate-path": "^5.0.0",
+ "path-exists": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
"node_modules/asset-resolver/node_modules/got": {
"version": "11.8.6",
"resolved": "https://registry.npmjs.org/got/-/got-11.8.6.tgz",
@@ -4672,25 +4783,16 @@
"url": "https://github.com/sindresorhus/got?sponsor=1"
}
},
- "node_modules/asset-resolver/node_modules/hosted-git-info": {
- "version": "2.8.9",
- "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.9.tgz",
- "integrity": "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==",
- "dev": true
- },
- "node_modules/asset-resolver/node_modules/json-buffer": {
- "version": "3.0.1",
- "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz",
- "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==",
- "dev": true
- },
- "node_modules/asset-resolver/node_modules/keyv": {
- "version": "4.5.2",
- "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.2.tgz",
- "integrity": "sha512-5MHbFaKn8cNSmVW7BYnijeAVlE4cYA/SVkifVgrh7yotnfhKmjuXpDKjrABLnT0SfHWV21P8ow07OGfRrNDg8g==",
+ "node_modules/asset-resolver/node_modules/locate-path": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
+ "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
"dev": true,
"dependencies": {
- "json-buffer": "3.0.1"
+ "p-locate": "^4.1.0"
+ },
+ "engines": {
+ "node": ">=8"
}
},
"node_modules/asset-resolver/node_modules/lowercase-keys": {
@@ -4739,18 +4841,6 @@
"url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/asset-resolver/node_modules/normalize-package-data": {
- "version": "2.5.0",
- "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz",
- "integrity": "sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==",
- "dev": true,
- "dependencies": {
- "hosted-git-info": "^2.1.4",
- "resolve": "^1.10.0",
- "semver": "2 || 3 || 4 || 5",
- "validate-npm-package-license": "^3.0.1"
- }
- },
"node_modules/asset-resolver/node_modules/normalize-url": {
"version": "6.1.0",
"resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-6.1.0.tgz",
@@ -4772,6 +4862,83 @@
"node": ">=8"
}
},
+ "node_modules/asset-resolver/node_modules/p-limit": {
+ "version": "2.3.0",
+ "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
+ "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
+ "dev": true,
+ "dependencies": {
+ "p-try": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=6"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/asset-resolver/node_modules/p-locate": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz",
+ "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
+ "dev": true,
+ "dependencies": {
+ "p-limit": "^2.2.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/asset-resolver/node_modules/read-pkg": {
+ "version": "5.2.0",
+ "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-5.2.0.tgz",
+ "integrity": "sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==",
+ "dev": true,
+ "dependencies": {
+ "@types/normalize-package-data": "^2.4.0",
+ "normalize-package-data": "^2.5.0",
+ "parse-json": "^5.0.0",
+ "type-fest": "^0.6.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/asset-resolver/node_modules/read-pkg-up": {
+ "version": "7.0.1",
+ "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-7.0.1.tgz",
+ "integrity": "sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg==",
+ "dev": true,
+ "dependencies": {
+ "find-up": "^4.1.0",
+ "read-pkg": "^5.2.0",
+ "type-fest": "^0.8.1"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/asset-resolver/node_modules/read-pkg-up/node_modules/type-fest": {
+ "version": "0.8.1",
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.8.1.tgz",
+ "integrity": "sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==",
+ "dev": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/asset-resolver/node_modules/read-pkg/node_modules/type-fest": {
+ "version": "0.6.0",
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.6.0.tgz",
+ "integrity": "sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg==",
+ "dev": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
"node_modules/asset-resolver/node_modules/responselike": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/responselike/-/responselike-2.0.1.tgz",
@@ -4784,15 +4951,6 @@
"url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/asset-resolver/node_modules/semver": {
- "version": "5.7.1",
- "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz",
- "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==",
- "dev": true,
- "bin": {
- "semver": "bin/semver"
- }
- },
"node_modules/asset-resolver/node_modules/type-fest": {
"version": "0.13.1",
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.13.1.tgz",
@@ -4826,17 +4984,6 @@
"node": ">=0.10.0"
}
},
- "node_modules/ast-types": {
- "version": "0.13.4",
- "resolved": "https://registry.npmjs.org/ast-types/-/ast-types-0.13.4.tgz",
- "integrity": "sha512-x1FCFnFifvYDDzTaLII71vG5uvDwgtmDTEVWAxrgeiR8VjMONcCXJx7E+USjDtHlwFmt9MysbqgF9b9Vjr6w+w==",
- "dependencies": {
- "tslib": "^2.0.1"
- },
- "engines": {
- "node": ">=4"
- }
- },
"node_modules/astral-regex": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/astral-regex/-/astral-regex-2.0.0.tgz",
@@ -4847,9 +4994,9 @@
}
},
"node_modules/async": {
- "version": "3.2.4",
- "resolved": "https://registry.npmjs.org/async/-/async-3.2.4.tgz",
- "integrity": "sha512-iAB+JbDEGXhyIUavoDl9WP/Jj106Kz9DEn1DPgYw5ruDn0e3Wgi3sKFm55sASdGBNOQB8F59d9qQ7deqrHA8wQ==",
+ "version": "3.2.5",
+ "resolved": "https://registry.npmjs.org/async/-/async-3.2.5.tgz",
+ "integrity": "sha512-baNZyqaaLhyLVKm/DlvdW051MSgO6b8eVfIezl9E5PqWxFgzLm/wQntEW4zOytVburDEr0JlALEpdOFwvErLsg==",
"dev": true
},
"node_modules/async-limiter": {
@@ -4893,9 +5040,9 @@
}
},
"node_modules/autoprefixer": {
- "version": "10.4.16",
- "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.16.tgz",
- "integrity": "sha512-7vd3UC6xKp0HLfua5IjZlcXvGAGy7cBAXTg2lyQ/8WpNhd6SiZ8Be+xm3FyBSYJx5GKcpRCzBh7RH4/0dnY+uQ==",
+ "version": "10.4.20",
+ "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.20.tgz",
+ "integrity": "sha512-XY25y5xSv/wEoqzDyXXME4AFfkZI0P23z6Fs3YgymDnKJkCGOnkL0iTxCa85UTqaSgfcqyf3UA6+c7wUvx/16g==",
"dev": true,
"funding": [
{
@@ -4912,11 +5059,11 @@
}
],
"dependencies": {
- "browserslist": "^4.21.10",
- "caniuse-lite": "^1.0.30001538",
- "fraction.js": "^4.3.6",
+ "browserslist": "^4.23.3",
+ "caniuse-lite": "^1.0.30001646",
+ "fraction.js": "^4.3.7",
"normalize-range": "^0.1.2",
- "picocolors": "^1.0.0",
+ "picocolors": "^1.0.1",
"postcss-value-parser": "^4.2.0"
},
"bin": {
@@ -4930,10 +5077,13 @@
}
},
"node_modules/available-typed-arrays": {
- "version": "1.0.5",
- "resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.5.tgz",
- "integrity": "sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw==",
+ "version": "1.0.7",
+ "resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.7.tgz",
+ "integrity": "sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==",
"dev": true,
+ "dependencies": {
+ "possible-typed-array-names": "^1.0.0"
+ },
"engines": {
"node": ">= 0.4"
},
@@ -4966,20 +5116,15 @@
}
},
"node_modules/axios": {
- "version": "1.6.2",
- "resolved": "https://registry.npmjs.org/axios/-/axios-1.6.2.tgz",
- "integrity": "sha512-7i24Ri4pmDRfJTR7LDBhsOTtcm+9kjX5WiY1X3wIisx6G9So3pfMkEiU7emUBe46oceVImccTEM3k6C5dbVW8A==",
+ "version": "1.7.7",
+ "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.7.tgz",
+ "integrity": "sha512-S4kL7XrjgBmvdGut0sN3yJxqYzrDOnivkBiN0OFs6hLiUam3UPvswUo0kqGyhqUZGEOytHyumEdXsAkgCOUf3Q==",
"dependencies": {
- "follow-redirects": "^1.15.0",
+ "follow-redirects": "^1.15.6",
"form-data": "^4.0.0",
"proxy-from-env": "^1.1.0"
}
},
- "node_modules/b4a": {
- "version": "1.6.4",
- "resolved": "https://registry.npmjs.org/b4a/-/b4a-1.6.4.tgz",
- "integrity": "sha512-fpWrvyVHEKyeEvbKZTVOeZF3VSKKWtJxFIxX/jaVPf+cLbGUSitjb49pHLqPV2BUNNZ0LcoeEGfE/YCpyDYHIw=="
- },
"node_modules/babel-code-frame": {
"version": "6.26.0",
"resolved": "https://registry.npmjs.org/babel-code-frame/-/babel-code-frame-6.26.0.tgz",
@@ -5062,13 +5207,13 @@
}
},
"node_modules/babel-plugin-polyfill-corejs2": {
- "version": "0.4.6",
- "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.6.tgz",
- "integrity": "sha512-jhHiWVZIlnPbEUKSSNb9YoWcQGdlTLq7z1GHL4AjFxaoOUMuuEVJ+Y4pAaQUGOGk93YsVCKPbqbfw3m0SM6H8Q==",
+ "version": "0.4.11",
+ "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.11.tgz",
+ "integrity": "sha512-sMEJ27L0gRHShOh5G54uAAPaiCOygY/5ratXuiyb2G46FmlSpc9eFCzYVyDiPxfNbwzA7mYahmjQc5q+CZQ09Q==",
"dev": true,
"dependencies": {
"@babel/compat-data": "^7.22.6",
- "@babel/helper-define-polyfill-provider": "^0.4.3",
+ "@babel/helper-define-polyfill-provider": "^0.6.2",
"semver": "^6.3.1"
},
"peerDependencies": {
@@ -5085,25 +5230,25 @@
}
},
"node_modules/babel-plugin-polyfill-corejs3": {
- "version": "0.8.6",
- "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.8.6.tgz",
- "integrity": "sha512-leDIc4l4tUgU7str5BWLS2h8q2N4Nf6lGZP6UrNDxdtfF2g69eJ5L0H7S8A5Ln/arfFAfHor5InAdZuIOwZdgQ==",
+ "version": "0.10.6",
+ "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.10.6.tgz",
+ "integrity": "sha512-b37+KR2i/khY5sKmWNVQAnitvquQbNdWy6lJdsr0kmquCKEEUgMKK4SboVM3HtfnZilfjr4MMQ7vY58FVWDtIA==",
"dev": true,
"dependencies": {
- "@babel/helper-define-polyfill-provider": "^0.4.3",
- "core-js-compat": "^3.33.1"
+ "@babel/helper-define-polyfill-provider": "^0.6.2",
+ "core-js-compat": "^3.38.0"
},
"peerDependencies": {
"@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
}
},
"node_modules/babel-plugin-polyfill-regenerator": {
- "version": "0.5.3",
- "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.5.3.tgz",
- "integrity": "sha512-8sHeDOmXC8csczMrYEOf0UTNa4yE2SxV5JGeT/LP1n0OYVDUUFPxG9vdk2AlDlIit4t+Kf0xCtpgXPBwnn/9pw==",
+ "version": "0.6.2",
+ "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.6.2.tgz",
+ "integrity": "sha512-2R25rQZWP63nGwaAswvDazbPXfrM3HwVoBXK6HcqeKrSrL/JqcC/rDcf95l4r7LXLyxDXc8uQDa064GubtCABg==",
"dev": true,
"dependencies": {
- "@babel/helper-define-polyfill-provider": "^0.4.3"
+ "@babel/helper-define-polyfill-provider": "^0.6.2"
},
"peerDependencies": {
"@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
@@ -5222,6 +5367,13 @@
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
"integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw=="
},
+ "node_modules/bare-events": {
+ "version": "2.2.2",
+ "resolved": "https://registry.npmjs.org/bare-events/-/bare-events-2.2.2.tgz",
+ "integrity": "sha512-h7z00dWdG0PYOQEvChhOSWvOfkIKsdZGkWr083FgN/HyoQuebSew/cgirYqh9SCuy/hRvxc5Vy6Fw8xAmYHLkQ==",
+ "dev": true,
+ "optional": true
+ },
"node_modules/base": {
"version": "0.11.2",
"resolved": "https://registry.npmjs.org/base/-/base-0.11.2.tgz",
@@ -5254,6 +5406,7 @@
"version": "1.5.1",
"resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz",
"integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==",
+ "dev": true,
"funding": [
{
"type": "github",
@@ -5269,14 +5422,6 @@
}
]
},
- "node_modules/basic-ftp": {
- "version": "5.0.3",
- "resolved": "https://registry.npmjs.org/basic-ftp/-/basic-ftp-5.0.3.tgz",
- "integrity": "sha512-QHX8HLlncOLpy54mh+k/sWIFd0ThmRqwe9ZjELybGZK+tZ8rUb9VO0saKJUROTbE+KhzDUT7xziGpGrW8Kmd+g==",
- "engines": {
- "node": ">=10.0.0"
- }
- },
"node_modules/bcrypt-pbkdf": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz",
@@ -5301,15 +5446,6 @@
"node": ">= 8.0.0"
}
},
- "node_modules/big-integer": {
- "version": "1.6.51",
- "resolved": "https://registry.npmjs.org/big-integer/-/big-integer-1.6.51.tgz",
- "integrity": "sha512-GPEid2Y9QU1Exl1rpO9B2IPJGHPSupF5GnVIP0blYvNOMer2bTvSWs1jGOUg04hTmu67nmLsQ9TBo1puaotBHg==",
- "dev": true,
- "engines": {
- "node": ">=0.6"
- }
- },
"node_modules/bignumber.js": {
"version": "2.4.0",
"resolved": "https://registry.npmjs.org/bignumber.js/-/bignumber.js-2.4.0.tgz",
@@ -5320,11 +5456,14 @@
}
},
"node_modules/binary-extensions": {
- "version": "2.2.0",
- "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz",
- "integrity": "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==",
+ "version": "2.3.0",
+ "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.3.0.tgz",
+ "integrity": "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==",
"engines": {
"node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/bl": {
@@ -5469,42 +5608,29 @@
"node": ">=8"
}
},
- "node_modules/bplist-parser": {
- "version": "0.2.0",
- "resolved": "https://registry.npmjs.org/bplist-parser/-/bplist-parser-0.2.0.tgz",
- "integrity": "sha512-z0M+byMThzQmD9NILRniCUXYsYpjwnlO8N5uCFaCqIOpqRsJCrQL9NK3JsD67CN5a08nF5oIL2bD6loTdHOuKw==",
- "dev": true,
- "dependencies": {
- "big-integer": "^1.6.44"
- },
- "engines": {
- "node": ">= 5.10.0"
- }
- },
"node_modules/brace-expansion": {
- "version": "1.1.11",
- "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
- "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
+ "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
"dependencies": {
- "balanced-match": "^1.0.0",
- "concat-map": "0.0.1"
+ "balanced-match": "^1.0.0"
}
},
"node_modules/braces": {
- "version": "3.0.2",
- "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz",
- "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==",
+ "version": "3.0.3",
+ "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz",
+ "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
"dependencies": {
- "fill-range": "^7.0.1"
+ "fill-range": "^7.1.1"
},
"engines": {
"node": ">=8"
}
},
"node_modules/browserslist": {
- "version": "4.22.1",
- "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.22.1.tgz",
- "integrity": "sha512-FEVc202+2iuClEhZhrWy6ZiAcRLvNMyYcxZ8raemul1DYVOVdFsbqckWLdsixQZCpJlwe77Z3UTalE7jsjnKfQ==",
+ "version": "4.23.3",
+ "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.23.3.tgz",
+ "integrity": "sha512-btwCFJVjI4YWDNfau8RhZ+B1Q/VLoUITrm3RlP6y1tYGWIOa+InuYiRGXUBXo8nA1qKmHMyLB/iVQg5TT4eFoA==",
"dev": true,
"funding": [
{
@@ -5521,10 +5647,10 @@
}
],
"dependencies": {
- "caniuse-lite": "^1.0.30001541",
- "electron-to-chromium": "^1.4.535",
- "node-releases": "^2.0.13",
- "update-browserslist-db": "^1.0.13"
+ "caniuse-lite": "^1.0.30001646",
+ "electron-to-chromium": "^1.5.4",
+ "node-releases": "^2.0.18",
+ "update-browserslist-db": "^1.1.0"
},
"bin": {
"browserslist": "cli.js"
@@ -5533,15 +5659,34 @@
"node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
}
},
- "node_modules/buffer": {
- "version": "5.7.1",
- "resolved": "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz",
- "integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==",
- "funding": [
- {
- "type": "github",
- "url": "https://github.com/sponsors/feross"
- },
+ "node_modules/browserslist-to-esbuild": {
+ "version": "2.1.1",
+ "resolved": "https://registry.npmjs.org/browserslist-to-esbuild/-/browserslist-to-esbuild-2.1.1.tgz",
+ "integrity": "sha512-KN+mty6C3e9AN8Z5dI1xeN15ExcRNeISoC3g7V0Kax/MMF9MSoYA2G7lkTTcVUFntiEjkpI0HNgqJC1NjdyNUw==",
+ "dev": true,
+ "dependencies": {
+ "meow": "^13.0.0"
+ },
+ "bin": {
+ "browserslist-to-esbuild": "cli/index.js"
+ },
+ "engines": {
+ "node": ">=18"
+ },
+ "peerDependencies": {
+ "browserslist": "*"
+ }
+ },
+ "node_modules/buffer": {
+ "version": "5.7.1",
+ "resolved": "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz",
+ "integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==",
+ "dev": true,
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/feross"
+ },
{
"type": "patreon",
"url": "https://www.patreon.com/feross"
@@ -5574,6 +5719,7 @@
"version": "0.2.13",
"resolved": "https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-0.2.13.tgz",
"integrity": "sha512-VO9Ht/+p3SN7SKWqcrgEzjGbRSJYTx+Q1pTQC0wrWqHx0vpJraQ6GtHx8tvcg1rlK1byhU5gccxgOgj7B0TDkQ==",
+ "dev": true,
"engines": {
"node": "*"
}
@@ -5610,21 +5756,6 @@
"url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/bundle-name": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/bundle-name/-/bundle-name-3.0.0.tgz",
- "integrity": "sha512-PKA4BeSvBpQKQ8iPOGCSiell+N8P+Tf1DlwqmYhpe2gAhKPHn8EYOxVT+ShuGmhg8lN8XiSlS80yiExKXrURlw==",
- "dev": true,
- "dependencies": {
- "run-applescript": "^5.0.0"
- },
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
"node_modules/cache-base": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/cache-base/-/cache-base-1.0.1.tgz",
@@ -5671,6 +5802,21 @@
"node": ">=8"
}
},
+ "node_modules/cacheable-request/node_modules/json-buffer": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.0.tgz",
+ "integrity": "sha512-CuUqjv0FUZIdXkHPI8MezCnFCdaTAacej1TZYulLoAg1h/PhwkdXFN4V/gzY4g+fMBCOV2xF+rp7t2XD2ns/NQ==",
+ "dev": true
+ },
+ "node_modules/cacheable-request/node_modules/keyv": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/keyv/-/keyv-3.1.0.tgz",
+ "integrity": "sha512-9ykJ/46SN/9KPM/sichzQ7OvXyGDYKGTaDlKMGCAlg2UK8KRy4jb0d8sFc+0Tt0YYnThq8X2RZgCg74RPxgcVA==",
+ "dev": true,
+ "dependencies": {
+ "json-buffer": "3.0.0"
+ }
+ },
"node_modules/cacheable-request/node_modules/lowercase-keys": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-2.0.0.tgz",
@@ -5681,23 +5827,28 @@
}
},
"node_modules/cachedir": {
- "version": "2.3.0",
- "resolved": "https://registry.npmjs.org/cachedir/-/cachedir-2.3.0.tgz",
- "integrity": "sha512-A+Fezp4zxnit6FanDmv9EqXNAi3vt9DWp51/71UEhXukb7QUuvtv9344h91dyAxuTLoSYJFU299qzR3tzwPAhw==",
+ "version": "2.4.0",
+ "resolved": "https://registry.npmjs.org/cachedir/-/cachedir-2.4.0.tgz",
+ "integrity": "sha512-9EtFOZR8g22CL7BWjJ9BUx1+A/djkofnyW3aOXZORNW2kxoUpx2h+uN2cOqwPmFhnpVmxg+KW2OjOSgChTEvsQ==",
"dev": true,
"engines": {
"node": ">=6"
}
},
"node_modules/call-bind": {
- "version": "1.0.5",
- "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.5.tgz",
- "integrity": "sha512-C3nQxfFZxFRVoJoGKKI8y3MOEo129NQ+FgQ08iye+Mk4zNZZGdjfs06bVTr+DBSlA66Q2VEcMki/cUCP4SercQ==",
+ "version": "1.0.7",
+ "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.7.tgz",
+ "integrity": "sha512-GHTSNSYICQ7scH7sZ+M2rFopRoLh8t2bLSW6BbgrtLsahOIB5iyAVJf9GjWK3cYTDaMj4XdBpM1cA6pIS0Kv2w==",
"dev": true,
"dependencies": {
+ "es-define-property": "^1.0.0",
+ "es-errors": "^1.3.0",
"function-bind": "^1.1.2",
- "get-intrinsic": "^1.2.1",
- "set-function-length": "^1.1.1"
+ "get-intrinsic": "^1.2.4",
+ "set-function-length": "^1.2.1"
+ },
+ "engines": {
+ "node": ">= 0.4"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
@@ -5736,6 +5887,7 @@
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz",
"integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==",
+ "dev": true,
"engines": {
"node": ">=6"
}
@@ -5786,10 +5938,19 @@
"node": ">=6"
}
},
+ "node_modules/camelcase-keys/node_modules/quick-lru": {
+ "version": "4.0.1",
+ "resolved": "https://registry.npmjs.org/quick-lru/-/quick-lru-4.0.1.tgz",
+ "integrity": "sha512-ARhCpm70fzdcvNQfPoy49IaanKkTlRWF2JMzqhcJbhSFRZv7nPTvZJdcY7301IPmvW+/p0RgIWnQDLJxifsQ7g==",
+ "dev": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
"node_modules/caniuse-lite": {
- "version": "1.0.30001563",
- "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001563.tgz",
- "integrity": "sha512-na2WUmOxnwIZtwnFI2CZ/3er0wdNzU7hN+cPYz/z2ajHThnkWjNBOpEPP4n+4r2WPM847JaMotaJE3bnfzjyKw==",
+ "version": "1.0.30001655",
+ "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001655.tgz",
+ "integrity": "sha512-jRGVy3iSGO5Uutn2owlb5gR6qsGngTw9ZTb4ali9f3glshcNmJ2noam4Mo9zia5P9Dk3jNNydy7vQjuE5dQmfg==",
"dev": true,
"funding": [
{
@@ -5849,9 +6010,9 @@
}
},
"node_modules/check-types": {
- "version": "11.2.2",
- "resolved": "https://registry.npmjs.org/check-types/-/check-types-11.2.2.tgz",
- "integrity": "sha512-HBiYvXvn9Z70Z88XKjz3AEKd4HJhBXsa3j7xFnITAzoS8+q6eIGi8qDB8FKPBAjtuxjI/zFpwuiCb8oDtKOYrA==",
+ "version": "11.2.3",
+ "resolved": "https://registry.npmjs.org/check-types/-/check-types-11.2.3.tgz",
+ "integrity": "sha512-+67P1GkJRaxQD6PKK0Et9DhwQB+vGg3PM5+aavopCpZT1lj9jeqfvpgTLAWErNj8qApkkmXlu/Ug74kmhagkXg==",
"dev": true
},
"node_modules/cheerio": {
@@ -5893,15 +6054,9 @@
}
},
"node_modules/chokidar": {
- "version": "3.5.3",
- "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.3.tgz",
- "integrity": "sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==",
- "funding": [
- {
- "type": "individual",
- "url": "https://paulmillr.com/funding/"
- }
- ],
+ "version": "3.6.0",
+ "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz",
+ "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==",
"dependencies": {
"anymatch": "~3.1.2",
"braces": "~3.0.2",
@@ -5914,6 +6069,9 @@
"engines": {
"node": ">= 8.10.0"
},
+ "funding": {
+ "url": "https://paulmillr.com/funding/"
+ },
"optionalDependencies": {
"fsevents": "~2.3.2"
}
@@ -5962,22 +6120,10 @@
"url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/chromium-bidi": {
- "version": "0.5.1",
- "resolved": "https://registry.npmjs.org/chromium-bidi/-/chromium-bidi-0.5.1.tgz",
- "integrity": "sha512-dcCqOgq9fHKExc2R4JZs/oKbOghWpUNFAJODS8WKRtLhp3avtIH5UDCBrutdqZdh3pARogH8y1ObXm87emwb3g==",
- "dependencies": {
- "mitt": "3.0.1",
- "urlpattern-polyfill": "9.0.0"
- },
- "peerDependencies": {
- "devtools-protocol": "*"
- }
- },
"node_modules/ci-info": {
- "version": "3.8.0",
- "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.8.0.tgz",
- "integrity": "sha512-eXTggHWSooYhq49F2opQhuHWgzucfF2YgODK4e1566GQs5BIfP30B0oenwBJHfWxAs2fyPB1s7Mg949zLf61Yw==",
+ "version": "3.9.0",
+ "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.9.0.tgz",
+ "integrity": "sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ==",
"dev": true,
"funding": [
{
@@ -6014,75 +6160,22 @@
"node": ">=0.10.0"
}
},
- "node_modules/class-utils/node_modules/is-accessor-descriptor": {
- "version": "0.1.6",
- "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz",
- "integrity": "sha512-e1BM1qnDbMRG3ll2U9dSK0UMHuWOs3pY3AtcFsmvwPtKL3MML/Q86i+GilLfvqEs4GW+ExB91tQ3Ig9noDIZ+A==",
- "dependencies": {
- "kind-of": "^3.0.2"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/class-utils/node_modules/is-accessor-descriptor/node_modules/kind-of": {
- "version": "3.2.2",
- "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
- "integrity": "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==",
- "dependencies": {
- "is-buffer": "^1.1.5"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/class-utils/node_modules/is-data-descriptor": {
- "version": "0.1.4",
- "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz",
- "integrity": "sha512-+w9D5ulSoBNlmw9OHn3U2v51SyoCd0he+bB3xMl62oijhrspxowjU+AIcDY0N3iEJbUEkB15IlMASQsxYigvXg==",
- "dependencies": {
- "kind-of": "^3.0.2"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/class-utils/node_modules/is-data-descriptor/node_modules/kind-of": {
- "version": "3.2.2",
- "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
- "integrity": "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==",
- "dependencies": {
- "is-buffer": "^1.1.5"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
"node_modules/class-utils/node_modules/is-descriptor": {
- "version": "0.1.6",
- "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.6.tgz",
- "integrity": "sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg==",
+ "version": "0.1.7",
+ "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.7.tgz",
+ "integrity": "sha512-C3grZTvObeN1xud4cRWl366OMXZTj0+HGyk4hvfpx4ZHt1Pb60ANSXqCK7pdOTeUQpRzECBSTphqvD7U+l22Eg==",
"dependencies": {
- "is-accessor-descriptor": "^0.1.6",
- "is-data-descriptor": "^0.1.4",
- "kind-of": "^5.0.0"
+ "is-accessor-descriptor": "^1.0.1",
+ "is-data-descriptor": "^1.0.1"
},
"engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/class-utils/node_modules/kind-of": {
- "version": "5.1.0",
- "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-5.1.0.tgz",
- "integrity": "sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw==",
- "engines": {
- "node": ">=0.10.0"
+ "node": ">= 0.4"
}
},
"node_modules/clean-css": {
- "version": "5.3.2",
- "resolved": "https://registry.npmjs.org/clean-css/-/clean-css-5.3.2.tgz",
- "integrity": "sha512-JVJbM+f3d3Q704rF4bqQ5UUyTtuJ0JRKNbTKVEeujCCBoMdkEi+V+e8oktO9qGQNSvHrFTM6JZRXrUvGR1czww==",
+ "version": "5.3.3",
+ "resolved": "https://registry.npmjs.org/clean-css/-/clean-css-5.3.3.tgz",
+ "integrity": "sha512-D5J+kHaVb/wKSFcyyV75uCn8fiY4sV38XJoe4CUyGQ+mOU/fMVYUdH1hJC+CJQ5uY3EnW27SbJYS4X8BiLrAFg==",
"dev": true,
"dependencies": {
"source-map": "~0.6.0"
@@ -6125,9 +6218,9 @@
}
},
"node_modules/cli-spinners": {
- "version": "2.8.0",
- "resolved": "https://registry.npmjs.org/cli-spinners/-/cli-spinners-2.8.0.tgz",
- "integrity": "sha512-/eG5sJcvEIwxcdYM86k5tPwn0MUzkX5YY3eImTGpJOZgVe4SdTMY14vQpcxgBzJ0wXwAYrS8E+c3uHeK4JNyzQ==",
+ "version": "2.9.2",
+ "resolved": "https://registry.npmjs.org/cli-spinners/-/cli-spinners-2.9.2.tgz",
+ "integrity": "sha512-ywqV+5MmyL4E7ybXgKys4DugZbX0FC6LnwrhjuykIjnK9k8OQacQ7axGKnjDXWNhns0xot3bZI5h55H8yo9cJg==",
"dev": true,
"engines": {
"node": ">=6"
@@ -6137,9 +6230,9 @@
}
},
"node_modules/cli-table3": {
- "version": "0.6.3",
- "resolved": "https://registry.npmjs.org/cli-table3/-/cli-table3-0.6.3.tgz",
- "integrity": "sha512-w5Jac5SykAeZJKntOxJCrm63Eg5/4dhMWIcuTbo9rpE+brgaSZo0RuNJZeOyMgsUdhDeojvgyQLmjI+K50ZGyg==",
+ "version": "0.6.4",
+ "resolved": "https://registry.npmjs.org/cli-table3/-/cli-table3-0.6.4.tgz",
+ "integrity": "sha512-Lm3L0p+/npIQWNIiyF/nAn7T5dnOwR3xNTHXYEBFBFVPXzCVNZ5lqEC/1eo/EVfpDsQ1I+TX4ORPQgp+UI0CRw==",
"dev": true,
"dependencies": {
"string-width": "^4.2.0"
@@ -6290,6 +6383,11 @@
"readable-stream": "^2.3.5"
}
},
+ "node_modules/cloneable-readable/node_modules/isarray": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
+ "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ=="
+ },
"node_modules/cloneable-readable/node_modules/readable-stream": {
"version": "2.3.8",
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz",
@@ -6387,9 +6485,9 @@
"dev": true
},
"node_modules/colorette": {
- "version": "2.0.19",
- "resolved": "https://registry.npmjs.org/colorette/-/colorette-2.0.19.tgz",
- "integrity": "sha512-3tlv/dIP7FWvj3BsbHrGLJ6l/oKh1O3TcgBqMn+yyCagOxc23fyzDS6HypQbgxWbkpDnf52p1LuR4eWDQ/K9WQ==",
+ "version": "2.0.20",
+ "resolved": "https://registry.npmjs.org/colorette/-/colorette-2.0.20.tgz",
+ "integrity": "sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==",
"dev": true
},
"node_modules/colors": {
@@ -6436,9 +6534,12 @@
"integrity": "sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg=="
},
"node_modules/component-emitter": {
- "version": "1.3.0",
- "resolved": "https://registry.npmjs.org/component-emitter/-/component-emitter-1.3.0.tgz",
- "integrity": "sha512-Rd3se6QB+sO1TwqZjscQrurpEPIfO0/yYnSin6Q/rD3mOutHvUrCAhJub3r90uNb+SESBuE0QYoB90YdfatsRg=="
+ "version": "1.3.1",
+ "resolved": "https://registry.npmjs.org/component-emitter/-/component-emitter-1.3.1.tgz",
+ "integrity": "sha512-T0+barUSQRTUQASh8bx02dl+DhF54GtIDY13Y3m9oWTklKbb3Wv974meRpeZ3lp1JpLVECWWNHC4vaG2XHXouQ==",
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
},
"node_modules/concat-map": {
"version": "0.0.1",
@@ -6460,6 +6561,12 @@
"typedarray": "^0.0.6"
}
},
+ "node_modules/concat-stream/node_modules/isarray": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
+ "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==",
+ "dev": true
+ },
"node_modules/concat-stream/node_modules/readable-stream": {
"version": "2.3.8",
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz",
@@ -6537,9 +6644,9 @@
}
},
"node_modules/core-js": {
- "version": "3.33.3",
- "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.33.3.tgz",
- "integrity": "sha512-lo0kOocUlLKmm6kv/FswQL8zbkH7mVsLJ/FULClOhv8WRVmKLVcs6XPNQAzstfeJTCHMyButEwG+z1kHxHoDZw==",
+ "version": "3.38.1",
+ "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.38.1.tgz",
+ "integrity": "sha512-OP35aUorbU3Zvlx7pjsFdu1rGNnD4pgw/CWoYzRY3t2EzoVT7shKHY1dlAy3f41cGIO7ZDPQimhGFTlEYkG/Hw==",
"dev": true,
"hasInstallScript": true,
"funding": {
@@ -6548,12 +6655,12 @@
}
},
"node_modules/core-js-compat": {
- "version": "3.33.3",
- "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.33.3.tgz",
- "integrity": "sha512-cNzGqFsh3Ot+529GIXacjTJ7kegdt5fPXxCBVS1G0iaZpuo/tBz399ymceLJveQhFFZ8qThHiP3fzuoQjKN2ow==",
+ "version": "3.38.1",
+ "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.38.1.tgz",
+ "integrity": "sha512-JRH6gfXxGmrzF3tZ57lFx97YARxCXPaMzPo6jELZhv88pBH5VXpQ+y0znKGlFnzuaihqhLbefxSJxWJMPtfDzw==",
"dev": true,
"dependencies": {
- "browserslist": "^4.22.1"
+ "browserslist": "^4.23.3"
},
"funding": {
"type": "opencollective",
@@ -6582,41 +6689,41 @@
}
},
"node_modules/critical": {
- "version": "5.1.1",
- "resolved": "https://registry.npmjs.org/critical/-/critical-5.1.1.tgz",
- "integrity": "sha512-MHVSBVnmBN38ur4i0cfQV8FA8LJEcz4pDqnUTM9bi23nHKKaFboAw9DcDSgR3MYDNiWWehO4FRhh6EjSbfcRUA==",
+ "version": "5.3.0",
+ "resolved": "https://registry.npmjs.org/critical/-/critical-5.3.0.tgz",
+ "integrity": "sha512-LJaLOddf+jWA/rujW6Bzr/eBd5KNhuwo0ps1WCho5WK58qWminXjJUqLbY75Nf2MIO9h879WfYrucG+9hwMYCw==",
"dev": true,
"dependencies": {
"clean-css": "^5.3.2",
"common-tags": "^1.8.2",
"css-url-parser": "^1.1.3",
- "data-uri-to-buffer": "^4.0.1",
+ "data-uri-to-buffer": "^5.0.1",
"debug": "^4.3.4",
"find-up": "^6.3.0",
"get-stdin": "^9.0.0",
- "globby": "^13.1.3",
+ "globby": "^13.2.2",
"got": "^12.6.0",
"group-args": "^0.1.0",
"indent-string": "^5.0.0",
"inline-critical": "^10.0.1",
"is-glob": "^4.0.3",
- "joi": "^17.9.1",
+ "joi": "^17.10.1",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
"make-dir": "^3.1.0",
"meow": "^11.0.0",
- "oust": "^2.0.3",
+ "oust": "^2.0.4",
"p-all": "^4.0.0",
"penthouse": "^2.3.3",
"picocolors": "^1.0.0",
"plugin-error": "^2.0.1",
- "postcss": "^8.4.21",
+ "postcss": "^8.4.29",
"postcss-discard": "^2.0.0",
"postcss-image-inliner": "^6.1.0",
"postcss-url": "^10.1.3",
"replace-ext": "^2.0.0",
- "slash": "^5.0.0",
- "tempy": "^3.0.0",
+ "slash": "^5.1.0",
+ "tempy": "^3.1.0",
"through2": "^4.0.2",
"vinyl": "^3.0.0"
},
@@ -6628,9 +6735,9 @@
}
},
"node_modules/critical/node_modules/@sindresorhus/is": {
- "version": "5.3.0",
- "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-5.3.0.tgz",
- "integrity": "sha512-CX6t4SYQ37lzxicAqsBtxA3OseeoVrh9cSJ5PFYam0GksYlupRfy1A+Q4aYD3zvcfECLc0zO2u+ZnR2UYKvCrw==",
+ "version": "5.6.0",
+ "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-5.6.0.tgz",
+ "integrity": "sha512-TV7t8GKYaJWsn00tFDqBw8+Uqmr8A0fRU1tvTQhyZzGv0sJCGRQL3JGMI3ucuKo3XIZdUP+Lx7/gh2t3lewy7g==",
"dev": true,
"engines": {
"node": ">=14.16"
@@ -6661,15 +6768,15 @@
}
},
"node_modules/critical/node_modules/cacheable-request": {
- "version": "10.2.9",
- "resolved": "https://registry.npmjs.org/cacheable-request/-/cacheable-request-10.2.9.tgz",
- "integrity": "sha512-CaAMr53AS1Tb9evO1BIWFnZjSr8A4pbXofpsNVWPMDZZj3ZQKHwsQG9BrTqQ4x5ZYJXz1T2b8LLtTZODxSpzbg==",
+ "version": "10.2.14",
+ "resolved": "https://registry.npmjs.org/cacheable-request/-/cacheable-request-10.2.14.tgz",
+ "integrity": "sha512-zkDT5WAF4hSSoUgyfg5tFIxz8XQK+25W/TLVojJTMKBaxevLBBtLxgqguAuVQB8PVW79FVjHcU+GJ9tVbDZ9mQ==",
"dev": true,
"dependencies": {
- "@types/http-cache-semantics": "^4.0.1",
+ "@types/http-cache-semantics": "^4.0.2",
"get-stream": "^6.0.1",
"http-cache-semantics": "^4.1.1",
- "keyv": "^4.5.2",
+ "keyv": "^4.5.3",
"mimic-response": "^4.0.0",
"normalize-url": "^8.0.0",
"responselike": "^3.0.0"
@@ -6709,9 +6816,9 @@
}
},
"node_modules/critical/node_modules/camelcase-keys/node_modules/quick-lru": {
- "version": "6.1.1",
- "resolved": "https://registry.npmjs.org/quick-lru/-/quick-lru-6.1.1.tgz",
- "integrity": "sha512-S27GBT+F0NTRiehtbrgaSE1idUAJ5bX8dPAQTdylEyNlrdcH5X4Lz7Edz3DYzecbsCluD5zO8ZNEe04z3D3u6Q==",
+ "version": "6.1.2",
+ "resolved": "https://registry.npmjs.org/quick-lru/-/quick-lru-6.1.2.tgz",
+ "integrity": "sha512-AAFUA5O1d83pIHEhJwWCq/RQcRukCkn/NSm2QsTEMle5f2hP0ChI2+3Xb051PZCkLryI/Ir1MVKviT2FIloaTQ==",
"dev": true,
"engines": {
"node": ">=12"
@@ -6720,18 +6827,6 @@
"url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/critical/node_modules/camelcase-keys/node_modules/type-fest": {
- "version": "2.19.0",
- "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-2.19.0.tgz",
- "integrity": "sha512-RAH822pAdBgcNMAfWnCBU3CFZcfZ/i1eZjwFU/dsLKumyuuP3niueg2UAukXYF0E2AAoc82ZSSf9J0WQBinzHA==",
- "dev": true,
- "engines": {
- "node": ">=12.20"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
"node_modules/critical/node_modules/decamelize": {
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/decamelize/-/decamelize-6.0.0.tgz",
@@ -6809,14 +6904,14 @@
}
},
"node_modules/critical/node_modules/globby": {
- "version": "13.1.4",
- "resolved": "https://registry.npmjs.org/globby/-/globby-13.1.4.tgz",
- "integrity": "sha512-iui/IiiW+QrJ1X1hKH5qwlMQyv34wJAYwH1vrf8b9kBA4sNiif3gKsMHa+BrdnOpEudWjpotfa7LrTzB1ERS/g==",
+ "version": "13.2.2",
+ "resolved": "https://registry.npmjs.org/globby/-/globby-13.2.2.tgz",
+ "integrity": "sha512-Y1zNGV+pzQdh7H39l9zgB4PJqjRNqydvdYCDG4HFXM4XuvSaQQlEc91IU1yALL8gUTDomgBAfz3XJdmUS+oo0w==",
"dev": true,
"dependencies": {
"dir-glob": "^3.0.1",
- "fast-glob": "^3.2.11",
- "ignore": "^5.2.0",
+ "fast-glob": "^3.3.0",
+ "ignore": "^5.2.4",
"merge2": "^1.4.1",
"slash": "^4.0.0"
},
@@ -6840,9 +6935,9 @@
}
},
"node_modules/critical/node_modules/got": {
- "version": "12.6.0",
- "resolved": "https://registry.npmjs.org/got/-/got-12.6.0.tgz",
- "integrity": "sha512-WTcaQ963xV97MN3x0/CbAriXFZcXCfgxVp91I+Ze6pawQOa7SgzwSx2zIJJsX+kTajMnVs0xcFD1TxZKFqhdnQ==",
+ "version": "12.6.1",
+ "resolved": "https://registry.npmjs.org/got/-/got-12.6.1.tgz",
+ "integrity": "sha512-mThBblvlAF1d4O5oqyvN+ZxLAYwIJK7bpMxgYqPD9okW0C3qm5FFn7k811QrcuEBwaogR3ngOFoCfs6mRv7teQ==",
"dev": true,
"dependencies": {
"@sindresorhus/is": "^5.2.0",
@@ -6877,9 +6972,9 @@
}
},
"node_modules/critical/node_modules/http2-wrapper": {
- "version": "2.2.0",
- "resolved": "https://registry.npmjs.org/http2-wrapper/-/http2-wrapper-2.2.0.tgz",
- "integrity": "sha512-kZB0wxMo0sh1PehyjJUWRFEd99KC5TLjZ2cULC4f9iqJBAmKQQXEICjxl5iPJRwP40dpeHFqqhm7tYCvODpqpQ==",
+ "version": "2.2.1",
+ "resolved": "https://registry.npmjs.org/http2-wrapper/-/http2-wrapper-2.2.1.tgz",
+ "integrity": "sha512-V5nVw1PAOgfI3Lmeaj2Exmeg7fenjhRUgz1lPSezy1CuhPYbgQtbQj4jZfEAEMlaL+vupsvhjqCyjzob0yxsmQ==",
"dev": true,
"dependencies": {
"quick-lru": "^5.1.1",
@@ -6901,21 +6996,6 @@
"url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/critical/node_modules/json-buffer": {
- "version": "3.0.1",
- "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz",
- "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==",
- "dev": true
- },
- "node_modules/critical/node_modules/keyv": {
- "version": "4.5.2",
- "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.2.tgz",
- "integrity": "sha512-5MHbFaKn8cNSmVW7BYnijeAVlE4cYA/SVkifVgrh7yotnfhKmjuXpDKjrABLnT0SfHWV21P8ow07OGfRrNDg8g==",
- "dev": true,
- "dependencies": {
- "json-buffer": "3.0.1"
- }
- },
"node_modules/critical/node_modules/locate-path": {
"version": "7.2.0",
"resolved": "https://registry.npmjs.org/locate-path/-/locate-path-7.2.0.tgz",
@@ -6978,6 +7058,18 @@
"url": "https://github.com/sponsors/sindresorhus"
}
},
+ "node_modules/critical/node_modules/meow/node_modules/type-fest": {
+ "version": "3.13.1",
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-3.13.1.tgz",
+ "integrity": "sha512-tLq3bSNx+xSpwvAJnzrK0Ep5CLNWjvFTOp71URMaAEWBfRb9nnJiBoUe0tF8bI4ZFO3omgBR6NvnbzVUT3Ly4g==",
+ "dev": true,
+ "engines": {
+ "node": ">=14.16"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
"node_modules/critical/node_modules/mimic-response": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-4.0.0.tgz",
@@ -7006,9 +7098,9 @@
}
},
"node_modules/critical/node_modules/normalize-url": {
- "version": "8.0.0",
- "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-8.0.0.tgz",
- "integrity": "sha512-uVFpKhj5MheNBJRTiMZ9pE/7hD1QTeEvugSJW/OmLzAp78PB5O6adfMNTvmfKhXBkvCzC+rqifWcVYpGFwTjnw==",
+ "version": "8.0.1",
+ "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-8.0.1.tgz",
+ "integrity": "sha512-IO9QvjUMWxPQQhs60oOu10CRkWCiZzSUkzbXGGV9pviYl1fXYcvkzQ5jV9z8Y6un8ARoVRl4EtC6v6jNqbaJ/w==",
"dev": true,
"engines": {
"node": ">=14.16"
@@ -7065,18 +7157,6 @@
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
}
},
- "node_modules/critical/node_modules/quick-lru": {
- "version": "5.1.1",
- "resolved": "https://registry.npmjs.org/quick-lru/-/quick-lru-5.1.1.tgz",
- "integrity": "sha512-WuyALRjWPDGtt/wzJiadO5AXY+8hZ80hVpe6MyivgraREW751X3SbhRvG3eLKOYN+8VEvqLcf3wdnt44Z4S4SA==",
- "dev": true,
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
"node_modules/critical/node_modules/read-pkg": {
"version": "7.1.0",
"resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-7.1.0.tgz",
@@ -7112,18 +7192,6 @@
"url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/critical/node_modules/read-pkg-up/node_modules/type-fest": {
- "version": "2.19.0",
- "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-2.19.0.tgz",
- "integrity": "sha512-RAH822pAdBgcNMAfWnCBU3CFZcfZ/i1eZjwFU/dsLKumyuuP3niueg2UAukXYF0E2AAoc82ZSSf9J0WQBinzHA==",
- "dev": true,
- "engines": {
- "node": ">=12.20"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
"node_modules/critical/node_modules/read-pkg/node_modules/hosted-git-info": {
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-4.1.0.tgz",
@@ -7163,18 +7231,6 @@
"node": ">=10"
}
},
- "node_modules/critical/node_modules/read-pkg/node_modules/type-fest": {
- "version": "2.19.0",
- "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-2.19.0.tgz",
- "integrity": "sha512-RAH822pAdBgcNMAfWnCBU3CFZcfZ/i1eZjwFU/dsLKumyuuP3niueg2UAukXYF0E2AAoc82ZSSf9J0WQBinzHA==",
- "dev": true,
- "engines": {
- "node": ">=12.20"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
"node_modules/critical/node_modules/redent": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/redent/-/redent-4.0.0.tgz",
@@ -7207,9 +7263,9 @@
}
},
"node_modules/critical/node_modules/slash": {
- "version": "5.0.0",
- "resolved": "https://registry.npmjs.org/slash/-/slash-5.0.0.tgz",
- "integrity": "sha512-n6KkmvKS0623igEVj3FF0OZs1gYYJ0o0Hj939yc1fyxl2xt+xYpLnzJB6xBSqOfV9ZFLEWodBBN/heZJahuIJQ==",
+ "version": "5.1.0",
+ "resolved": "https://registry.npmjs.org/slash/-/slash-5.1.0.tgz",
+ "integrity": "sha512-ZA6oR3T/pEyuqwMgAKT0/hAv8oAXckzbkmR0UkUosQ+Mc4RxGoJkRmwHgHufaenlyAgE1Mxgpdcrf75y6XcnDg==",
"dev": true,
"engines": {
"node": ">=14.16"
@@ -7254,18 +7310,6 @@
"url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/critical/node_modules/type-fest": {
- "version": "3.8.0",
- "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-3.8.0.tgz",
- "integrity": "sha512-FVNSzGQz9Th+/9R6Lvv7WIAkstylfHN2/JYxkyhhmKFYh9At2DST8t6L6Lref9eYO8PXFTfG9Sg1Agg0K3vq3Q==",
- "dev": true,
- "engines": {
- "node": ">=14.16"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
"node_modules/critical/node_modules/vinyl": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/vinyl/-/vinyl-3.0.0.tgz",
@@ -7309,19 +7353,10 @@
"url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/cross-fetch": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-4.0.0.tgz",
- "integrity": "sha512-e4a5N8lVvuLgAWgnCrLr2PP0YyDOTHa9H/Rj54dirp61qXnNq46m82bRhNqIA5VccJtWBvPTFRV3TtvHUKPB1g==",
- "dependencies": {
- "node-fetch": "^2.6.12"
- }
- },
"node_modules/cross-spawn": {
"version": "7.0.3",
"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz",
"integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==",
- "dev": true,
"dependencies": {
"path-key": "^3.1.0",
"shebang-command": "^2.0.0",
@@ -7367,9 +7402,9 @@
}
},
"node_modules/css-functions-list": {
- "version": "3.2.1",
- "resolved": "https://registry.npmjs.org/css-functions-list/-/css-functions-list-3.2.1.tgz",
- "integrity": "sha512-Nj5YcaGgBtuUmn1D7oHqPW0c9iui7xsTsj5lIX8ZgevdfhmjFfKB3r8moHJtNJnctnYXJyYX5I1pp90HM4TPgQ==",
+ "version": "3.2.2",
+ "resolved": "https://registry.npmjs.org/css-functions-list/-/css-functions-list-3.2.2.tgz",
+ "integrity": "sha512-c+N0v6wbKVxTu5gOBBFkr9BEdBWaqqjQeiJ8QvSRIJOf+UxlJh930m8e6/WNeODIK0mYLFkoONrnj16i2EcvfQ==",
"dev": true,
"engines": {
"node": ">=12 || >=16"
@@ -7495,9 +7530,9 @@
}
},
"node_modules/csstype": {
- "version": "3.1.2",
- "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.2.tgz",
- "integrity": "sha512-I7K1Uu0MBPzaFKg4nI5Q7Vs2t+3gWWW648spaF+Rg7pI9ds18Ugn+lvg4SHczUdKlHI5LWBXyqfS8+DufyBsgQ=="
+ "version": "3.1.3",
+ "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz",
+ "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw=="
},
"node_modules/cuint": {
"version": "0.2.2",
@@ -7506,21 +7541,20 @@
"dev": true
},
"node_modules/cypress": {
- "version": "13.6.0",
- "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.6.0.tgz",
- "integrity": "sha512-quIsnFmtj4dBUEJYU4OH0H12bABJpSujvWexC24Ju1gTlKMJbeT6tTO0vh7WNfiBPPjoIXLN+OUqVtiKFs6SGw==",
+ "version": "13.14.2",
+ "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.14.2.tgz",
+ "integrity": "sha512-lsiQrN17vHMB2fnvxIrKLAjOr9bPwsNbPZNrWf99s4u+DVmCY6U+w7O3GGG9FvP4EUVYaDu+guWeNLiUzBrqvA==",
"dev": true,
"hasInstallScript": true,
"dependencies": {
- "@cypress/request": "^3.0.0",
+ "@cypress/request": "^3.0.1",
"@cypress/xvfb": "^1.2.4",
- "@types/node": "^18.17.5",
"@types/sinonjs__fake-timers": "8.1.1",
"@types/sizzle": "^2.3.2",
"arch": "^2.2.0",
"blob-util": "^2.0.2",
"bluebird": "^3.7.2",
- "buffer": "^5.6.0",
+ "buffer": "^5.7.1",
"cachedir": "^2.3.0",
"chalk": "^4.1.0",
"check-more-types": "^2.24.0",
@@ -7538,7 +7572,7 @@
"figures": "^3.2.0",
"fs-extra": "^9.1.0",
"getos": "^3.2.1",
- "is-ci": "^3.0.0",
+ "is-ci": "^3.0.1",
"is-installed-globally": "~0.4.0",
"lazy-ass": "^1.6.0",
"listr2": "^3.8.3",
@@ -7552,7 +7586,7 @@
"request-progress": "^3.0.0",
"semver": "^7.5.3",
"supports-color": "^8.1.1",
- "tmp": "~0.2.1",
+ "tmp": "~0.2.3",
"untildify": "^4.0.0",
"yauzl": "^2.10.0"
},
@@ -7573,15 +7607,6 @@
"pa11y": "^6.0.1"
}
},
- "node_modules/cypress/node_modules/@types/node": {
- "version": "18.18.11",
- "resolved": "https://registry.npmjs.org/@types/node/-/node-18.18.11.tgz",
- "integrity": "sha512-c1vku6qnTeujJneYH94/4aq73XrVcsJe35UPyAsSok1ijiKrkRzK+AxQPSpNMUnC03roWBBwJx/9I8V7lQoxmA==",
- "dev": true,
- "dependencies": {
- "undici-types": "~5.26.4"
- }
- },
"node_modules/cypress/node_modules/ansi-styles": {
"version": "4.3.0",
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
@@ -7686,12 +7711,12 @@
}
},
"node_modules/data-uri-to-buffer": {
- "version": "4.0.1",
- "resolved": "https://registry.npmjs.org/data-uri-to-buffer/-/data-uri-to-buffer-4.0.1.tgz",
- "integrity": "sha512-0R9ikRb668HB7QDxT1vkpuUBtqc53YyAwMwGeUFKRojY/NWKvdZ+9UYtRfGmhqNbRkTSVpMbmyhXipFFv2cb/A==",
+ "version": "5.0.1",
+ "resolved": "https://registry.npmjs.org/data-uri-to-buffer/-/data-uri-to-buffer-5.0.1.tgz",
+ "integrity": "sha512-a9l6T1qqDogvvnw0nKlfZzqsyikEBZBClF39V3TFoKhDtGBqHu2HkuomJc02j5zft8zrUaXEuoicLeW54RkzPg==",
"dev": true,
"engines": {
- "node": ">= 12"
+ "node": ">= 14"
}
},
"node_modules/data-urls": {
@@ -7733,26 +7758,78 @@
"node": ">=12"
}
},
- "node_modules/dayjs": {
- "version": "1.11.7",
- "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.7.tgz",
- "integrity": "sha512-+Yw9U6YO5TQohxLcIkrXBeY73WP3ejHWVvx8XCk3gxvQDCTEmS48ZrSZCKciI7Bhl/uCMyxYtE9UqRILmFphkQ==",
- "dev": true
- },
- "node_modules/debug": {
- "version": "4.3.4",
- "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
- "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
+ "node_modules/data-view-buffer": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/data-view-buffer/-/data-view-buffer-1.0.1.tgz",
+ "integrity": "sha512-0lht7OugA5x3iJLOWFhWK/5ehONdprk0ISXqVFn/NFrDu+cuc8iADFrGQz5BnRK7LLU3JmkbXSxaqX+/mXYtUA==",
+ "dev": true,
"dependencies": {
- "ms": "2.1.2"
+ "call-bind": "^1.0.6",
+ "es-errors": "^1.3.0",
+ "is-data-view": "^1.0.1"
},
"engines": {
- "node": ">=6.0"
+ "node": ">= 0.4"
},
- "peerDependenciesMeta": {
- "supports-color": {
- "optional": true
- }
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/data-view-byte-length": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/data-view-byte-length/-/data-view-byte-length-1.0.1.tgz",
+ "integrity": "sha512-4J7wRJD3ABAzr8wP+OcIcqq2dlUKp4DVflx++hs5h5ZKydWMI6/D/fAot+yh6g2tHh8fLFTvNOaVN357NvSrOQ==",
+ "dev": true,
+ "dependencies": {
+ "call-bind": "^1.0.7",
+ "es-errors": "^1.3.0",
+ "is-data-view": "^1.0.1"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/data-view-byte-offset": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/data-view-byte-offset/-/data-view-byte-offset-1.0.0.tgz",
+ "integrity": "sha512-t/Ygsytq+R995EJ5PZlD4Cu56sWa8InXySaViRzw9apusqsOO2bQP+SbYzAhR0pFKoB+43lYy8rWban9JSuXnA==",
+ "dev": true,
+ "dependencies": {
+ "call-bind": "^1.0.6",
+ "es-errors": "^1.3.0",
+ "is-data-view": "^1.0.1"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/dayjs": {
+ "version": "1.11.10",
+ "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.10.tgz",
+ "integrity": "sha512-vjAczensTgRcqDERK0SR2XMwsF/tSvnvlv6VcF2GIhg6Sx4yOIt/irsr1RDJsKiIyBzJDpCoXiWWq28MqH2cnQ==",
+ "dev": true
+ },
+ "node_modules/debug": {
+ "version": "4.3.6",
+ "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.6.tgz",
+ "integrity": "sha512-O/09Bd4Z1fBrU4VzkhFqVgpPzaGbw6Sm9FEkBT1A/YBXQFGuuSxa1dN2nxgxS34JmKXqYx8CZAwEVoJFImUXIg==",
+ "dev": true,
+ "dependencies": {
+ "ms": "2.1.2"
+ },
+ "engines": {
+ "node": ">=6.0"
+ },
+ "peerDependenciesMeta": {
+ "supports-color": {
+ "optional": true
+ }
}
},
"node_modules/decamelize": {
@@ -7842,162 +7919,6 @@
"node": ">=0.10.0"
}
},
- "node_modules/default-browser": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/default-browser/-/default-browser-4.0.0.tgz",
- "integrity": "sha512-wX5pXO1+BrhMkSbROFsyxUm0i/cJEScyNhA4PPxc41ICuv05ZZB/MX28s8aZx6xjmatvebIapF6hLEKEcpneUA==",
- "dev": true,
- "dependencies": {
- "bundle-name": "^3.0.0",
- "default-browser-id": "^3.0.0",
- "execa": "^7.1.1",
- "titleize": "^3.0.0"
- },
- "engines": {
- "node": ">=14.16"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/default-browser-id": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/default-browser-id/-/default-browser-id-3.0.0.tgz",
- "integrity": "sha512-OZ1y3y0SqSICtE8DE4S8YOE9UZOJ8wO16fKWVP5J1Qz42kV9jcnMVFrEE/noXb/ss3Q4pZIH79kxofzyNNtUNA==",
- "dev": true,
- "dependencies": {
- "bplist-parser": "^0.2.0",
- "untildify": "^4.0.0"
- },
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/default-browser/node_modules/execa": {
- "version": "7.2.0",
- "resolved": "https://registry.npmjs.org/execa/-/execa-7.2.0.tgz",
- "integrity": "sha512-UduyVP7TLB5IcAQl+OzLyLcS/l32W/GLg+AhHJ+ow40FOk2U3SAllPwR44v4vmdFwIWqpdwxxpQbF1n5ta9seA==",
- "dev": true,
- "dependencies": {
- "cross-spawn": "^7.0.3",
- "get-stream": "^6.0.1",
- "human-signals": "^4.3.0",
- "is-stream": "^3.0.0",
- "merge-stream": "^2.0.0",
- "npm-run-path": "^5.1.0",
- "onetime": "^6.0.0",
- "signal-exit": "^3.0.7",
- "strip-final-newline": "^3.0.0"
- },
- "engines": {
- "node": "^14.18.0 || ^16.14.0 || >=18.0.0"
- },
- "funding": {
- "url": "https://github.com/sindresorhus/execa?sponsor=1"
- }
- },
- "node_modules/default-browser/node_modules/get-stream": {
- "version": "6.0.1",
- "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz",
- "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==",
- "dev": true,
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/default-browser/node_modules/human-signals": {
- "version": "4.3.1",
- "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-4.3.1.tgz",
- "integrity": "sha512-nZXjEF2nbo7lIw3mgYjItAfgQXog3OjJogSbKa2CQIIvSGWcKgeJnQlNXip6NglNzYH45nSRiEVimMvYL8DDqQ==",
- "dev": true,
- "engines": {
- "node": ">=14.18.0"
- }
- },
- "node_modules/default-browser/node_modules/is-stream": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-3.0.0.tgz",
- "integrity": "sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA==",
- "dev": true,
- "engines": {
- "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/default-browser/node_modules/mimic-fn": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-4.0.0.tgz",
- "integrity": "sha512-vqiC06CuhBTUdZH+RYl8sFrL096vA45Ok5ISO6sE/Mr1jRbGH4Csnhi8f3wKVl7x8mO4Au7Ir9D3Oyv1VYMFJw==",
- "dev": true,
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/default-browser/node_modules/npm-run-path": {
- "version": "5.1.0",
- "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-5.1.0.tgz",
- "integrity": "sha512-sJOdmRGrY2sjNTRMbSvluQqg+8X7ZK61yvzBEIDhz4f8z1TZFYABsqjjCBd/0PUNE9M6QDgHJXQkGUEm7Q+l9Q==",
- "dev": true,
- "dependencies": {
- "path-key": "^4.0.0"
- },
- "engines": {
- "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/default-browser/node_modules/onetime": {
- "version": "6.0.0",
- "resolved": "https://registry.npmjs.org/onetime/-/onetime-6.0.0.tgz",
- "integrity": "sha512-1FlR+gjXK7X+AsAHso35MnyN5KqGwJRi/31ft6x0M194ht7S+rWAvd7PHss9xSKMzE0asv1pyIHaJYq+BbacAQ==",
- "dev": true,
- "dependencies": {
- "mimic-fn": "^4.0.0"
- },
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/default-browser/node_modules/path-key": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/path-key/-/path-key-4.0.0.tgz",
- "integrity": "sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==",
- "dev": true,
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/default-browser/node_modules/strip-final-newline": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-3.0.0.tgz",
- "integrity": "sha512-dOESqjYr96iWYylGObzd39EuNTa5VJxyvVAEm5Jnh7KGo75V43Hk1odPQkNDyXNmUR6k+gEiDVXnjB8HJ3crXw==",
- "dev": true,
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
"node_modules/defaults": {
"version": "1.0.4",
"resolved": "https://registry.npmjs.org/defaults/-/defaults-1.0.4.tgz",
@@ -8026,17 +7947,20 @@
"dev": true
},
"node_modules/define-data-property": {
- "version": "1.1.1",
- "resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.1.tgz",
- "integrity": "sha512-E7uGkTzkk1d0ByLeSc6ZsFS79Axg+m1P/VsgYsxHgiuc3tFSj+MjMIwe90FC4lOAZzNBdY7kkO2P2wKdsQ1vgQ==",
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.4.tgz",
+ "integrity": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==",
"dev": true,
"dependencies": {
- "get-intrinsic": "^1.2.1",
- "gopd": "^1.0.1",
- "has-property-descriptors": "^1.0.0"
+ "es-define-property": "^1.0.0",
+ "es-errors": "^1.3.0",
+ "gopd": "^1.0.1"
},
"engines": {
"node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/define-lazy-prop": {
@@ -8077,19 +8001,6 @@
"node": ">=0.10.0"
}
},
- "node_modules/degenerator": {
- "version": "5.0.1",
- "resolved": "https://registry.npmjs.org/degenerator/-/degenerator-5.0.1.tgz",
- "integrity": "sha512-TllpMR/t0M5sqCXfj85i4XaAzxmS5tVA16dqvdkMwGmzI+dXLXnw3J+3Vdv7VKw+ThlTMboK6i9rnZ6Nntj5CQ==",
- "dependencies": {
- "ast-types": "^0.13.4",
- "escodegen": "^2.1.0",
- "esprima": "^4.0.1"
- },
- "engines": {
- "node": ">= 14"
- }
- },
"node_modules/delayed-stream": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz",
@@ -8110,34 +8021,34 @@
"dev": true
},
"node_modules/depcheck": {
- "version": "1.4.3",
- "resolved": "https://registry.npmjs.org/depcheck/-/depcheck-1.4.3.tgz",
- "integrity": "sha512-vy8xe1tlLFu7t4jFyoirMmOR7x7N601ubU9Gkifyr9z8rjBFtEdWHDBMqXyk6OkK+94NXutzddVXJuo0JlUQKQ==",
+ "version": "1.4.7",
+ "resolved": "https://registry.npmjs.org/depcheck/-/depcheck-1.4.7.tgz",
+ "integrity": "sha512-1lklS/bV5chOxwNKA/2XUUk/hPORp8zihZsXflr8x0kLwmcZ9Y9BsS6Hs3ssvA+2wUVbG0U2Ciqvm1SokNjPkA==",
"dev": true,
"dependencies": {
- "@babel/parser": "7.16.4",
- "@babel/traverse": "^7.12.5",
- "@vue/compiler-sfc": "^3.0.5",
- "camelcase": "^6.2.0",
- "cosmiconfig": "^7.0.0",
- "debug": "^4.2.0",
- "deps-regex": "^0.1.4",
- "ignore": "^5.1.8",
- "is-core-module": "^2.4.0",
- "js-yaml": "^3.14.0",
- "json5": "^2.1.3",
- "lodash": "^4.17.20",
- "minimatch": "^3.0.4",
+ "@babel/parser": "^7.23.0",
+ "@babel/traverse": "^7.23.2",
+ "@vue/compiler-sfc": "^3.3.4",
+ "callsite": "^1.0.0",
+ "camelcase": "^6.3.0",
+ "cosmiconfig": "^7.1.0",
+ "debug": "^4.3.4",
+ "deps-regex": "^0.2.0",
+ "findup-sync": "^5.0.0",
+ "ignore": "^5.2.4",
+ "is-core-module": "^2.12.0",
+ "js-yaml": "^3.14.1",
+ "json5": "^2.2.3",
+ "lodash": "^4.17.21",
+ "minimatch": "^7.4.6",
"multimatch": "^5.0.0",
"please-upgrade-node": "^3.2.0",
- "query-ast": "^1.0.3",
- "readdirp": "^3.5.0",
+ "readdirp": "^3.6.0",
"require-package-name": "^2.0.1",
- "resolve": "^1.18.1",
- "sass": "^1.29.0",
- "scss-parser": "^1.0.4",
- "semver": "^7.3.2",
- "yargs": "^16.1.0"
+ "resolve": "^1.22.3",
+ "resolve-from": "^5.0.0",
+ "semver": "^7.5.4",
+ "yargs": "^16.2.0"
},
"bin": {
"depcheck": "bin/depcheck.js"
@@ -8146,18 +8057,6 @@
"node": ">=10"
}
},
- "node_modules/depcheck/node_modules/@babel/parser": {
- "version": "7.16.4",
- "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.16.4.tgz",
- "integrity": "sha512-6V0qdPUaiVHH3RtZeLIsc+6pDhbYzHR8ogA8w+f+Wc77DuXto19g2QUwveINoS34Uw+W8/hQDGJCx+i4n7xcng==",
- "dev": true,
- "bin": {
- "parser": "bin/babel-parser.js"
- },
- "engines": {
- "node": ">=6.0.0"
- }
- },
"node_modules/depcheck/node_modules/argparse": {
"version": "1.0.10",
"resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
@@ -8218,6 +8117,21 @@
"js-yaml": "bin/js-yaml.js"
}
},
+ "node_modules/depcheck/node_modules/minimatch": {
+ "version": "7.4.6",
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-7.4.6.tgz",
+ "integrity": "sha512-sBz8G/YjVniEz6lKPNpKxXwazJe4c19fEfV2GDMX6AjFz+MX9uDWIZW8XreVhkFW3fkIdTv/gxWr/Kks5FFAVw==",
+ "dev": true,
+ "dependencies": {
+ "brace-expansion": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/isaacs"
+ }
+ },
"node_modules/depcheck/node_modules/multimatch": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/multimatch/-/multimatch-5.0.0.tgz",
@@ -8237,6 +8151,37 @@
"url": "https://github.com/sponsors/sindresorhus"
}
},
+ "node_modules/depcheck/node_modules/multimatch/node_modules/brace-expansion": {
+ "version": "1.1.11",
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
+ "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
+ "dev": true,
+ "dependencies": {
+ "balanced-match": "^1.0.0",
+ "concat-map": "0.0.1"
+ }
+ },
+ "node_modules/depcheck/node_modules/multimatch/node_modules/minimatch": {
+ "version": "3.1.2",
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
+ "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
+ "dev": true,
+ "dependencies": {
+ "brace-expansion": "^1.1.7"
+ },
+ "engines": {
+ "node": "*"
+ }
+ },
+ "node_modules/depcheck/node_modules/resolve-from": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz",
+ "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==",
+ "dev": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
"node_modules/depcheck/node_modules/y18n": {
"version": "5.0.8",
"resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz",
@@ -8265,11 +8210,20 @@
}
},
"node_modules/deps-regex": {
- "version": "0.1.4",
- "resolved": "https://registry.npmjs.org/deps-regex/-/deps-regex-0.1.4.tgz",
- "integrity": "sha512-3tzwGYogSJi8HoG93R5x9NrdefZQOXgHgGih/7eivloOq6yC6O+yoFxZnkgP661twvfILONfoKRdF9GQOGx2RA==",
+ "version": "0.2.0",
+ "resolved": "https://registry.npmjs.org/deps-regex/-/deps-regex-0.2.0.tgz",
+ "integrity": "sha512-PwuBojGMQAYbWkMXOY9Pd/NWCDNHVH12pnS7WHqZkTSeMESe4hwnKKRp0yR87g37113x4JPbo/oIvXY+s/f56Q==",
"dev": true
},
+ "node_modules/detect-file": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/detect-file/-/detect-file-1.0.0.tgz",
+ "integrity": "sha512-DtCOLG98P007x7wiiOmfI0fi3eIKyWiLTGJ2MDnVi/E04lWGbf+JzrRHMm0rgIIZJGtHpKpbVgLWHrv8xXpc3Q==",
+ "dev": true,
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
"node_modules/detect-indent": {
"version": "7.0.1",
"resolved": "https://registry.npmjs.org/detect-indent/-/detect-indent-7.0.1.tgz",
@@ -8292,9 +8246,10 @@
}
},
"node_modules/devtools-protocol": {
- "version": "0.0.1203626",
- "resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.1203626.tgz",
- "integrity": "sha512-nEzHZteIUZfGCZtTiS1fRpC8UZmsfD1SiyPvaUNvS13dvKf666OAm8YTi0+Ca3n1nLEyu49Cy4+dPWpaHFJk9g=="
+ "version": "0.0.869402",
+ "resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.869402.tgz",
+ "integrity": "sha512-VvlVYY+VDJe639yHs5PHISzdWTLL3Aw8rO4cvUtwvoxFd6FHbE4OpHHcde52M6096uYYazAmd4l0o5VuFRO2WA==",
+ "dev": true
},
"node_modules/didyoumean": {
"version": "1.2.2",
@@ -8366,6 +8321,7 @@
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/domexception/-/domexception-4.0.0.tgz",
"integrity": "sha512-A2is4PLG+eeSfoTMA95/s4pvAoSo2mKtiM5jlHkAVewmiO8ISFTFKZjH7UAM1Atli/OT/7JHOrJRJiMKUZKYBw==",
+ "deprecated": "Use your platform's native DOMException instead",
"dev": true,
"dependencies": {
"webidl-conversions": "^7.0.0"
@@ -8390,14 +8346,14 @@
}
},
"node_modules/domutils": {
- "version": "3.0.1",
- "resolved": "https://registry.npmjs.org/domutils/-/domutils-3.0.1.tgz",
- "integrity": "sha512-z08c1l761iKhDFtfXO04C7kTdPBLi41zwOZl00WS8b5eiaebNpY00HKbztwBq+e3vyqWNwWF3mP9YLUeqIrF+Q==",
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/domutils/-/domutils-3.1.0.tgz",
+ "integrity": "sha512-H78uMmQtI2AhgDJjWeQmHwJJ2bLPD3GMmO7Zja/ZZh84wkm+4ut+IUnUdRa8uCGX88DiVx1j6FRe1XfxEgjEZA==",
"dev": true,
"dependencies": {
"dom-serializer": "^2.0.0",
"domelementtype": "^2.3.0",
- "domhandler": "^5.0.1"
+ "domhandler": "^5.0.3"
},
"funding": {
"url": "https://github.com/fb55/domutils?sponsor=1"
@@ -8421,6 +8377,11 @@
"integrity": "sha512-1A8za6ws41LQgv9HrE/66jyC5yuSjQ3L/KOpFtoBilsAK2iA2wuS5rTt1OCzIvtS2V7nVmedsUU+DGRcjBmOYA==",
"dev": true
},
+ "node_modules/eastasianwidth": {
+ "version": "0.2.0",
+ "resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz",
+ "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA=="
+ },
"node_modules/ecc-jsbn": {
"version": "0.1.2",
"resolved": "https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz",
@@ -8441,9 +8402,9 @@
}
},
"node_modules/electron-to-chromium": {
- "version": "1.4.589",
- "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.589.tgz",
- "integrity": "sha512-zF6y5v/YfoFIgwf2dDfAqVlPPsyQeWNpEWXbAlDUS8Ax4Z2VoiiZpAPC0Jm9hXEkJm2vIZpwB6rc4KnLTQffbQ==",
+ "version": "1.5.13",
+ "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.13.tgz",
+ "integrity": "sha512-lbBcvtIJ4J6sS4tb5TLp1b4LyfCdMkwStzXPyAgVgTRAsep4bvrAGaBOP7ZJtQMNJpSQ9SqG4brWOroNaQtm7Q==",
"dev": true
},
"node_modules/emoji-regex": {
@@ -8455,17 +8416,19 @@
"version": "1.4.4",
"resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz",
"integrity": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==",
+ "dev": true,
"dependencies": {
"once": "^1.4.0"
}
},
"node_modules/enquirer": {
- "version": "2.3.6",
- "resolved": "https://registry.npmjs.org/enquirer/-/enquirer-2.3.6.tgz",
- "integrity": "sha512-yjNnPr315/FjS4zIsUxYguYUPP2e1NK4d7E7ZOLiyYCcbFBiTMyID+2wvm2w6+pZ/odMA7cRkjhsPbltwBOrLg==",
+ "version": "2.4.1",
+ "resolved": "https://registry.npmjs.org/enquirer/-/enquirer-2.4.1.tgz",
+ "integrity": "sha512-rRqJg/6gd538VHvR3PSrdRBb/1Vy2YfzHqzvbhGIQpDRKIa4FgV/54b5Q1xYSxOOwKvjXweS26E0Q+nAMwp2pQ==",
"dev": true,
"dependencies": {
- "ansi-colors": "^4.1.1"
+ "ansi-colors": "^4.1.1",
+ "strip-ansi": "^6.0.1"
},
"engines": {
"node": ">=8.6"
@@ -8475,7 +8438,6 @@
"version": "4.5.0",
"resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz",
"integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==",
- "dev": true,
"engines": {
"node": ">=0.12"
},
@@ -8483,6 +8445,15 @@
"url": "https://github.com/fb55/entities?sponsor=1"
}
},
+ "node_modules/env-paths": {
+ "version": "2.2.1",
+ "resolved": "https://registry.npmjs.org/env-paths/-/env-paths-2.2.1.tgz",
+ "integrity": "sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==",
+ "dev": true,
+ "engines": {
+ "node": ">=6"
+ }
+ },
"node_modules/envinfo": {
"version": "7.8.1",
"resolved": "https://registry.npmjs.org/envinfo/-/envinfo-7.8.1.tgz",
@@ -8504,50 +8475,57 @@
}
},
"node_modules/es-abstract": {
- "version": "1.22.3",
- "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.22.3.tgz",
- "integrity": "sha512-eiiY8HQeYfYH2Con2berK+To6GrK2RxbPawDkGq4UiCQQfZHb6wX9qQqkbpPqaxQFcl8d9QzZqo0tGE0VcrdwA==",
- "dev": true,
- "dependencies": {
- "array-buffer-byte-length": "^1.0.0",
- "arraybuffer.prototype.slice": "^1.0.2",
- "available-typed-arrays": "^1.0.5",
- "call-bind": "^1.0.5",
- "es-set-tostringtag": "^2.0.1",
+ "version": "1.23.3",
+ "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.23.3.tgz",
+ "integrity": "sha512-e+HfNH61Bj1X9/jLc5v1owaLYuHdeHHSQlkhCBiTK8rBvKaULl/beGMxwrMXjpYrv4pz22BlY570vVePA2ho4A==",
+ "dev": true,
+ "dependencies": {
+ "array-buffer-byte-length": "^1.0.1",
+ "arraybuffer.prototype.slice": "^1.0.3",
+ "available-typed-arrays": "^1.0.7",
+ "call-bind": "^1.0.7",
+ "data-view-buffer": "^1.0.1",
+ "data-view-byte-length": "^1.0.1",
+ "data-view-byte-offset": "^1.0.0",
+ "es-define-property": "^1.0.0",
+ "es-errors": "^1.3.0",
+ "es-object-atoms": "^1.0.0",
+ "es-set-tostringtag": "^2.0.3",
"es-to-primitive": "^1.2.1",
"function.prototype.name": "^1.1.6",
- "get-intrinsic": "^1.2.2",
- "get-symbol-description": "^1.0.0",
+ "get-intrinsic": "^1.2.4",
+ "get-symbol-description": "^1.0.2",
"globalthis": "^1.0.3",
"gopd": "^1.0.1",
- "has-property-descriptors": "^1.0.0",
- "has-proto": "^1.0.1",
+ "has-property-descriptors": "^1.0.2",
+ "has-proto": "^1.0.3",
"has-symbols": "^1.0.3",
- "hasown": "^2.0.0",
- "internal-slot": "^1.0.5",
- "is-array-buffer": "^3.0.2",
+ "hasown": "^2.0.2",
+ "internal-slot": "^1.0.7",
+ "is-array-buffer": "^3.0.4",
"is-callable": "^1.2.7",
- "is-negative-zero": "^2.0.2",
+ "is-data-view": "^1.0.1",
+ "is-negative-zero": "^2.0.3",
"is-regex": "^1.1.4",
- "is-shared-array-buffer": "^1.0.2",
+ "is-shared-array-buffer": "^1.0.3",
"is-string": "^1.0.7",
- "is-typed-array": "^1.1.12",
+ "is-typed-array": "^1.1.13",
"is-weakref": "^1.0.2",
"object-inspect": "^1.13.1",
"object-keys": "^1.1.1",
- "object.assign": "^4.1.4",
- "regexp.prototype.flags": "^1.5.1",
- "safe-array-concat": "^1.0.1",
- "safe-regex-test": "^1.0.0",
- "string.prototype.trim": "^1.2.8",
- "string.prototype.trimend": "^1.0.7",
- "string.prototype.trimstart": "^1.0.7",
- "typed-array-buffer": "^1.0.0",
- "typed-array-byte-length": "^1.0.0",
- "typed-array-byte-offset": "^1.0.0",
- "typed-array-length": "^1.0.4",
+ "object.assign": "^4.1.5",
+ "regexp.prototype.flags": "^1.5.2",
+ "safe-array-concat": "^1.1.2",
+ "safe-regex-test": "^1.0.3",
+ "string.prototype.trim": "^1.2.9",
+ "string.prototype.trimend": "^1.0.8",
+ "string.prototype.trimstart": "^1.0.8",
+ "typed-array-buffer": "^1.0.2",
+ "typed-array-byte-length": "^1.0.1",
+ "typed-array-byte-offset": "^1.0.2",
+ "typed-array-length": "^1.0.6",
"unbox-primitive": "^1.0.2",
- "which-typed-array": "^1.1.13"
+ "which-typed-array": "^1.1.15"
},
"engines": {
"node": ">= 0.4"
@@ -8556,15 +8534,48 @@
"url": "https://github.com/sponsors/ljharb"
}
},
- "node_modules/es-set-tostringtag": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.0.2.tgz",
- "integrity": "sha512-BuDyupZt65P9D2D2vA/zqcI3G5xRsklm5N3xCwuiy+/vKy8i0ifdsQP1sLgO4tZDSCaQUSnmC48khknGMV3D2Q==",
+ "node_modules/es-define-property": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.0.tgz",
+ "integrity": "sha512-jxayLKShrEqqzJ0eumQbVhTYQM27CfT1T35+gCgDFoL82JLsXqTJ76zv6A0YLOgEnLUMvLzsDsGIrl8NFpT2gQ==",
"dev": true,
"dependencies": {
- "get-intrinsic": "^1.2.2",
- "has-tostringtag": "^1.0.0",
- "hasown": "^2.0.0"
+ "get-intrinsic": "^1.2.4"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ }
+ },
+ "node_modules/es-errors": {
+ "version": "1.3.0",
+ "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz",
+ "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
+ "dev": true,
+ "engines": {
+ "node": ">= 0.4"
+ }
+ },
+ "node_modules/es-object-atoms": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.0.0.tgz",
+ "integrity": "sha512-MZ4iQ6JwHOBQjahnjwaC1ZtIBH+2ohjamzAO3oaHcXYup7qxjF2fixyH+Q71voWHeOkI2q/TnJao/KfXYIZWbw==",
+ "dev": true,
+ "dependencies": {
+ "es-errors": "^1.3.0"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ }
+ },
+ "node_modules/es-set-tostringtag": {
+ "version": "2.0.3",
+ "resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.0.3.tgz",
+ "integrity": "sha512-3T8uNMC3OQTHkFUsFq8r/BwAXLHvU/9O9mE0fBc/MY5iq/8H7ncvO947LmYA6ldWw9Uh8Yhf25zu6n7nML5QWQ==",
+ "dev": true,
+ "dependencies": {
+ "get-intrinsic": "^1.2.4",
+ "has-tostringtag": "^1.0.2",
+ "hasown": "^2.0.1"
},
"engines": {
"node": ">= 0.4"
@@ -8603,9 +8614,9 @@
"dev": true
},
"node_modules/esbuild": {
- "version": "0.19.7",
- "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.19.7.tgz",
- "integrity": "sha512-6brbTZVqxhqgbpqBR5MzErImcpA0SQdoKOkcWK/U30HtQxnokIpG3TX2r0IJqbFUzqLjhU/zC1S5ndgakObVCQ==",
+ "version": "0.21.5",
+ "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.21.5.tgz",
+ "integrity": "sha512-mg3OPMV4hXywwpoDxu3Qda5xCKQi+vCTZq8S9J/EpkhB2HzKXq4SNFZE3+NK93JYxc8VMSep+lOUSC/RVKaBqw==",
"dev": true,
"hasInstallScript": true,
"bin": {
@@ -8615,34 +8626,36 @@
"node": ">=12"
},
"optionalDependencies": {
- "@esbuild/android-arm": "0.19.7",
- "@esbuild/android-arm64": "0.19.7",
- "@esbuild/android-x64": "0.19.7",
- "@esbuild/darwin-arm64": "0.19.7",
- "@esbuild/darwin-x64": "0.19.7",
- "@esbuild/freebsd-arm64": "0.19.7",
- "@esbuild/freebsd-x64": "0.19.7",
- "@esbuild/linux-arm": "0.19.7",
- "@esbuild/linux-arm64": "0.19.7",
- "@esbuild/linux-ia32": "0.19.7",
- "@esbuild/linux-loong64": "0.19.7",
- "@esbuild/linux-mips64el": "0.19.7",
- "@esbuild/linux-ppc64": "0.19.7",
- "@esbuild/linux-riscv64": "0.19.7",
- "@esbuild/linux-s390x": "0.19.7",
- "@esbuild/linux-x64": "0.19.7",
- "@esbuild/netbsd-x64": "0.19.7",
- "@esbuild/openbsd-x64": "0.19.7",
- "@esbuild/sunos-x64": "0.19.7",
- "@esbuild/win32-arm64": "0.19.7",
- "@esbuild/win32-ia32": "0.19.7",
- "@esbuild/win32-x64": "0.19.7"
+ "@esbuild/aix-ppc64": "0.21.5",
+ "@esbuild/android-arm": "0.21.5",
+ "@esbuild/android-arm64": "0.21.5",
+ "@esbuild/android-x64": "0.21.5",
+ "@esbuild/darwin-arm64": "0.21.5",
+ "@esbuild/darwin-x64": "0.21.5",
+ "@esbuild/freebsd-arm64": "0.21.5",
+ "@esbuild/freebsd-x64": "0.21.5",
+ "@esbuild/linux-arm": "0.21.5",
+ "@esbuild/linux-arm64": "0.21.5",
+ "@esbuild/linux-ia32": "0.21.5",
+ "@esbuild/linux-loong64": "0.21.5",
+ "@esbuild/linux-mips64el": "0.21.5",
+ "@esbuild/linux-ppc64": "0.21.5",
+ "@esbuild/linux-riscv64": "0.21.5",
+ "@esbuild/linux-s390x": "0.21.5",
+ "@esbuild/linux-x64": "0.21.5",
+ "@esbuild/netbsd-x64": "0.21.5",
+ "@esbuild/openbsd-x64": "0.21.5",
+ "@esbuild/sunos-x64": "0.21.5",
+ "@esbuild/win32-arm64": "0.21.5",
+ "@esbuild/win32-ia32": "0.21.5",
+ "@esbuild/win32-x64": "0.21.5"
}
},
"node_modules/escalade": {
- "version": "3.1.1",
- "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz",
- "integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==",
+ "version": "3.1.2",
+ "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.2.tgz",
+ "integrity": "sha512-ErCHMCae19vR8vQGe50xIsVomy19rg6gFu3+r3jkEO46suLMWBksvVyoGgQV+jOfl84ZSOSlmv6Gxa89PmTGmA==",
+ "dev": true,
"engines": {
"node": ">=6"
}
@@ -8668,6 +8681,7 @@
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/escodegen/-/escodegen-2.1.0.tgz",
"integrity": "sha512-2NlIDTwUWJN0mRPQOdtQBzbUHvdGY2P1VXSyU83Q3xKxM7WHX2Ql8dKq782Q9TgQUNOLEzEYu9bzLNj1q88I5w==",
+ "dev": true,
"dependencies": {
"esprima": "^4.0.1",
"estraverse": "^5.2.0",
@@ -8685,16 +8699,16 @@
}
},
"node_modules/eslint": {
- "version": "8.54.0",
- "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.54.0.tgz",
- "integrity": "sha512-NY0DfAkM8BIZDVl6PgSa1ttZbx3xHgJzSNJKYcQglem6CppHyMhRIQkBVSSMaSRnLhig3jsDbEzOjwCVt4AmmA==",
+ "version": "8.57.0",
+ "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.57.0.tgz",
+ "integrity": "sha512-dZ6+mexnaTIbSBZWgou51U6OmzIhYM2VcNdtiTtI7qPNZm35Akpr0f6vtw3w1Kmn5PYo+tZVfh13WrhpS6oLqQ==",
"dev": true,
"dependencies": {
"@eslint-community/eslint-utils": "^4.2.0",
"@eslint-community/regexpp": "^4.6.1",
- "@eslint/eslintrc": "^2.1.3",
- "@eslint/js": "8.54.0",
- "@humanwhocodes/config-array": "^0.11.13",
+ "@eslint/eslintrc": "^2.1.4",
+ "@eslint/js": "8.57.0",
+ "@humanwhocodes/config-array": "^0.11.14",
"@humanwhocodes/module-importer": "^1.0.1",
"@nodelib/fs.walk": "^1.2.8",
"@ungap/structured-clone": "^1.2.0",
@@ -8740,9 +8754,9 @@
}
},
"node_modules/eslint-config-prettier": {
- "version": "9.0.0",
- "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-9.0.0.tgz",
- "integrity": "sha512-IcJsTkJae2S35pRsRAwoCE+925rJJStOdkKnLVgtE+tEpqU0EVVM7OqrwxqgptKdX29NUwC82I5pXsGFIgSevw==",
+ "version": "9.1.0",
+ "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-9.1.0.tgz",
+ "integrity": "sha512-NSWl5BFQWEPi1j4TjVNItzYV7dZXZ+wP6I6ZhrBGpChQhZRUaElihE9uRRkcbRnNb76UMKDF3r+WTmNcGPKsqw==",
"dev": true,
"bin": {
"eslint-config-prettier": "bin/cli.js"
@@ -8784,9 +8798,9 @@
}
},
"node_modules/eslint-module-utils": {
- "version": "2.8.0",
- "resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.8.0.tgz",
- "integrity": "sha512-aWajIYfsqCKRDgUfjEXNN/JlrzauMuSEy5sbd7WXbtW3EH6A6MpwEh42c7qD+MqQo9QMJ6fWLAeIJynx0g6OAw==",
+ "version": "2.9.0",
+ "resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.9.0.tgz",
+ "integrity": "sha512-McVbYmwA3NEKwRQY5g4aWMdcZE5xZxV8i8l7CqJSrameuGSQJtSWaL/LxTEzSKKaCcOhlpDR8XEfYXWPrdo/ZQ==",
"dev": true,
"dependencies": {
"debug": "^3.2.7"
@@ -8810,28 +8824,29 @@
}
},
"node_modules/eslint-plugin-import": {
- "version": "2.29.0",
- "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.29.0.tgz",
- "integrity": "sha512-QPOO5NO6Odv5lpoTkddtutccQjysJuFxoPS7fAHO+9m9udNHvTCPSAMW9zGAYj8lAIdr40I8yPCdUYrncXtrwg==",
+ "version": "2.30.0",
+ "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.30.0.tgz",
+ "integrity": "sha512-/mHNE9jINJfiD2EKkg1BKyPyUk4zdnT54YgbOgfjSakWT5oyX/qQLVNTkehyfpcMxZXMy1zyonZ2v7hZTX43Yw==",
"dev": true,
"dependencies": {
- "array-includes": "^3.1.7",
- "array.prototype.findlastindex": "^1.2.3",
+ "@rtsao/scc": "^1.1.0",
+ "array-includes": "^3.1.8",
+ "array.prototype.findlastindex": "^1.2.5",
"array.prototype.flat": "^1.3.2",
"array.prototype.flatmap": "^1.3.2",
"debug": "^3.2.7",
"doctrine": "^2.1.0",
"eslint-import-resolver-node": "^0.3.9",
- "eslint-module-utils": "^2.8.0",
- "hasown": "^2.0.0",
- "is-core-module": "^2.13.1",
+ "eslint-module-utils": "^2.9.0",
+ "hasown": "^2.0.2",
+ "is-core-module": "^2.15.1",
"is-glob": "^4.0.3",
"minimatch": "^3.1.2",
- "object.fromentries": "^2.0.7",
- "object.groupby": "^1.0.1",
- "object.values": "^1.1.7",
+ "object.fromentries": "^2.0.8",
+ "object.groupby": "^1.0.3",
+ "object.values": "^1.2.0",
"semver": "^6.3.1",
- "tsconfig-paths": "^3.14.2"
+ "tsconfig-paths": "^3.15.0"
},
"engines": {
"node": ">=4"
@@ -8840,6 +8855,16 @@
"eslint": "^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8"
}
},
+ "node_modules/eslint-plugin-import/node_modules/brace-expansion": {
+ "version": "1.1.11",
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
+ "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
+ "dev": true,
+ "dependencies": {
+ "balanced-match": "^1.0.0",
+ "concat-map": "0.0.1"
+ }
+ },
"node_modules/eslint-plugin-import/node_modules/debug": {
"version": "3.2.7",
"resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
@@ -8861,6 +8886,18 @@
"node": ">=0.10.0"
}
},
+ "node_modules/eslint-plugin-import/node_modules/minimatch": {
+ "version": "3.1.2",
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
+ "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
+ "dev": true,
+ "dependencies": {
+ "brace-expansion": "^1.1.7"
+ },
+ "engines": {
+ "node": "*"
+ }
+ },
"node_modules/eslint-plugin-import/node_modules/semver": {
"version": "6.3.1",
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
@@ -8871,23 +8908,24 @@
}
},
"node_modules/eslint-plugin-prettier": {
- "version": "5.0.1",
- "resolved": "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-5.0.1.tgz",
- "integrity": "sha512-m3u5RnR56asrwV/lDC4GHorlW75DsFfmUcjfCYylTUs85dBRnB7VM6xG8eCMJdeDRnppzmxZVf1GEPJvl1JmNg==",
+ "version": "5.2.1",
+ "resolved": "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-5.2.1.tgz",
+ "integrity": "sha512-gH3iR3g4JfF+yYPaJYkN7jEl9QbweL/YfkoRlNnuIEHEz1vHVlCmWOS+eGGiRuzHQXdJFCOTxRgvju9b8VUmrw==",
"dev": true,
"dependencies": {
"prettier-linter-helpers": "^1.0.0",
- "synckit": "^0.8.5"
+ "synckit": "^0.9.1"
},
"engines": {
"node": "^14.18.0 || >=16.0.0"
},
"funding": {
- "url": "https://opencollective.com/prettier"
+ "url": "https://opencollective.com/eslint-plugin-prettier"
},
"peerDependencies": {
"@types/eslint": ">=8.0.0",
"eslint": ">=8.0.0",
+ "eslint-config-prettier": "*",
"prettier": ">=3.0.0"
},
"peerDependenciesMeta": {
@@ -8900,24 +8938,52 @@
}
},
"node_modules/eslint-plugin-vue": {
- "version": "9.18.1",
- "resolved": "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-9.18.1.tgz",
- "integrity": "sha512-7hZFlrEgg9NIzuVik2I9xSnJA5RsmOfueYgsUGUokEDLJ1LHtxO0Pl4duje1BriZ/jDWb+44tcIlC3yi0tdlZg==",
+ "version": "9.28.0",
+ "resolved": "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-9.28.0.tgz",
+ "integrity": "sha512-ShrihdjIhOTxs+MfWun6oJWuk+g/LAhN+CiuOl/jjkG3l0F2AuK5NMTaWqyvBgkFtpYmyks6P4603mLmhNJW8g==",
"dev": true,
"dependencies": {
"@eslint-community/eslint-utils": "^4.4.0",
+ "globals": "^13.24.0",
"natural-compare": "^1.4.0",
"nth-check": "^2.1.1",
- "postcss-selector-parser": "^6.0.13",
- "semver": "^7.5.4",
- "vue-eslint-parser": "^9.3.1",
+ "postcss-selector-parser": "^6.0.15",
+ "semver": "^7.6.3",
+ "vue-eslint-parser": "^9.4.3",
"xml-name-validator": "^4.0.0"
},
"engines": {
"node": "^14.17.0 || >=16.0.0"
},
"peerDependencies": {
- "eslint": "^6.2.0 || ^7.0.0 || ^8.0.0"
+ "eslint": "^6.2.0 || ^7.0.0 || ^8.0.0 || ^9.0.0"
+ }
+ },
+ "node_modules/eslint-plugin-vue/node_modules/globals": {
+ "version": "13.24.0",
+ "resolved": "https://registry.npmjs.org/globals/-/globals-13.24.0.tgz",
+ "integrity": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==",
+ "dev": true,
+ "dependencies": {
+ "type-fest": "^0.20.2"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/eslint-plugin-vue/node_modules/type-fest": {
+ "version": "0.20.2",
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz",
+ "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==",
+ "dev": true,
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/eslint-scope": {
@@ -8963,6 +9029,16 @@
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
}
},
+ "node_modules/eslint/node_modules/brace-expansion": {
+ "version": "1.1.11",
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
+ "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
+ "dev": true,
+ "dependencies": {
+ "balanced-match": "^1.0.0",
+ "concat-map": "0.0.1"
+ }
+ },
"node_modules/eslint/node_modules/chalk": {
"version": "4.1.2",
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
@@ -9010,9 +9086,9 @@
}
},
"node_modules/eslint/node_modules/globals": {
- "version": "13.20.0",
- "resolved": "https://registry.npmjs.org/globals/-/globals-13.20.0.tgz",
- "integrity": "sha512-Qg5QtVkCy/kv3FUSlu4ukeZDVf9ee0iXLAUYX13gbR17bnejFTzr4iS9bY7kwCf1NztRNm1t91fjOiyx4CSwPQ==",
+ "version": "13.24.0",
+ "resolved": "https://registry.npmjs.org/globals/-/globals-13.24.0.tgz",
+ "integrity": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==",
"dev": true,
"dependencies": {
"type-fest": "^0.20.2"
@@ -9033,6 +9109,18 @@
"node": ">=8"
}
},
+ "node_modules/eslint/node_modules/minimatch": {
+ "version": "3.1.2",
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
+ "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
+ "dev": true,
+ "dependencies": {
+ "brace-expansion": "^1.1.7"
+ },
+ "engines": {
+ "node": "*"
+ }
+ },
"node_modules/eslint/node_modules/supports-color": {
"version": "7.2.0",
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
@@ -9078,6 +9166,7 @@
"version": "4.0.1",
"resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz",
"integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==",
+ "dev": true,
"bin": {
"esparse": "bin/esparse.js",
"esvalidate": "bin/esvalidate.js"
@@ -9114,6 +9203,7 @@
"version": "5.3.0",
"resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz",
"integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
+ "dev": true,
"engines": {
"node": ">=4.0"
}
@@ -9127,6 +9217,7 @@
"version": "2.0.3",
"resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz",
"integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",
+ "dev": true,
"engines": {
"node": ">=0.10.0"
}
@@ -9225,61 +9316,16 @@
"node": ">=0.10.0"
}
},
- "node_modules/expand-brackets/node_modules/is-accessor-descriptor": {
- "version": "0.1.6",
- "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz",
- "integrity": "sha512-e1BM1qnDbMRG3ll2U9dSK0UMHuWOs3pY3AtcFsmvwPtKL3MML/Q86i+GilLfvqEs4GW+ExB91tQ3Ig9noDIZ+A==",
- "dependencies": {
- "kind-of": "^3.0.2"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/expand-brackets/node_modules/is-accessor-descriptor/node_modules/kind-of": {
- "version": "3.2.2",
- "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
- "integrity": "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==",
- "dependencies": {
- "is-buffer": "^1.1.5"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/expand-brackets/node_modules/is-data-descriptor": {
- "version": "0.1.4",
- "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz",
- "integrity": "sha512-+w9D5ulSoBNlmw9OHn3U2v51SyoCd0he+bB3xMl62oijhrspxowjU+AIcDY0N3iEJbUEkB15IlMASQsxYigvXg==",
- "dependencies": {
- "kind-of": "^3.0.2"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/expand-brackets/node_modules/is-data-descriptor/node_modules/kind-of": {
- "version": "3.2.2",
- "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
- "integrity": "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==",
- "dependencies": {
- "is-buffer": "^1.1.5"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
"node_modules/expand-brackets/node_modules/is-descriptor": {
- "version": "0.1.6",
- "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.6.tgz",
- "integrity": "sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg==",
+ "version": "0.1.7",
+ "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.7.tgz",
+ "integrity": "sha512-C3grZTvObeN1xud4cRWl366OMXZTj0+HGyk4hvfpx4ZHt1Pb60ANSXqCK7pdOTeUQpRzECBSTphqvD7U+l22Eg==",
"dependencies": {
- "is-accessor-descriptor": "^0.1.6",
- "is-data-descriptor": "^0.1.4",
- "kind-of": "^5.0.0"
+ "is-accessor-descriptor": "^1.0.1",
+ "is-data-descriptor": "^1.0.1"
},
"engines": {
- "node": ">=0.10.0"
+ "node": ">= 0.4"
}
},
"node_modules/expand-brackets/node_modules/is-extendable": {
@@ -9290,14 +9336,6 @@
"node": ">=0.10.0"
}
},
- "node_modules/expand-brackets/node_modules/kind-of": {
- "version": "5.1.0",
- "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-5.1.0.tgz",
- "integrity": "sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw==",
- "engines": {
- "node": ">=0.10.0"
- }
- },
"node_modules/expand-brackets/node_modules/ms": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
@@ -9312,6 +9350,18 @@
"node": ">=6"
}
},
+ "node_modules/expand-tilde": {
+ "version": "2.0.2",
+ "resolved": "https://registry.npmjs.org/expand-tilde/-/expand-tilde-2.0.2.tgz",
+ "integrity": "sha512-A5EmesHW6rfnZ9ysHQjPdJRni0SRar0tjtG5MNtm9n5TUvsYU8oozprtRD4AqHxcZWWlVuAmQo2nWKfN9oyjTw==",
+ "dev": true,
+ "dependencies": {
+ "homedir-polyfill": "^1.0.1"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
"node_modules/extend": {
"version": "3.0.2",
"resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz",
@@ -9406,6 +9456,7 @@
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/extract-zip/-/extract-zip-2.0.1.tgz",
"integrity": "sha512-GDhU9ntwuKyGXdZBUgTIe+vXnWj0fppUEtMDL0+idd5Sta8TGpHssn/eusA9mrPr9qNDym6SxAYZjNvCn/9RBg==",
+ "dev": true,
"dependencies": {
"debug": "^4.1.1",
"get-stream": "^5.1.0",
@@ -9437,15 +9488,16 @@
"dev": true
},
"node_modules/fast-diff": {
- "version": "1.2.0",
- "resolved": "https://registry.npmjs.org/fast-diff/-/fast-diff-1.2.0.tgz",
- "integrity": "sha512-xJuoT5+L99XlZ8twedaRf6Ax2TgQVxvgZOYoPKqZufmJib0tL2tegPBOZb1pVNgIhlqDlA0eO0c3wBvQcmzx4w==",
+ "version": "1.3.0",
+ "resolved": "https://registry.npmjs.org/fast-diff/-/fast-diff-1.3.0.tgz",
+ "integrity": "sha512-VxPP4NqbUjj6MaAOafWeUn2cXWLcCtljklUtZf0Ind4XQ+QPtmA0b18zZy0jIQx+ExRVCR/ZQpBmik5lXshNsw==",
"dev": true
},
"node_modules/fast-fifo": {
- "version": "1.2.0",
- "resolved": "https://registry.npmjs.org/fast-fifo/-/fast-fifo-1.2.0.tgz",
- "integrity": "sha512-NcvQXt7Cky1cNau15FWy64IjuO8X0JijhTBBrJj1YlxlDfRkJXNaK9RFUjwpfDPzMdv7wB38jr53l9tkNLxnWg=="
+ "version": "1.3.2",
+ "resolved": "https://registry.npmjs.org/fast-fifo/-/fast-fifo-1.3.2.tgz",
+ "integrity": "sha512-/d9sfos4yxzpwkDkuN7k2SqFKtYNmCTzgfEpz82x34IM9/zc8KGxQoXg1liNC/izpRM/MBdt44Nmx41ZWqk+FQ==",
+ "dev": true
},
"node_modules/fast-glob": {
"version": "3.3.2",
@@ -9495,9 +9547,9 @@
}
},
"node_modules/fastq": {
- "version": "1.15.0",
- "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.15.0.tgz",
- "integrity": "sha512-wBrocU2LCXXa+lWBt8RoIRD89Fi8OdABODa/kEnyeyjS5aZO5/GNvI5sEINADqP/h8M29UHTHUb53sUu5Ihqdw==",
+ "version": "1.17.1",
+ "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.17.1.tgz",
+ "integrity": "sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==",
"dependencies": {
"reusify": "^1.0.4"
}
@@ -9539,6 +9591,7 @@
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/fd-slicer/-/fd-slicer-1.1.0.tgz",
"integrity": "sha512-cE1qsB/VwyQozZ+q1dGxR8LBYNZeofhEdUNGSMbQD3Gw2lAzX9Zb3uIU6Ebc/Fmyjo9AWWfnn0AUCHqtevs/8g==",
+ "dev": true,
"dependencies": {
"pend": "~1.2.0"
}
@@ -9638,6 +9691,14 @@
"node": ">=4"
}
},
+ "node_modules/ferdi/node_modules/p-try": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/p-try/-/p-try-1.0.0.tgz",
+ "integrity": "sha512-U1etNYuMJoIz3ZXSrrySFjsXQTWOx2/jdi86L+2pRvph/qMKL6sbcCYdH23fqsbm8TH2Gn0OybpT4eSFlCVHww==",
+ "engines": {
+ "node": ">=4"
+ }
+ },
"node_modules/ferdi/node_modules/path-exists": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz",
@@ -9714,9 +9775,9 @@
}
},
"node_modules/fill-range": {
- "version": "7.0.1",
- "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz",
- "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==",
+ "version": "7.1.1",
+ "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz",
+ "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
"dependencies": {
"to-regex-range": "^5.0.1"
},
@@ -9808,15 +9869,6 @@
"node": ">=8"
}
},
- "node_modules/find-yarn-workspace-root2/node_modules/p-try": {
- "version": "2.2.0",
- "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz",
- "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==",
- "dev": true,
- "engines": {
- "node": ">=6"
- }
- },
"node_modules/find-yarn-workspace-root2/node_modules/pkg-dir": {
"version": "4.2.0",
"resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz",
@@ -9829,6 +9881,21 @@
"node": ">=8"
}
},
+ "node_modules/findup-sync": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/findup-sync/-/findup-sync-5.0.0.tgz",
+ "integrity": "sha512-MzwXju70AuyflbgeOhzvQWAvvQdo1XL0A9bVvlXsYcFEBM87WR4OakL4OfZq+QRmr+duJubio+UtNQCPsVESzQ==",
+ "dev": true,
+ "dependencies": {
+ "detect-file": "^1.0.0",
+ "is-glob": "^4.0.3",
+ "micromatch": "^4.0.4",
+ "resolve-dir": "^1.0.1"
+ },
+ "engines": {
+ "node": ">= 10.13.0"
+ }
+ },
"node_modules/first-chunk-stream": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/first-chunk-stream/-/first-chunk-stream-2.0.0.tgz",
@@ -9840,6 +9907,11 @@
"node": ">=0.10.0"
}
},
+ "node_modules/first-chunk-stream/node_modules/isarray": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
+ "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ=="
+ },
"node_modules/first-chunk-stream/node_modules/readable-stream": {
"version": "2.3.8",
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz",
@@ -9881,25 +9953,10 @@
"node": "^10.12.0 || >=12.0.0"
}
},
- "node_modules/flat-cache/node_modules/json-buffer": {
- "version": "3.0.1",
- "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz",
- "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==",
- "dev": true
- },
- "node_modules/flat-cache/node_modules/keyv": {
- "version": "4.5.4",
- "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz",
- "integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==",
- "dev": true,
- "dependencies": {
- "json-buffer": "3.0.1"
- }
- },
"node_modules/flatted": {
- "version": "3.2.9",
- "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.2.9.tgz",
- "integrity": "sha512-36yxDn5H7OFZQla0/jFJmbIKTdZAQHngCedGxiMmpNfEZM0sdEeT+WczLQrjK6D7o2aiyLYDnkw0R3JK0Qv1RQ==",
+ "version": "3.3.1",
+ "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.3.1.tgz",
+ "integrity": "sha512-X8cqMLLie7KsNUDSdzeN8FYK9rEt4Dt67OsG/DNGnYTSDBG4uFAJFBnUeiV+zCVAvwFy56IjM9sH51jVaEhNxw==",
"dev": true
},
"node_modules/focus-trap": {
@@ -9911,9 +9968,9 @@
}
},
"node_modules/follow-redirects": {
- "version": "1.15.2",
- "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.2.tgz",
- "integrity": "sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA==",
+ "version": "1.15.6",
+ "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.6.tgz",
+ "integrity": "sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==",
"funding": [
{
"type": "individual",
@@ -9946,6 +10003,32 @@
"node": ">=0.10.0"
}
},
+ "node_modules/foreground-child": {
+ "version": "3.1.1",
+ "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.1.1.tgz",
+ "integrity": "sha512-TMKDUnIte6bfb5nWv7V/caI169OHgvwjb7V4WkeUvbQQdjr5rWKqHFiKWb/fcOwB+CzBT+qbWjvj+DVwRskpIg==",
+ "dependencies": {
+ "cross-spawn": "^7.0.0",
+ "signal-exit": "^4.0.1"
+ },
+ "engines": {
+ "node": ">=14"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/isaacs"
+ }
+ },
+ "node_modules/foreground-child/node_modules/signal-exit": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
+ "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
+ "engines": {
+ "node": ">=14"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/isaacs"
+ }
+ },
"node_modules/forever-agent": {
"version": "0.6.1",
"resolved": "https://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz",
@@ -10153,16 +10236,20 @@
"integrity": "sha512-3t6rVToeoZfYSGd8YoLFR2DJkiQrIiUrGcjvFX2mDw3bn6k2OtwHN0TNCLbBO+w8qTvimhDkv+LSscbJY1vE6w=="
},
"node_modules/get-intrinsic": {
- "version": "1.2.2",
- "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.2.tgz",
- "integrity": "sha512-0gSo4ml/0j98Y3lngkFEot/zhiCeWsbYIlZ+uZOVgzLyLaUw7wxUL+nCTP0XJvJg1AXulJRI3UJi8GsbDuxdGA==",
+ "version": "1.2.4",
+ "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.4.tgz",
+ "integrity": "sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ==",
"dev": true,
"dependencies": {
+ "es-errors": "^1.3.0",
"function-bind": "^1.1.2",
"has-proto": "^1.0.1",
"has-symbols": "^1.0.3",
"hasown": "^2.0.0"
},
+ "engines": {
+ "node": ">= 0.4"
+ },
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
@@ -10183,6 +10270,7 @@
"version": "5.2.0",
"resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz",
"integrity": "sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==",
+ "dev": true,
"dependencies": {
"pump": "^3.0.0"
},
@@ -10194,13 +10282,14 @@
}
},
"node_modules/get-symbol-description": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.0.0.tgz",
- "integrity": "sha512-2EmdH1YvIQiZpltCNgkuiUnyukzxM/R6NDJX31Ke3BG1Nq5b0S2PhX59UKi9vZpPDQVdqn+1IcaAwnzTT5vCjw==",
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.0.2.tgz",
+ "integrity": "sha512-g0QYk1dZBxGwk+Ngc+ltRH2IBp2f7zBkBMBJZCDerh6EhlhSR6+9irMCuT/09zD6qkarHUSn529sK/yL4S27mg==",
"dev": true,
"dependencies": {
- "call-bind": "^1.0.2",
- "get-intrinsic": "^1.1.1"
+ "call-bind": "^1.0.5",
+ "es-errors": "^1.3.0",
+ "get-intrinsic": "^1.2.4"
},
"engines": {
"node": ">= 0.4"
@@ -10209,72 +10298,21 @@
"url": "https://github.com/sponsors/ljharb"
}
},
- "node_modules/get-uri": {
- "version": "6.0.2",
- "resolved": "https://registry.npmjs.org/get-uri/-/get-uri-6.0.2.tgz",
- "integrity": "sha512-5KLucCJobh8vBY1K07EFV4+cPZH3mrV9YeAruUseCQKHB58SGjjT2l9/eA9LD082IiuMjSlFJEcdJ27TXvbZNw==",
- "dependencies": {
- "basic-ftp": "^5.0.2",
- "data-uri-to-buffer": "^6.0.0",
- "debug": "^4.3.4",
- "fs-extra": "^8.1.0"
- },
+ "node_modules/get-value": {
+ "version": "2.0.6",
+ "resolved": "https://registry.npmjs.org/get-value/-/get-value-2.0.6.tgz",
+ "integrity": "sha512-Ln0UQDlxH1BapMu3GPtf7CuYNwRZf2gwCuPqbyG6pB8WfmFpzqcy4xtAaAMUhnNqjMKTiCPZG2oMT3YSx8U2NA==",
"engines": {
- "node": ">= 14"
+ "node": ">=0.10.0"
}
},
- "node_modules/get-uri/node_modules/data-uri-to-buffer": {
- "version": "6.0.1",
- "resolved": "https://registry.npmjs.org/data-uri-to-buffer/-/data-uri-to-buffer-6.0.1.tgz",
- "integrity": "sha512-MZd3VlchQkp8rdend6vrx7MmVDJzSNTBvghvKjirLkD+WTChA3KUf0jkE68Q4UyctNqI11zZO9/x2Yx+ub5Cvg==",
- "engines": {
- "node": ">= 14"
- }
- },
- "node_modules/get-uri/node_modules/fs-extra": {
- "version": "8.1.0",
- "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-8.1.0.tgz",
- "integrity": "sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==",
- "dependencies": {
- "graceful-fs": "^4.2.0",
- "jsonfile": "^4.0.0",
- "universalify": "^0.1.0"
- },
- "engines": {
- "node": ">=6 <7 || >=8"
- }
- },
- "node_modules/get-uri/node_modules/jsonfile": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz",
- "integrity": "sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==",
- "optionalDependencies": {
- "graceful-fs": "^4.1.6"
- }
- },
- "node_modules/get-uri/node_modules/universalify": {
- "version": "0.1.2",
- "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz",
- "integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==",
- "engines": {
- "node": ">= 4.0.0"
- }
- },
- "node_modules/get-value": {
- "version": "2.0.6",
- "resolved": "https://registry.npmjs.org/get-value/-/get-value-2.0.6.tgz",
- "integrity": "sha512-Ln0UQDlxH1BapMu3GPtf7CuYNwRZf2gwCuPqbyG6pB8WfmFpzqcy4xtAaAMUhnNqjMKTiCPZG2oMT3YSx8U2NA==",
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/getos": {
- "version": "3.2.1",
- "resolved": "https://registry.npmjs.org/getos/-/getos-3.2.1.tgz",
- "integrity": "sha512-U56CfOK17OKgTVqozZjUKNdkfEv6jk5WISBJ8SHoagjE6L69zOwl3Z+O8myjY9MEW3i2HPWQBt/LTbCgcC973Q==",
- "dev": true,
- "dependencies": {
- "async": "^3.2.0"
+ "node_modules/getos": {
+ "version": "3.2.1",
+ "resolved": "https://registry.npmjs.org/getos/-/getos-3.2.1.tgz",
+ "integrity": "sha512-U56CfOK17OKgTVqozZjUKNdkfEv6jk5WISBJ8SHoagjE6L69zOwl3Z+O8myjY9MEW3i2HPWQBt/LTbCgcC973Q==",
+ "dev": true,
+ "dependencies": {
+ "async": "^3.2.0"
}
},
"node_modules/getpass": {
@@ -10303,9 +10341,9 @@
"dev": true
},
"node_modules/giturl": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/giturl/-/giturl-1.0.1.tgz",
- "integrity": "sha512-wQourBdI13n8tbjcZTDl6k+ZrCRMU6p9vfp9jknZq+zfWc8xXNztpZFM4XkPHVzHcMSUZxEMYYKZjIGkPlei6Q==",
+ "version": "1.0.3",
+ "resolved": "https://registry.npmjs.org/giturl/-/giturl-1.0.3.tgz",
+ "integrity": "sha512-qVDEXufVtYUzYqI5hoDUONh9GCEPi0n+e35KNDafdsNt9fPxB0nvFW/kFiw7W42wkg8TUyhBqb+t24yyaoc87A==",
"dev": true,
"engines": {
"node": ">= 0.10.0"
@@ -10346,6 +10384,26 @@
"resolved": "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.3.0.tgz",
"integrity": "sha512-Iozmtbqv0noj0uDDqoL0zNq0VBEfK2YFoMAZoxJe4cwphvLR+JskfF30QhXHOR4m3KrE6NLRYw+U9MRXvifyig=="
},
+ "node_modules/glob/node_modules/brace-expansion": {
+ "version": "1.1.11",
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
+ "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
+ "dependencies": {
+ "balanced-match": "^1.0.0",
+ "concat-map": "0.0.1"
+ }
+ },
+ "node_modules/glob/node_modules/minimatch": {
+ "version": "3.1.2",
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
+ "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
+ "dependencies": {
+ "brace-expansion": "^1.1.7"
+ },
+ "engines": {
+ "node": "*"
+ }
+ },
"node_modules/global": {
"version": "4.4.0",
"resolved": "https://registry.npmjs.org/global/-/global-4.4.0.tgz",
@@ -10575,18 +10633,6 @@
"node": ">=6"
}
},
- "node_modules/has": {
- "version": "1.0.3",
- "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz",
- "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==",
- "dev": true,
- "dependencies": {
- "function-bind": "^1.1.1"
- },
- "engines": {
- "node": ">= 0.4.0"
- }
- },
"node_modules/has-ansi": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz",
@@ -10626,21 +10672,21 @@
}
},
"node_modules/has-property-descriptors": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.1.tgz",
- "integrity": "sha512-VsX8eaIewvas0xnvinAe9bw4WfIeODpGYikiWYLH+dma0Jw6KHYqWiWfhQlgOVK8D6PvjubK5Uc4P0iIhIcNVg==",
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz",
+ "integrity": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==",
"dev": true,
"dependencies": {
- "get-intrinsic": "^1.2.2"
+ "es-define-property": "^1.0.0"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/has-proto": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.0.1.tgz",
- "integrity": "sha512-7qE+iP+O+bgF9clE5+UoBFzE65mlBiVj3tKCrlNQ0Ogwm0BjpT/gK4SlLYDMybDh5I3TCTKnPPa0oMG7JDYrhg==",
+ "version": "1.0.3",
+ "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.0.3.tgz",
+ "integrity": "sha512-SJ1amZAJUiZS+PhsVLf5tGydlaVB8EdFpaSO4gmiUKUOxk8qzn5AIy4ZeJUmh22znIdk/uMAUT2pl3FxzVUH+Q==",
"dev": true,
"engines": {
"node": ">= 0.4"
@@ -10662,12 +10708,12 @@
}
},
"node_modules/has-tostringtag": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.0.tgz",
- "integrity": "sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==",
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz",
+ "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==",
"dev": true,
"dependencies": {
- "has-symbols": "^1.0.2"
+ "has-symbols": "^1.0.3"
},
"engines": {
"node": ">= 0.4"
@@ -10750,9 +10796,9 @@
}
},
"node_modules/hasown": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.0.tgz",
- "integrity": "sha512-vUptKVTpIJhcczKBbgnS+RtcuYMB8+oNzPK2/Hp3hanz8JmpATdmmgLgSaadVREkDm+e2giHwY3ZRkyjSIDDFA==",
+ "version": "2.0.2",
+ "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
+ "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
"dependencies": {
"function-bind": "^1.1.2"
},
@@ -10786,44 +10832,31 @@
"integrity": "sha512-RjTcuD4xjtthQkaWH7dFlH85L+QaVtSoOyGdZ3g6HFhS9dFNDfLyqgm2NFe2X6cQpeFmt0452FJjFG5UameExg==",
"dev": true
},
- "node_modules/hoopy": {
- "version": "0.1.4",
- "resolved": "https://registry.npmjs.org/hoopy/-/hoopy-0.1.4.tgz",
- "integrity": "sha512-HRcs+2mr52W0K+x8RzcLzuPPmVIKMSv97RGHy0Ea9y/mpcaK+xTrjICA04KAHi4GRzxliNqNJEFYWHghy3rSfQ==",
- "dev": true,
- "engines": {
- "node": ">= 6.0.0"
- }
- },
- "node_modules/hosted-git-info": {
- "version": "4.1.0",
- "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-4.1.0.tgz",
- "integrity": "sha512-kyCuEOWjJqZuDbRHzL8V93NzQhwIB71oFWSyzVo+KPZI+pnQPPxucdkrOZvkLRnrf5URsQM+IJ09Dw29cRALIA==",
+ "node_modules/homedir-polyfill": {
+ "version": "1.0.3",
+ "resolved": "https://registry.npmjs.org/homedir-polyfill/-/homedir-polyfill-1.0.3.tgz",
+ "integrity": "sha512-eSmmWE5bZTK2Nou4g0AI3zZ9rswp7GRKoKXS1BLUkvPviOqs4YTN1djQIqrXy9k5gEtdLPy86JjRwsNM9tnDcA==",
"dev": true,
"dependencies": {
- "lru-cache": "^6.0.0"
+ "parse-passwd": "^1.0.0"
},
"engines": {
- "node": ">=10"
+ "node": ">=0.10.0"
}
},
- "node_modules/hosted-git-info/node_modules/lru-cache": {
- "version": "6.0.0",
- "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
- "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
+ "node_modules/hoopy": {
+ "version": "0.1.4",
+ "resolved": "https://registry.npmjs.org/hoopy/-/hoopy-0.1.4.tgz",
+ "integrity": "sha512-HRcs+2mr52W0K+x8RzcLzuPPmVIKMSv97RGHy0Ea9y/mpcaK+xTrjICA04KAHi4GRzxliNqNJEFYWHghy3rSfQ==",
"dev": true,
- "dependencies": {
- "yallist": "^4.0.0"
- },
"engines": {
- "node": ">=10"
+ "node": ">= 6.0.0"
}
},
- "node_modules/hosted-git-info/node_modules/yallist": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
- "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
- "dev": true
+ "node_modules/hosted-git-info": {
+ "version": "2.8.9",
+ "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.9.tgz",
+ "integrity": "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw=="
},
"node_modules/html_codesniffer": {
"version": "2.5.1",
@@ -10930,18 +10963,6 @@
"node": ">=10.19.0"
}
},
- "node_modules/http2-wrapper/node_modules/quick-lru": {
- "version": "5.1.1",
- "resolved": "https://registry.npmjs.org/quick-lru/-/quick-lru-5.1.1.tgz",
- "integrity": "sha512-WuyALRjWPDGtt/wzJiadO5AXY+8hZ80hVpe6MyivgraREW751X3SbhRvG3eLKOYN+8VEvqLcf3wdnt44Z4S4SA==",
- "dev": true,
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
"node_modules/https-proxy-agent": {
"version": "5.0.1",
"resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz",
@@ -10965,15 +10986,15 @@
}
},
"node_modules/husky": {
- "version": "8.0.3",
- "resolved": "https://registry.npmjs.org/husky/-/husky-8.0.3.tgz",
- "integrity": "sha512-+dQSyqPh4x1hlO1swXBiNb2HzTDN1I2IGLQx1GrBuiqFJfoMrnZWwVmatvSiO+Iz8fBUnf+lekwNo4c2LlXItg==",
+ "version": "9.1.5",
+ "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.5.tgz",
+ "integrity": "sha512-rowAVRUBfI0b4+niA4SJMhfQwc107VLkBUgEYYAOQAbqDCnra1nYh83hF/MDmhYs9t9n1E3DuKOrs2LYNC+0Ag==",
"dev": true,
"bin": {
- "husky": "lib/bin.js"
+ "husky": "bin.js"
},
"engines": {
- "node": ">=14"
+ "node": ">=18"
},
"funding": {
"url": "https://github.com/sponsors/typicode"
@@ -10994,6 +11015,7 @@
"version": "1.2.1",
"resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz",
"integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==",
+ "dev": true,
"funding": [
{
"type": "github",
@@ -11010,9 +11032,9 @@
]
},
"node_modules/ignore": {
- "version": "5.2.4",
- "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.2.4.tgz",
- "integrity": "sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==",
+ "version": "5.3.2",
+ "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz",
+ "integrity": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==",
"dev": true,
"engines": {
"node": ">= 4"
@@ -11054,16 +11076,11 @@
"integrity": "sha512-W7+sO6/yhxy83L0G7xR8YAc5Z5QFtYEXXRV6EaE8tuYBZJnA3gVgp3q7X7muhLZVodeb9UfvjSbwt9VJwjIYAg==",
"dev": true
},
- "node_modules/immutable": {
- "version": "4.3.0",
- "resolved": "https://registry.npmjs.org/immutable/-/immutable-4.3.0.tgz",
- "integrity": "sha512-0AOCmOip+xgJwEVTQj1EfiDDOkPmuyllDuTuEX+DDXUgapLAsBIfkg3sxCYyCEA8mQqZrrxPUGjcOQ2JS3WLkg==",
- "dev": true
- },
"node_modules/import-fresh": {
"version": "3.3.0",
"resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz",
"integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==",
+ "dev": true,
"dependencies": {
"parent-module": "^1.0.0",
"resolve-from": "^4.0.0"
@@ -11076,12 +11093,12 @@
}
},
"node_modules/import-lazy": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/import-lazy/-/import-lazy-4.0.0.tgz",
- "integrity": "sha512-rKtvo6a868b5Hu3heneU+L4yEQ4jYKLtjpnPeUdK7h0yzXGmyBTypknlkCvHFBqfX9YlorEiMM6Dnq/5atfHkw==",
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/import-lazy/-/import-lazy-2.1.0.tgz",
+ "integrity": "sha512-m7ZEHgtw69qOGw+jwxXkHlrlIPdTGkyh66zXZ1ajZbxkDBNjSY/LGbmjc7h0s2ELsUDTAhFr55TrPSSqJGPG0A==",
"dev": true,
"engines": {
- "node": ">=8"
+ "node": ">=4"
}
},
"node_modules/imurmurhash": {
@@ -11188,6 +11205,18 @@
"url": "https://github.com/sponsors/sindresorhus"
}
},
+ "node_modules/inline-critical/node_modules/hosted-git-info": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-4.1.0.tgz",
+ "integrity": "sha512-kyCuEOWjJqZuDbRHzL8V93NzQhwIB71oFWSyzVo+KPZI+pnQPPxucdkrOZvkLRnrf5URsQM+IJ09Dw29cRALIA==",
+ "dev": true,
+ "dependencies": {
+ "lru-cache": "^6.0.0"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
"node_modules/inline-critical/node_modules/indent-string": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/indent-string/-/indent-string-5.0.0.tgz",
@@ -11200,6 +11229,18 @@
"url": "https://github.com/sponsors/sindresorhus"
}
},
+ "node_modules/inline-critical/node_modules/lru-cache": {
+ "version": "6.0.0",
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
+ "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
+ "dev": true,
+ "dependencies": {
+ "yallist": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
"node_modules/inline-critical/node_modules/meow": {
"version": "10.1.5",
"resolved": "https://registry.npmjs.org/meow/-/meow-10.1.5.tgz",
@@ -11226,16 +11267,19 @@
"url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/inline-critical/node_modules/quick-lru": {
- "version": "5.1.1",
- "resolved": "https://registry.npmjs.org/quick-lru/-/quick-lru-5.1.1.tgz",
- "integrity": "sha512-WuyALRjWPDGtt/wzJiadO5AXY+8hZ80hVpe6MyivgraREW751X3SbhRvG3eLKOYN+8VEvqLcf3wdnt44Z4S4SA==",
+ "node_modules/inline-critical/node_modules/normalize-package-data": {
+ "version": "3.0.3",
+ "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-3.0.3.tgz",
+ "integrity": "sha512-p2W1sgqij3zMMyRC067Dg16bfzVH+w7hyegmpIvZ4JNjqtGOVAIvLmjBx3yP7YTe9vKJgkoNOPjwQGogDoMXFA==",
"dev": true,
+ "dependencies": {
+ "hosted-git-info": "^4.0.1",
+ "is-core-module": "^2.5.0",
+ "semver": "^7.3.4",
+ "validate-npm-package-license": "^3.0.1"
+ },
"engines": {
"node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/inline-critical/node_modules/read-pkg": {
@@ -11290,9 +11334,9 @@
}
},
"node_modules/inline-critical/node_modules/slash": {
- "version": "5.0.0",
- "resolved": "https://registry.npmjs.org/slash/-/slash-5.0.0.tgz",
- "integrity": "sha512-n6KkmvKS0623igEVj3FF0OZs1gYYJ0o0Hj939yc1fyxl2xt+xYpLnzJB6xBSqOfV9ZFLEWodBBN/heZJahuIJQ==",
+ "version": "5.1.0",
+ "resolved": "https://registry.npmjs.org/slash/-/slash-5.1.0.tgz",
+ "integrity": "sha512-ZA6oR3T/pEyuqwMgAKT0/hAv8oAXckzbkmR0UkUosQ+Mc4RxGoJkRmwHgHufaenlyAgE1Mxgpdcrf75y6XcnDg==",
"dev": true,
"engines": {
"node": ">=14.16"
@@ -11340,6 +11384,12 @@
"url": "https://github.com/sponsors/sindresorhus"
}
},
+ "node_modules/inline-critical/node_modules/yallist": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
+ "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
+ "dev": true
+ },
"node_modules/inquirer": {
"version": "3.3.0",
"resolved": "https://registry.npmjs.org/inquirer/-/inquirer-3.3.0.tgz",
@@ -11454,12 +11504,12 @@
}
},
"node_modules/internal-slot": {
- "version": "1.0.6",
- "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.6.tgz",
- "integrity": "sha512-Xj6dv+PsbtwyPpEflsejS+oIZxmMlV44zAhG479uYu89MsjcYOhCFnNyKrkJrihbsiasQyY0afoCl/9BLR65bg==",
+ "version": "1.0.7",
+ "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.7.tgz",
+ "integrity": "sha512-NGnrKwXzSms2qUUih/ILZ5JBqNTSa1+ZmP6flaIp6KmSElgE9qdndzS3cqjrDovwFdmwsGsLdeFgB6suw+1e9g==",
"dev": true,
"dependencies": {
- "get-intrinsic": "^1.2.2",
+ "es-errors": "^1.3.0",
"hasown": "^2.0.0",
"side-channel": "^1.0.4"
},
@@ -11500,11 +11550,6 @@
"node": ">=0.10.0"
}
},
- "node_modules/ip": {
- "version": "1.1.8",
- "resolved": "https://registry.npmjs.org/ip/-/ip-1.1.8.tgz",
- "integrity": "sha512-PuExPYUiu6qMBQb4l06ecm6T6ujzhmh+MeJcW9wa89PoAz5pvd4zPgN5WJV104mb6S2T1AwNIAaB70JNrLQWhg=="
- },
"node_modules/ip-regex": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/ip-regex/-/ip-regex-1.0.3.tgz",
@@ -11524,25 +11569,27 @@
}
},
"node_modules/is-accessor-descriptor": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz",
- "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==",
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.1.tgz",
+ "integrity": "sha512-YBUanLI8Yoihw923YeFUS5fs0fF2f5TSFTNiYAAzhhDscDa3lEqYuz1pDOEP5KvX94I9ey3vsqjJcLVFVU+3QA==",
"dependencies": {
- "kind-of": "^6.0.0"
+ "hasown": "^2.0.0"
},
"engines": {
- "node": ">=0.10.0"
+ "node": ">= 0.10"
}
},
"node_modules/is-array-buffer": {
- "version": "3.0.2",
- "resolved": "https://registry.npmjs.org/is-array-buffer/-/is-array-buffer-3.0.2.tgz",
- "integrity": "sha512-y+FyyR/w8vfIRq4eQcM1EYgSTnmHXPqaF+IgzgraytCFq5Xh8lllDVmAZolPJiZttZLeFSINPYMaEJ7/vWUa1w==",
+ "version": "3.0.4",
+ "resolved": "https://registry.npmjs.org/is-array-buffer/-/is-array-buffer-3.0.4.tgz",
+ "integrity": "sha512-wcjaerHw0ydZwfhiKbXJWLDY8A7yV7KhjQOpb83hGgGfId/aQa4TOvwyzn2PuswW2gPCYEL/nEAiSVpdOj1lXw==",
"dev": true,
"dependencies": {
"call-bind": "^1.0.2",
- "get-intrinsic": "^1.2.0",
- "is-typed-array": "^1.1.10"
+ "get-intrinsic": "^1.2.1"
+ },
+ "engines": {
+ "node": ">= 0.4"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
@@ -11637,25 +11684,43 @@
}
},
"node_modules/is-core-module": {
- "version": "2.13.1",
- "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.13.1.tgz",
- "integrity": "sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==",
+ "version": "2.15.1",
+ "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.15.1.tgz",
+ "integrity": "sha512-z0vtXSwucUJtANQWldhbtbt7BnL0vxiFjIdDLAatwhDYty2bad6s+rijD6Ri4YuYJubLzIJLUidCh09e1djEVQ==",
"dependencies": {
- "hasown": "^2.0.0"
+ "hasown": "^2.0.2"
+ },
+ "engines": {
+ "node": ">= 0.4"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/is-data-descriptor": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz",
- "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==",
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.1.tgz",
+ "integrity": "sha512-bc4NlCDiCr28U4aEsQ3Qs2491gVq4V8G7MQyws968ImqjKuYtTJXrl7Vq7jsN7Ly/C3xj5KWFrY7sHNeDkAzXw==",
"dependencies": {
- "kind-of": "^6.0.0"
+ "hasown": "^2.0.0"
},
"engines": {
- "node": ">=0.10.0"
+ "node": ">= 0.4"
+ }
+ },
+ "node_modules/is-data-view": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/is-data-view/-/is-data-view-1.0.1.tgz",
+ "integrity": "sha512-AHkaJrsUVW6wq6JS8y3JnM/GJF/9cf+k20+iDzlSaJrinEo5+7vRiteOSwBhHRiAyQATN1AmY4hwzxJKPmYf+w==",
+ "dev": true,
+ "dependencies": {
+ "is-typed-array": "^1.1.13"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/is-date-object": {
@@ -11674,16 +11739,15 @@
}
},
"node_modules/is-descriptor": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz",
- "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==",
+ "version": "1.0.3",
+ "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.3.tgz",
+ "integrity": "sha512-JCNNGbwWZEVaSPtS45mdtrneRWJFp07LLmykxeFV5F6oBvNF8vHSfJuJgoT472pSfk+Mf8VnlrspaFBHWM8JAw==",
"dependencies": {
- "is-accessor-descriptor": "^1.0.0",
- "is-data-descriptor": "^1.0.0",
- "kind-of": "^6.0.2"
+ "is-accessor-descriptor": "^1.0.1",
+ "is-data-descriptor": "^1.0.1"
},
"engines": {
- "node": ">=0.10.0"
+ "node": ">= 0.4"
}
},
"node_modules/is-docker": {
@@ -11762,39 +11826,6 @@
"node": ">=0.10.0"
}
},
- "node_modules/is-inside-container": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/is-inside-container/-/is-inside-container-1.0.0.tgz",
- "integrity": "sha512-KIYLCCJghfHZxqjYBE7rEy0OBuTd5xCHS7tHVgvCLkx7StIoaxwNW3hCALgEUjFfeRk+MG/Qxmp/vtETEF3tRA==",
- "dev": true,
- "dependencies": {
- "is-docker": "^3.0.0"
- },
- "bin": {
- "is-inside-container": "cli.js"
- },
- "engines": {
- "node": ">=14.16"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/is-inside-container/node_modules/is-docker": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-3.0.0.tgz",
- "integrity": "sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ==",
- "dev": true,
- "bin": {
- "is-docker": "cli.js"
- },
- "engines": {
- "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
"node_modules/is-installed-globally": {
"version": "0.4.0",
"resolved": "https://registry.npmjs.org/is-installed-globally/-/is-installed-globally-0.4.0.tgz",
@@ -11827,9 +11858,9 @@
"dev": true
},
"node_modules/is-negative-zero": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.2.tgz",
- "integrity": "sha512-dqJvarLawXsFbNDeJW7zAz8ItJ9cd28YufuuFzh0G8pNHjJMnY08Dv7sYX2uF5UpQOwieAeOExEYAWWfu7ZZUA==",
+ "version": "2.0.3",
+ "resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.3.tgz",
+ "integrity": "sha512-5KoIu2Ngpyek75jXodFvnafB6DJgr3u8uuK0LEZJjrU19DrMD3EVERaR8sjz8CCGgpZvxPl9SuE1GMVPFHx1mw==",
"dev": true,
"engines": {
"node": ">= 0.4"
@@ -11898,11 +11929,11 @@
}
},
"node_modules/is-plain-object": {
- "version": "5.0.0",
- "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-5.0.0.tgz",
- "integrity": "sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==",
- "dev": true,
- "engines": {
+ "version": "3.0.1",
+ "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-3.0.1.tgz",
+ "integrity": "sha512-Xnpx182SBMrr/aBik8y+GuR4U1L9FqMSojwDQwPMmxyC6bvEqly9UBCxhauBF5vNh2gwWJNX6oDV7O+OM4z34g==",
+ "dev": true,
+ "engines": {
"node": ">=0.10.0"
}
},
@@ -11929,12 +11960,15 @@
}
},
"node_modules/is-shared-array-buffer": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.2.tgz",
- "integrity": "sha512-sqN2UDu1/0y6uvXyStCOzyhAjCSlHceFoMKJW8W9EU9cvic/QdsZ0kEU93HEy3IUEFZIiH/3w+AH/UQbPHNdhA==",
+ "version": "1.0.3",
+ "resolved": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.3.tgz",
+ "integrity": "sha512-nA2hv5XIhLR3uVzDDfCIknerhx8XUKnstuOERPNNIinXG7v9u+ohXF67vxm4TPTEPU6lm61ZkwP3c9PCB97rhg==",
"dev": true,
"dependencies": {
- "call-bind": "^1.0.2"
+ "call-bind": "^1.0.7"
+ },
+ "engines": {
+ "node": ">= 0.4"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
@@ -11983,12 +12017,12 @@
}
},
"node_modules/is-typed-array": {
- "version": "1.1.12",
- "resolved": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.12.tgz",
- "integrity": "sha512-Z14TF2JNG8Lss5/HMqt0//T9JeHXttXy5pH/DBU4vi98ozO2btxzq9MwYDZYnKwU8nRsz/+GVFVRDq3DkVuSPg==",
+ "version": "1.1.13",
+ "resolved": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.13.tgz",
+ "integrity": "sha512-uZ25/bUAlUY5fR4OKT4rZQEBrzQWYV9ZJYGGsUmEJ6thodVJ1HX64ePQ6Z0qPWP+m+Uq6e9UugrE38jeYsDSMw==",
"dev": true,
"dependencies": {
- "which-typed-array": "^1.1.11"
+ "which-typed-array": "^1.1.14"
},
"engines": {
"node": ">= 0.4"
@@ -12059,9 +12093,10 @@
"dev": true
},
"node_modules/isarray": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
- "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ=="
+ "version": "2.0.5",
+ "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz",
+ "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==",
+ "dev": true
},
"node_modules/isbinaryfile": {
"version": "3.0.3",
@@ -12093,6 +12128,23 @@
"integrity": "sha512-Yljz7ffyPbrLpLngrMtZ7NduUgVvi6wG9RJ9IUcyCd59YQ911PBJphODUcbOVbqYfxe1wuYf/LJ8PauMRwsM/g==",
"dev": true
},
+ "node_modules/jackspeak": {
+ "version": "2.3.6",
+ "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-2.3.6.tgz",
+ "integrity": "sha512-N3yCS/NegsOBokc8GAdM8UcmfsKiSS8cipheD/nivzr700H+nsMOxJjQnvwOcRYVuFkdH0wGUvW2WbXGmrZGbQ==",
+ "dependencies": {
+ "@isaacs/cliui": "^8.0.2"
+ },
+ "engines": {
+ "node": ">=14"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/isaacs"
+ },
+ "optionalDependencies": {
+ "@pkgjs/parseargs": "^0.11.0"
+ }
+ },
"node_modules/jimp": {
"version": "0.16.13",
"resolved": "https://registry.npmjs.org/jimp/-/jimp-0.16.13.tgz",
@@ -12106,6 +12158,12 @@
"regenerator-runtime": "^0.13.3"
}
},
+ "node_modules/jimp/node_modules/regenerator-runtime": {
+ "version": "0.13.11",
+ "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz",
+ "integrity": "sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==",
+ "dev": true
+ },
"node_modules/jiti": {
"version": "1.21.0",
"resolved": "https://registry.npmjs.org/jiti/-/jiti-1.21.0.tgz",
@@ -12115,14 +12173,14 @@
}
},
"node_modules/joi": {
- "version": "17.9.1",
- "resolved": "https://registry.npmjs.org/joi/-/joi-17.9.1.tgz",
- "integrity": "sha512-FariIi9j6QODKATGBrEX7HZcja8Bsh3rfdGYy/Sb65sGlZWK/QWesU1ghk7aJWDj95knjXlQfSmzFSPPkLVsfw==",
+ "version": "17.13.0",
+ "resolved": "https://registry.npmjs.org/joi/-/joi-17.13.0.tgz",
+ "integrity": "sha512-9qcrTyoBmFZRNHeVP4edKqIUEgFzq7MHvTNSDuHSqkpOPtiBkgNgcmTSqmiw1kw9tdKaiddvIDv/eCJDxmqWCA==",
"dev": true,
"dependencies": {
- "@hapi/hoek": "^9.0.0",
- "@hapi/topo": "^5.0.0",
- "@sideway/address": "^4.1.3",
+ "@hapi/hoek": "^9.3.0",
+ "@hapi/topo": "^5.1.0",
+ "@sideway/address": "^4.1.5",
"@sideway/formula": "^3.0.1",
"@sideway/pinpoint": "^2.0.0"
}
@@ -12134,9 +12192,9 @@
"dev": true
},
"node_modules/js-library-detector": {
- "version": "6.6.0",
- "resolved": "https://registry.npmjs.org/js-library-detector/-/js-library-detector-6.6.0.tgz",
- "integrity": "sha512-z8OkDmXALZ22bIzBtIW8cpJ39MV93/Zu1rWrFdhsNw+sity2rOLaGT2kfWWQ6mnRTWs4ddONY5kiroA8e98Gvg==",
+ "version": "6.7.0",
+ "resolved": "https://registry.npmjs.org/js-library-detector/-/js-library-detector-6.7.0.tgz",
+ "integrity": "sha512-c80Qupofp43y4cJ7+8TTDN/AsDwLi5oOm/plBrWI+iQt485vKXCco+yVmOwEgdo9VOdsYTuV0UlTeetVPTriXA==",
"dev": true,
"engines": {
"node": ">=12"
@@ -12145,12 +12203,14 @@
"node_modules/js-tokens": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
- "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ=="
+ "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
+ "dev": true
},
"node_modules/js-yaml": {
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
"integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
+ "dev": true,
"dependencies": {
"argparse": "^2.0.1"
},
@@ -12233,21 +12293,6 @@
"integrity": "sha512-b0tGHbfegbhPJpxpiBPU2sCkigAqtM9O121le6bbOlgyV+NyGyCmVfJ6QW9eRjz8CpNfWEOYBIMIGRYkLwsIYg==",
"dev": true
},
- "node_modules/jsdom/node_modules/tough-cookie": {
- "version": "4.1.2",
- "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.1.2.tgz",
- "integrity": "sha512-G9fqXWoYFZgTc2z8Q5zaHy/vJMjm+WV0AkAeHxVCQiEB1b+dGvWzFW6QV07cY5jQ5gRkeid2qIkzkxUnmoQZUQ==",
- "dev": true,
- "dependencies": {
- "psl": "^1.1.33",
- "punycode": "^2.1.1",
- "universalify": "^0.2.0",
- "url-parse": "^1.5.3"
- },
- "engines": {
- "node": ">=6"
- }
- },
"node_modules/jsdom/node_modules/tr46": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/tr46/-/tr46-3.0.0.tgz",
@@ -12260,15 +12305,6 @@
"node": ">=12"
}
},
- "node_modules/jsdom/node_modules/universalify": {
- "version": "0.2.0",
- "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.2.0.tgz",
- "integrity": "sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg==",
- "dev": true,
- "engines": {
- "node": ">= 4.0.0"
- }
- },
"node_modules/jsdom/node_modules/whatwg-url": {
"version": "11.0.0",
"resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-11.0.0.tgz",
@@ -12283,9 +12319,9 @@
}
},
"node_modules/jsdom/node_modules/ws": {
- "version": "8.13.0",
- "resolved": "https://registry.npmjs.org/ws/-/ws-8.13.0.tgz",
- "integrity": "sha512-x9vcZYTrFPC7aSIbj7sRCYo7L/Xb8Iy+pW0ng0wt2vCJv7M9HOMy0UoN3rr+IFC7hb7vXoqS+P9ktyLLLhO+LA==",
+ "version": "8.16.0",
+ "resolved": "https://registry.npmjs.org/ws/-/ws-8.16.0.tgz",
+ "integrity": "sha512-HS0c//TP7Ina87TfiPUz1rQzMhHrl/SG2guqRcTOIUYD2q8uhUdNHZYJUaQ8aTGPzCh+c6oawMKW35nFl1dxyQ==",
"dev": true,
"engines": {
"node": ">=10.0.0"
@@ -12316,15 +12352,16 @@
}
},
"node_modules/json-buffer": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.0.tgz",
- "integrity": "sha512-CuUqjv0FUZIdXkHPI8MezCnFCdaTAacej1TZYulLoAg1h/PhwkdXFN4V/gzY4g+fMBCOV2xF+rp7t2XD2ns/NQ==",
+ "version": "3.0.1",
+ "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz",
+ "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==",
"dev": true
},
"node_modules/json-parse-even-better-errors": {
"version": "2.3.1",
"resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz",
- "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w=="
+ "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==",
+ "dev": true
},
"node_modules/json-schema": {
"version": "0.4.0",
@@ -12399,12 +12436,12 @@
}
},
"node_modules/keyv": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/keyv/-/keyv-3.1.0.tgz",
- "integrity": "sha512-9ykJ/46SN/9KPM/sichzQ7OvXyGDYKGTaDlKMGCAlg2UK8KRy4jb0d8sFc+0Tt0YYnThq8X2RZgCg74RPxgcVA==",
+ "version": "4.5.4",
+ "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz",
+ "integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==",
"dev": true,
"dependencies": {
- "json-buffer": "3.0.0"
+ "json-buffer": "3.0.1"
}
},
"node_modules/kind-of": {
@@ -12425,9 +12462,9 @@
}
},
"node_modules/known-css-properties": {
- "version": "0.29.0",
- "resolved": "https://registry.npmjs.org/known-css-properties/-/known-css-properties-0.29.0.tgz",
- "integrity": "sha512-Ne7wqW7/9Cz54PDt4I3tcV+hAyat8ypyOGzYRJQfdxnnjeWsTxt1cy8pjvvKeI5kfXuyvULyeeAvwvvtAX3ayQ==",
+ "version": "0.34.0",
+ "resolved": "https://registry.npmjs.org/known-css-properties/-/known-css-properties-0.34.0.tgz",
+ "integrity": "sha512-tBECoUqNFbyAY4RrbqsBQqDFpGXAEbdD5QKr8kACx3+rnArmuuR22nKQWKazvp07N9yjTyDZaw/20UIH8tL9DQ==",
"dev": true
},
"node_modules/latest-version": {
@@ -12535,9 +12572,9 @@
}
},
"node_modules/lighthouse-logger": {
- "version": "1.3.0",
- "resolved": "https://registry.npmjs.org/lighthouse-logger/-/lighthouse-logger-1.3.0.tgz",
- "integrity": "sha512-BbqAKApLb9ywUli+0a+PcV04SyJ/N1q/8qgCNe6U97KbPCS1BTksEuHFLYdvc8DltuhfxIUBqDZsC0bBGtl3lA==",
+ "version": "1.4.2",
+ "resolved": "https://registry.npmjs.org/lighthouse-logger/-/lighthouse-logger-1.4.2.tgz",
+ "integrity": "sha512-gPWxznF6TKmUHrOQjlVo2UbaL2EJ71mb2CCeRs/2qBpi4L/g4LUVc9+3lKQ6DTUZwJswfM7ainGrLO1+fOqa2g==",
"dev": true,
"dependencies": {
"debug": "^2.6.9",
@@ -12560,9 +12597,9 @@
"dev": true
},
"node_modules/lighthouse-stack-packs": {
- "version": "1.9.1",
- "resolved": "https://registry.npmjs.org/lighthouse-stack-packs/-/lighthouse-stack-packs-1.9.1.tgz",
- "integrity": "sha512-9prq6oMkVHz3GeCkphq4FHXXdj3M/WPiFWUvJAczLYV8j/oTxsgiHSPMqh1KVV11CP0VTxD40hFC0pDfXF+khQ==",
+ "version": "1.12.1",
+ "resolved": "https://registry.npmjs.org/lighthouse-stack-packs/-/lighthouse-stack-packs-1.12.1.tgz",
+ "integrity": "sha512-i4jTmg7tvZQFwNFiwB+nCK6a7ICR68Xcwo+VIVd6Spi71vBNFUlds5HiDrSbClZdkQDON2Bhqv+KKJIo5zkPeA==",
"dev": true
},
"node_modules/lighthouse/node_modules/cliui": {
@@ -12586,9 +12623,9 @@
}
},
"node_modules/lighthouse/node_modules/semver": {
- "version": "5.7.1",
- "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz",
- "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==",
+ "version": "5.7.2",
+ "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz",
+ "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==",
"dev": true,
"bin": {
"semver": "bin/semver"
@@ -13101,14 +13138,11 @@
}
},
"node_modules/magic-string": {
- "version": "0.30.5",
- "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.5.tgz",
- "integrity": "sha512-7xlpfBaQaP/T6Vh8MO/EqXSW5En6INHEvEXQiuff7Gku0PWjU3uf6w/j9o7O+SpB5fOAkrI5HeoNgwjEO0pFsA==",
+ "version": "0.30.11",
+ "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.11.tgz",
+ "integrity": "sha512-+Wri9p0QHMy+545hKww7YAu5NyzF8iomPL/RQazugQ9+Ez4Ic3mERMd8ZTX5rfK944j+560ZJi8iAwgak1Ac7A==",
"dependencies": {
- "@jridgewell/sourcemap-codec": "^1.4.15"
- },
- "engines": {
- "node": ">=12"
+ "@jridgewell/sourcemap-codec": "^1.5.0"
}
},
"node_modules/make-dir": {
@@ -13127,9 +13161,9 @@
}
},
"node_modules/make-dir/node_modules/semver": {
- "version": "6.3.0",
- "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
- "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==",
+ "version": "6.3.1",
+ "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
+ "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
"dev": true,
"bin": {
"semver": "bin/semver.js"
@@ -13496,6 +13530,11 @@
"node": ">=0.10.0"
}
},
+ "node_modules/mem-fs-editor/node_modules/isarray": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
+ "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ=="
+ },
"node_modules/mem-fs-editor/node_modules/micromatch": {
"version": "3.1.10",
"resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz",
@@ -13614,26 +13653,12 @@
}
},
"node_modules/meow": {
- "version": "9.0.0",
- "resolved": "https://registry.npmjs.org/meow/-/meow-9.0.0.tgz",
- "integrity": "sha512-+obSblOQmRhcyBt62furQqRAQpNyWXo8BuQ5bN7dG8wmwQ+vwHKp/rCFD4CrTP8CsDQD1sjoZ94K417XEUk8IQ==",
+ "version": "13.2.0",
+ "resolved": "https://registry.npmjs.org/meow/-/meow-13.2.0.tgz",
+ "integrity": "sha512-pxQJQzB6djGPXh08dacEloMFopsOqGVRKFPYvPOt9XDZ1HasbgDZA74CJGreSU4G3Ak7EFJGoiH2auq+yXISgA==",
"dev": true,
- "dependencies": {
- "@types/minimist": "^1.2.0",
- "camelcase-keys": "^6.2.2",
- "decamelize": "^1.2.0",
- "decamelize-keys": "^1.1.0",
- "hard-rejection": "^2.1.0",
- "minimist-options": "4.1.0",
- "normalize-package-data": "^3.0.0",
- "read-pkg-up": "^7.0.1",
- "redent": "^3.0.0",
- "trim-newlines": "^3.0.0",
- "type-fest": "^0.18.0",
- "yargs-parser": "^20.2.3"
- },
"engines": {
- "node": ">=10"
+ "node": ">=18"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
@@ -13660,11 +13685,11 @@
"dev": true
},
"node_modules/micromatch": {
- "version": "4.0.5",
- "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz",
- "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==",
+ "version": "4.0.8",
+ "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz",
+ "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
"dependencies": {
- "braces": "^3.0.2",
+ "braces": "^3.0.3",
"picomatch": "^2.3.1"
},
"engines": {
@@ -13747,14 +13772,17 @@
}
},
"node_modules/minimatch": {
- "version": "3.1.2",
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
- "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
+ "version": "9.0.4",
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz",
+ "integrity": "sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==",
"dependencies": {
- "brace-expansion": "^1.1.7"
+ "brace-expansion": "^2.0.1"
},
"engines": {
- "node": "*"
+ "node": ">=16 || 14 >=14.17"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/isaacs"
}
},
"node_modules/minimist": {
@@ -13779,10 +13807,13 @@
"node": ">= 6"
}
},
- "node_modules/mitt": {
- "version": "3.0.1",
- "resolved": "https://registry.npmjs.org/mitt/-/mitt-3.0.1.tgz",
- "integrity": "sha512-vKivATfr97l2/QBCYAkXYDbrIWPM2IIKEl7YPhjCvKlG3kE2gm+uBo6nEXK3M5/Ffh/FLpKExzOQ3JJoJGFKBw=="
+ "node_modules/minipass": {
+ "version": "7.0.4",
+ "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.0.4.tgz",
+ "integrity": "sha512-jYofLM5Dam9279rdkWzqHozUo4ybjdZmCsDHePy5V/PbBcVMiSZR97gmAy45aqi8CK1lG2ECd356FU86avfwUQ==",
+ "engines": {
+ "node": ">=16 || 14 >=14.17"
+ }
},
"node_modules/mixin-deep": {
"version": "1.3.2",
@@ -13810,12 +13841,14 @@
"node_modules/mkdirp-classic": {
"version": "0.5.3",
"resolved": "https://registry.npmjs.org/mkdirp-classic/-/mkdirp-classic-0.5.3.tgz",
- "integrity": "sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A=="
+ "integrity": "sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A==",
+ "dev": true
},
"node_modules/ms": {
"version": "2.1.2",
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
- "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w=="
+ "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==",
+ "dev": true
},
"node_modules/multimatch": {
"version": "2.1.0",
@@ -13842,6 +13875,26 @@
"node": ">=0.10.0"
}
},
+ "node_modules/multimatch/node_modules/brace-expansion": {
+ "version": "1.1.11",
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
+ "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
+ "dependencies": {
+ "balanced-match": "^1.0.0",
+ "concat-map": "0.0.1"
+ }
+ },
+ "node_modules/multimatch/node_modules/minimatch": {
+ "version": "3.1.2",
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
+ "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
+ "dependencies": {
+ "brace-expansion": "^1.1.7"
+ },
+ "engines": {
+ "node": "*"
+ }
+ },
"node_modules/mustache": {
"version": "4.2.0",
"resolved": "https://registry.npmjs.org/mustache/-/mustache-4.2.0.tgz",
@@ -13867,9 +13920,9 @@
}
},
"node_modules/nanoid": {
- "version": "3.3.6",
- "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.6.tgz",
- "integrity": "sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA==",
+ "version": "3.3.7",
+ "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz",
+ "integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==",
"funding": [
{
"type": "github",
@@ -13916,14 +13969,6 @@
"integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==",
"dev": true
},
- "node_modules/netmask": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/netmask/-/netmask-2.0.2.tgz",
- "integrity": "sha512-dBpDMdxv9Irdq66304OLfEmQ9tbNRFnFTuZiLo+bD+r332bBmMJ8GBLXklIXXgxd3+v9+KUnZaUR5PJMa75Gsg==",
- "engines": {
- "node": ">= 0.4.0"
- }
- },
"node_modules/node-abi": {
"version": "2.30.1",
"resolved": "https://registry.npmjs.org/node-abi/-/node-abi-2.30.1.tgz",
@@ -13934,9 +13979,9 @@
}
},
"node_modules/node-abi/node_modules/semver": {
- "version": "5.7.1",
- "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz",
- "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==",
+ "version": "5.7.2",
+ "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz",
+ "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==",
"dev": true,
"bin": {
"semver": "bin/semver"
@@ -13959,6 +14004,26 @@
"node": ">= 0.10.5"
}
},
+ "node_modules/node-dir/node_modules/brace-expansion": {
+ "version": "1.1.11",
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
+ "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
+ "dependencies": {
+ "balanced-match": "^1.0.0",
+ "concat-map": "0.0.1"
+ }
+ },
+ "node_modules/node-dir/node_modules/minimatch": {
+ "version": "3.1.2",
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
+ "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
+ "dependencies": {
+ "brace-expansion": "^1.1.7"
+ },
+ "engines": {
+ "node": "*"
+ }
+ },
"node_modules/node-emoji": {
"version": "1.11.0",
"resolved": "https://registry.npmjs.org/node-emoji/-/node-emoji-1.11.0.tgz",
@@ -13972,6 +14037,7 @@
"version": "2.7.0",
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz",
"integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==",
+ "dev": true,
"dependencies": {
"whatwg-url": "^5.0.0"
},
@@ -13988,19 +14054,19 @@
}
},
"node_modules/node-releases": {
- "version": "2.0.13",
- "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.13.tgz",
- "integrity": "sha512-uYr7J37ae/ORWdZeQ1xxMJe3NtdmqMC/JZK+geofDrkLUApKRHPd18/TxtBOJ4A0/+uUIliorNrfYV6s1b02eQ==",
+ "version": "2.0.18",
+ "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.18.tgz",
+ "integrity": "sha512-d9VeXT4SJ7ZeOqGX6R5EM022wpL+eWPooLI+5UpWn2jCT1aosUQEhQP214x33Wkwx3JQMvIm+tIoVOdodFS40g==",
"dev": true
},
"node_modules/node.extend": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/node.extend/-/node.extend-2.0.2.tgz",
- "integrity": "sha512-pDT4Dchl94/+kkgdwyS2PauDFjZG0Hk0IcHIB+LkW27HLDtdoeMxHTxZh39DYbPP8UflWXWj9JcdDozF+YDOpQ==",
+ "version": "2.0.3",
+ "resolved": "https://registry.npmjs.org/node.extend/-/node.extend-2.0.3.tgz",
+ "integrity": "sha512-xwADg/okH48PvBmRZyoX8i8GJaKuJ1CqlqotlZOhUio8egD1P5trJupHKBzcPjSF9ifK2gPcEICRBnkfPqQXZw==",
"dev": true,
"dependencies": {
- "has": "^1.0.3",
- "is": "^3.2.1"
+ "hasown": "^2.0.0",
+ "is": "^3.3.0"
},
"engines": {
"node": ">=0.4.0"
@@ -14022,18 +14088,22 @@
}
},
"node_modules/normalize-package-data": {
- "version": "3.0.3",
- "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-3.0.3.tgz",
- "integrity": "sha512-p2W1sgqij3zMMyRC067Dg16bfzVH+w7hyegmpIvZ4JNjqtGOVAIvLmjBx3yP7YTe9vKJgkoNOPjwQGogDoMXFA==",
- "dev": true,
+ "version": "2.5.0",
+ "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz",
+ "integrity": "sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==",
"dependencies": {
- "hosted-git-info": "^4.0.1",
- "is-core-module": "^2.5.0",
- "semver": "^7.3.4",
+ "hosted-git-info": "^2.1.4",
+ "resolve": "^1.10.0",
+ "semver": "2 || 3 || 4 || 5",
"validate-npm-package-license": "^3.0.1"
- },
- "engines": {
- "node": ">=10"
+ }
+ },
+ "node_modules/normalize-package-data/node_modules/semver": {
+ "version": "5.7.2",
+ "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz",
+ "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==",
+ "bin": {
+ "semver": "bin/semver"
}
},
"node_modules/normalize-path": {
@@ -14167,6 +14237,16 @@
"url": "https://github.com/sponsors/sindresorhus"
}
},
+ "node_modules/npm-check/node_modules/brace-expansion": {
+ "version": "1.1.11",
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
+ "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
+ "dev": true,
+ "dependencies": {
+ "balanced-match": "^1.0.0",
+ "concat-map": "0.0.1"
+ }
+ },
"node_modules/npm-check/node_modules/chalk": {
"version": "4.1.2",
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
@@ -14259,6 +14339,19 @@
"node": ">=4"
}
},
+ "node_modules/npm-check/node_modules/find-up": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
+ "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
+ "dev": true,
+ "dependencies": {
+ "locate-path": "^5.0.0",
+ "path-exists": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
"node_modules/npm-check/node_modules/get-stream": {
"version": "6.0.1",
"resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz",
@@ -14280,22 +14373,25 @@
"node": ">=8"
}
},
- "node_modules/npm-check/node_modules/human-signals": {
- "version": "2.1.0",
- "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz",
- "integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==",
+ "node_modules/npm-check/node_modules/hosted-git-info": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-4.1.0.tgz",
+ "integrity": "sha512-kyCuEOWjJqZuDbRHzL8V93NzQhwIB71oFWSyzVo+KPZI+pnQPPxucdkrOZvkLRnrf5URsQM+IJ09Dw29cRALIA==",
"dev": true,
+ "dependencies": {
+ "lru-cache": "^6.0.0"
+ },
"engines": {
- "node": ">=10.17.0"
+ "node": ">=10"
}
},
- "node_modules/npm-check/node_modules/import-lazy": {
+ "node_modules/npm-check/node_modules/human-signals": {
"version": "2.1.0",
- "resolved": "https://registry.npmjs.org/import-lazy/-/import-lazy-2.1.0.tgz",
- "integrity": "sha512-m7ZEHgtw69qOGw+jwxXkHlrlIPdTGkyh66zXZ1ajZbxkDBNjSY/LGbmjc7h0s2ELsUDTAhFr55TrPSSqJGPG0A==",
+ "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz",
+ "integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==",
"dev": true,
"engines": {
- "node": ">=4"
+ "node": ">=10.17.0"
}
},
"node_modules/npm-check/node_modules/inquirer": {
@@ -14340,18 +14436,211 @@
"integrity": "sha512-WW/rQLOazUq+ST/bCAVBp/2oMERWLsR7OrKyt052dNDk4DHcDE0/7QSXITlmi+VBcV13DfIbysG3tZJm5RfdBA==",
"dev": true,
"engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/npm-check/node_modules/locate-path": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
+ "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
+ "dev": true,
+ "dependencies": {
+ "p-locate": "^4.1.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/npm-check/node_modules/lru-cache": {
+ "version": "6.0.0",
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
+ "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
+ "dev": true,
+ "dependencies": {
+ "yallist": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/npm-check/node_modules/meow": {
+ "version": "9.0.0",
+ "resolved": "https://registry.npmjs.org/meow/-/meow-9.0.0.tgz",
+ "integrity": "sha512-+obSblOQmRhcyBt62furQqRAQpNyWXo8BuQ5bN7dG8wmwQ+vwHKp/rCFD4CrTP8CsDQD1sjoZ94K417XEUk8IQ==",
+ "dev": true,
+ "dependencies": {
+ "@types/minimist": "^1.2.0",
+ "camelcase-keys": "^6.2.2",
+ "decamelize": "^1.2.0",
+ "decamelize-keys": "^1.1.0",
+ "hard-rejection": "^2.1.0",
+ "minimist-options": "4.1.0",
+ "normalize-package-data": "^3.0.0",
+ "read-pkg-up": "^7.0.1",
+ "redent": "^3.0.0",
+ "trim-newlines": "^3.0.0",
+ "type-fest": "^0.18.0",
+ "yargs-parser": "^20.2.3"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/npm-check/node_modules/meow/node_modules/type-fest": {
+ "version": "0.18.1",
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.18.1.tgz",
+ "integrity": "sha512-OIAYXk8+ISY+qTOwkHtKqzAuxchoMiD9Udx+FSGQDuiRR+PJKJHc2NJAXlbhkGwTt/4/nKZxELY1w3ReWOL8mw==",
+ "dev": true,
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/npm-check/node_modules/minimatch": {
+ "version": "3.1.2",
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
+ "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
+ "dev": true,
+ "dependencies": {
+ "brace-expansion": "^1.1.7"
+ },
+ "engines": {
+ "node": "*"
+ }
+ },
+ "node_modules/npm-check/node_modules/mute-stream": {
+ "version": "0.0.8",
+ "resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.8.tgz",
+ "integrity": "sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==",
+ "dev": true
+ },
+ "node_modules/npm-check/node_modules/normalize-package-data": {
+ "version": "3.0.3",
+ "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-3.0.3.tgz",
+ "integrity": "sha512-p2W1sgqij3zMMyRC067Dg16bfzVH+w7hyegmpIvZ4JNjqtGOVAIvLmjBx3yP7YTe9vKJgkoNOPjwQGogDoMXFA==",
+ "dev": true,
+ "dependencies": {
+ "hosted-git-info": "^4.0.1",
+ "is-core-module": "^2.5.0",
+ "semver": "^7.3.4",
+ "validate-npm-package-license": "^3.0.1"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/npm-check/node_modules/p-limit": {
+ "version": "2.3.0",
+ "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
+ "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
+ "dev": true,
+ "dependencies": {
+ "p-try": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=6"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/npm-check/node_modules/p-locate": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz",
+ "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
+ "dev": true,
+ "dependencies": {
+ "p-limit": "^2.2.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/npm-check/node_modules/read-pkg": {
+ "version": "5.2.0",
+ "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-5.2.0.tgz",
+ "integrity": "sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==",
+ "dev": true,
+ "dependencies": {
+ "@types/normalize-package-data": "^2.4.0",
+ "normalize-package-data": "^2.5.0",
+ "parse-json": "^5.0.0",
+ "type-fest": "^0.6.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/npm-check/node_modules/read-pkg-up": {
+ "version": "7.0.1",
+ "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-7.0.1.tgz",
+ "integrity": "sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg==",
+ "dev": true,
+ "dependencies": {
+ "find-up": "^4.1.0",
+ "read-pkg": "^5.2.0",
+ "type-fest": "^0.8.1"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/npm-check/node_modules/read-pkg-up/node_modules/type-fest": {
+ "version": "0.8.1",
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.8.1.tgz",
+ "integrity": "sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==",
+ "dev": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/npm-check/node_modules/read-pkg/node_modules/hosted-git-info": {
+ "version": "2.8.9",
+ "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.9.tgz",
+ "integrity": "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==",
+ "dev": true
+ },
+ "node_modules/npm-check/node_modules/read-pkg/node_modules/normalize-package-data": {
+ "version": "2.5.0",
+ "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz",
+ "integrity": "sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==",
+ "dev": true,
+ "dependencies": {
+ "hosted-git-info": "^2.1.4",
+ "resolve": "^1.10.0",
+ "semver": "2 || 3 || 4 || 5",
+ "validate-npm-package-license": "^3.0.1"
+ }
+ },
+ "node_modules/npm-check/node_modules/read-pkg/node_modules/semver": {
+ "version": "5.7.2",
+ "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz",
+ "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==",
+ "dev": true,
+ "bin": {
+ "semver": "bin/semver"
+ }
+ },
+ "node_modules/npm-check/node_modules/read-pkg/node_modules/type-fest": {
+ "version": "0.6.0",
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.6.0.tgz",
+ "integrity": "sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg==",
+ "dev": true,
+ "engines": {
+ "node": ">=8"
}
},
- "node_modules/npm-check/node_modules/mute-stream": {
- "version": "0.0.8",
- "resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.8.tgz",
- "integrity": "sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==",
- "dev": true
- },
"node_modules/npm-check/node_modules/rxjs": {
"version": "6.6.7",
"resolved": "https://registry.npmjs.org/rxjs/-/rxjs-6.6.7.tgz",
@@ -14434,6 +14723,12 @@
"url": "https://github.com/yeoman/update-notifier?sponsor=1"
}
},
+ "node_modules/npm-check/node_modules/yallist": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
+ "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
+ "dev": true
+ },
"node_modules/npm-run-path": {
"version": "4.0.1",
"resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz",
@@ -14479,9 +14774,9 @@
}
},
"node_modules/nwsapi": {
- "version": "2.2.4",
- "resolved": "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.4.tgz",
- "integrity": "sha512-NHj4rzRo0tQdijE9ZqAx6kYDcoRwYwSYzCA8MY3JzfxlrvEU0jhnhJT9BhqhJs7I/dKcrDm6TyulaRqZPIhN5g==",
+ "version": "2.2.9",
+ "resolved": "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.9.tgz",
+ "integrity": "sha512-2f3F0SEEer8bBu0dsNCFF50N0cTThV1nWFYcEYFZttdW0lDAoybv9cQoK7X7/68Z89S7FoRrVjP1LPX4XRf9vg==",
"dev": true
},
"node_modules/oauth-sign": {
@@ -14525,47 +14820,16 @@
"node": ">=0.10.0"
}
},
- "node_modules/object-copy/node_modules/is-accessor-descriptor": {
- "version": "0.1.6",
- "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz",
- "integrity": "sha512-e1BM1qnDbMRG3ll2U9dSK0UMHuWOs3pY3AtcFsmvwPtKL3MML/Q86i+GilLfvqEs4GW+ExB91tQ3Ig9noDIZ+A==",
- "dependencies": {
- "kind-of": "^3.0.2"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/object-copy/node_modules/is-data-descriptor": {
- "version": "0.1.4",
- "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz",
- "integrity": "sha512-+w9D5ulSoBNlmw9OHn3U2v51SyoCd0he+bB3xMl62oijhrspxowjU+AIcDY0N3iEJbUEkB15IlMASQsxYigvXg==",
- "dependencies": {
- "kind-of": "^3.0.2"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
"node_modules/object-copy/node_modules/is-descriptor": {
- "version": "0.1.6",
- "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.6.tgz",
- "integrity": "sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg==",
+ "version": "0.1.7",
+ "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.7.tgz",
+ "integrity": "sha512-C3grZTvObeN1xud4cRWl366OMXZTj0+HGyk4hvfpx4ZHt1Pb60ANSXqCK7pdOTeUQpRzECBSTphqvD7U+l22Eg==",
"dependencies": {
- "is-accessor-descriptor": "^0.1.6",
- "is-data-descriptor": "^0.1.4",
- "kind-of": "^5.0.0"
+ "is-accessor-descriptor": "^1.0.1",
+ "is-data-descriptor": "^1.0.1"
},
"engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/object-copy/node_modules/is-descriptor/node_modules/kind-of": {
- "version": "5.1.0",
- "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-5.1.0.tgz",
- "integrity": "sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw==",
- "engines": {
- "node": ">=0.10.0"
+ "node": ">= 0.4"
}
},
"node_modules/object-copy/node_modules/kind-of": {
@@ -14617,13 +14881,13 @@
}
},
"node_modules/object.assign": {
- "version": "4.1.4",
- "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.4.tgz",
- "integrity": "sha512-1mxKf0e58bvyjSCtKYY4sRe9itRk3PJpquJOjeIkz885CczcI4IvJJDLPS72oowuSh+pBxUFROpX+TU++hxhZQ==",
+ "version": "4.1.5",
+ "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.5.tgz",
+ "integrity": "sha512-byy+U7gp+FVwmyzKPYhW2h5l3crpmGsxl7X2s8y43IgxvG4g3QZ6CffDtsNQy1WsmZpQbO+ybo0AlW7TY6DcBQ==",
"dev": true,
"dependencies": {
- "call-bind": "^1.0.2",
- "define-properties": "^1.1.4",
+ "call-bind": "^1.0.5",
+ "define-properties": "^1.2.1",
"has-symbols": "^1.0.3",
"object-keys": "^1.1.1"
},
@@ -14635,14 +14899,15 @@
}
},
"node_modules/object.fromentries": {
- "version": "2.0.7",
- "resolved": "https://registry.npmjs.org/object.fromentries/-/object.fromentries-2.0.7.tgz",
- "integrity": "sha512-UPbPHML6sL8PI/mOqPwsH4G6iyXcCGzLin8KvEPenOZN5lpCNBZZQ+V62vdjB1mQHrmqGQt5/OJzemUA+KJmEA==",
+ "version": "2.0.8",
+ "resolved": "https://registry.npmjs.org/object.fromentries/-/object.fromentries-2.0.8.tgz",
+ "integrity": "sha512-k6E21FzySsSK5a21KRADBd/NGneRegFO5pLHfdQLpRDETUNJueLXs3WCzyQ3tFRDYgbq3KHGXfTbi2bs8WQ6rQ==",
"dev": true,
"dependencies": {
- "call-bind": "^1.0.2",
- "define-properties": "^1.2.0",
- "es-abstract": "^1.22.1"
+ "call-bind": "^1.0.7",
+ "define-properties": "^1.2.1",
+ "es-abstract": "^1.23.2",
+ "es-object-atoms": "^1.0.0"
},
"engines": {
"node": ">= 0.4"
@@ -14652,15 +14917,17 @@
}
},
"node_modules/object.groupby": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/object.groupby/-/object.groupby-1.0.1.tgz",
- "integrity": "sha512-HqaQtqLnp/8Bn4GL16cj+CUYbnpe1bh0TtEaWvybszDG4tgxCJuRpV8VGuvNaI1fAnI4lUJzDG55MXcOH4JZcQ==",
+ "version": "1.0.3",
+ "resolved": "https://registry.npmjs.org/object.groupby/-/object.groupby-1.0.3.tgz",
+ "integrity": "sha512-+Lhy3TQTuzXI5hevh8sBGqbmurHbbIjAi0Z4S63nthVLmLxfbj4T54a4CfZrXIrt9iP4mVAPYMo/v99taj3wjQ==",
"dev": true,
"dependencies": {
- "call-bind": "^1.0.2",
- "define-properties": "^1.2.0",
- "es-abstract": "^1.22.1",
- "get-intrinsic": "^1.2.1"
+ "call-bind": "^1.0.7",
+ "define-properties": "^1.2.1",
+ "es-abstract": "^1.23.2"
+ },
+ "engines": {
+ "node": ">= 0.4"
}
},
"node_modules/object.pick": {
@@ -14675,14 +14942,14 @@
}
},
"node_modules/object.values": {
- "version": "1.1.7",
- "resolved": "https://registry.npmjs.org/object.values/-/object.values-1.1.7.tgz",
- "integrity": "sha512-aU6xnDFYT3x17e/f0IiiwlGPTy2jzMySGfUB4fq6z7CV8l85CWHDk5ErhyhpfDHhrOMwGFhSQkhMGHaIotA6Ng==",
+ "version": "1.2.0",
+ "resolved": "https://registry.npmjs.org/object.values/-/object.values-1.2.0.tgz",
+ "integrity": "sha512-yBYjY9QX2hnRmZHAjG/f13MzmBzxzYgQhFrke06TTyKY5zSTEqkOeukBzIdVA3j3ulu8Qa3MbVFShV7T2RmGtQ==",
"dev": true,
"dependencies": {
- "call-bind": "^1.0.2",
- "define-properties": "^1.2.0",
- "es-abstract": "^1.22.1"
+ "call-bind": "^1.0.7",
+ "define-properties": "^1.2.1",
+ "es-object-atoms": "^1.0.0"
},
"engines": {
"node": ">= 0.4"
@@ -14985,16 +15252,16 @@
"dev": true
},
"node_modules/oust": {
- "version": "2.0.3",
- "resolved": "https://registry.npmjs.org/oust/-/oust-2.0.3.tgz",
- "integrity": "sha512-OM9SyOHP1by2e7cBRsHLRimfBsZgzm/58HHZNiVT5PZFpCZHBDv8tvvdbH6w3Fq3wc9IQZtGD72unxXYBtfUsQ==",
+ "version": "2.0.4",
+ "resolved": "https://registry.npmjs.org/oust/-/oust-2.0.4.tgz",
+ "integrity": "sha512-hGFMHndpX0TDdc9bck8bAet7kmVD+lmJnABWYV4RNjjQ+XO2mEhwSK5o15NxAZ9C8qc7rdvqGdnA/0wRP8Ugtg==",
"dev": true,
"dependencies": {
"cheerio": "^1.0.0-rc.12",
"minimist": "^1.2.8"
},
"bin": {
- "oust": "cli.js"
+ "oust": "bin/cli.js"
},
"engines": {
"node": ">=12"
@@ -15157,11 +15424,12 @@
}
},
"node_modules/p-try": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/p-try/-/p-try-1.0.0.tgz",
- "integrity": "sha512-U1etNYuMJoIz3ZXSrrySFjsXQTWOx2/jdi86L+2pRvph/qMKL6sbcCYdH23fqsbm8TH2Gn0OybpT4eSFlCVHww==",
+ "version": "2.2.0",
+ "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz",
+ "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==",
+ "dev": true,
"engines": {
- "node": ">=4"
+ "node": ">=6"
}
},
"node_modules/pa11y": {
@@ -15198,37 +15466,6 @@
"node": ">= 12"
}
},
- "node_modules/pa11y/node_modules/devtools-protocol": {
- "version": "0.0.869402",
- "resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.869402.tgz",
- "integrity": "sha512-VvlVYY+VDJe639yHs5PHISzdWTLL3Aw8rO4cvUtwvoxFd6FHbE4OpHHcde52M6096uYYazAmd4l0o5VuFRO2WA==",
- "dev": true
- },
- "node_modules/pa11y/node_modules/find-up": {
- "version": "4.1.0",
- "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
- "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
- "dev": true,
- "dependencies": {
- "locate-path": "^5.0.0",
- "path-exists": "^4.0.0"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/pa11y/node_modules/locate-path": {
- "version": "5.0.0",
- "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
- "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
- "dev": true,
- "dependencies": {
- "p-locate": "^4.1.0"
- },
- "engines": {
- "node": ">=8"
- }
- },
"node_modules/pa11y/node_modules/lru-cache": {
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
@@ -15241,79 +15478,6 @@
"node": ">=10"
}
},
- "node_modules/pa11y/node_modules/p-limit": {
- "version": "2.3.0",
- "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
- "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
- "dev": true,
- "dependencies": {
- "p-try": "^2.0.0"
- },
- "engines": {
- "node": ">=6"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/pa11y/node_modules/p-locate": {
- "version": "4.1.0",
- "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz",
- "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
- "dev": true,
- "dependencies": {
- "p-limit": "^2.2.0"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/pa11y/node_modules/p-try": {
- "version": "2.2.0",
- "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz",
- "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==",
- "dev": true,
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/pa11y/node_modules/pkg-dir": {
- "version": "4.2.0",
- "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz",
- "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==",
- "dev": true,
- "dependencies": {
- "find-up": "^4.0.0"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/pa11y/node_modules/puppeteer": {
- "version": "9.1.1",
- "resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-9.1.1.tgz",
- "integrity": "sha512-W+nOulP2tYd/ZG99WuZC/I5ljjQQ7EUw/jQGcIb9eu8mDlZxNY2SgcJXTLG9h5gRvqA3uJOe4hZXYsd3EqioMw==",
- "deprecated": "< 19.4.0 is no longer supported",
- "dev": true,
- "hasInstallScript": true,
- "dependencies": {
- "debug": "^4.1.0",
- "devtools-protocol": "0.0.869402",
- "extract-zip": "^2.0.0",
- "https-proxy-agent": "^5.0.0",
- "node-fetch": "^2.6.1",
- "pkg-dir": "^4.2.0",
- "progress": "^2.0.1",
- "proxy-from-env": "^1.1.0",
- "rimraf": "^3.0.2",
- "tar-fs": "^2.0.0",
- "unbzip2-stream": "^1.3.3",
- "ws": "^7.2.3"
- },
- "engines": {
- "node": ">=10.18.1"
- }
- },
"node_modules/pa11y/node_modules/semver": {
"version": "7.3.8",
"resolved": "https://registry.npmjs.org/semver/-/semver-7.3.8.tgz",
@@ -15335,72 +15499,6 @@
"integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
"dev": true
},
- "node_modules/pac-proxy-agent": {
- "version": "7.0.1",
- "resolved": "https://registry.npmjs.org/pac-proxy-agent/-/pac-proxy-agent-7.0.1.tgz",
- "integrity": "sha512-ASV8yU4LLKBAjqIPMbrgtaKIvxQri/yh2OpI+S6hVa9JRkUI3Y3NPFbfngDtY7oFtSMD3w31Xns89mDa3Feo5A==",
- "dependencies": {
- "@tootallnate/quickjs-emscripten": "^0.23.0",
- "agent-base": "^7.0.2",
- "debug": "^4.3.4",
- "get-uri": "^6.0.1",
- "http-proxy-agent": "^7.0.0",
- "https-proxy-agent": "^7.0.2",
- "pac-resolver": "^7.0.0",
- "socks-proxy-agent": "^8.0.2"
- },
- "engines": {
- "node": ">= 14"
- }
- },
- "node_modules/pac-proxy-agent/node_modules/agent-base": {
- "version": "7.1.0",
- "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.0.tgz",
- "integrity": "sha512-o/zjMZRhJxny7OyEF+Op8X+efiELC7k7yOjMzgfzVqOzXqkBkWI79YoTdOtsuWd5BWhAGAuOY/Xa6xpiaWXiNg==",
- "dependencies": {
- "debug": "^4.3.4"
- },
- "engines": {
- "node": ">= 14"
- }
- },
- "node_modules/pac-proxy-agent/node_modules/http-proxy-agent": {
- "version": "7.0.0",
- "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-7.0.0.tgz",
- "integrity": "sha512-+ZT+iBxVUQ1asugqnD6oWoRiS25AkjNfG085dKJGtGxkdwLQrMKU5wJr2bOOFAXzKcTuqq+7fZlTMgG3SRfIYQ==",
- "dependencies": {
- "agent-base": "^7.1.0",
- "debug": "^4.3.4"
- },
- "engines": {
- "node": ">= 14"
- }
- },
- "node_modules/pac-proxy-agent/node_modules/https-proxy-agent": {
- "version": "7.0.2",
- "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.2.tgz",
- "integrity": "sha512-NmLNjm6ucYwtcUmL7JQC1ZQ57LmHP4lT15FQ8D61nak1rO6DH+fz5qNK2Ap5UN4ZapYICE3/0KodcLYSPsPbaA==",
- "dependencies": {
- "agent-base": "^7.0.2",
- "debug": "4"
- },
- "engines": {
- "node": ">= 14"
- }
- },
- "node_modules/pac-resolver": {
- "version": "7.0.0",
- "resolved": "https://registry.npmjs.org/pac-resolver/-/pac-resolver-7.0.0.tgz",
- "integrity": "sha512-Fd9lT9vJbHYRACT8OhCbZBbxr6KRSawSovFpy8nDGshaK99S/EBhVIHp9+crhxrsZOuvLpgL1n23iyPg6Rl2hg==",
- "dependencies": {
- "degenerator": "^5.0.0",
- "ip": "^1.1.8",
- "netmask": "^2.0.2"
- },
- "engines": {
- "node": ">= 14"
- }
- },
"node_modules/package-json": {
"version": "6.5.0",
"resolved": "https://registry.npmjs.org/package-json/-/package-json-6.5.0.tgz",
@@ -15417,9 +15515,9 @@
}
},
"node_modules/package-json/node_modules/semver": {
- "version": "6.3.0",
- "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
- "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==",
+ "version": "6.3.1",
+ "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
+ "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
"dev": true,
"bin": {
"semver": "bin/semver.js"
@@ -15435,6 +15533,7 @@
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz",
"integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==",
+ "dev": true,
"dependencies": {
"callsites": "^3.0.0"
},
@@ -15467,13 +15566,26 @@
"dev": true
},
"node_modules/parse-bmfont-xml": {
- "version": "1.1.4",
- "resolved": "https://registry.npmjs.org/parse-bmfont-xml/-/parse-bmfont-xml-1.1.4.tgz",
- "integrity": "sha512-bjnliEOmGv3y1aMEfREMBJ9tfL3WR0i0CKPj61DnSLaoxWR3nLrsQrEbCId/8rF4NyRF0cCqisSVXyQYWM+mCQ==",
+ "version": "1.1.6",
+ "resolved": "https://registry.npmjs.org/parse-bmfont-xml/-/parse-bmfont-xml-1.1.6.tgz",
+ "integrity": "sha512-0cEliVMZEhrFDwMh4SxIyVJpqYoOWDJ9P895tFuS+XuNzI5UBmBk5U5O4KuJdTnZpSBI4LFA2+ZiJaiwfSwlMA==",
"dev": true,
"dependencies": {
"xml-parse-from-string": "^1.0.0",
- "xml2js": "^0.4.5"
+ "xml2js": "^0.5.0"
+ }
+ },
+ "node_modules/parse-bmfont-xml/node_modules/xml2js": {
+ "version": "0.5.0",
+ "resolved": "https://registry.npmjs.org/xml2js/-/xml2js-0.5.0.tgz",
+ "integrity": "sha512-drPFnkQJik/O+uPKpqSgr22mpuFHqKdbS835iAQrUC73L2F5WkboIRd63ai/2Yg6I1jzifPFKH2NTK+cfglkIA==",
+ "dev": true,
+ "dependencies": {
+ "sax": ">=0.6.0",
+ "xmlbuilder": "~11.0.0"
+ },
+ "engines": {
+ "node": ">=4.0.0"
}
},
"node_modules/parse-cache-control": {
@@ -15492,6 +15604,7 @@
"version": "5.2.0",
"resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz",
"integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==",
+ "dev": true,
"dependencies": {
"@babel/code-frame": "^7.0.0",
"error-ex": "^1.3.1",
@@ -15505,6 +15618,15 @@
"url": "https://github.com/sponsors/sindresorhus"
}
},
+ "node_modules/parse-passwd": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/parse-passwd/-/parse-passwd-1.0.0.tgz",
+ "integrity": "sha512-1Y1A//QUXEZK7YKz+rD9WydcE1+EuPr6ZBgKecAB8tmoW6UFv0NREVJe1p+jRxtThkcbbKkfwIbWJe/IeE6m2Q==",
+ "dev": true,
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
"node_modules/parse-png": {
"version": "1.1.2",
"resolved": "https://registry.npmjs.org/parse-png/-/parse-png-1.1.2.tgz",
@@ -15576,7 +15698,6 @@
"version": "3.1.1",
"resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
"integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
- "dev": true,
"engines": {
"node": ">=8"
}
@@ -15586,10 +15707,34 @@
"resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
"integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw=="
},
+ "node_modules/path-scurry": {
+ "version": "1.10.2",
+ "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.10.2.tgz",
+ "integrity": "sha512-7xTavNy5RQXnsjANvVvMkEjvloOinkAjv/Z6Ildz9v2RinZ4SBKTWFOVRbaF8p0vpHnyjV/UwNDdKuUv6M5qcA==",
+ "dependencies": {
+ "lru-cache": "^10.2.0",
+ "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0"
+ },
+ "engines": {
+ "node": ">=16 || 14 >=14.17"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/isaacs"
+ }
+ },
+ "node_modules/path-scurry/node_modules/lru-cache": {
+ "version": "10.2.1",
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.2.1.tgz",
+ "integrity": "sha512-tS24spDe/zXhWbNPErCHs/AGOzbKGHT+ybSBqmdLm8WZ1xXLWvH8Qn71QPAlqVhd0qUTWjy+Kl9JmISgDdEjsA==",
+ "engines": {
+ "node": "14 || >=16.14"
+ }
+ },
"node_modules/path-type": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz",
"integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==",
+ "dev": true,
"engines": {
"node": ">=8"
}
@@ -15610,7 +15755,8 @@
"node_modules/pend": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/pend/-/pend-1.2.0.tgz",
- "integrity": "sha512-F3asv42UuXchdzt+xXqfW1OGlVBe+mxa2mqI0pg5yAHZPvFmY3Y6drSf/GQ1A86WgWEN9Kzh/WrgKa6iGcHXLg=="
+ "integrity": "sha512-F3asv42UuXchdzt+xXqfW1OGlVBe+mxa2mqI0pg5yAHZPvFmY3Y6drSf/GQ1A86WgWEN9Kzh/WrgKa6iGcHXLg==",
+ "dev": true
},
"node_modules/penthouse": {
"version": "2.3.3",
@@ -15684,7 +15830,7 @@
"version": "2.1.1",
"resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-2.1.1.tgz",
"integrity": "sha512-LWzaDVQkk1EPiuYeTOj+CZRIjda4k2s5w4MK4xoH2+kgWV/SDlkYHmxatDdtYrciHUKSXTsGgPgPP8ILVdBsxg==",
- "deprecated": "< 19.4.0 is no longer supported",
+ "deprecated": "< 21.9.0 is no longer supported",
"dev": true,
"hasInstallScript": true,
"dependencies": {
@@ -15734,12 +15880,13 @@
"version": "2.9.3",
"resolved": "https://registry.npmjs.org/phin/-/phin-2.9.3.tgz",
"integrity": "sha512-CzFr90qM24ju5f88quFC/6qohjC144rehe5n6DH900lgXmUe86+xCKc10ev56gRKC4/BkHUoG4uSiQgBiIXwDA==",
+ "deprecated": "Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.",
"dev": true
},
"node_modules/picocolors": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz",
- "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ=="
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.0.tgz",
+ "integrity": "sha512-TQ92mBOW0l3LeMeyLV6mzy/kWr8lkd/hp3mTg7wYK7zJhuBStmGMBG0BdeDZS/dZx1IukaX6Bk11zcln25o1Aw=="
},
"node_modules/picomatch": {
"version": "2.3.1",
@@ -15782,9 +15929,9 @@
}
},
"node_modules/pirates": {
- "version": "4.0.5",
- "resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.5.tgz",
- "integrity": "sha512-8V9+HQPupnaXMA23c5hvl69zXvTwTzyAYasnkb0Tts4XvO4CliqONMOnvlq26rkhLC3nWDFBJf73LU1e1VZLaQ==",
+ "version": "4.0.6",
+ "resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.6.tgz",
+ "integrity": "sha512-saLsH7WeYYPiD25LDuLRRY/i+6HaPYr6G1OUlN39otzkSTxKnubR9RTxS3/Kk50s1g2JTgFwWQDQyplC5/SHZg==",
"engines": {
"node": ">= 6"
}
@@ -15863,10 +16010,19 @@
"node": ">=0.10.0"
}
},
+ "node_modules/possible-typed-array-names": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/possible-typed-array-names/-/possible-typed-array-names-1.0.0.tgz",
+ "integrity": "sha512-d7Uw+eZoloe0EHDIYoe+bQ5WXnGMOpmiZFTuMWCwpjzzkL2nTjcKiAk4hh8TjnGye2TwWOk3UXucZ+3rbmBa8Q==",
+ "dev": true,
+ "engines": {
+ "node": ">= 0.4"
+ }
+ },
"node_modules/postcss": {
- "version": "8.4.31",
- "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.31.tgz",
- "integrity": "sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==",
+ "version": "8.4.45",
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.45.tgz",
+ "integrity": "sha512-7KTLTdzdZZYscUc65XmjFiB73vBhBfbPztCYdUNvlaso9PrzjzcmjqBPR0lNGkcVlcO4BjiO5rK/qNz+XAen1Q==",
"funding": [
{
"type": "opencollective",
@@ -15882,9 +16038,9 @@
}
],
"dependencies": {
- "nanoid": "^3.3.6",
- "picocolors": "^1.0.0",
- "source-map-js": "^1.0.2"
+ "nanoid": "^3.3.7",
+ "picocolors": "^1.0.1",
+ "source-map-js": "^1.2.0"
},
"engines": {
"node": "^10 || ^12 || >=14"
@@ -15906,9 +16062,9 @@
}
},
"node_modules/postcss-html": {
- "version": "1.5.0",
- "resolved": "https://registry.npmjs.org/postcss-html/-/postcss-html-1.5.0.tgz",
- "integrity": "sha512-kCMRWJRHKicpA166kc2lAVUGxDZL324bkj/pVOb6RhjB0Z5Krl7mN0AsVkBhVIRZZirY0lyQXG38HCVaoKVNoA==",
+ "version": "1.6.0",
+ "resolved": "https://registry.npmjs.org/postcss-html/-/postcss-html-1.6.0.tgz",
+ "integrity": "sha512-OWgQ9/Pe23MnNJC0PL4uZp8k0EDaUvqpJFSiwFxOLClAhmD7UEisyhO3x5hVsD4xFrjReVTXydlrMes45dJ71w==",
"dev": true,
"peer": true,
"dependencies": {
@@ -15922,16 +16078,16 @@
}
},
"node_modules/postcss-html/node_modules/js-tokens": {
- "version": "8.0.1",
- "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-8.0.1.tgz",
- "integrity": "sha512-3AGrZT6tuMm1ZWWn9mLXh7XMfi2YtiLNPALCVxBCiUVq0LD1OQMxV/AdS/s7rLJU5o9i/jBZw/N4vXXL5dm29A==",
+ "version": "8.0.3",
+ "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-8.0.3.tgz",
+ "integrity": "sha512-UfJMcSJc+SEXEl9lH/VLHSZbThQyLpw1vLO1Lb+j4RWDvG3N2f7yj3PVQA3cmkTBNldJ9eFnM+xEXxHIXrYiJw==",
"dev": true,
"peer": true
},
"node_modules/postcss-image-inliner": {
- "version": "6.1.0",
- "resolved": "https://registry.npmjs.org/postcss-image-inliner/-/postcss-image-inliner-6.1.0.tgz",
- "integrity": "sha512-7YUKQeY2VnMZY+FXxxUPDoh8HFDV87BaDAxnQqt1xj1SnCKuH4r9nfqrqBBOaT9bw3/r9s/U/DFVR53YOxNIFQ==",
+ "version": "6.2.0",
+ "resolved": "https://registry.npmjs.org/postcss-image-inliner/-/postcss-image-inliner-6.2.0.tgz",
+ "integrity": "sha512-RpWQxXnBE+TFU1WYdzIjgCYkRojSzCU7ktdA0owufCz+e5HCCbC/WpT8qAtRnd5ethVLpK8Bbdc8pAMKmuqMIQ==",
"dev": true,
"dependencies": {
"asset-resolver": "^3.0.5",
@@ -15947,16 +16103,17 @@
}
},
"node_modules/postcss-import": {
- "version": "15.1.0",
- "resolved": "https://registry.npmjs.org/postcss-import/-/postcss-import-15.1.0.tgz",
- "integrity": "sha512-hpr+J05B2FVYUAXHeK1YyI267J/dDDhMU6B6civm8hSY1jYJnBXxzKDKDswzJmtLHryrjhnDjqqp/49t8FALew==",
+ "version": "16.1.0",
+ "resolved": "https://registry.npmjs.org/postcss-import/-/postcss-import-16.1.0.tgz",
+ "integrity": "sha512-7hsAZ4xGXl4MW+OKEWCnF6T5jqBw80/EE9aXg1r2yyn1RsVEU8EtKXbijEODa+rg7iih4bKf7vlvTGYR4CnPNg==",
+ "dev": true,
"dependencies": {
"postcss-value-parser": "^4.0.0",
"read-cache": "^1.0.0",
"resolve": "^1.1.7"
},
"engines": {
- "node": ">=14.0.0"
+ "node": ">=18.0.0"
},
"peerDependencies": {
"postcss": "^8.0.0"
@@ -15981,20 +16138,26 @@
}
},
"node_modules/postcss-load-config": {
- "version": "4.0.1",
- "resolved": "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-4.0.1.tgz",
- "integrity": "sha512-vEJIc8RdiBRu3oRAI0ymerOn+7rPuMvRXslTvZUKZonDHFIczxztIyJ1urxM1x9JXEikvpWWTUUqal5j/8QgvA==",
+ "version": "4.0.2",
+ "resolved": "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-4.0.2.tgz",
+ "integrity": "sha512-bSVhyJGL00wMVoPUzAVAnbEoWyqRxkjv64tUl427SKnPrENtq6hJwUojroMz2VB+Q1edmi4IfrAPpami5VVgMQ==",
+ "funding": [
+ {
+ "type": "opencollective",
+ "url": "https://opencollective.com/postcss/"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/ai"
+ }
+ ],
"dependencies": {
- "lilconfig": "^2.0.5",
- "yaml": "^2.1.1"
+ "lilconfig": "^3.0.0",
+ "yaml": "^2.3.4"
},
"engines": {
"node": ">= 14"
},
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/postcss/"
- },
"peerDependencies": {
"postcss": ">=8.0.9",
"ts-node": ">=9.0.0"
@@ -16008,10 +16171,24 @@
}
}
},
+ "node_modules/postcss-load-config/node_modules/lilconfig": {
+ "version": "3.1.1",
+ "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.1.1.tgz",
+ "integrity": "sha512-O18pf7nyvHTckunPWCV1XUNXU1piu01y2b7ATJ0ppkUkk8ocqVWBrYjJBCwHDjD/ZWcfyrA0P4gKhzWGi5EINQ==",
+ "engines": {
+ "node": ">=14"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/antonk52"
+ }
+ },
"node_modules/postcss-load-config/node_modules/yaml": {
- "version": "2.3.1",
- "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.3.1.tgz",
- "integrity": "sha512-2eHWfjaoXgTBC2jNM1LRef62VQa0umtvRiDSk6HSzW7RvS5YtkabJrwYLLEKWBc8a5U2PTSCs+dJjUTJdlHsWQ==",
+ "version": "2.4.1",
+ "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.4.1.tgz",
+ "integrity": "sha512-pIXzoImaqmfOrL7teGUBt/T7ZDnyeGBWyXQBvOVhLkWLN37GXv8NMLK406UY6dS51JfcQHsmcW5cJ441bHg6Lg==",
+ "bin": {
+ "yaml": "bin.mjs"
+ },
"engines": {
"node": ">= 14"
}
@@ -16035,9 +16212,9 @@
}
},
"node_modules/postcss-nesting": {
- "version": "12.0.1",
- "resolved": "https://registry.npmjs.org/postcss-nesting/-/postcss-nesting-12.0.1.tgz",
- "integrity": "sha512-6LCqCWP9pqwXw/njMvNK0hGY44Fxc4B2EsGbn6xDcxbNRzP8GYoxT7yabVVMLrX3quqOJ9hg2jYMsnkedOf8pA==",
+ "version": "12.1.2",
+ "resolved": "https://registry.npmjs.org/postcss-nesting/-/postcss-nesting-12.1.2.tgz",
+ "integrity": "sha512-FUmTHGDNundodutB4PUBxt/EPuhgtpk8FJGRsBhOuy+6FnkR2A8RZWIsyyy6XmhvX2DZQQWIkvu+HB4IbJm+Ew==",
"dev": true,
"funding": [
{
@@ -16050,7 +16227,8 @@
}
],
"dependencies": {
- "@csstools/selector-specificity": "^3.0.0",
+ "@csstools/selector-resolve-nested": "^1.1.0",
+ "@csstools/selector-specificity": "^3.0.3",
"postcss-selector-parser": "^6.0.13"
},
"engines": {
@@ -16061,9 +16239,9 @@
}
},
"node_modules/postcss-resolve-nested-selector": {
- "version": "0.1.1",
- "resolved": "https://registry.npmjs.org/postcss-resolve-nested-selector/-/postcss-resolve-nested-selector-0.1.1.tgz",
- "integrity": "sha512-HvExULSwLqHLgUy1rl3ANIqCsvMS0WHss2UOsXhXnQaZ9VCc2oBvIpXrl00IUFT5ZDITME0o6oiXeiHr2SAIfw==",
+ "version": "0.1.6",
+ "resolved": "https://registry.npmjs.org/postcss-resolve-nested-selector/-/postcss-resolve-nested-selector-0.1.6.tgz",
+ "integrity": "sha512-0sglIs9Wmkzbr8lQwEyIzlDOOC9bGmfVKcJTaxv3vMmd3uo4o4DerC3En0bnmgceeql9BfC8hRkp7cg0fjdVqw==",
"dev": true
},
"node_modules/postcss-safe-parser": {
@@ -16071,6 +16249,7 @@
"resolved": "https://registry.npmjs.org/postcss-safe-parser/-/postcss-safe-parser-6.0.0.tgz",
"integrity": "sha512-FARHN8pwH+WiS2OPCxJI8FuRJpTVnn6ZNFiqAM2aeW2LwTHWWmWgIyKC6cUo0L8aeKiF/14MNvnpls6R2PBeMQ==",
"dev": true,
+ "peer": true,
"engines": {
"node": ">=12.0"
},
@@ -16083,9 +16262,9 @@
}
},
"node_modules/postcss-selector-parser": {
- "version": "6.0.13",
- "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.13.tgz",
- "integrity": "sha512-EaV1Gl4mUEV4ddhDnv/xtj7sxwrwxdetHdWUGnT4VJQf+4d05v6lHYZr8N573k5Z0BViss7BDhfWtKS3+sfAqQ==",
+ "version": "6.1.2",
+ "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.1.2.tgz",
+ "integrity": "sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==",
"dependencies": {
"cssesc": "^3.0.0",
"util-deprecate": "^1.0.2"
@@ -16112,6 +16291,16 @@
"postcss": "^8.0.0"
}
},
+ "node_modules/postcss-url/node_modules/brace-expansion": {
+ "version": "1.1.11",
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
+ "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
+ "dev": true,
+ "dependencies": {
+ "balanced-match": "^1.0.0",
+ "concat-map": "0.0.1"
+ }
+ },
"node_modules/postcss-url/node_modules/mime": {
"version": "2.5.2",
"resolved": "https://registry.npmjs.org/mime/-/mime-2.5.2.tgz",
@@ -16169,9 +16358,9 @@
}
},
"node_modules/preferred-pm": {
- "version": "3.0.3",
- "resolved": "https://registry.npmjs.org/preferred-pm/-/preferred-pm-3.0.3.tgz",
- "integrity": "sha512-+wZgbxNES/KlJs9q40F/1sfOd/j7f1O9JaHcW5Dsn3aUUOZg3L2bjpVUcKV2jvtElYfoTuQiNeMfQJ4kwUAhCQ==",
+ "version": "3.1.3",
+ "resolved": "https://registry.npmjs.org/preferred-pm/-/preferred-pm-3.1.3.tgz",
+ "integrity": "sha512-MkXsENfftWSRpzCzImcp4FRsCc3y1opwB73CfCNWyzMqArju2CrlMHlqB7VexKiPEOjGMbttv1r9fSCn5S610w==",
"dev": true,
"dependencies": {
"find-up": "^5.0.0",
@@ -16202,9 +16391,9 @@
}
},
"node_modules/prettier": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.1.0.tgz",
- "integrity": "sha512-TQLvXjq5IAibjh8EpBIkNKxO749UEWABoiIZehEPiY4GNpVdhaFKqSTu+QrlU6D2dPAfubRmtJTi4K4YkQ5eXw==",
+ "version": "3.3.3",
+ "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.3.3.tgz",
+ "integrity": "sha512-i2tDNA0O5IrMO757lfrdQZCc2jPNDVntV0m/+4whiDfWaTKfMNgR7Qz0NAeGz/nRqF4m5/6CLzbP4/liHt12Ew==",
"dev": true,
"bin": {
"prettier": "bin/prettier.cjs"
@@ -16229,9 +16418,9 @@
}
},
"node_modules/prettier-plugin-tailwindcss": {
- "version": "0.5.7",
- "resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.5.7.tgz",
- "integrity": "sha512-4v6uESAgwCni6YF6DwJlRaDjg9Z+al5zM4JfngcazMy4WEf/XkPS5TEQjbD+DZ5iNuG6RrKQLa/HuX2SYzC3kQ==",
+ "version": "0.6.6",
+ "resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.6.6.tgz",
+ "integrity": "sha512-OPva5S7WAsPLEsOuOWXATi13QrCKACCiIonFgIR6V4lYv4QLp++UXVhZSzRbZxXGimkQtQT86CC6fQqTOybGng==",
"dev": true,
"engines": {
"node": ">=14.21.3"
@@ -16240,15 +16429,18 @@
"@ianvs/prettier-plugin-sort-imports": "*",
"@prettier/plugin-pug": "*",
"@shopify/prettier-plugin-liquid": "*",
- "@shufo/prettier-plugin-blade": "*",
"@trivago/prettier-plugin-sort-imports": "*",
+ "@zackad/prettier-plugin-twig-melody": "*",
"prettier": "^3.0",
"prettier-plugin-astro": "*",
"prettier-plugin-css-order": "*",
"prettier-plugin-import-sort": "*",
"prettier-plugin-jsdoc": "*",
+ "prettier-plugin-marko": "*",
+ "prettier-plugin-multiline-arrays": "*",
"prettier-plugin-organize-attributes": "*",
"prettier-plugin-organize-imports": "*",
+ "prettier-plugin-sort-imports": "*",
"prettier-plugin-style-order": "*",
"prettier-plugin-svelte": "*"
},
@@ -16262,10 +16454,10 @@
"@shopify/prettier-plugin-liquid": {
"optional": true
},
- "@shufo/prettier-plugin-blade": {
+ "@trivago/prettier-plugin-sort-imports": {
"optional": true
},
- "@trivago/prettier-plugin-sort-imports": {
+ "@zackad/prettier-plugin-twig-melody": {
"optional": true
},
"prettier-plugin-astro": {
@@ -16283,19 +16475,22 @@
"prettier-plugin-marko": {
"optional": true
},
+ "prettier-plugin-multiline-arrays": {
+ "optional": true
+ },
"prettier-plugin-organize-attributes": {
"optional": true
},
"prettier-plugin-organize-imports": {
"optional": true
},
- "prettier-plugin-style-order": {
+ "prettier-plugin-sort-imports": {
"optional": true
},
- "prettier-plugin-svelte": {
+ "prettier-plugin-style-order": {
"optional": true
},
- "prettier-plugin-twig-melody": {
+ "prettier-plugin-svelte": {
"optional": true
}
}
@@ -16368,71 +16563,11 @@
"version": "2.0.3",
"resolved": "https://registry.npmjs.org/progress/-/progress-2.0.3.tgz",
"integrity": "sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==",
+ "dev": true,
"engines": {
"node": ">=0.4.0"
}
},
- "node_modules/proxy-agent": {
- "version": "6.3.1",
- "resolved": "https://registry.npmjs.org/proxy-agent/-/proxy-agent-6.3.1.tgz",
- "integrity": "sha512-Rb5RVBy1iyqOtNl15Cw/llpeLH8bsb37gM1FUfKQ+Wck6xHlbAhWGUFiTRHtkjqGTA5pSHz6+0hrPW/oECihPQ==",
- "dependencies": {
- "agent-base": "^7.0.2",
- "debug": "^4.3.4",
- "http-proxy-agent": "^7.0.0",
- "https-proxy-agent": "^7.0.2",
- "lru-cache": "^7.14.1",
- "pac-proxy-agent": "^7.0.1",
- "proxy-from-env": "^1.1.0",
- "socks-proxy-agent": "^8.0.2"
- },
- "engines": {
- "node": ">= 14"
- }
- },
- "node_modules/proxy-agent/node_modules/agent-base": {
- "version": "7.1.0",
- "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.0.tgz",
- "integrity": "sha512-o/zjMZRhJxny7OyEF+Op8X+efiELC7k7yOjMzgfzVqOzXqkBkWI79YoTdOtsuWd5BWhAGAuOY/Xa6xpiaWXiNg==",
- "dependencies": {
- "debug": "^4.3.4"
- },
- "engines": {
- "node": ">= 14"
- }
- },
- "node_modules/proxy-agent/node_modules/http-proxy-agent": {
- "version": "7.0.0",
- "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-7.0.0.tgz",
- "integrity": "sha512-+ZT+iBxVUQ1asugqnD6oWoRiS25AkjNfG085dKJGtGxkdwLQrMKU5wJr2bOOFAXzKcTuqq+7fZlTMgG3SRfIYQ==",
- "dependencies": {
- "agent-base": "^7.1.0",
- "debug": "^4.3.4"
- },
- "engines": {
- "node": ">= 14"
- }
- },
- "node_modules/proxy-agent/node_modules/https-proxy-agent": {
- "version": "7.0.2",
- "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.2.tgz",
- "integrity": "sha512-NmLNjm6ucYwtcUmL7JQC1ZQ57LmHP4lT15FQ8D61nak1rO6DH+fz5qNK2Ap5UN4ZapYICE3/0KodcLYSPsPbaA==",
- "dependencies": {
- "agent-base": "^7.0.2",
- "debug": "4"
- },
- "engines": {
- "node": ">= 14"
- }
- },
- "node_modules/proxy-agent/node_modules/lru-cache": {
- "version": "7.18.3",
- "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.18.3.tgz",
- "integrity": "sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==",
- "engines": {
- "node": ">=12"
- }
- },
"node_modules/proxy-from-env": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz",
@@ -16465,15 +16600,16 @@
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/pump/-/pump-3.0.0.tgz",
"integrity": "sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==",
+ "dev": true,
"dependencies": {
"end-of-stream": "^1.1.0",
"once": "^1.3.1"
}
},
"node_modules/punycode": {
- "version": "2.3.0",
- "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.0.tgz",
- "integrity": "sha512-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA==",
+ "version": "2.3.1",
+ "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz",
+ "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==",
"dev": true,
"engines": {
"node": ">=6"
@@ -16492,81 +16628,92 @@
}
},
"node_modules/puppeteer": {
- "version": "21.6.0",
- "resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-21.6.0.tgz",
- "integrity": "sha512-u6JhSF7xaPYZ2gd3tvhYI8MwVAjLc3Cazj7UWvMV95A07/y7cIjBwYUiMU9/jm4z0FSUORriLX/RZRaiASNWPw==",
+ "version": "9.1.1",
+ "resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-9.1.1.tgz",
+ "integrity": "sha512-W+nOulP2tYd/ZG99WuZC/I5ljjQQ7EUw/jQGcIb9eu8mDlZxNY2SgcJXTLG9h5gRvqA3uJOe4hZXYsd3EqioMw==",
+ "deprecated": "< 21.9.0 is no longer supported",
+ "dev": true,
"hasInstallScript": true,
"dependencies": {
- "@puppeteer/browsers": "1.9.0",
- "cosmiconfig": "8.3.6",
- "puppeteer-core": "21.6.0"
- },
- "bin": {
- "puppeteer": "lib/esm/puppeteer/node/cli.js"
+ "debug": "^4.1.0",
+ "devtools-protocol": "0.0.869402",
+ "extract-zip": "^2.0.0",
+ "https-proxy-agent": "^5.0.0",
+ "node-fetch": "^2.6.1",
+ "pkg-dir": "^4.2.0",
+ "progress": "^2.0.1",
+ "proxy-from-env": "^1.1.0",
+ "rimraf": "^3.0.2",
+ "tar-fs": "^2.0.0",
+ "unbzip2-stream": "^1.3.3",
+ "ws": "^7.2.3"
},
"engines": {
- "node": ">=16.13.2"
+ "node": ">=10.18.1"
}
},
- "node_modules/puppeteer-core": {
- "version": "21.6.0",
- "resolved": "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-21.6.0.tgz",
- "integrity": "sha512-1vrzbp2E1JpBwtIIrriWkN+A0afUxkqRuFTC3uASc5ql6iuK9ppOdIU/CPGKwOyB4YFIQ16mRbK0PK19mbXnaQ==",
+ "node_modules/puppeteer/node_modules/find-up": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
+ "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
+ "dev": true,
"dependencies": {
- "@puppeteer/browsers": "1.9.0",
- "chromium-bidi": "0.5.1",
- "cross-fetch": "4.0.0",
- "debug": "4.3.4",
- "devtools-protocol": "0.0.1203626",
- "ws": "8.14.2"
+ "locate-path": "^5.0.0",
+ "path-exists": "^4.0.0"
},
"engines": {
- "node": ">=16.13.2"
+ "node": ">=8"
}
},
- "node_modules/puppeteer-core/node_modules/ws": {
- "version": "8.14.2",
- "resolved": "https://registry.npmjs.org/ws/-/ws-8.14.2.tgz",
- "integrity": "sha512-wEBG1ftX4jcglPxgFCMJmZ2PLtSbJ2Peg6TmpJFTbe9GZYOQCDPdMYu/Tm0/bGZkw8paZnJY45J4K2PZrLYq8g==",
- "engines": {
- "node": ">=10.0.0"
- },
- "peerDependencies": {
- "bufferutil": "^4.0.1",
- "utf-8-validate": ">=5.0.2"
+ "node_modules/puppeteer/node_modules/locate-path": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
+ "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
+ "dev": true,
+ "dependencies": {
+ "p-locate": "^4.1.0"
},
- "peerDependenciesMeta": {
- "bufferutil": {
- "optional": true
- },
- "utf-8-validate": {
- "optional": true
- }
+ "engines": {
+ "node": ">=8"
}
},
- "node_modules/puppeteer/node_modules/cosmiconfig": {
- "version": "8.3.6",
- "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-8.3.6.tgz",
- "integrity": "sha512-kcZ6+W5QzcJ3P1Mt+83OUv/oHFqZHIx8DuxG6eZ5RGMERoLqp4BuGjhHLYGK+Kf5XVkQvqBSmAy/nGWN3qDgEA==",
+ "node_modules/puppeteer/node_modules/p-limit": {
+ "version": "2.3.0",
+ "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
+ "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
+ "dev": true,
"dependencies": {
- "import-fresh": "^3.3.0",
- "js-yaml": "^4.1.0",
- "parse-json": "^5.2.0",
- "path-type": "^4.0.0"
+ "p-try": "^2.0.0"
},
"engines": {
- "node": ">=14"
+ "node": ">=6"
},
"funding": {
- "url": "https://github.com/sponsors/d-fischer"
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/puppeteer/node_modules/p-locate": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz",
+ "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
+ "dev": true,
+ "dependencies": {
+ "p-limit": "^2.2.0"
},
- "peerDependencies": {
- "typescript": ">=4.9.5"
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/puppeteer/node_modules/pkg-dir": {
+ "version": "4.2.0",
+ "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz",
+ "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==",
+ "dev": true,
+ "dependencies": {
+ "find-up": "^4.0.0"
},
- "peerDependenciesMeta": {
- "typescript": {
- "optional": true
- }
+ "engines": {
+ "node": ">=8"
}
},
"node_modules/qs": {
@@ -16584,16 +16731,6 @@
"url": "https://github.com/sponsors/ljharb"
}
},
- "node_modules/query-ast": {
- "version": "1.0.5",
- "resolved": "https://registry.npmjs.org/query-ast/-/query-ast-1.0.5.tgz",
- "integrity": "sha512-JK+1ma4YDuLjvKKcz9JZ70G+CM9qEOs/l1cZzstMMfwKUabTJ9sud5jvDGrUNuv03yKUgs82bLkHXJkDyhRmBw==",
- "dev": true,
- "dependencies": {
- "invariant": "2.2.4",
- "lodash": "^4.17.21"
- }
- },
"node_modules/querystringify": {
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/querystringify/-/querystringify-2.2.0.tgz",
@@ -16631,15 +16768,19 @@
"node_modules/queue-tick": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/queue-tick/-/queue-tick-1.0.1.tgz",
- "integrity": "sha512-kJt5qhMxoszgU/62PLP1CJytzd2NKetjSRnyuj31fDd3Rlcz3fzlFdFLD1SItunPwyqEOkca6GbV612BWfaBag=="
+ "integrity": "sha512-kJt5qhMxoszgU/62PLP1CJytzd2NKetjSRnyuj31fDd3Rlcz3fzlFdFLD1SItunPwyqEOkca6GbV612BWfaBag==",
+ "dev": true
},
"node_modules/quick-lru": {
- "version": "4.0.1",
- "resolved": "https://registry.npmjs.org/quick-lru/-/quick-lru-4.0.1.tgz",
- "integrity": "sha512-ARhCpm70fzdcvNQfPoy49IaanKkTlRWF2JMzqhcJbhSFRZv7nPTvZJdcY7301IPmvW+/p0RgIWnQDLJxifsQ7g==",
+ "version": "5.1.1",
+ "resolved": "https://registry.npmjs.org/quick-lru/-/quick-lru-5.1.1.tgz",
+ "integrity": "sha512-WuyALRjWPDGtt/wzJiadO5AXY+8hZ80hVpe6MyivgraREW751X3SbhRvG3eLKOYN+8VEvqLcf3wdnt44Z4S4SA==",
"dev": true,
"engines": {
- "node": ">=8"
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/raven": {
@@ -16688,9 +16829,9 @@
}
},
"node_modules/rc-config-loader": {
- "version": "4.1.2",
- "resolved": "https://registry.npmjs.org/rc-config-loader/-/rc-config-loader-4.1.2.tgz",
- "integrity": "sha512-qKTnVWFl9OQYKATPzdfaZIbTxcHziQl92zYSxYC6umhOqyAsoj8H8Gq/+aFjAso68sBdjTz3A7omqeAkkF1MWg==",
+ "version": "4.1.3",
+ "resolved": "https://registry.npmjs.org/rc-config-loader/-/rc-config-loader-4.1.3.tgz",
+ "integrity": "sha512-kD7FqML7l800i6pS6pvLyIE2ncbk9Du8Q0gp/4hMPhJU6ZxApkoLcGD8ZeqgiAlfwZ6BlETq6qqe+12DUL207w==",
"dev": true,
"dependencies": {
"debug": "^4.3.4",
@@ -16732,141 +16873,100 @@
}
},
"node_modules/read-pkg": {
- "version": "5.2.0",
- "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-5.2.0.tgz",
- "integrity": "sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==",
- "dev": true,
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-2.0.0.tgz",
+ "integrity": "sha512-eFIBOPW7FGjzBuk3hdXEuNSiTZS/xEMlH49HxMyzb0hyPfu4EhVjT2DH32K1hSSmVq4sebAWnZuuY5auISUTGA==",
"dependencies": {
- "@types/normalize-package-data": "^2.4.0",
- "normalize-package-data": "^2.5.0",
- "parse-json": "^5.0.0",
- "type-fest": "^0.6.0"
+ "load-json-file": "^2.0.0",
+ "normalize-package-data": "^2.3.2",
+ "path-type": "^2.0.0"
},
"engines": {
- "node": ">=8"
+ "node": ">=4"
}
},
"node_modules/read-pkg-up": {
- "version": "7.0.1",
- "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-7.0.1.tgz",
- "integrity": "sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg==",
- "dev": true,
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-2.0.0.tgz",
+ "integrity": "sha512-1orxQfbWGUiTn9XsPlChs6rLie/AV9jwZTGmu2NZw/CUDJQchXJFYE0Fq5j7+n558T1JhDWLdhyd1Zj+wLY//w==",
"dependencies": {
- "find-up": "^4.1.0",
- "read-pkg": "^5.2.0",
- "type-fest": "^0.8.1"
+ "find-up": "^2.0.0",
+ "read-pkg": "^2.0.0"
},
"engines": {
- "node": ">=8"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
+ "node": ">=4"
}
},
"node_modules/read-pkg-up/node_modules/find-up": {
- "version": "4.1.0",
- "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
- "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
- "dev": true,
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/find-up/-/find-up-2.1.0.tgz",
+ "integrity": "sha512-NWzkk0jSJtTt08+FBFMvXoeZnOJD+jTtsRmBYbAIzJdX6l7dLgR7CTubCM5/eDdPUBvLCeVasP1brfVR/9/EZQ==",
"dependencies": {
- "locate-path": "^5.0.0",
- "path-exists": "^4.0.0"
+ "locate-path": "^2.0.0"
},
"engines": {
- "node": ">=8"
+ "node": ">=4"
}
},
"node_modules/read-pkg-up/node_modules/locate-path": {
- "version": "5.0.0",
- "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
- "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
- "dev": true,
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-2.0.0.tgz",
+ "integrity": "sha512-NCI2kiDkyR7VeEKm27Kda/iQHyKJe1Bu0FlTbYp3CqJu+9IFe9bLyAjMxf5ZDDbEg+iMPzB5zYyUTSm8wVTKmA==",
"dependencies": {
- "p-locate": "^4.1.0"
+ "p-locate": "^2.0.0",
+ "path-exists": "^3.0.0"
},
"engines": {
- "node": ">=8"
+ "node": ">=4"
}
},
"node_modules/read-pkg-up/node_modules/p-limit": {
- "version": "2.3.0",
- "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
- "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
- "dev": true,
+ "version": "1.3.0",
+ "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-1.3.0.tgz",
+ "integrity": "sha512-vvcXsLAJ9Dr5rQOPk7toZQZJApBl2K4J6dANSsEuh6QI41JYcsS/qhTGa9ErIUUgK3WNQoJYvylxvjqmiqEA9Q==",
"dependencies": {
- "p-try": "^2.0.0"
+ "p-try": "^1.0.0"
},
"engines": {
- "node": ">=6"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
+ "node": ">=4"
}
},
"node_modules/read-pkg-up/node_modules/p-locate": {
- "version": "4.1.0",
- "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz",
- "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
- "dev": true,
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-2.0.0.tgz",
+ "integrity": "sha512-nQja7m7gSKuewoVRen45CtVfODR3crN3goVQ0DDZ9N3yHxgpkuBhZqsaiotSQRrADUrne346peY7kT3TSACykg==",
"dependencies": {
- "p-limit": "^2.2.0"
+ "p-limit": "^1.1.0"
},
"engines": {
- "node": ">=8"
+ "node": ">=4"
}
},
"node_modules/read-pkg-up/node_modules/p-try": {
- "version": "2.2.0",
- "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz",
- "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==",
- "dev": true,
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/p-try/-/p-try-1.0.0.tgz",
+ "integrity": "sha512-U1etNYuMJoIz3ZXSrrySFjsXQTWOx2/jdi86L+2pRvph/qMKL6sbcCYdH23fqsbm8TH2Gn0OybpT4eSFlCVHww==",
"engines": {
- "node": ">=6"
+ "node": ">=4"
}
},
- "node_modules/read-pkg-up/node_modules/type-fest": {
- "version": "0.8.1",
- "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.8.1.tgz",
- "integrity": "sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==",
- "dev": true,
+ "node_modules/read-pkg-up/node_modules/path-exists": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz",
+ "integrity": "sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ==",
"engines": {
- "node": ">=8"
+ "node": ">=4"
}
},
- "node_modules/read-pkg/node_modules/hosted-git-info": {
- "version": "2.8.9",
- "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.9.tgz",
- "integrity": "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==",
- "dev": true
- },
- "node_modules/read-pkg/node_modules/normalize-package-data": {
- "version": "2.5.0",
- "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz",
- "integrity": "sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==",
- "dev": true,
+ "node_modules/read-pkg/node_modules/path-type": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/path-type/-/path-type-2.0.0.tgz",
+ "integrity": "sha512-dUnb5dXUf+kzhC/W/F4e5/SkluXIFf5VUHolW1Eg1irn1hGWjPGdsRcvYJ1nD6lhk8Ir7VM0bHJKsYTx8Jx9OQ==",
"dependencies": {
- "hosted-git-info": "^2.1.4",
- "resolve": "^1.10.0",
- "semver": "2 || 3 || 4 || 5",
- "validate-npm-package-license": "^3.0.1"
- }
- },
- "node_modules/read-pkg/node_modules/semver": {
- "version": "5.7.1",
- "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz",
- "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==",
- "dev": true,
- "bin": {
- "semver": "bin/semver"
- }
- },
- "node_modules/read-pkg/node_modules/type-fest": {
- "version": "0.6.0",
- "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.6.0.tgz",
- "integrity": "sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg==",
- "dev": true,
+ "pify": "^2.0.0"
+ },
"engines": {
- "node": ">=8"
+ "node": ">=4"
}
},
"node_modules/readable-stream": {
@@ -16953,9 +17053,9 @@
}
},
"node_modules/regenerator-runtime": {
- "version": "0.13.11",
- "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz",
- "integrity": "sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==",
+ "version": "0.14.1",
+ "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz",
+ "integrity": "sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==",
"dev": true
},
"node_modules/regenerator-transform": {
@@ -16980,14 +17080,15 @@
}
},
"node_modules/regexp.prototype.flags": {
- "version": "1.5.1",
- "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.5.1.tgz",
- "integrity": "sha512-sy6TXMN+hnP/wMy+ISxg3krXx7BAtWVO4UouuCN/ziM9UEne0euamVNafDfvC83bRNr95y0V5iijeDQFUNpvrg==",
+ "version": "1.5.2",
+ "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.5.2.tgz",
+ "integrity": "sha512-NcDiDkTLuPR+++OCKB0nWafEmhg/Da8aUPLPMQbK+bxKKCm1/S5he+AqYa4PlMCVBalb4/yxIRub6qkEx5yJbw==",
"dev": true,
"dependencies": {
- "call-bind": "^1.0.2",
- "define-properties": "^1.2.0",
- "set-function-name": "^2.0.0"
+ "call-bind": "^1.0.6",
+ "define-properties": "^1.2.1",
+ "es-errors": "^1.3.0",
+ "set-function-name": "^2.0.1"
},
"engines": {
"node": ">= 0.4"
@@ -17191,6 +17292,19 @@
"node": ">=0.6"
}
},
+ "node_modules/request/node_modules/tough-cookie": {
+ "version": "2.5.0",
+ "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.5.0.tgz",
+ "integrity": "sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g==",
+ "dev": true,
+ "dependencies": {
+ "psl": "^1.1.28",
+ "punycode": "^2.1.1"
+ },
+ "engines": {
+ "node": ">=0.8"
+ }
+ },
"node_modules/request/node_modules/uuid": {
"version": "3.4.0",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz",
@@ -17375,10 +17489,72 @@
"integrity": "sha512-0a1F4l73/ZFZOakJnQ3FvkJ2+gSTQWz/r2KE5OdDY0TxPm5h4GkqkWWfM47T7HsbnOtcJVEF4epCVy6u7Q3K+g==",
"dev": true
},
+ "node_modules/resolve-dir": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/resolve-dir/-/resolve-dir-1.0.1.tgz",
+ "integrity": "sha512-R7uiTjECzvOsWSfdM0QKFNBVFcK27aHOUwdvK53BcW8zqnGdYp0Fbj82cy54+2A4P2tFM22J5kRfe1R+lM/1yg==",
+ "dev": true,
+ "dependencies": {
+ "expand-tilde": "^2.0.0",
+ "global-modules": "^1.0.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/resolve-dir/node_modules/global-modules": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/global-modules/-/global-modules-1.0.0.tgz",
+ "integrity": "sha512-sKzpEkf11GpOFuw0Zzjzmt4B4UZwjOcG757PPvrfhxcLFbq0wpsgpOqxpxtxFiCG4DtG93M6XRVbF2oGdev7bg==",
+ "dev": true,
+ "dependencies": {
+ "global-prefix": "^1.0.1",
+ "is-windows": "^1.0.1",
+ "resolve-dir": "^1.0.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/resolve-dir/node_modules/global-prefix": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/global-prefix/-/global-prefix-1.0.2.tgz",
+ "integrity": "sha512-5lsx1NUDHtSjfg0eHlmYvZKv8/nVqX4ckFbM+FrGcQ+04KWcWFo9P5MxPZYSzUvyzmdTbI7Eix8Q4IbELDqzKg==",
+ "dev": true,
+ "dependencies": {
+ "expand-tilde": "^2.0.2",
+ "homedir-polyfill": "^1.0.1",
+ "ini": "^1.3.4",
+ "is-windows": "^1.0.1",
+ "which": "^1.2.14"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/resolve-dir/node_modules/ini": {
+ "version": "1.3.8",
+ "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz",
+ "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==",
+ "dev": true
+ },
+ "node_modules/resolve-dir/node_modules/which": {
+ "version": "1.3.1",
+ "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz",
+ "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==",
+ "dev": true,
+ "dependencies": {
+ "isexe": "^2.0.0"
+ },
+ "bin": {
+ "which": "bin/which"
+ }
+ },
"node_modules/resolve-from": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz",
"integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==",
+ "dev": true,
"engines": {
"node": ">=4"
}
@@ -17429,9 +17605,9 @@
}
},
"node_modules/rfdc": {
- "version": "1.3.0",
- "resolved": "https://registry.npmjs.org/rfdc/-/rfdc-1.3.0.tgz",
- "integrity": "sha512-V2hovdzFbOi77/WajaSMXk2OLm+xNIeQdMMuB7icj7bk6zi2F8GGAxigcnDFpJHbNyNcgyJDiP+8nOrY5cZGrA==",
+ "version": "1.3.1",
+ "resolved": "https://registry.npmjs.org/rfdc/-/rfdc-1.3.1.tgz",
+ "integrity": "sha512-r5a3l5HzYlIC68TpmYKlxWjmOP6wiPJ1vWv2HeLhNsRZMrCkxeqxiHlQ21oXmQ4F3SiryXBHhAD7JZqvOJjFmg==",
"dev": true
},
"node_modules/rimraf": {
@@ -17456,20 +17632,37 @@
"dev": true
},
"node_modules/rollup": {
- "version": "3.24.0",
- "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.24.0.tgz",
- "integrity": "sha512-OgraHOIg2YpHQTjl0/ymWfFNBEyPucB7lmhXrQUh38qNOegxLapSPFs9sNr0qKR75awW41D93XafoR2QfhBdUQ==",
+ "version": "4.21.2",
+ "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.21.2.tgz",
+ "integrity": "sha512-e3TapAgYf9xjdLvKQCkQTnbTKd4a6jwlpQSJJFokHGaX2IVjoEqkIIhiQfqsi0cdwlOD+tQGuOd5AJkc5RngBw==",
"dev": true,
- "optional": true,
- "peer": true,
+ "dependencies": {
+ "@types/estree": "1.0.5"
+ },
"bin": {
"rollup": "dist/bin/rollup"
},
"engines": {
- "node": ">=14.18.0",
+ "node": ">=18.0.0",
"npm": ">=8.0.0"
},
"optionalDependencies": {
+ "@rollup/rollup-android-arm-eabi": "4.21.2",
+ "@rollup/rollup-android-arm64": "4.21.2",
+ "@rollup/rollup-darwin-arm64": "4.21.2",
+ "@rollup/rollup-darwin-x64": "4.21.2",
+ "@rollup/rollup-linux-arm-gnueabihf": "4.21.2",
+ "@rollup/rollup-linux-arm-musleabihf": "4.21.2",
+ "@rollup/rollup-linux-arm64-gnu": "4.21.2",
+ "@rollup/rollup-linux-arm64-musl": "4.21.2",
+ "@rollup/rollup-linux-powerpc64le-gnu": "4.21.2",
+ "@rollup/rollup-linux-riscv64-gnu": "4.21.2",
+ "@rollup/rollup-linux-s390x-gnu": "4.21.2",
+ "@rollup/rollup-linux-x64-gnu": "4.21.2",
+ "@rollup/rollup-linux-x64-musl": "4.21.2",
+ "@rollup/rollup-win32-arm64-msvc": "4.21.2",
+ "@rollup/rollup-win32-ia32-msvc": "4.21.2",
+ "@rollup/rollup-win32-x64-msvc": "4.21.2",
"fsevents": "~2.3.2"
}
},
@@ -17528,15 +17721,6 @@
"node": ">=8"
}
},
- "node_modules/rollup-plugin-copy/node_modules/is-plain-object": {
- "version": "3.0.1",
- "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-3.0.1.tgz",
- "integrity": "sha512-Xnpx182SBMrr/aBik8y+GuR4U1L9FqMSojwDQwPMmxyC6bvEqly9UBCxhauBF5vNh2gwWJNX6oDV7O+OM4z34g==",
- "dev": true,
- "engines": {
- "node": ">=0.10.0"
- }
- },
"node_modules/rollup-plugin-copy/node_modules/jsonfile": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz",
@@ -17556,18 +17740,18 @@
}
},
"node_modules/rollup-plugin-critical": {
- "version": "1.0.12",
- "resolved": "https://registry.npmjs.org/rollup-plugin-critical/-/rollup-plugin-critical-1.0.12.tgz",
- "integrity": "sha512-KVD2Ls1pFsjC66nqG30FwponLDEtB722v1+nEHe3BEJgpl9cGkdMkjsPxR6QX6qrRAA4B2qhV54Yn5OE2n9boQ==",
+ "version": "1.0.13",
+ "resolved": "https://registry.npmjs.org/rollup-plugin-critical/-/rollup-plugin-critical-1.0.13.tgz",
+ "integrity": "sha512-WhFuFEy3PuuPFp/fGnNwAFyoMnr+KxY4bm0RZywlOdGb19WlT2iZrJYNemFq5D3XEH1Wpxg++boWOw4+WzSeRw==",
"dev": true,
"dependencies": {
"critical": "^5.0.0"
}
},
"node_modules/rollup-plugin-visualizer": {
- "version": "5.9.2",
- "resolved": "https://registry.npmjs.org/rollup-plugin-visualizer/-/rollup-plugin-visualizer-5.9.2.tgz",
- "integrity": "sha512-waHktD5mlWrYFrhOLbti4YgQCn1uR24nYsNuXxg7LkPH8KdTXVWR9DNY1WU0QqokyMixVXJS4J04HNrVTMP01A==",
+ "version": "5.12.0",
+ "resolved": "https://registry.npmjs.org/rollup-plugin-visualizer/-/rollup-plugin-visualizer-5.12.0.tgz",
+ "integrity": "sha512-8/NU9jXcHRs7Nnj07PF2o4gjxmm9lXIrZ8r175bT9dK8qoLlvKTwRMArRCMgpMGlq8CTLugRvEmyMeMXIU2pNQ==",
"dev": true,
"dependencies": {
"open": "^8.4.0",
@@ -17582,7 +17766,7 @@
"node": ">=14"
},
"peerDependencies": {
- "rollup": "2.x || 3.x"
+ "rollup": "2.x || 3.x || 4.x"
},
"peerDependenciesMeta": {
"rollup": {
@@ -17649,9 +17833,9 @@
}
},
"node_modules/rollup-plugin-visualizer/node_modules/yargs": {
- "version": "17.7.1",
- "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.1.tgz",
- "integrity": "sha512-cwiTb08Xuv5fqF4AovYacTFNxk62th7LKJ6BL9IGUpTJrWoU7/7WdQGTP2SjKf1dUNBGzDd28p/Yfs/GI6JrLw==",
+ "version": "17.7.2",
+ "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz",
+ "integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==",
"dev": true,
"dependencies": {
"cliui": "^8.0.1",
@@ -17675,65 +17859,6 @@
"node": ">=12"
}
},
- "node_modules/run-applescript": {
- "version": "5.0.0",
- "resolved": "https://registry.npmjs.org/run-applescript/-/run-applescript-5.0.0.tgz",
- "integrity": "sha512-XcT5rBksx1QdIhlFOCtgZkB99ZEouFZ1E2Kc2LHqNW13U3/74YGdkQRmThTwxy4QIyookibDKYZOPqX//6BlAg==",
- "dev": true,
- "dependencies": {
- "execa": "^5.0.0"
- },
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/run-applescript/node_modules/execa": {
- "version": "5.1.1",
- "resolved": "https://registry.npmjs.org/execa/-/execa-5.1.1.tgz",
- "integrity": "sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==",
- "dev": true,
- "dependencies": {
- "cross-spawn": "^7.0.3",
- "get-stream": "^6.0.0",
- "human-signals": "^2.1.0",
- "is-stream": "^2.0.0",
- "merge-stream": "^2.0.0",
- "npm-run-path": "^4.0.1",
- "onetime": "^5.1.2",
- "signal-exit": "^3.0.3",
- "strip-final-newline": "^2.0.0"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sindresorhus/execa?sponsor=1"
- }
- },
- "node_modules/run-applescript/node_modules/get-stream": {
- "version": "6.0.1",
- "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz",
- "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==",
- "dev": true,
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/run-applescript/node_modules/human-signals": {
- "version": "2.1.0",
- "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz",
- "integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==",
- "dev": true,
- "engines": {
- "node": ">=10.17.0"
- }
- },
"node_modules/run-async": {
"version": "2.4.1",
"resolved": "https://registry.npmjs.org/run-async/-/run-async-2.4.1.tgz",
@@ -17778,22 +17903,22 @@
}
},
"node_modules/rxjs": {
- "version": "7.8.0",
- "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.8.0.tgz",
- "integrity": "sha512-F2+gxDshqmIub1KdvZkaEfGDwLNpPvk9Fs6LD/MyQxNgMds/WH9OdDDXOmxUZpME+iSK3rQCctkL0DYyytUqMg==",
+ "version": "7.8.1",
+ "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.8.1.tgz",
+ "integrity": "sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==",
"dev": true,
"dependencies": {
"tslib": "^2.1.0"
}
},
"node_modules/safe-array-concat": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/safe-array-concat/-/safe-array-concat-1.0.1.tgz",
- "integrity": "sha512-6XbUAseYE2KtOuGueyeobCySj9L4+66Tn6KQMOPQJrAJEowYKW/YR/MGJZl7FdydUdaFu4LYyDZjxf4/Nmo23Q==",
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/safe-array-concat/-/safe-array-concat-1.1.2.tgz",
+ "integrity": "sha512-vj6RsCsWBCf19jIeHEfkRMw8DPiBb+DMXklQ/1SGDHOMlHdPUkZXFQ2YdplS23zESTijAcurb1aSgJA3AgMu1Q==",
"dev": true,
"dependencies": {
- "call-bind": "^1.0.2",
- "get-intrinsic": "^1.2.1",
+ "call-bind": "^1.0.7",
+ "get-intrinsic": "^1.2.4",
"has-symbols": "^1.0.3",
"isarray": "^2.0.5"
},
@@ -17804,12 +17929,6 @@
"url": "https://github.com/sponsors/ljharb"
}
},
- "node_modules/safe-array-concat/node_modules/isarray": {
- "version": "2.0.5",
- "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz",
- "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==",
- "dev": true
- },
"node_modules/safe-buffer": {
"version": "5.2.1",
"resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
@@ -17838,15 +17957,18 @@
}
},
"node_modules/safe-regex-test": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/safe-regex-test/-/safe-regex-test-1.0.0.tgz",
- "integrity": "sha512-JBUUzyOgEwXQY1NuPtvcj/qcBDbDmEvWufhlnXZIm75DEHp+afM1r1ujJpJsV/gSM4t59tpDyPi1sd6ZaPFfsA==",
+ "version": "1.0.3",
+ "resolved": "https://registry.npmjs.org/safe-regex-test/-/safe-regex-test-1.0.3.tgz",
+ "integrity": "sha512-CdASjNJPvRa7roO6Ra/gLYBTzYzzPyyBXxIMdGW3USQLyjWEls2RgW5UBTXaQVp+OrpeCK3bLem8smtmheoRuw==",
"dev": true,
"dependencies": {
- "call-bind": "^1.0.2",
- "get-intrinsic": "^1.1.3",
+ "call-bind": "^1.0.6",
+ "es-errors": "^1.3.0",
"is-regex": "^1.1.4"
},
+ "engines": {
+ "node": ">= 0.4"
+ },
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
@@ -17856,52 +17978,22 @@
"resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
"integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg=="
},
- "node_modules/sass": {
- "version": "1.62.0",
- "resolved": "https://registry.npmjs.org/sass/-/sass-1.62.0.tgz",
- "integrity": "sha512-Q4USplo4pLYgCi+XlipZCWUQz5pkg/ruSSgJ0WRDSb/+3z9tXUOkQ7QPYn4XrhZKYAK4HlpaQecRwKLJX6+DBg==",
- "dev": true,
- "dependencies": {
- "chokidar": ">=3.0.0 <4.0.0",
- "immutable": "^4.0.0",
- "source-map-js": ">=0.6.2 <2.0.0"
- },
- "bin": {
- "sass": "sass.js"
- },
- "engines": {
- "node": ">=14.0.0"
- }
- },
"node_modules/sax": {
- "version": "1.2.4",
- "resolved": "https://registry.npmjs.org/sax/-/sax-1.2.4.tgz",
- "integrity": "sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==",
+ "version": "1.3.0",
+ "resolved": "https://registry.npmjs.org/sax/-/sax-1.3.0.tgz",
+ "integrity": "sha512-0s+oAmw9zLl1V1cS9BtZN7JAd0cW5e0QH4W3LWEK6a4LaLEA2OTpGYWDY+6XasBLtz6wkm3u1xRw95mRuJ59WA==",
"dev": true
},
"node_modules/saxes": {
- "version": "6.0.0",
- "resolved": "https://registry.npmjs.org/saxes/-/saxes-6.0.0.tgz",
- "integrity": "sha512-xAg7SOnEhrm5zI3puOOKyy1OMcMlIJZYNJY7xLBwSze0UjhPLnWfj2GF2EpT0jmzaJKIWKHLsaSSajf35bcYnA==",
- "dev": true,
- "dependencies": {
- "xmlchars": "^2.2.0"
- },
- "engines": {
- "node": ">=v12.22.7"
- }
- },
- "node_modules/scss-parser": {
- "version": "1.0.6",
- "resolved": "https://registry.npmjs.org/scss-parser/-/scss-parser-1.0.6.tgz",
- "integrity": "sha512-SH3TaoaJFzfAtqs3eG1j5IuHJkeEW5rKUPIjIN+ZorLAyJLHItQGnsgwHk76v25GtLtpT9IqfAcqK4vFWdiw+w==",
+ "version": "6.0.0",
+ "resolved": "https://registry.npmjs.org/saxes/-/saxes-6.0.0.tgz",
+ "integrity": "sha512-xAg7SOnEhrm5zI3puOOKyy1OMcMlIJZYNJY7xLBwSze0UjhPLnWfj2GF2EpT0jmzaJKIWKHLsaSSajf35bcYnA==",
"dev": true,
"dependencies": {
- "invariant": "2.2.4",
- "lodash": "4.17.21"
+ "xmlchars": "^2.2.0"
},
"engines": {
- "node": ">=6.0.0"
+ "node": ">=v12.22.7"
}
},
"node_modules/select": {
@@ -17910,13 +18002,10 @@
"integrity": "sha512-OwpTSOfy6xSs1+pwcNrv0RBMOzI39Lp3qQKUTPVVPRjCdNa5JH/oPRiqsesIskK8TVgmRiHwO4KXlV2Li9dANA=="
},
"node_modules/semver": {
- "version": "7.5.4",
- "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz",
- "integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==",
+ "version": "7.6.3",
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz",
+ "integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==",
"dev": true,
- "dependencies": {
- "lru-cache": "^6.0.0"
- },
"bin": {
"semver": "bin/semver.js"
},
@@ -17943,61 +18032,46 @@
}
},
"node_modules/semver-diff/node_modules/semver": {
- "version": "6.3.0",
- "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
- "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==",
+ "version": "6.3.1",
+ "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
+ "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
"dev": true,
"bin": {
"semver": "bin/semver.js"
}
},
- "node_modules/semver/node_modules/lru-cache": {
- "version": "6.0.0",
- "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
- "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
- "dev": true,
- "dependencies": {
- "yallist": "^4.0.0"
- },
- "engines": {
- "node": ">=10"
- }
- },
- "node_modules/semver/node_modules/yallist": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
- "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
- "dev": true
- },
"node_modules/set-blocking": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz",
"integrity": "sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw=="
},
"node_modules/set-function-length": {
- "version": "1.1.1",
- "resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.1.1.tgz",
- "integrity": "sha512-VoaqjbBJKiWtg4yRcKBQ7g7wnGnLV3M8oLvVWwOk2PdYY6PEFegR1vezXR0tw6fZGF9csVakIRjrJiy2veSBFQ==",
+ "version": "1.2.2",
+ "resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.2.tgz",
+ "integrity": "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==",
"dev": true,
"dependencies": {
- "define-data-property": "^1.1.1",
- "get-intrinsic": "^1.2.1",
+ "define-data-property": "^1.1.4",
+ "es-errors": "^1.3.0",
+ "function-bind": "^1.1.2",
+ "get-intrinsic": "^1.2.4",
"gopd": "^1.0.1",
- "has-property-descriptors": "^1.0.0"
+ "has-property-descriptors": "^1.0.2"
},
"engines": {
"node": ">= 0.4"
}
},
"node_modules/set-function-name": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/set-function-name/-/set-function-name-2.0.1.tgz",
- "integrity": "sha512-tMNCiqYVkXIZgc2Hnoy2IvC/f8ezc5koaRFkCjrpWzGpCd3qbZXPzVy9MAZzK1ch/X0jvSkojys3oqJN0qCmdA==",
+ "version": "2.0.2",
+ "resolved": "https://registry.npmjs.org/set-function-name/-/set-function-name-2.0.2.tgz",
+ "integrity": "sha512-7PGFlmtwsEADb0WYyvCMa1t+yke6daIG4Wirafur5kcf+MhUnPms1UeR0CKQdTZD81yESwMHbtn+TR+dMviakQ==",
"dev": true,
"dependencies": {
- "define-data-property": "^1.0.1",
+ "define-data-property": "^1.1.4",
+ "es-errors": "^1.3.0",
"functions-have-names": "^1.2.3",
- "has-property-descriptors": "^1.0.0"
+ "has-property-descriptors": "^1.0.2"
},
"engines": {
"node": ">= 0.4"
@@ -18074,7 +18148,6 @@
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
"integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
- "dev": true,
"dependencies": {
"shebang-regex": "^3.0.0"
},
@@ -18086,7 +18159,6 @@
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
"integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
- "dev": true,
"engines": {
"node": ">=8"
}
@@ -18095,6 +18167,7 @@
"version": "2.2.16",
"resolved": "https://registry.npmjs.org/shortid/-/shortid-2.2.16.tgz",
"integrity": "sha512-Ugt+GIZqvGXCIItnsL+lvFJOiN7RYqlGy7QE41O3YC1xbNSeDGIRO7xg2JJXIAj1cAGnOeC1r7/T9pgrtQbv4g==",
+ "deprecated": "Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.",
"dev": true,
"dependencies": {
"nanoid": "^2.1.0"
@@ -18107,14 +18180,18 @@
"dev": true
},
"node_modules/side-channel": {
- "version": "1.0.4",
- "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.4.tgz",
- "integrity": "sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==",
+ "version": "1.0.6",
+ "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.6.tgz",
+ "integrity": "sha512-fDW/EZ6Q9RiO8eFG8Hj+7u/oW+XrPTIChwCOM2+th2A6OblDtYYIpve9m+KvI9Z4C9qSEXlaGR6bTEYHReuglA==",
"dev": true,
"dependencies": {
- "call-bind": "^1.0.0",
- "get-intrinsic": "^1.0.2",
- "object-inspect": "^1.9.0"
+ "call-bind": "^1.0.7",
+ "es-errors": "^1.3.0",
+ "get-intrinsic": "^1.2.4",
+ "object-inspect": "^1.13.1"
+ },
+ "engines": {
+ "node": ">= 0.4"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
@@ -18251,15 +18328,6 @@
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
"dev": true
},
- "node_modules/smart-buffer": {
- "version": "4.2.0",
- "resolved": "https://registry.npmjs.org/smart-buffer/-/smart-buffer-4.2.0.tgz",
- "integrity": "sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg==",
- "engines": {
- "node": ">= 6.0.0",
- "npm": ">= 3.0.0"
- }
- },
"node_modules/snapdragon": {
"version": "0.8.2",
"resolved": "https://registry.npmjs.org/snapdragon/-/snapdragon-0.8.2.tgz",
@@ -18354,61 +18422,16 @@
"node": ">=0.10.0"
}
},
- "node_modules/snapdragon/node_modules/is-accessor-descriptor": {
- "version": "0.1.6",
- "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz",
- "integrity": "sha512-e1BM1qnDbMRG3ll2U9dSK0UMHuWOs3pY3AtcFsmvwPtKL3MML/Q86i+GilLfvqEs4GW+ExB91tQ3Ig9noDIZ+A==",
- "dependencies": {
- "kind-of": "^3.0.2"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/snapdragon/node_modules/is-accessor-descriptor/node_modules/kind-of": {
- "version": "3.2.2",
- "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
- "integrity": "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==",
- "dependencies": {
- "is-buffer": "^1.1.5"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/snapdragon/node_modules/is-data-descriptor": {
- "version": "0.1.4",
- "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz",
- "integrity": "sha512-+w9D5ulSoBNlmw9OHn3U2v51SyoCd0he+bB3xMl62oijhrspxowjU+AIcDY0N3iEJbUEkB15IlMASQsxYigvXg==",
- "dependencies": {
- "kind-of": "^3.0.2"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/snapdragon/node_modules/is-data-descriptor/node_modules/kind-of": {
- "version": "3.2.2",
- "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
- "integrity": "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==",
- "dependencies": {
- "is-buffer": "^1.1.5"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
"node_modules/snapdragon/node_modules/is-descriptor": {
- "version": "0.1.6",
- "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.6.tgz",
- "integrity": "sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg==",
+ "version": "0.1.7",
+ "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.7.tgz",
+ "integrity": "sha512-C3grZTvObeN1xud4cRWl366OMXZTj0+HGyk4hvfpx4ZHt1Pb60ANSXqCK7pdOTeUQpRzECBSTphqvD7U+l22Eg==",
"dependencies": {
- "is-accessor-descriptor": "^0.1.6",
- "is-data-descriptor": "^0.1.4",
- "kind-of": "^5.0.0"
+ "is-accessor-descriptor": "^1.0.1",
+ "is-data-descriptor": "^1.0.1"
},
"engines": {
- "node": ">=0.10.0"
+ "node": ">= 0.4"
}
},
"node_modules/snapdragon/node_modules/is-extendable": {
@@ -18419,14 +18442,6 @@
"node": ">=0.10.0"
}
},
- "node_modules/snapdragon/node_modules/kind-of": {
- "version": "5.1.0",
- "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-5.1.0.tgz",
- "integrity": "sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw==",
- "engines": {
- "node": ">=0.10.0"
- }
- },
"node_modules/snapdragon/node_modules/ms": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
@@ -18453,61 +18468,19 @@
"urix": "^0.1.0"
}
},
- "node_modules/socks": {
- "version": "2.7.1",
- "resolved": "https://registry.npmjs.org/socks/-/socks-2.7.1.tgz",
- "integrity": "sha512-7maUZy1N7uo6+WVEX6psASxtNlKaNVMlGQKkG/63nEDdLOWNbiUMoLK7X4uYoLhQstau72mLgfEWcXcwsaHbYQ==",
- "dependencies": {
- "ip": "^2.0.0",
- "smart-buffer": "^4.2.0"
- },
- "engines": {
- "node": ">= 10.13.0",
- "npm": ">= 3.0.0"
- }
- },
- "node_modules/socks-proxy-agent": {
- "version": "8.0.2",
- "resolved": "https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-8.0.2.tgz",
- "integrity": "sha512-8zuqoLv1aP/66PHF5TqwJ7Czm3Yv32urJQHrVyhD7mmA6d61Zv8cIXQYPTWwmg6qlupnPvs/QKDmfa4P/qct2g==",
- "dependencies": {
- "agent-base": "^7.0.2",
- "debug": "^4.3.4",
- "socks": "^2.7.1"
- },
- "engines": {
- "node": ">= 14"
- }
- },
- "node_modules/socks-proxy-agent/node_modules/agent-base": {
- "version": "7.1.0",
- "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.0.tgz",
- "integrity": "sha512-o/zjMZRhJxny7OyEF+Op8X+efiELC7k7yOjMzgfzVqOzXqkBkWI79YoTdOtsuWd5BWhAGAuOY/Xa6xpiaWXiNg==",
- "dependencies": {
- "debug": "^4.3.4"
- },
- "engines": {
- "node": ">= 14"
- }
- },
- "node_modules/socks/node_modules/ip": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/ip/-/ip-2.0.0.tgz",
- "integrity": "sha512-WKa+XuLG1A1R0UWhl2+1XQSi+fZWMsYKffMZTTYsiZaUD8k2yDAj5atimTUD2TZkyCkNEeYE5NhFZmupOGtjYQ=="
- },
"node_modules/source-map": {
"version": "0.6.1",
"resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
"integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
- "devOptional": true,
+ "dev": true,
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/source-map-js": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.2.tgz",
- "integrity": "sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==",
+ "version": "1.2.0",
+ "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.0.tgz",
+ "integrity": "sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg==",
"engines": {
"node": ">=0.10.0"
}
@@ -18550,9 +18523,9 @@
}
},
"node_modules/spdx-exceptions": {
- "version": "2.3.0",
- "resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.3.0.tgz",
- "integrity": "sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A=="
+ "version": "2.5.0",
+ "resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.5.0.tgz",
+ "integrity": "sha512-PiU42r+xO4UbUS1buo3LPJkjlO7430Xn5SVAhdpzzsPHsjbYVflnnFdATgabnLude+Cqu25p6N+g2lw/PFsa4w=="
},
"node_modules/spdx-expression-parse": {
"version": "3.0.1",
@@ -18564,9 +18537,9 @@
}
},
"node_modules/spdx-license-ids": {
- "version": "3.0.13",
- "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.13.tgz",
- "integrity": "sha512-XkD+zwiqXHikFZm4AX/7JSCXA98U5Db4AFd5XUg/+9UNtnH75+Z9KxtpYiJZx36mUDVOwH83pl7yvCer6ewM3w=="
+ "version": "3.0.17",
+ "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.17.tgz",
+ "integrity": "sha512-sh8PWc/ftMqAAdFiBu6Fy6JUOYjqDJBJvIhpfDMyHrr0Rbp5liZqd4TjtQ/RgfLjKFZb+LMx5hpml5qOWy0qvg=="
},
"node_modules/speedline-core": {
"version": "1.4.3",
@@ -18600,9 +18573,9 @@
"dev": true
},
"node_modules/sshpk": {
- "version": "1.17.0",
- "resolved": "https://registry.npmjs.org/sshpk/-/sshpk-1.17.0.tgz",
- "integrity": "sha512-/9HIEs1ZXGhSPE8X6Ccm7Nam1z8KcoCqPdI7ecm1N33EzAetWahvQWVqLZtaZQ+IDKX4IyA2o0gBzqIMkAagHQ==",
+ "version": "1.18.0",
+ "resolved": "https://registry.npmjs.org/sshpk/-/sshpk-1.18.0.tgz",
+ "integrity": "sha512-2p2KJZTSqQ/I3+HX42EpYOa2l3f8Erv8MWKsy2I9uf4wA7yFIkXRffYdsx86y6z4vHtV8u7g+pPlr8/4ouAxsQ==",
"dev": true,
"dependencies": {
"asn1": "~0.2.3",
@@ -18669,69 +18642,16 @@
"node": ">=0.10.0"
}
},
- "node_modules/static-extend/node_modules/is-accessor-descriptor": {
- "version": "0.1.6",
- "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz",
- "integrity": "sha512-e1BM1qnDbMRG3ll2U9dSK0UMHuWOs3pY3AtcFsmvwPtKL3MML/Q86i+GilLfvqEs4GW+ExB91tQ3Ig9noDIZ+A==",
- "dependencies": {
- "kind-of": "^3.0.2"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/static-extend/node_modules/is-accessor-descriptor/node_modules/kind-of": {
- "version": "3.2.2",
- "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
- "integrity": "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==",
- "dependencies": {
- "is-buffer": "^1.1.5"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/static-extend/node_modules/is-data-descriptor": {
- "version": "0.1.4",
- "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz",
- "integrity": "sha512-+w9D5ulSoBNlmw9OHn3U2v51SyoCd0he+bB3xMl62oijhrspxowjU+AIcDY0N3iEJbUEkB15IlMASQsxYigvXg==",
- "dependencies": {
- "kind-of": "^3.0.2"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/static-extend/node_modules/is-data-descriptor/node_modules/kind-of": {
- "version": "3.2.2",
- "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
- "integrity": "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==",
- "dependencies": {
- "is-buffer": "^1.1.5"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
"node_modules/static-extend/node_modules/is-descriptor": {
- "version": "0.1.6",
- "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.6.tgz",
- "integrity": "sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg==",
+ "version": "0.1.7",
+ "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.7.tgz",
+ "integrity": "sha512-C3grZTvObeN1xud4cRWl366OMXZTj0+HGyk4hvfpx4ZHt1Pb60ANSXqCK7pdOTeUQpRzECBSTphqvD7U+l22Eg==",
"dependencies": {
- "is-accessor-descriptor": "^0.1.6",
- "is-data-descriptor": "^0.1.4",
- "kind-of": "^5.0.0"
+ "is-accessor-descriptor": "^1.0.1",
+ "is-data-descriptor": "^1.0.1"
},
"engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/static-extend/node_modules/kind-of": {
- "version": "5.1.0",
- "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-5.1.0.tgz",
- "integrity": "sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw==",
- "engines": {
- "node": ">=0.10.0"
+ "node": ">= 0.4"
}
},
"node_modules/stream-to": {
@@ -18756,12 +18676,16 @@
}
},
"node_modules/streamx": {
- "version": "2.15.1",
- "resolved": "https://registry.npmjs.org/streamx/-/streamx-2.15.1.tgz",
- "integrity": "sha512-fQMzy2O/Q47rgwErk/eGeLu/roaFWV0jVsogDmrszM9uIw8L5OA+t+V93MgYlufNptfjmYR1tOMWhei/Eh7TQA==",
+ "version": "2.16.1",
+ "resolved": "https://registry.npmjs.org/streamx/-/streamx-2.16.1.tgz",
+ "integrity": "sha512-m9QYj6WygWyWa3H1YY69amr4nVgy61xfjys7xO7kviL5rfIEc2naf+ewFiOA+aEJD7y0JO3h2GoiUv4TDwEGzQ==",
+ "dev": true,
"dependencies": {
"fast-fifo": "^1.1.0",
"queue-tick": "^1.0.1"
+ },
+ "optionalDependencies": {
+ "bare-events": "^2.2.0"
}
},
"node_modules/string_decoder": {
@@ -18785,15 +18709,30 @@
"node": ">=8"
}
},
+ "node_modules/string-width-cjs": {
+ "name": "string-width",
+ "version": "4.2.3",
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
+ "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
+ "dependencies": {
+ "emoji-regex": "^8.0.0",
+ "is-fullwidth-code-point": "^3.0.0",
+ "strip-ansi": "^6.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
"node_modules/string.prototype.trim": {
- "version": "1.2.8",
- "resolved": "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.2.8.tgz",
- "integrity": "sha512-lfjY4HcixfQXOfaqCvcBuOIapyaroTXhbkfJN3gcB1OtyupngWK4sEET9Knd0cXd28kTUqu/kHoV4HKSJdnjiQ==",
+ "version": "1.2.9",
+ "resolved": "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.2.9.tgz",
+ "integrity": "sha512-klHuCNxiMZ8MlsOihJhJEBJAiMVqU3Z2nEXWfWnIqjN0gEFS9J9+IxKozWWtQGcgoa1WUZzLjKPTr4ZHNFTFxw==",
"dev": true,
"dependencies": {
- "call-bind": "^1.0.2",
- "define-properties": "^1.2.0",
- "es-abstract": "^1.22.1"
+ "call-bind": "^1.0.7",
+ "define-properties": "^1.2.1",
+ "es-abstract": "^1.23.0",
+ "es-object-atoms": "^1.0.0"
},
"engines": {
"node": ">= 0.4"
@@ -18803,28 +18742,31 @@
}
},
"node_modules/string.prototype.trimend": {
- "version": "1.0.7",
- "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.7.tgz",
- "integrity": "sha512-Ni79DqeB72ZFq1uH/L6zJ+DKZTkOtPIHovb3YZHQViE+HDouuU4mBrLOLDn5Dde3RF8qw5qVETEjhu9locMLvA==",
+ "version": "1.0.8",
+ "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.8.tgz",
+ "integrity": "sha512-p73uL5VCHCO2BZZ6krwwQE3kCzM7NKmis8S//xEC6fQonchbum4eP6kR4DLEjQFO3Wnj3Fuo8NM0kOSjVdHjZQ==",
"dev": true,
"dependencies": {
- "call-bind": "^1.0.2",
- "define-properties": "^1.2.0",
- "es-abstract": "^1.22.1"
+ "call-bind": "^1.0.7",
+ "define-properties": "^1.2.1",
+ "es-object-atoms": "^1.0.0"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/string.prototype.trimstart": {
- "version": "1.0.7",
- "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.7.tgz",
- "integrity": "sha512-NGhtDFu3jCEm7B4Fy0DpLewdJQOZcQ0rGbwQ/+stjnrp2i+rlKeCvos9hOIeCmqwratM47OBxY7uFZzjxHXmrg==",
+ "version": "1.0.8",
+ "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.8.tgz",
+ "integrity": "sha512-UXSH262CSZY1tfu3G3Secr6uGLCFVPMhIqHjlgCUtCCcgihYc/xKs9djMTMUOb2j1mVSeU8EU6NWc/iQKU6Gfg==",
"dev": true,
"dependencies": {
- "call-bind": "^1.0.2",
- "define-properties": "^1.2.0",
- "es-abstract": "^1.22.1"
+ "call-bind": "^1.0.7",
+ "define-properties": "^1.2.1",
+ "es-object-atoms": "^1.0.0"
+ },
+ "engines": {
+ "node": ">= 0.4"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
@@ -18841,6 +18783,18 @@
"node": ">=8"
}
},
+ "node_modules/strip-ansi-cjs": {
+ "name": "strip-ansi",
+ "version": "6.0.1",
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
+ "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
+ "dependencies": {
+ "ansi-regex": "^5.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
"node_modules/strip-bom": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz",
@@ -18941,68 +18895,67 @@
"url": "https://github.com/sponsors/Borewit"
}
},
- "node_modules/style-search": {
- "version": "0.1.0",
- "resolved": "https://registry.npmjs.org/style-search/-/style-search-0.1.0.tgz",
- "integrity": "sha512-Dj1Okke1C3uKKwQcetra4jSuk0DqbzbYtXipzFlFMZtowbF1x7BKJwB9AayVMyFARvU8EDrZdcax4At/452cAg==",
- "dev": true
- },
"node_modules/stylelint": {
- "version": "15.11.0",
- "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-15.11.0.tgz",
- "integrity": "sha512-78O4c6IswZ9TzpcIiQJIN49K3qNoXTM8zEJzhaTE/xRTCZswaovSEVIa/uwbOltZrk16X4jAxjaOhzz/hTm1Kw==",
+ "version": "16.9.0",
+ "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.9.0.tgz",
+ "integrity": "sha512-31Nm3WjxGOBGpQqF43o3wO9L5AC36TPIe6030Lnm13H3vDMTcS21DrLh69bMX+DBilKqMMVLian4iG6ybBoNRQ==",
"dev": true,
+ "funding": [
+ {
+ "type": "opencollective",
+ "url": "https://opencollective.com/stylelint"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/stylelint"
+ }
+ ],
"dependencies": {
- "@csstools/css-parser-algorithms": "^2.3.1",
- "@csstools/css-tokenizer": "^2.2.0",
- "@csstools/media-query-list-parser": "^2.1.4",
- "@csstools/selector-specificity": "^3.0.0",
+ "@csstools/css-parser-algorithms": "^3.0.1",
+ "@csstools/css-tokenizer": "^3.0.1",
+ "@csstools/media-query-list-parser": "^3.0.1",
+ "@csstools/selector-specificity": "^4.0.0",
+ "@dual-bundle/import-meta-resolve": "^4.1.0",
"balanced-match": "^2.0.0",
"colord": "^2.9.3",
- "cosmiconfig": "^8.2.0",
- "css-functions-list": "^3.2.1",
+ "cosmiconfig": "^9.0.0",
+ "css-functions-list": "^3.2.2",
"css-tree": "^2.3.1",
- "debug": "^4.3.4",
- "fast-glob": "^3.3.1",
+ "debug": "^4.3.6",
+ "fast-glob": "^3.3.2",
"fastest-levenshtein": "^1.0.16",
- "file-entry-cache": "^7.0.0",
+ "file-entry-cache": "^9.0.0",
"global-modules": "^2.0.0",
"globby": "^11.1.0",
"globjoin": "^0.1.4",
"html-tags": "^3.3.1",
- "ignore": "^5.2.4",
- "import-lazy": "^4.0.0",
+ "ignore": "^5.3.2",
"imurmurhash": "^0.1.4",
"is-plain-object": "^5.0.0",
- "known-css-properties": "^0.29.0",
+ "known-css-properties": "^0.34.0",
"mathml-tag-names": "^2.1.3",
- "meow": "^10.1.5",
- "micromatch": "^4.0.5",
+ "meow": "^13.2.0",
+ "micromatch": "^4.0.8",
"normalize-path": "^3.0.0",
- "picocolors": "^1.0.0",
- "postcss": "^8.4.28",
- "postcss-resolve-nested-selector": "^0.1.1",
- "postcss-safe-parser": "^6.0.0",
- "postcss-selector-parser": "^6.0.13",
+ "picocolors": "^1.0.1",
+ "postcss": "^8.4.41",
+ "postcss-resolve-nested-selector": "^0.1.6",
+ "postcss-safe-parser": "^7.0.0",
+ "postcss-selector-parser": "^6.1.2",
"postcss-value-parser": "^4.2.0",
"resolve-from": "^5.0.0",
"string-width": "^4.2.3",
- "strip-ansi": "^6.0.1",
- "style-search": "^0.1.0",
- "supports-hyperlinks": "^3.0.0",
+ "strip-ansi": "^7.1.0",
+ "supports-hyperlinks": "^3.1.0",
"svg-tags": "^1.0.0",
- "table": "^6.8.1",
+ "table": "^6.8.2",
"write-file-atomic": "^5.0.1"
},
"bin": {
"stylelint": "bin/stylelint.mjs"
},
"engines": {
- "node": "^14.13.1 || >=16.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/stylelint"
+ "node": ">=18.12.0"
}
},
"node_modules/stylelint-config-html": {
@@ -19022,15 +18975,25 @@
}
},
"node_modules/stylelint-config-recommended": {
- "version": "13.0.0",
- "resolved": "https://registry.npmjs.org/stylelint-config-recommended/-/stylelint-config-recommended-13.0.0.tgz",
- "integrity": "sha512-EH+yRj6h3GAe/fRiyaoO2F9l9Tgg50AOFhaszyfov9v6ayXJ1IkSHwTxd7lB48FmOeSGDPLjatjO11fJpmarkQ==",
+ "version": "14.0.1",
+ "resolved": "https://registry.npmjs.org/stylelint-config-recommended/-/stylelint-config-recommended-14.0.1.tgz",
+ "integrity": "sha512-bLvc1WOz/14aPImu/cufKAZYfXs/A/owZfSMZ4N+16WGXLoX5lOir53M6odBxvhgmgdxCVnNySJmZKx73T93cg==",
"dev": true,
+ "funding": [
+ {
+ "type": "opencollective",
+ "url": "https://opencollective.com/stylelint"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/stylelint"
+ }
+ ],
"engines": {
- "node": "^14.13.1 || >=16.0.0"
+ "node": ">=18.12.0"
},
"peerDependencies": {
- "stylelint": "^15.10.0"
+ "stylelint": "^16.1.0"
}
},
"node_modules/stylelint-config-recommended-vue": {
@@ -19044,56 +19007,80 @@
"stylelint-config-recommended": ">=6.0.0"
},
"engines": {
- "node": "^12 || >=14"
- },
- "funding": {
- "url": "https://github.com/sponsors/ota-meshi"
+ "node": "^12 || >=14"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ota-meshi"
+ },
+ "peerDependencies": {
+ "postcss-html": "^1.0.0",
+ "stylelint": ">=14.0.0"
+ }
+ },
+ "node_modules/stylelint/node_modules/@csstools/selector-specificity": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/@csstools/selector-specificity/-/selector-specificity-4.0.0.tgz",
+ "integrity": "sha512-189nelqtPd8++phaHNwYovKZI0FOzH1vQEE3QhHHkNIGrg5fSs9CbYP3RvfEH5geztnIA9Jwq91wyOIwAW5JIQ==",
+ "dev": true,
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/csstools"
+ },
+ {
+ "type": "opencollective",
+ "url": "https://opencollective.com/csstools"
+ }
+ ],
+ "engines": {
+ "node": ">=18"
},
"peerDependencies": {
- "postcss-html": "^1.0.0",
- "stylelint": ">=14.0.0"
+ "postcss-selector-parser": "^6.1.0"
}
},
- "node_modules/stylelint/node_modules/balanced-match": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-2.0.0.tgz",
- "integrity": "sha512-1ugUSr8BHXRnK23KfuYS+gVMC3LB8QGH9W1iGtDPsNWoQbgtXSExkBu2aDR4epiGWZOjZsj6lDl/N/AqqTC3UA==",
- "dev": true
- },
- "node_modules/stylelint/node_modules/camelcase-keys": {
- "version": "7.0.2",
- "resolved": "https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-7.0.2.tgz",
- "integrity": "sha512-Rjs1H+A9R+Ig+4E/9oyB66UC5Mj9Xq3N//vcLf2WzgdTi/3gUu3Z9KoqmlrEG4VuuLK8wJHofxzdQXz/knhiYg==",
+ "node_modules/stylelint/node_modules/ansi-regex": {
+ "version": "6.0.1",
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
+ "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
"dev": true,
- "dependencies": {
- "camelcase": "^6.3.0",
- "map-obj": "^4.1.0",
- "quick-lru": "^5.1.1",
- "type-fest": "^1.2.1"
- },
"engines": {
"node": ">=12"
},
"funding": {
- "url": "https://github.com/sponsors/sindresorhus"
+ "url": "https://github.com/chalk/ansi-regex?sponsor=1"
}
},
+ "node_modules/stylelint/node_modules/balanced-match": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-2.0.0.tgz",
+ "integrity": "sha512-1ugUSr8BHXRnK23KfuYS+gVMC3LB8QGH9W1iGtDPsNWoQbgtXSExkBu2aDR4epiGWZOjZsj6lDl/N/AqqTC3UA==",
+ "dev": true
+ },
"node_modules/stylelint/node_modules/cosmiconfig": {
- "version": "8.2.0",
- "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-8.2.0.tgz",
- "integrity": "sha512-3rTMnFJA1tCOPwRxtgF4wd7Ab2qvDbL8jX+3smjIbS4HlZBagTlpERbdN7iAbWlrfxE3M8c27kTwTawQ7st+OQ==",
+ "version": "9.0.0",
+ "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-9.0.0.tgz",
+ "integrity": "sha512-itvL5h8RETACmOTFc4UfIyB2RfEHi71Ax6E/PivVxq9NseKbOWpeyHEOIbmAw1rs8Ak0VursQNww7lf7YtUwzg==",
"dev": true,
"dependencies": {
- "import-fresh": "^3.2.1",
+ "env-paths": "^2.2.1",
+ "import-fresh": "^3.3.0",
"js-yaml": "^4.1.0",
- "parse-json": "^5.0.0",
- "path-type": "^4.0.0"
+ "parse-json": "^5.2.0"
},
"engines": {
"node": ">=14"
},
"funding": {
"url": "https://github.com/sponsors/d-fischer"
+ },
+ "peerDependencies": {
+ "typescript": ">=4.9.5"
+ },
+ "peerDependenciesMeta": {
+ "typescript": {
+ "optional": true
+ }
}
},
"node_modules/stylelint/node_modules/css-tree": {
@@ -19109,40 +19096,38 @@
"node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0"
}
},
- "node_modules/stylelint/node_modules/decamelize": {
- "version": "5.0.1",
- "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-5.0.1.tgz",
- "integrity": "sha512-VfxadyCECXgQlkoEAjeghAr5gY3Hf+IKjKb+X8tGVDtveCjN+USwprd2q3QXBR9T1+x2DG0XZF5/w+7HAtSaXA==",
+ "node_modules/stylelint/node_modules/file-entry-cache": {
+ "version": "9.1.0",
+ "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-9.1.0.tgz",
+ "integrity": "sha512-/pqPFG+FdxWQj+/WSuzXSDaNzxgTLr/OrR1QuqfEZzDakpdYE70PwUxL7BPUa8hpjbvY1+qvCl8k+8Tq34xJgg==",
"dev": true,
- "engines": {
- "node": ">=10"
+ "dependencies": {
+ "flat-cache": "^5.0.0"
},
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
+ "engines": {
+ "node": ">=18"
}
},
- "node_modules/stylelint/node_modules/file-entry-cache": {
- "version": "7.0.2",
- "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-7.0.2.tgz",
- "integrity": "sha512-TfW7/1iI4Cy7Y8L6iqNdZQVvdXn0f8B4QcIXmkIbtTIe/Okm/nSlHb4IwGzRVOd3WfSieCgvf5cMzEfySAIl0g==",
+ "node_modules/stylelint/node_modules/flat-cache": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-5.0.0.tgz",
+ "integrity": "sha512-JrqFmyUl2PnPi1OvLyTVHnQvwQ0S+e6lGSwu8OkAZlSaNIZciTY2H/cOOROxsBA1m/LZNHDsqAgDZt6akWcjsQ==",
"dev": true,
"dependencies": {
- "flat-cache": "^3.2.0"
+ "flatted": "^3.3.1",
+ "keyv": "^4.5.4"
},
"engines": {
- "node": ">=12.0.0"
+ "node": ">=18"
}
},
- "node_modules/stylelint/node_modules/indent-string": {
+ "node_modules/stylelint/node_modules/is-plain-object": {
"version": "5.0.0",
- "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-5.0.0.tgz",
- "integrity": "sha512-m6FAo/spmsW2Ab2fU35JTYwtOKa2yAwXSwgjSv1TJzh4Mh7mC3lzAOVLBprb72XsTrgkEIsl7YrFNAiDiRhIGg==",
+ "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-5.0.0.tgz",
+ "integrity": "sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==",
"dev": true,
"engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
+ "node": ">=0.10.0"
}
},
"node_modules/stylelint/node_modules/mdn-data": {
@@ -19151,93 +19136,30 @@
"integrity": "sha512-GaqWWShW4kv/G9IEucWScBx9G1/vsFZZJUO+tD26M8J8z3Kw5RDQjaoZe03YAClgeS/SWPOcb4nkFBTEi5DUEA==",
"dev": true
},
- "node_modules/stylelint/node_modules/meow": {
- "version": "10.1.5",
- "resolved": "https://registry.npmjs.org/meow/-/meow-10.1.5.tgz",
- "integrity": "sha512-/d+PQ4GKmGvM9Bee/DPa8z3mXs/pkvJE2KEThngVNOqtmljC6K7NMPxtc2JeZYTmpWb9k/TmxjeL18ez3h7vCw==",
- "dev": true,
- "dependencies": {
- "@types/minimist": "^1.2.2",
- "camelcase-keys": "^7.0.0",
- "decamelize": "^5.0.0",
- "decamelize-keys": "^1.1.0",
- "hard-rejection": "^2.1.0",
- "minimist-options": "4.1.0",
- "normalize-package-data": "^3.0.2",
- "read-pkg-up": "^8.0.0",
- "redent": "^4.0.0",
- "trim-newlines": "^4.0.2",
- "type-fest": "^1.2.2",
- "yargs-parser": "^20.2.9"
- },
- "engines": {
- "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/stylelint/node_modules/quick-lru": {
- "version": "5.1.1",
- "resolved": "https://registry.npmjs.org/quick-lru/-/quick-lru-5.1.1.tgz",
- "integrity": "sha512-WuyALRjWPDGtt/wzJiadO5AXY+8hZ80hVpe6MyivgraREW751X3SbhRvG3eLKOYN+8VEvqLcf3wdnt44Z4S4SA==",
- "dev": true,
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/stylelint/node_modules/read-pkg": {
- "version": "6.0.0",
- "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-6.0.0.tgz",
- "integrity": "sha512-X1Fu3dPuk/8ZLsMhEj5f4wFAF0DWoK7qhGJvgaijocXxBmSToKfbFtqbxMO7bVjNA1dmE5huAzjXj/ey86iw9Q==",
- "dev": true,
- "dependencies": {
- "@types/normalize-package-data": "^2.4.0",
- "normalize-package-data": "^3.0.2",
- "parse-json": "^5.2.0",
- "type-fest": "^1.0.1"
- },
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/stylelint/node_modules/read-pkg-up": {
- "version": "8.0.0",
- "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-8.0.0.tgz",
- "integrity": "sha512-snVCqPczksT0HS2EC+SxUndvSzn6LRCwpfSvLrIfR5BKDQQZMaI6jPRC9dYvYFDRAuFEAnkwww8kBBNE/3VvzQ==",
- "dev": true,
- "dependencies": {
- "find-up": "^5.0.0",
- "read-pkg": "^6.0.0",
- "type-fest": "^1.0.1"
- },
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/stylelint/node_modules/redent": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/redent/-/redent-4.0.0.tgz",
- "integrity": "sha512-tYkDkVVtYkSVhuQ4zBgfvciymHaeuel+zFKXShfDnFP5SyVEP7qo70Rf1jTOTCx3vGNAbnEi/xFkcfQVMIBWag==",
+ "node_modules/stylelint/node_modules/postcss-safe-parser": {
+ "version": "7.0.0",
+ "resolved": "https://registry.npmjs.org/postcss-safe-parser/-/postcss-safe-parser-7.0.0.tgz",
+ "integrity": "sha512-ovehqRNVCpuFzbXoTb4qLtyzK3xn3t/CUBxOs8LsnQjQrShaB4lKiHoVqY8ANaC0hBMHq5QVWk77rwGklFUDrg==",
"dev": true,
- "dependencies": {
- "indent-string": "^5.0.0",
- "strip-indent": "^4.0.0"
- },
+ "funding": [
+ {
+ "type": "opencollective",
+ "url": "https://opencollective.com/postcss/"
+ },
+ {
+ "type": "tidelift",
+ "url": "https://tidelift.com/funding/github/npm/postcss-safe-parser"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/ai"
+ }
+ ],
"engines": {
- "node": ">=12"
+ "node": ">=18.0"
},
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
+ "peerDependencies": {
+ "postcss": "^8.4.31"
}
},
"node_modules/stylelint/node_modules/resolve-from": {
@@ -19250,9 +19172,9 @@
}
},
"node_modules/stylelint/node_modules/signal-exit": {
- "version": "4.0.2",
- "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.0.2.tgz",
- "integrity": "sha512-MY2/qGx4enyjprQnFaZsHib3Yadh3IXyV2C321GY0pjGfVBu4un0uDJkwgdxqO+Rdx8JMT8IfJIRwbYVz3Ob3Q==",
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
+ "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
"dev": true,
"engines": {
"node": ">=14"
@@ -19261,43 +19183,19 @@
"url": "https://github.com/sponsors/isaacs"
}
},
- "node_modules/stylelint/node_modules/strip-indent": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-4.0.0.tgz",
- "integrity": "sha512-mnVSV2l+Zv6BLpSD/8V87CW/y9EmmbYzGCIavsnsI6/nwn26DwffM/yztm30Z/I2DY9wdS3vXVCMnHDgZaVNoA==",
+ "node_modules/stylelint/node_modules/strip-ansi": {
+ "version": "7.1.0",
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
+ "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
"dev": true,
"dependencies": {
- "min-indent": "^1.0.1"
- },
- "engines": {
- "node": ">=12"
+ "ansi-regex": "^6.0.1"
},
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/stylelint/node_modules/trim-newlines": {
- "version": "4.1.1",
- "resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-4.1.1.tgz",
- "integrity": "sha512-jRKj0n0jXWo6kh62nA5TEh3+4igKDXLvzBJcPpiizP7oOolUrYIxmVBG9TOtHYFHoddUk6YvAkGeGoSVTXfQXQ==",
- "dev": true,
"engines": {
"node": ">=12"
},
"funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/stylelint/node_modules/type-fest": {
- "version": "1.4.0",
- "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-1.4.0.tgz",
- "integrity": "sha512-yGSza74xk0UG8k+pLh5oeoYirvIiWo5t0/o3zHHAO2tRDiZcxWP7fywNlXhqb6/r6sWvwi+RsyQMWhVLe4BVuA==",
- "dev": true,
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
+ "url": "https://github.com/chalk/strip-ansi?sponsor=1"
}
},
"node_modules/stylelint/node_modules/write-file-atomic": {
@@ -19314,13 +19212,13 @@
}
},
"node_modules/sucrase": {
- "version": "3.32.0",
- "resolved": "https://registry.npmjs.org/sucrase/-/sucrase-3.32.0.tgz",
- "integrity": "sha512-ydQOU34rpSyj2TGyz4D2p8rbktIOZ8QY9s+DGLvFU1i5pWJE8vkpruCjGCMHsdXwnD7JDcS+noSwM/a7zyNFDQ==",
+ "version": "3.35.0",
+ "resolved": "https://registry.npmjs.org/sucrase/-/sucrase-3.35.0.tgz",
+ "integrity": "sha512-8EbVDiu9iN/nESwxeSxDKe0dunta1GOlHufmSSXxMD2z2/tMZpDMpvXQGsc+ajGo8y2uYUmixaSRUc/QPoQ0GA==",
"dependencies": {
"@jridgewell/gen-mapping": "^0.3.2",
"commander": "^4.0.0",
- "glob": "7.1.6",
+ "glob": "^10.3.10",
"lines-and-columns": "^1.1.6",
"mz": "^2.7.0",
"pirates": "^4.0.1",
@@ -19331,7 +19229,7 @@
"sucrase-node": "bin/sucrase-node"
},
"engines": {
- "node": ">=8"
+ "node": ">=16 || 14 >=14.17"
}
},
"node_modules/sucrase/node_modules/commander": {
@@ -19343,19 +19241,21 @@
}
},
"node_modules/sucrase/node_modules/glob": {
- "version": "7.1.6",
- "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.6.tgz",
- "integrity": "sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==",
+ "version": "10.3.12",
+ "resolved": "https://registry.npmjs.org/glob/-/glob-10.3.12.tgz",
+ "integrity": "sha512-TCNv8vJ+xz4QiqTpfOJA7HvYv+tNIRHKfUWw/q+v2jdgN4ebz+KY9tGx5J4rHP0o84mNP+ApH66HRX8us3Khqg==",
"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"
+ "foreground-child": "^3.1.0",
+ "jackspeak": "^2.3.6",
+ "minimatch": "^9.0.1",
+ "minipass": "^7.0.4",
+ "path-scurry": "^1.10.2"
+ },
+ "bin": {
+ "glob": "dist/esm/bin.mjs"
},
"engines": {
- "node": "*"
+ "node": ">=16 || 14 >=14.17"
},
"funding": {
"url": "https://github.com/sponsors/isaacs"
@@ -19373,9 +19273,9 @@
}
},
"node_modules/supports-hyperlinks": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/supports-hyperlinks/-/supports-hyperlinks-3.0.0.tgz",
- "integrity": "sha512-QBDPHyPQDRTy9ku4URNGY5Lah8PAaXs6tAAwp55sL5WCsSW7GIfdf6W5ixfziW+t7wh3GVvHyHHyQ1ESsoRvaA==",
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/supports-hyperlinks/-/supports-hyperlinks-3.1.0.tgz",
+ "integrity": "sha512-2rn0BZ+/f7puLOHZm1HOJfwBggfaHXUpPUSSG/SWM4TWp5KCfmNYwnC3hruy2rZlMnmWZ+QAGpZfchu3f3695A==",
"dev": true,
"dependencies": {
"has-flag": "^4.0.0",
@@ -19383,6 +19283,9 @@
},
"engines": {
"node": ">=14.18"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/supports-hyperlinks/node_modules/has-flag": {
@@ -19541,9 +19444,9 @@
"dev": true
},
"node_modules/swiper": {
- "version": "11.0.5",
- "resolved": "https://registry.npmjs.org/swiper/-/swiper-11.0.5.tgz",
- "integrity": "sha512-rhCwupqSyRnWrtNzWzemnBLMoyYuoDgGgspAm/8iBD3jCvAWycPLH4Z3TB0O5520DHLzMx94yUMH/B9Efpa48w==",
+ "version": "11.1.12",
+ "resolved": "https://registry.npmjs.org/swiper/-/swiper-11.1.12.tgz",
+ "integrity": "sha512-PUkCToYAZMB4kP7z+YfPnkMHOMwMO71g8vUhz2o5INGIgIMb6Sb0XiP6cEJFsiFTd7FRDn5XCbg+KVKPDZqXLw==",
"funding": [
{
"type": "patreon",
@@ -19565,13 +19468,13 @@
"dev": true
},
"node_modules/synckit": {
- "version": "0.8.5",
- "resolved": "https://registry.npmjs.org/synckit/-/synckit-0.8.5.tgz",
- "integrity": "sha512-L1dapNV6vu2s/4Sputv8xGsCdAVlb5nRDMFU/E27D44l5U6cw1g0dGd45uLc+OXjNMmF4ntiMdCimzcjFKQI8Q==",
+ "version": "0.9.1",
+ "resolved": "https://registry.npmjs.org/synckit/-/synckit-0.9.1.tgz",
+ "integrity": "sha512-7gr8p9TQP6RAHusBOSLs46F4564ZrjV8xFmw5zCmgmhGUcw2hxsShhJ6CEiHQMgPDwAQ1fWHPM0ypc4RMAig4A==",
"dev": true,
"dependencies": {
- "@pkgr/utils": "^2.3.1",
- "tslib": "^2.5.0"
+ "@pkgr/core": "^0.1.0",
+ "tslib": "^2.6.2"
},
"engines": {
"node": "^14.18.0 || >=16.0.0"
@@ -19581,9 +19484,9 @@
}
},
"node_modules/systemjs": {
- "version": "6.14.2",
- "resolved": "https://registry.npmjs.org/systemjs/-/systemjs-6.14.2.tgz",
- "integrity": "sha512-1TlOwvKWdXxAY9vba+huLu99zrQURDWA8pUTYsRIYDZYQbGyK+pyEP4h4dlySsqo7ozyJBmYD20F+iUHhAltEg==",
+ "version": "6.15.1",
+ "resolved": "https://registry.npmjs.org/systemjs/-/systemjs-6.15.1.tgz",
+ "integrity": "sha512-Nk8c4lXvMB98MtbmjX7JwJRgJOL8fluecYCfCeYBznwmpOs8Bf15hLM6z4z71EDAhQVrQrI+wt1aLWSXZq+hXA==",
"dev": true
},
"node_modules/tabbable": {
@@ -19592,9 +19495,9 @@
"integrity": "sha512-Cat63mxsVJlzYvN51JmVXIgNoUokrIaT2zLclCXjRd8boZ0004U4KCs/sToJ75C6sdlByWxpYnb5Boif1VSFew=="
},
"node_modules/table": {
- "version": "6.8.1",
- "resolved": "https://registry.npmjs.org/table/-/table-6.8.1.tgz",
- "integrity": "sha512-Y4X9zqrCftUhMeH2EptSSERdVKt/nEdijTOacGD/97EKjhQ/Qs8RTlEGABSJNNN8lac9kheH+af7yAkEWlgneA==",
+ "version": "6.8.2",
+ "resolved": "https://registry.npmjs.org/table/-/table-6.8.2.tgz",
+ "integrity": "sha512-w2sfv80nrAh2VCbqR5AK27wswXhqcck2AhfnNW76beQXskGZ1V12GwS//yYVa3d3fcvAip2OUnbDAjW2k3v9fA==",
"dev": true,
"dependencies": {
"ajv": "^8.0.1",
@@ -19680,9 +19583,9 @@
}
},
"node_modules/tailwindcss": {
- "version": "3.3.5",
- "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.3.5.tgz",
- "integrity": "sha512-5SEZU4J7pxZgSkv7FP1zY8i2TIAOooNZ1e/OGtxIEv6GltpoiXUqWvLy89+a10qYTB1N5Ifkuw9lqQkN9sscvA==",
+ "version": "3.4.10",
+ "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.10.tgz",
+ "integrity": "sha512-KWZkVPm7yJRhdu4SRSl9d4AK2wM3a50UsvgHZO7xY77NQr2V+fIrEuoDGQcbvswWvFGbS2f6e+jC/6WJm1Dl0w==",
"dependencies": {
"@alloc/quick-lru": "^5.2.0",
"arg": "^5.0.2",
@@ -19692,7 +19595,7 @@
"fast-glob": "^3.3.0",
"glob-parent": "^6.0.2",
"is-glob": "^4.0.3",
- "jiti": "^1.19.1",
+ "jiti": "^1.21.0",
"lilconfig": "^2.1.0",
"micromatch": "^4.0.5",
"normalize-path": "^3.0.0",
@@ -19725,9 +19628,9 @@
}
},
"node_modules/tailwindcss-fluid-type": {
- "version": "2.0.3",
- "resolved": "https://registry.npmjs.org/tailwindcss-fluid-type/-/tailwindcss-fluid-type-2.0.3.tgz",
- "integrity": "sha512-PE1yz2R+wMyB9updGxU3Ru/NzN2ZelRzEbkdR1F4Q3jlmma8MGnEfKG2Qkpzbmo49QYLUD/cFIUF23MmC6OMTA==",
+ "version": "2.0.6",
+ "resolved": "https://registry.npmjs.org/tailwindcss-fluid-type/-/tailwindcss-fluid-type-2.0.6.tgz",
+ "integrity": "sha512-52cOi3zDHWNChRbwlZ9r7UnY/1LGBFQA0enaFfy8zGrXuXuWSxZZFssrMBh717C9HjdBay7Qn3amH89VirsIsw==",
"peerDependencies": {
"tailwindcss": ">=2.0.0 || >=3.0.0 || >=3.0.0-alpha.1"
}
@@ -19740,6 +19643,22 @@
"tailwindcss": ">=2.0.0 || >=3.0.0 || >=3.0.0-alpha.1"
}
},
+ "node_modules/tailwindcss/node_modules/postcss-import": {
+ "version": "15.1.0",
+ "resolved": "https://registry.npmjs.org/postcss-import/-/postcss-import-15.1.0.tgz",
+ "integrity": "sha512-hpr+J05B2FVYUAXHeK1YyI267J/dDDhMU6B6civm8hSY1jYJnBXxzKDKDswzJmtLHryrjhnDjqqp/49t8FALew==",
+ "dependencies": {
+ "postcss-value-parser": "^4.0.0",
+ "read-cache": "^1.0.0",
+ "resolve": "^1.1.7"
+ },
+ "engines": {
+ "node": ">=14.0.0"
+ },
+ "peerDependencies": {
+ "postcss": "^8.0.0"
+ }
+ },
"node_modules/tar-fs": {
"version": "2.1.1",
"resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-2.1.1.tgz",
@@ -19778,22 +19697,22 @@
}
},
"node_modules/temp-dir": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/temp-dir/-/temp-dir-2.0.0.tgz",
- "integrity": "sha512-aoBAniQmmwtcKp/7BzsH8Cxzv8OL736p7v1ihGb5e9DJ9kTwGWHrQrVB5+lfVDzfGrdRzXch+ig7LHaY1JTOrg==",
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/temp-dir/-/temp-dir-3.0.0.tgz",
+ "integrity": "sha512-nHc6S/bwIilKHNRgK/3jlhDoIHcp45YgyiwcAk46Tr0LfEqGBVpmiAyuiuxeVE44m3mXnEeVhaipLOEWmH+Njw==",
"dev": true,
"engines": {
- "node": ">=8"
+ "node": ">=14.16"
}
},
"node_modules/tempy": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/tempy/-/tempy-3.0.0.tgz",
- "integrity": "sha512-B2I9X7+o2wOaW4r/CWMkpOO9mdiTRCxXNgob6iGvPmfPWgH/KyUD6Uy5crtWBxIBe3YrNZKR2lSzv1JJKWD4vA==",
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/tempy/-/tempy-3.1.0.tgz",
+ "integrity": "sha512-7jDLIdD2Zp0bDe5r3D2qtkd1QOCacylBuL7oa4udvN6v2pqr4+LcCr67C8DR1zkpaZ8XosF5m1yQSabKAW6f2g==",
"dev": true,
"dependencies": {
"is-stream": "^3.0.0",
- "temp-dir": "^2.0.0",
+ "temp-dir": "^3.0.0",
"type-fest": "^2.12.2",
"unique-string": "^3.0.0"
},
@@ -19843,18 +19762,6 @@
"url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/tempy/node_modules/type-fest": {
- "version": "2.19.0",
- "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-2.19.0.tgz",
- "integrity": "sha512-RAH822pAdBgcNMAfWnCBU3CFZcfZ/i1eZjwFU/dsLKumyuuP3niueg2UAukXYF0E2AAoc82ZSSf9J0WQBinzHA==",
- "dev": true,
- "engines": {
- "node": ">=12.20"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
"node_modules/tempy/node_modules/unique-string": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/unique-string/-/unique-string-3.0.0.tgz",
@@ -19883,14 +19790,14 @@
}
},
"node_modules/terser": {
- "version": "5.16.9",
- "resolved": "https://registry.npmjs.org/terser/-/terser-5.16.9.tgz",
- "integrity": "sha512-HPa/FdTB9XGI2H1/keLFZHxl6WNvAI4YalHGtDQTlMnJcoqSab1UwL4l1hGEhs6/GmLHBZIg/YgB++jcbzoOEg==",
+ "version": "5.30.4",
+ "resolved": "https://registry.npmjs.org/terser/-/terser-5.30.4.tgz",
+ "integrity": "sha512-xRdd0v64a8mFK9bnsKVdoNP9GQIKUAaJPTaqEQDL4w/J8WaW4sWXXoMZ+6SimPkfT5bElreXf8m9HnmPc3E1BQ==",
"dev": true,
"peer": true,
"dependencies": {
- "@jridgewell/source-map": "^0.3.2",
- "acorn": "^8.5.0",
+ "@jridgewell/source-map": "^0.3.3",
+ "acorn": "^8.8.2",
"commander": "^2.20.0",
"source-map-support": "~0.5.20"
},
@@ -19946,10 +19853,13 @@
"dev": true
},
"node_modules/throttleit": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/throttleit/-/throttleit-1.0.0.tgz",
- "integrity": "sha512-rkTVqu6IjfQ/6+uNuuc3sZek4CEYxTJom3IktzgdSxcZqdARuebbA/f4QmAxMQIxqq9ZLEUkSYqvuk1I6VKq4g==",
- "dev": true
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/throttleit/-/throttleit-1.0.1.tgz",
+ "integrity": "sha512-vDZpf9Chs9mAdfY046mcPt8fg5QSZr37hEH4TXYBnDF+izxgrbRGUAAaBvIk/fJm9aOFCGFd1EsNg5AZCbnQCQ==",
+ "dev": true,
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
},
"node_modules/through": {
"version": "2.3.8",
@@ -19989,37 +19899,21 @@
"version": "1.6.0",
"resolved": "https://registry.npmjs.org/tinycolor2/-/tinycolor2-1.6.0.tgz",
"integrity": "sha512-XPaBkWQJdsf3pLKJV9p4qN/S+fm2Oj8AIPo1BTUhg5oxkvm9+SVEGFdhyOz7tTdUTfvxMiAs4sp6/eZO2Ew+pw==",
- "dev": true
- },
- "node_modules/titleize": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/titleize/-/titleize-3.0.0.tgz",
- "integrity": "sha512-KxVu8EYHDPBdUYdKZdKtU2aj2XfEx9AfjXxE/Aj0vT06w2icA09Vus1rh6eSu1y01akYg6BjIK/hxyLJINoMLQ==",
- "dev": true,
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
+ "dev": true
},
"node_modules/tmp": {
- "version": "0.2.1",
- "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.2.1.tgz",
- "integrity": "sha512-76SUhtfqR2Ijn+xllcI5P1oyannHNHByD80W1q447gU3mp9G9PSpGdWmjUOHRDPiHYacIk66W7ubDTuPF3BEtQ==",
+ "version": "0.2.3",
+ "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.2.3.tgz",
+ "integrity": "sha512-nZD7m9iCPC5g0pYmcaxogYKggSfLsdxl8of3Q/oIbqCqLLIO9IAF0GWjX1z9NZRHPiXv8Wex4yDCaZsgEw0Y8w==",
"dev": true,
- "dependencies": {
- "rimraf": "^3.0.0"
- },
"engines": {
- "node": ">=8.17.0"
+ "node": ">=14.14"
}
},
"node_modules/to-fast-properties": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz",
"integrity": "sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==",
- "dev": true,
"engines": {
"node": ">=4"
}
@@ -20126,22 +20020,34 @@
}
},
"node_modules/tough-cookie": {
- "version": "2.5.0",
- "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.5.0.tgz",
- "integrity": "sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g==",
+ "version": "4.1.3",
+ "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.1.3.tgz",
+ "integrity": "sha512-aX/y5pVRkfRnfmuX+OdbSdXvPe6ieKX/G2s7e98f4poJHnqH3281gDPm/metm6E/WRamfx7WC4HUqkWHfQHprw==",
"dev": true,
"dependencies": {
- "psl": "^1.1.28",
- "punycode": "^2.1.1"
+ "psl": "^1.1.33",
+ "punycode": "^2.1.1",
+ "universalify": "^0.2.0",
+ "url-parse": "^1.5.3"
},
"engines": {
- "node": ">=0.8"
+ "node": ">=6"
+ }
+ },
+ "node_modules/tough-cookie/node_modules/universalify": {
+ "version": "0.2.0",
+ "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.2.0.tgz",
+ "integrity": "sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg==",
+ "dev": true,
+ "engines": {
+ "node": ">= 4.0.0"
}
},
"node_modules/tr46": {
"version": "0.0.3",
"resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz",
- "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw=="
+ "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==",
+ "dev": true
},
"node_modules/trim-newlines": {
"version": "3.0.1",
@@ -20159,12 +20065,12 @@
"dev": true
},
"node_modules/ts-api-utils": {
- "version": "1.0.3",
- "resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-1.0.3.tgz",
- "integrity": "sha512-wNMeqtMz5NtwpT/UZGY5alT+VoKdSsOOP/kqHFcUW1P/VRhH2wJ48+DN2WwUliNbQ976ETwDL0Ifd2VVvgonvg==",
+ "version": "1.3.0",
+ "resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-1.3.0.tgz",
+ "integrity": "sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==",
"dev": true,
"engines": {
- "node": ">=16.13.0"
+ "node": ">=16"
},
"peerDependencies": {
"typescript": ">=4.2.0"
@@ -20176,9 +20082,9 @@
"integrity": "sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA=="
},
"node_modules/tsconfig-paths": {
- "version": "3.14.2",
- "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.14.2.tgz",
- "integrity": "sha512-o/9iXgCYc5L/JxCHPe3Hvh8Q/2xm5Z+p18PESBU6Ff33695QnCHBEjcytY2q19ua7Mbl/DavtBOLq+oG0RCL+g==",
+ "version": "3.15.0",
+ "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.15.0.tgz",
+ "integrity": "sha512-2Ac2RgzDe/cn48GvOe3M+o82pEFewD3UPbyoUHHdKasHwJKjds4fLXWf/Ux5kATBKN20oaFGu+jbElp1pos0mg==",
"dev": true,
"dependencies": {
"@types/json5": "^0.0.29",
@@ -20202,7 +20108,8 @@
"node_modules/tslib": {
"version": "2.6.2",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz",
- "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q=="
+ "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==",
+ "dev": true
},
"node_modules/tunnel-agent": {
"version": "0.6.0",
@@ -20235,41 +20142,42 @@
}
},
"node_modules/type-fest": {
- "version": "0.18.1",
- "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.18.1.tgz",
- "integrity": "sha512-OIAYXk8+ISY+qTOwkHtKqzAuxchoMiD9Udx+FSGQDuiRR+PJKJHc2NJAXlbhkGwTt/4/nKZxELY1w3ReWOL8mw==",
+ "version": "2.19.0",
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-2.19.0.tgz",
+ "integrity": "sha512-RAH822pAdBgcNMAfWnCBU3CFZcfZ/i1eZjwFU/dsLKumyuuP3niueg2UAukXYF0E2AAoc82ZSSf9J0WQBinzHA==",
"dev": true,
"engines": {
- "node": ">=10"
+ "node": ">=12.20"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/typed-array-buffer": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/typed-array-buffer/-/typed-array-buffer-1.0.0.tgz",
- "integrity": "sha512-Y8KTSIglk9OZEr8zywiIHG/kmQ7KWyjseXs1CbSo8vC42w7hg2HgYTxSWwP0+is7bWDc1H+Fo026CpHFwm8tkw==",
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/typed-array-buffer/-/typed-array-buffer-1.0.2.tgz",
+ "integrity": "sha512-gEymJYKZtKXzzBzM4jqa9w6Q1Jjm7x2d+sh19AdsD4wqnMPDYyvwpsIc2Q/835kHuo3BEQ7CjelGhfTsoBb2MQ==",
"dev": true,
"dependencies": {
- "call-bind": "^1.0.2",
- "get-intrinsic": "^1.2.1",
- "is-typed-array": "^1.1.10"
+ "call-bind": "^1.0.7",
+ "es-errors": "^1.3.0",
+ "is-typed-array": "^1.1.13"
},
"engines": {
"node": ">= 0.4"
}
},
"node_modules/typed-array-byte-length": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/typed-array-byte-length/-/typed-array-byte-length-1.0.0.tgz",
- "integrity": "sha512-Or/+kvLxNpeQ9DtSydonMxCx+9ZXOswtwJn17SNLvhptaXYDJvkFFP5zbfU/uLmvnBJlI4yrnXRxpdWH/M5tNA==",
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/typed-array-byte-length/-/typed-array-byte-length-1.0.1.tgz",
+ "integrity": "sha512-3iMJ9q0ao7WE9tWcaYKIptkNBuOIcZCCT0d4MRvuuH88fEoEH62IuQe0OtraD3ebQEoTRk8XCBoknUNc1Y67pw==",
"dev": true,
"dependencies": {
- "call-bind": "^1.0.2",
+ "call-bind": "^1.0.7",
"for-each": "^0.3.3",
- "has-proto": "^1.0.1",
- "is-typed-array": "^1.1.10"
+ "gopd": "^1.0.1",
+ "has-proto": "^1.0.3",
+ "is-typed-array": "^1.1.13"
},
"engines": {
"node": ">= 0.4"
@@ -20279,16 +20187,17 @@
}
},
"node_modules/typed-array-byte-offset": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/typed-array-byte-offset/-/typed-array-byte-offset-1.0.0.tgz",
- "integrity": "sha512-RD97prjEt9EL8YgAgpOkf3O4IF9lhJFr9g0htQkm0rchFp/Vx7LW5Q8fSXXub7BXAODyUQohRMyOc3faCPd0hg==",
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/typed-array-byte-offset/-/typed-array-byte-offset-1.0.2.tgz",
+ "integrity": "sha512-Ous0vodHa56FviZucS2E63zkgtgrACj7omjwd/8lTEMEPFFyjfixMZ1ZXenpgCFBBt4EC1J2XsyVS2gkG0eTFA==",
"dev": true,
"dependencies": {
- "available-typed-arrays": "^1.0.5",
- "call-bind": "^1.0.2",
+ "available-typed-arrays": "^1.0.7",
+ "call-bind": "^1.0.7",
"for-each": "^0.3.3",
- "has-proto": "^1.0.1",
- "is-typed-array": "^1.1.10"
+ "gopd": "^1.0.1",
+ "has-proto": "^1.0.3",
+ "is-typed-array": "^1.1.13"
},
"engines": {
"node": ">= 0.4"
@@ -20298,14 +20207,20 @@
}
},
"node_modules/typed-array-length": {
- "version": "1.0.4",
- "resolved": "https://registry.npmjs.org/typed-array-length/-/typed-array-length-1.0.4.tgz",
- "integrity": "sha512-KjZypGq+I/H7HI5HlOoGHkWUUGq+Q0TPhQurLbyrVrvnKTBgzLhIJ7j6J/XTQOi0d1RjyZ0wdas8bKs2p0x3Ng==",
+ "version": "1.0.6",
+ "resolved": "https://registry.npmjs.org/typed-array-length/-/typed-array-length-1.0.6.tgz",
+ "integrity": "sha512-/OxDN6OtAk5KBpGb28T+HZc2M+ADtvRxXrKKbUwtsLgdoxgX13hyy7ek6bFRl5+aBs2yZzB0c4CnQfAtVypW/g==",
"dev": true,
"dependencies": {
- "call-bind": "^1.0.2",
+ "call-bind": "^1.0.7",
"for-each": "^0.3.3",
- "is-typed-array": "^1.1.9"
+ "gopd": "^1.0.1",
+ "has-proto": "^1.0.3",
+ "is-typed-array": "^1.1.13",
+ "possible-typed-array-names": "^1.0.0"
+ },
+ "engines": {
+ "node": ">= 0.4"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
@@ -20342,9 +20257,9 @@
"integrity": "sha512-ho6xe/y/uHIKVXsFtK+dJfRCD5KZqJCMYTCcXfuCwQHQbeQ83a7hVkxfRMTEIjZOSXw5SevOjnwJuZ5QgWEHiw=="
},
"node_modules/typescript": {
- "version": "5.3.2",
- "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.3.2.tgz",
- "integrity": "sha512-6l+RyNy7oAHDfxC4FzSJcz9vnjTKxrLpDG5M2Vu4SHRVNg6xzqZp6LYSR9zjqQTu8DU/f5xwxUdADOkbrIX2gQ==",
+ "version": "5.5.4",
+ "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.4.tgz",
+ "integrity": "sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==",
"devOptional": true,
"bin": {
"tsc": "bin/tsc",
@@ -20385,6 +20300,7 @@
"version": "1.4.3",
"resolved": "https://registry.npmjs.org/unbzip2-stream/-/unbzip2-stream-1.4.3.tgz",
"integrity": "sha512-mlExGW4w71ebDJviH16lQLtZS32VKqsSfk80GCfUlwT/4/hNRFsoscrF/c++9xinkMzECL1uL9DDwXqFWkruPg==",
+ "dev": true,
"dependencies": {
"buffer": "^5.2.1",
"through": "^2.3.8"
@@ -20394,7 +20310,7 @@
"version": "5.26.5",
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz",
"integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==",
- "devOptional": true
+ "dev": true
},
"node_modules/unicode-canonical-property-names-ecmascript": {
"version": "2.0.0",
@@ -20471,9 +20387,9 @@
}
},
"node_modules/universalify": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz",
- "integrity": "sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==",
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.1.tgz",
+ "integrity": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==",
"dev": true,
"engines": {
"node": ">= 10.0.0"
@@ -20523,6 +20439,11 @@
"node": ">=0.10.0"
}
},
+ "node_modules/unset-value/node_modules/isarray": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
+ "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ=="
+ },
"node_modules/untildify": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/untildify/-/untildify-4.0.0.tgz",
@@ -20533,9 +20454,9 @@
}
},
"node_modules/update-browserslist-db": {
- "version": "1.0.13",
- "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.13.tgz",
- "integrity": "sha512-xebP81SNcPuNpPP3uzeW1NYXxI3rxyJzF3pD6sH4jE7o/IX+WtSpwnVU+qIsDPyk0d3hmFQ7mjqc6AtV604hbg==",
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.0.tgz",
+ "integrity": "sha512-EdRAaAyk2cUE1wOf2DkEhzxqOQvFOoRJFNS6NeyJ01Gp2beMRpBAINjM2iDXE3KCuKhwnvHIQCJm6ThL2Z+HzQ==",
"dev": true,
"funding": [
{
@@ -20552,8 +20473,8 @@
}
],
"dependencies": {
- "escalade": "^3.1.1",
- "picocolors": "^1.0.0"
+ "escalade": "^3.1.2",
+ "picocolors": "^1.0.1"
},
"bin": {
"update-browserslist-db": "cli.js"
@@ -20665,15 +20586,6 @@
"node": ">=8"
}
},
- "node_modules/update-notifier/node_modules/import-lazy": {
- "version": "2.1.0",
- "resolved": "https://registry.npmjs.org/import-lazy/-/import-lazy-2.1.0.tgz",
- "integrity": "sha512-m7ZEHgtw69qOGw+jwxXkHlrlIPdTGkyh66zXZ1ajZbxkDBNjSY/LGbmjc7h0s2ELsUDTAhFr55TrPSSqJGPG0A==",
- "dev": true,
- "engines": {
- "node": ">=4"
- }
- },
"node_modules/update-notifier/node_modules/ini": {
"version": "1.3.7",
"resolved": "https://registry.npmjs.org/ini/-/ini-1.3.7.tgz",
@@ -20769,11 +20681,6 @@
"node": ">=0.10.0"
}
},
- "node_modules/urlpattern-polyfill": {
- "version": "9.0.0",
- "resolved": "https://registry.npmjs.org/urlpattern-polyfill/-/urlpattern-polyfill-9.0.0.tgz",
- "integrity": "sha512-WHN8KDQblxd32odxeIgo83rdVDE2bvdkb86it7bMhYZwWKJz0+O0RK/eZiHYnM+zgt/U7hAHOlCQGfjjvSkw2g=="
- },
"node_modules/use": {
"version": "3.1.1",
"resolved": "https://registry.npmjs.org/use/-/use-3.1.1.tgz",
@@ -20868,14 +20775,14 @@
}
},
"node_modules/vite": {
- "version": "5.0.2",
- "resolved": "https://registry.npmjs.org/vite/-/vite-5.0.2.tgz",
- "integrity": "sha512-6CCq1CAJCNM1ya2ZZA7+jS2KgnhbzvxakmlIjN24cF/PXhRMzpM/z8QgsVJA/Dm5fWUWnVEsmtBoMhmerPxT0g==",
+ "version": "5.4.3",
+ "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.3.tgz",
+ "integrity": "sha512-IH+nl64eq9lJjFqU+/yrRnrHPVTlgy42/+IzbOdaFDVlyLgI/wDlf+FCobXLX1cT0X5+7LMyH1mIy2xJdLfo8Q==",
"dev": true,
"dependencies": {
- "esbuild": "^0.19.3",
- "postcss": "^8.4.31",
- "rollup": "^4.2.0"
+ "esbuild": "^0.21.3",
+ "postcss": "^8.4.43",
+ "rollup": "^4.20.0"
},
"bin": {
"vite": "bin/vite.js"
@@ -20894,6 +20801,7 @@
"less": "*",
"lightningcss": "^1.21.0",
"sass": "*",
+ "sass-embedded": "*",
"stylus": "*",
"sugarss": "*",
"terser": "^5.4.0"
@@ -20911,6 +20819,9 @@
"sass": {
"optional": true
},
+ "sass-embedded": {
+ "optional": true
+ },
"stylus": {
"optional": true
},
@@ -21091,12 +21002,12 @@
"dev": true
},
"node_modules/vite-plugin-restart": {
- "version": "0.4.0",
- "resolved": "https://registry.npmjs.org/vite-plugin-restart/-/vite-plugin-restart-0.4.0.tgz",
- "integrity": "sha512-SXeyKQAzRFmEmEyGP2DjaTbx22D1K5MapyNiAP7Xa14UyFgNSDjZ86bfjWksA0pqn+bZyxnVLJpCiqDuG+tOcg==",
+ "version": "0.4.1",
+ "resolved": "https://registry.npmjs.org/vite-plugin-restart/-/vite-plugin-restart-0.4.1.tgz",
+ "integrity": "sha512-MYhDFaa2HMoSavr/2pShj6toKVFso+zqF6FAdWGC8JSIrsNig+4giy9EzoSySgGRJvsnbwZXKdjAvn8ag8rUkA==",
"dev": true,
"dependencies": {
- "micromatch": "^4.0.5"
+ "micromatch": "^4.0.7"
},
"funding": {
"url": "https://github.com/sponsors/antfu"
@@ -21105,44 +21016,16 @@
"vite": "^2.9.0 || ^3.0.0 || ^4.0.0 || ^5.0.0"
}
},
- "node_modules/vite/node_modules/rollup": {
- "version": "4.5.0",
- "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.5.0.tgz",
- "integrity": "sha512-41xsWhzxqjMDASCxH5ibw1mXk+3c4TNI2UjKbLxe6iEzrSQnqOzmmK8/3mufCPbzHNJ2e04Fc1ddI35hHy+8zg==",
- "dev": true,
- "bin": {
- "rollup": "dist/bin/rollup"
- },
- "engines": {
- "node": ">=18.0.0",
- "npm": ">=8.0.0"
- },
- "optionalDependencies": {
- "@rollup/rollup-android-arm-eabi": "4.5.0",
- "@rollup/rollup-android-arm64": "4.5.0",
- "@rollup/rollup-darwin-arm64": "4.5.0",
- "@rollup/rollup-darwin-x64": "4.5.0",
- "@rollup/rollup-linux-arm-gnueabihf": "4.5.0",
- "@rollup/rollup-linux-arm64-gnu": "4.5.0",
- "@rollup/rollup-linux-arm64-musl": "4.5.0",
- "@rollup/rollup-linux-x64-gnu": "4.5.0",
- "@rollup/rollup-linux-x64-musl": "4.5.0",
- "@rollup/rollup-win32-arm64-msvc": "4.5.0",
- "@rollup/rollup-win32-ia32-msvc": "4.5.0",
- "@rollup/rollup-win32-x64-msvc": "4.5.0",
- "fsevents": "~2.3.2"
- }
- },
"node_modules/vue": {
- "version": "3.3.8",
- "resolved": "https://registry.npmjs.org/vue/-/vue-3.3.8.tgz",
- "integrity": "sha512-5VSX/3DabBikOXMsxzlW8JyfeLKlG9mzqnWgLQLty88vdZL7ZJgrdgBOmrArwxiLtmS+lNNpPcBYqrhE6TQW5w==",
+ "version": "3.5.1",
+ "resolved": "https://registry.npmjs.org/vue/-/vue-3.5.1.tgz",
+ "integrity": "sha512-k4UNnbPOEskodSxMtv+B9GljdB0C9ubZDOmW6vnXVGIfMqmEsY2+ohasjGguhGkMkrcP/oOrbH0dSD41x5JQFw==",
"dependencies": {
- "@vue/compiler-dom": "3.3.8",
- "@vue/compiler-sfc": "3.3.8",
- "@vue/runtime-dom": "3.3.8",
- "@vue/server-renderer": "3.3.8",
- "@vue/shared": "3.3.8"
+ "@vue/compiler-dom": "3.5.1",
+ "@vue/compiler-sfc": "3.5.1",
+ "@vue/runtime-dom": "3.5.1",
+ "@vue/server-renderer": "3.5.1",
+ "@vue/shared": "3.5.1"
},
"peerDependencies": {
"typescript": "*"
@@ -21168,9 +21051,9 @@
"integrity": "sha512-zmPniVzBKv0ie/BEXBR6Isi08hYSd6lS18b8VduG5BzZ2tv6bO/rlwISg+IpGY2XsqAFTXFdTC28YR+UPocnAw=="
},
"node_modules/vue-eslint-parser": {
- "version": "9.3.2",
- "resolved": "https://registry.npmjs.org/vue-eslint-parser/-/vue-eslint-parser-9.3.2.tgz",
- "integrity": "sha512-q7tWyCVaV9f8iQyIA5Mkj/S6AoJ9KBN8IeUSf3XEmBrOtxOZnfTg5s4KClbZBCK3GtnT/+RyCLZyDHuZwTuBjg==",
+ "version": "9.4.3",
+ "resolved": "https://registry.npmjs.org/vue-eslint-parser/-/vue-eslint-parser-9.4.3.tgz",
+ "integrity": "sha512-2rYRLWlIpaiN8xbPiDyXZXRgLGOtWxERV7ND5fFAv5qo1D2N9Fu9MNajBNc6o13lZ+24DAWCkQCvj4klgmcITg==",
"dev": true,
"dependencies": {
"debug": "^4.3.4",
@@ -21258,6 +21141,7 @@
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz",
"integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==",
+ "dev": true,
"dependencies": {
"tr46": "~0.0.3",
"webidl-conversions": "^3.0.0"
@@ -21266,13 +21150,13 @@
"node_modules/whatwg-url/node_modules/webidl-conversions": {
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz",
- "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ=="
+ "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==",
+ "dev": true
},
"node_modules/which": {
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
"integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
- "dev": true,
"dependencies": {
"isexe": "^2.0.0"
},
@@ -21300,9 +21184,9 @@
}
},
"node_modules/which-module": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/which-module/-/which-module-2.0.0.tgz",
- "integrity": "sha512-B+enWhmw6cjfVC7kS8Pj9pCrKSc5txArRyaYGe088shv/FGWH+0Rjx/xPgtsWfsUtS27FkP697E4DDhgrgoc0Q=="
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/which-module/-/which-module-2.0.1.tgz",
+ "integrity": "sha512-iBdZ57RDvnOR9AGBhML2vFZf7h8vmBjhoaZqODJBFWHVtKkDmKuHai3cx5PgVMrX5YDNp27AofYbAwctSS+vhQ=="
},
"node_modules/which-pm": {
"version": "2.0.0",
@@ -21318,16 +21202,16 @@
}
},
"node_modules/which-typed-array": {
- "version": "1.1.13",
- "resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.13.tgz",
- "integrity": "sha512-P5Nra0qjSncduVPEAr7xhoF5guty49ArDTwzJ/yNuPIbZppyRxFQsRCWrocxIY+CnMVG+qfbU2FmDKyvSGClow==",
+ "version": "1.1.15",
+ "resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.15.tgz",
+ "integrity": "sha512-oV0jmFtUky6CXfkqehVvBP/LSWJ2sy4vWMioiENyJLePrBO/yKyV9OyJySfAKosh+RYkIl5zJCNZ8/4JncrpdA==",
"dev": true,
"dependencies": {
- "available-typed-arrays": "^1.0.5",
- "call-bind": "^1.0.4",
+ "available-typed-arrays": "^1.0.7",
+ "call-bind": "^1.0.7",
"for-each": "^0.3.3",
"gopd": "^1.0.1",
- "has-tostringtag": "^1.0.0"
+ "has-tostringtag": "^1.0.2"
},
"engines": {
"node": ">= 0.4"
@@ -21358,6 +21242,24 @@
}
},
"node_modules/wrap-ansi": {
+ "version": "7.0.0",
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
+ "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
+ "dev": true,
+ "dependencies": {
+ "ansi-styles": "^4.0.0",
+ "string-width": "^4.1.0",
+ "strip-ansi": "^6.0.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
+ }
+ },
+ "node_modules/wrap-ansi-cjs": {
+ "name": "wrap-ansi",
"version": "7.0.0",
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
@@ -21373,10 +21275,41 @@
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
}
},
+ "node_modules/wrap-ansi-cjs/node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dependencies": {
+ "color-convert": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
+ }
+ },
+ "node_modules/wrap-ansi-cjs/node_modules/color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dependencies": {
+ "color-name": "~1.1.4"
+ },
+ "engines": {
+ "node": ">=7.0.0"
+ }
+ },
+ "node_modules/wrap-ansi-cjs/node_modules/color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
+ },
"node_modules/wrap-ansi/node_modules/ansi-styles": {
"version": "4.3.0",
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dev": true,
"dependencies": {
"color-convert": "^2.0.1"
},
@@ -21391,6 +21324,7 @@
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
"integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dev": true,
"dependencies": {
"color-name": "~1.1.4"
},
@@ -21401,7 +21335,8 @@
"node_modules/wrap-ansi/node_modules/color-name": {
"version": "1.1.4",
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
- "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
+ "dev": true
},
"node_modules/wrappy": {
"version": "1.0.2",
@@ -21587,22 +21522,6 @@
"node": ">=4"
}
},
- "node_modules/yargs/node_modules/find-up": {
- "version": "2.1.0",
- "resolved": "https://registry.npmjs.org/find-up/-/find-up-2.1.0.tgz",
- "integrity": "sha512-NWzkk0jSJtTt08+FBFMvXoeZnOJD+jTtsRmBYbAIzJdX6l7dLgR7CTubCM5/eDdPUBvLCeVasP1brfVR/9/EZQ==",
- "dependencies": {
- "locate-path": "^2.0.0"
- },
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/yargs/node_modules/hosted-git-info": {
- "version": "2.8.9",
- "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.9.tgz",
- "integrity": "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw=="
- },
"node_modules/yargs/node_modules/is-fullwidth-code-point": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz",
@@ -21611,103 +21530,6 @@
"node": ">=4"
}
},
- "node_modules/yargs/node_modules/locate-path": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-2.0.0.tgz",
- "integrity": "sha512-NCI2kiDkyR7VeEKm27Kda/iQHyKJe1Bu0FlTbYp3CqJu+9IFe9bLyAjMxf5ZDDbEg+iMPzB5zYyUTSm8wVTKmA==",
- "dependencies": {
- "p-locate": "^2.0.0",
- "path-exists": "^3.0.0"
- },
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/yargs/node_modules/normalize-package-data": {
- "version": "2.5.0",
- "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz",
- "integrity": "sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==",
- "dependencies": {
- "hosted-git-info": "^2.1.4",
- "resolve": "^1.10.0",
- "semver": "2 || 3 || 4 || 5",
- "validate-npm-package-license": "^3.0.1"
- }
- },
- "node_modules/yargs/node_modules/p-limit": {
- "version": "1.3.0",
- "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-1.3.0.tgz",
- "integrity": "sha512-vvcXsLAJ9Dr5rQOPk7toZQZJApBl2K4J6dANSsEuh6QI41JYcsS/qhTGa9ErIUUgK3WNQoJYvylxvjqmiqEA9Q==",
- "dependencies": {
- "p-try": "^1.0.0"
- },
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/yargs/node_modules/p-locate": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-2.0.0.tgz",
- "integrity": "sha512-nQja7m7gSKuewoVRen45CtVfODR3crN3goVQ0DDZ9N3yHxgpkuBhZqsaiotSQRrADUrne346peY7kT3TSACykg==",
- "dependencies": {
- "p-limit": "^1.1.0"
- },
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/yargs/node_modules/path-exists": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz",
- "integrity": "sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ==",
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/yargs/node_modules/path-type": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/path-type/-/path-type-2.0.0.tgz",
- "integrity": "sha512-dUnb5dXUf+kzhC/W/F4e5/SkluXIFf5VUHolW1Eg1irn1hGWjPGdsRcvYJ1nD6lhk8Ir7VM0bHJKsYTx8Jx9OQ==",
- "dependencies": {
- "pify": "^2.0.0"
- },
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/yargs/node_modules/read-pkg": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-2.0.0.tgz",
- "integrity": "sha512-eFIBOPW7FGjzBuk3hdXEuNSiTZS/xEMlH49HxMyzb0hyPfu4EhVjT2DH32K1hSSmVq4sebAWnZuuY5auISUTGA==",
- "dependencies": {
- "load-json-file": "^2.0.0",
- "normalize-package-data": "^2.3.2",
- "path-type": "^2.0.0"
- },
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/yargs/node_modules/read-pkg-up": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-2.0.0.tgz",
- "integrity": "sha512-1orxQfbWGUiTn9XsPlChs6rLie/AV9jwZTGmu2NZw/CUDJQchXJFYE0Fq5j7+n558T1JhDWLdhyd1Zj+wLY//w==",
- "dependencies": {
- "find-up": "^2.0.0",
- "read-pkg": "^2.0.0"
- },
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/yargs/node_modules/semver": {
- "version": "5.7.1",
- "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz",
- "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==",
- "bin": {
- "semver": "bin/semver"
- }
- },
"node_modules/yargs/node_modules/string-width": {
"version": "2.1.1",
"resolved": "https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz",
@@ -21743,6 +21565,7 @@
"version": "2.10.0",
"resolved": "https://registry.npmjs.org/yauzl/-/yauzl-2.10.0.tgz",
"integrity": "sha512-p4a9I6X6nu6IhoGmBqAcbJy1mlC4j27vEPZX9F4L4/vZT3Lyq1VkFHw/V/PUcB9Buo+DG3iHkT0x3Qya58zc3g==",
+ "dev": true,
"dependencies": {
"buffer-crc32": "~0.2.3",
"fd-slicer": "~1.1.0"
diff --git a/package.json b/package.json
index f5502eae..55ef0d97 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "craftcms-baukasten",
- "version": "4.0.13",
+ "version": "5.0.0",
"type": "module",
"description": "A drop-in buildchain for using Vite in your Craft CMS plugins or modules",
"author": {
@@ -9,14 +9,14 @@
"url": "https://davidhellmann.com"
},
"dependencies": {
- "@alpinejs/persist": "^3.13.3",
+ "@alpinejs/persist": "^3.14.1",
"@popperjs/core": "^2.11.8",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/container-queries": "^0.1.1",
- "@tailwindcss/forms": "^0.5.7",
- "@vueuse/core": "^10.6.1",
- "alpinejs": "^3.13.3",
- "axios": "^1.6.2",
+ "@tailwindcss/forms": "^0.5.8",
+ "@vueuse/core": "^11.0.3",
+ "alpinejs": "^3.14.1",
+ "axios": "^1.7.7",
"clipboard": "^2.0.11",
"ferdi": "0.0.21",
"focus-trap": "^7.5.4",
@@ -24,59 +24,58 @@
"lightgallery": "^2.7.2",
"lodash-es": "^4.17.21",
"prismjs": "^1.29.0",
- "puppeteer": "^21.6.0",
- "swiper": "^11.0.5",
+ "swiper": "^11.1.12",
"tailwindcss-fluid-type": "^2.0.1",
"tailwindcss-theme-it": "^1.0.1",
"typeface-jetbrains-mono": "^2.0.1",
"typeface-lato": "^1.1.13",
"typeface-merriweather": "^1.1.13",
- "vue": "^3.3.8",
+ "vue": "^3.5.1",
"vue-axios": "^3.5.2",
"vue-confetti": "^2.3.0"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^15.2.3",
- "@types/alpinejs": "^3.13.5",
+ "@types/alpinejs": "^3.13.6",
"@types/lodash-es": "^4.17.12",
- "@typescript-eslint/eslint-plugin": "^6.12.0",
- "@typescript-eslint/parser": "^6.12.0",
- "@vitejs/plugin-legacy": "^5.2.0",
- "@vitejs/plugin-vue": "^4.5.0",
- "@vue/compiler-sfc": "^3.3.8",
- "autoprefixer": "^10.4.16",
- "cypress": "^13.6.0",
+ "@typescript-eslint/eslint-plugin": "^7.7.1",
+ "@typescript-eslint/parser": "^7.7.1",
+ "@vitejs/plugin-legacy": "^5.4.2",
+ "@vitejs/plugin-vue": "^5.1.3",
+ "@vue/compiler-sfc": "^3.5.1",
+ "autoprefixer": "^10.4.20",
+ "cypress": "^13.14.2",
"cypress-audit": "^1.1.0",
- "eslint": "^8.54.0",
- "eslint-config-prettier": "^9.0.0",
+ "eslint": "^8.56.0",
+ "eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-alias": "^1.1.2",
- "eslint-plugin-import": "^2.29.0",
- "eslint-plugin-prettier": "^5.0.1",
- "eslint-plugin-vue": "^9.18.1",
- "husky": "^8.0.3",
+ "eslint-plugin-import": "^2.30.0",
+ "eslint-plugin-prettier": "^5.2.1",
+ "eslint-plugin-vue": "^9.28.0",
+ "husky": "^9.1.5",
"npm-check": "^6.0.1",
- "postcss": "^8.4.31",
- "postcss-import": "^15.1.0",
- "postcss-nesting": "^12.0.1",
- "prettier": "^3.1.0",
- "prettier-plugin-tailwindcss": "^0.5.7",
+ "postcss": "^8.4.45",
+ "postcss-import": "^16.0.0",
+ "postcss-nesting": "^12.0.2",
+ "prettier": "^3.3.3",
+ "prettier-plugin-tailwindcss": "^0.6.6",
"prettier-plugin-twig-melody": "^0.4.6",
"rollup-plugin-copy": "^3.5.0",
- "rollup-plugin-critical": "^1.0.12",
- "rollup-plugin-visualizer": "^5.9.2",
- "stylelint": "^15.11.0",
- "stylelint-config-recommended": "^13.0.0",
+ "rollup-plugin-critical": "^1.0.13",
+ "rollup-plugin-visualizer": "^5.12.0",
+ "stylelint": "^16.9.0",
+ "stylelint-config-recommended": "^14.0.1",
"stylelint-config-recommended-vue": "^1.5.0",
- "tailwindcss": "^3.3.5",
+ "tailwindcss": "^3.4.10",
"tailwindcss-debug-screens": "^2.2.1",
- "typescript": "^5.3.2",
- "vite": "^5.0.2",
+ "typescript": "^5.5.4",
+ "vite": "^5.4.3",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-favicon2": "^1.1.5",
"vite-plugin-manifest-sri": "^0.2.0",
- "vite-plugin-restart": "^0.4.0",
- "vue-eslint-parser": "^9.3.2"
+ "vite-plugin-restart": "^0.4.1",
+ "vue-eslint-parser": "^9.4.3"
},
"scripts": {
"dev": "vite",
@@ -94,5 +93,10 @@
"preinstall": "$npm_execpath --silent run checknpm",
"checknpm": "echo \"$npm_execpath\" | grep -q \"npm-cli\\.js$\" || (echo '⚠️ Use npm not yarn! No Hipster Party here!! ⚠️ ' && echo && exit 1)",
"prepare": "husky install"
+ },
+ "exports": {
+ "types": "./dist/index.d.ts",
+ "import": "./dist/index.mjs",
+ "require": "./dist/index.js"
}
}
diff --git a/src/css/app.css b/src/css/app.css
index 644ecce0..7cf81d39 100644
--- a/src/css/app.css
+++ b/src/css/app.css
@@ -27,7 +27,8 @@
*/
@import "./components/enlargeClickArea.css";
@import "./components/transitions.css";
-@import "../../templates/_components/text/text.css";
+@import "../../templates/_components/text/richText.css";
+@import "../../templates/_components/text/plainText.css";
@import "../../templates/_components/grid/imagesCalculated.css";
@import "../../templates/_components/accordion/accordion.css";
diff --git a/src/css/components/transitions.css b/src/css/components/transitions.css
index 6a0f2a4a..fef75bdd 100644
--- a/src/css/components/transitions.css
+++ b/src/css/components/transitions.css
@@ -1,45 +1,46 @@
@layer components {
- [waypoint-target] {
- @apply transition duration-200 transform-gpu;
+ [data-waypoint-target] {
+ @apply transition duration-300 ease-out;
}
- [waypoint-target].is-zoomInUp {
- @apply opacity-0 translate-y-32 scale-75;
+ [data-waypoint-target].is-fadeInUp {
+ @apply opacity-0 transform-gpu translate-y-8;
}
- [waypoint-target].is-zoomInUp.is-animated {
- @apply opacity-100 translate-y-0 scale-100 ease-out-back;
+ [data-waypoint-target][data-waypoint-animated].is-fadeInUp {
+ @apply opacity-100 translate-y-0;
}
- [waypoint-target].is-fadeInUp {
- @apply opacity-0 translate-y-12 ease-out;
+ [data-waypoint-target].is-zoomInUp {
+ @apply opacity-0 transform-gpu translate-y-12 scale-75;
}
- [waypoint-target].is-fadeInUp.is-animated {
- @apply opacity-100 translate-y-0;
+ [data-waypoint-target][data-waypoint-animated].is-zoomInUp {
+ @apply opacity-100 translate-y-0 scale-100;
+ transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
}
- [waypoint-target].is-fadeInDown {
- @apply opacity-0 -translate-y-12 ease-out;
+ [data-waypoint-target].is-fadeInDown {
+ @apply opacity-0 transform-gpu -translate-y-8;
}
- [waypoint-target].is-fadeInDown.is-animated {
+ [data-waypoint-target][data-waypoint-animated].is-fadeInDown {
@apply opacity-100 translate-y-0;
}
- [waypoint-target].is-fadeInLeft {
- @apply opacity-0 translate-x-12 ease-out;
+ [data-waypoint-target].is-fadeInLeft {
+ @apply opacity-0 transform-gpu translate-x-8;
}
- [waypoint-target].is-fadeInLeft.is-animated {
+ [data-waypoint-target][data-waypoint-animated].is-fadeInLeft {
@apply opacity-100 translate-x-0;
}
- [waypoint-target].is-fadeInRight {
- @apply opacity-0 -translate-x-12 ease-out;
+ [data-waypoint-target].is-fadeInRight {
+ @apply opacity-0 transform-gpu -translate-x-8;
}
- [waypoint-target].is-fadeInRight.is-animated {
+ [data-waypoint-target][data-waypoint-animated].is-fadeInRight {
@apply opacity-100 translate-x-0;
}
}
diff --git a/src/js/scripts/waypointObserver.ts b/src/js/scripts/waypointObserver.ts
index a4797146..6396ea89 100644
--- a/src/js/scripts/waypointObserver.ts
+++ b/src/js/scripts/waypointObserver.ts
@@ -3,6 +3,7 @@ import { IComponent } from '../@types/IComponent';
interface Settings {
delay: number;
staggeringDelay: number;
+ includeHolder: boolean;
endless: boolean;
}
@@ -15,13 +16,23 @@ interface ICompWaypointObserver extends IComponent {
settings: {
delay: number;
staggeringDelay: number;
+ includeHolder: boolean;
endless: boolean;
};
startObserving(el: NodeListOf): void;
+
setSettings(el: Element): void;
+
+ findWaypointTargets(el: Element): Array;
+
getWaypointTargets(el: Element): Array;
- handleAnimateClasses(el: Array, settings: Settings): void;
+
+ handleAnimateAttributes(el: Array, settings: Settings): void;
+
+ watchDomChanges(): void;
+
+ init(el: HTMLElement | NodeListOf): void;
}
const getAttributeAsNumber = (
@@ -35,28 +46,25 @@ const getAttributeAsNumber = (
const animateElement = (element: HTMLElement, delay: number): void => {
setTimeout(() => {
- element.classList.add('is-animated');
+ element.setAttribute('data-waypoint-animated', 'true');
}, delay);
};
const waypointObserver: ICompWaypointObserver = {
name: 'waypointObserver',
selectors: {
- waypointTarget: '[waypoint-target]',
+ waypointTarget: '[data-waypoint-target]:not([data-waypoint])',
},
settings: {
delay: 50,
staggeringDelay: 35,
+ includeHolder: false,
endless: false,
},
observerConfig: {
threshold: [0],
rootMargin: '0px 0px -10% 0px',
},
- classes: {
- isInViewport: 'is-inViewport',
- isAnimated: 'is-animated',
- },
startObserving(waypoints) {
const observer = new IntersectionObserver((entries) => {
@@ -71,19 +79,17 @@ const waypointObserver: ICompWaypointObserver = {
}
// Add in-view class for element
- if (!this.classes) return;
- entry.target.classList?.add(this.classes.isInViewport);
+ entry.target.setAttribute('data-waypoint-in-viewport', 'true');
// Animate Targets
if (!targets) return;
- this.handleAnimateClasses(targets, this.settings);
+ this.handleAnimateAttributes(targets, this.settings);
} else {
// Add in-view class for element
- if (!this.classes) return;
- entry.target.classList?.remove(this.classes.isInViewport);
+ entry.target.removeAttribute('data-waypoint-in-viewport');
targets?.forEach((target) => {
- if (target.classList?.contains('is-animated')) {
- target.classList?.remove('is-animated');
+ if (target.hasAttribute('data-waypoint-animated')) {
+ target.removeAttribute('data-waypoint-animated');
}
});
}
@@ -96,30 +102,50 @@ const waypointObserver: ICompWaypointObserver = {
},
setSettings(waypoint) {
- this.settings.delay = getAttributeAsNumber(waypoint, 'waypoint-delay', this.settings.delay);
+ this.settings.delay = getAttributeAsNumber(
+ waypoint,
+ 'data-waypoint-delay',
+ this.settings.delay,
+ );
this.settings.staggeringDelay = getAttributeAsNumber(
waypoint,
- 'waypoint-staggering-delay',
+ 'data-waypoint-staggering-delay',
this.settings.staggeringDelay,
);
- this.settings.endless = waypoint.getAttribute('waypoint-endless') === 'true';
+ this.settings.endless = waypoint.getAttribute('data-waypoint-endless') === 'true';
+
+ this.settings.includeHolder = waypoint.getAttribute('data-waypoint-include-holder') === 'true';
+ },
+
+ findWaypointTargets(holder: HTMLElement): Array {
+ if (!this.selectors) return [];
+ const allTargets = holder.querySelectorAll(this.selectors.waypointTarget);
+
+ return Array.from(allTargets).filter((target) => {
+ return target.closest('[data-waypoint]') === holder;
+ }) as Array;
},
getWaypointTargets(holder: HTMLElement): Array {
if (!this.selectors) return [];
- let targets = [...holder.querySelectorAll(this.selectors.waypointTarget)];
- const holderIsTarget = holder.hasAttribute('waypoint-target');
- if (holderIsTarget) {
+ let targets = [...this.findWaypointTargets(holder)];
+ const holderIsTarget = holder.hasAttribute('data-waypoint-target');
+ if (holderIsTarget && !this.settings.includeHolder) {
// Animate the waypoint itself if there is a waypoint-target attribute
targets = [holder];
}
+ if (holderIsTarget && this.settings.includeHolder) {
+ // Animate also the holder element with the waypoint-targets
+ targets = [holder, ...targets];
+ }
+
return targets;
},
- handleAnimateClasses(targets: Array, settings: Settings): void {
+ handleAnimateAttributes(targets: Array, settings: Settings): void {
targets.forEach((target, index) => {
let delay = settings.delay + settings.staggeringDelay * index;
@@ -127,14 +153,36 @@ const waypointObserver: ICompWaypointObserver = {
delay = settings.delay;
}
- if (!target.classList.contains('is-animated')) {
+ if (!target.hasAttribute('data-waypoint-animated')) {
animateElement(target, delay);
}
});
},
+ watchDomChanges() {
+ const targetNode = document.body;
+ const config = {
+ childList: true,
+ attributes: true,
+ subtree: true,
+ };
+
+ const callback = (mutationList: MutationRecord[]) => {
+ for (const mutation of mutationList) {
+ if (mutation.type === 'childList') {
+ const waypointEls = document.querySelectorAll('[data-waypoint]');
+ this.startObserving(waypointEls as NodeListOf);
+ }
+ }
+ };
+
+ const observer = new MutationObserver(callback);
+ observer.observe(targetNode, config);
+ },
+
init(waypointEls: NodeListOf) {
this.startObserving(waypointEls);
+ this.watchDomChanges();
},
};
diff --git a/src/public/css/controlPanelCss.css b/src/public/css/controlPanelCss.css
index e0399793..359ac991 100644
--- a/src/public/css/controlPanelCss.css
+++ b/src/public/css/controlPanelCss.css
@@ -4,11 +4,6 @@
|--------------------------------------------------------------------------
*/
-.blocks .matrixblock[data-type="blockSection"] {
- margin-top: 50px;
-}
-
-.blocks .matrixblock[data-type="blockSection"] ~ .matrixblock:not([data-type="blockSection"]) {
- width: 97%;
- margin-left: 3%;
+.blocks .matrixblock:not(:first-of-type) {
+ margin-top: 30px;
}
diff --git a/templates/.gitkeep b/templates/.gitkeep
deleted file mode 100644
index e69de29b..00000000
diff --git a/templates/_boilerplate/_layouts/layout-base.twig b/templates/_boilerplate/_layouts/layout-base.twig
index f3b07cd1..65a221ec 100644
--- a/templates/_boilerplate/_layouts/layout-base.twig
+++ b/templates/_boilerplate/_layouts/layout-base.twig
@@ -1,76 +1,67 @@
-{% extends "_boilerplate/_layouts/layout-global-variables.twig" %}
-
-{# >>> Render block app #}
-{% block blockApp %}
-
-
-
- {# >>> Render block head meta #}
- {{ include("_boilerplate/_partials/head-meta.twig", {}, withContext = true) }}
- {% block blockHeadMeta %}
-
- {% endblock %}
-
- {% block blockHeadFavicons %}
-
- {% endblock %}
-
- {# >>> Render block head js #}
- {{ include("_boilerplate/_partials/head-js.twig", {}, withContext = true) }}
- {% block blockHeadJs %}
-
- {% endblock %}
-
- {# >>> Render block head fonts #}
- {% block blockHeadFonts %}
-
- {% endblock %}
-
- {# >>> Render block head css #}
- {% block blockHeadCss %}
-
- {% endblock %}
-
- {{
- include(
- "_boilerplate/_partials/head-critical-css.twig",
- {
- criticalPath: templatePath|default("")
- },
- withContext = true
- )
- }}
-
- {# >>> Include RSS feeds #}
- {{ include("_boilerplate/_partials/head-rss-feeds.twig", {}, withContext = true) }}
-
- {# >>> Render block app head #}
- {% block blockAppHead %}
-
- {% endblock %}
-
-
-
- {# >>> Render block app body #}
- {% block blockAppBody %}
-
- {% endblock %}
-
- {# >>> Render block app footer #}
- {{ include("_boilerplate/_partials/footer-global.twig", {}, withContext = true) }}
- {% block blockAppFooter %}
-
- {% endblock %}
-
-
-{% endblock %}
+{% do _globals.set('prefetchUrls', [alias("@assetsUrl")]) %}
+{% do _globals.set('baseUrl', alias("@web") ~ "/") %}
+
+
+
+
+ {# >>> Render block head meta #}
+ {{ include("_boilerplate/_partials/head-meta.twig", {}, withContext = true) }}
+ {% block blockHeadMeta %}
+
+ {% endblock %}
+
+ {% block blockHeadFavicons %}
+
+ {% endblock %}
+
+ {# >>> Render block head js #}
+ {{ include("_boilerplate/_partials/head-js.twig", {}, withContext = true) }}
+ {% block blockHeadJs %}
+
+ {% endblock %}
+
+ {# >>> Render block head fonts #}
+ {% block blockHeadFonts %}
+
+ {% endblock %}
+
+ {# >>> Render block head css #}
+ {% block blockHeadCss %}
+
+ {% endblock %}
+
+ {{
+ include(
+ "_boilerplate/_partials/head-critical-css.twig",
+ {
+ criticalPath: templatePath|default("")
+ },
+ withContext = true
+ )
+ }}
+
+ {# >>> Include RSS feeds #}
+ {{ include("_boilerplate/_partials/head-rss-feeds.twig", {}, withContext = true) }}
+
+ {# >>> Render block app head #}
+ {% block blockAppHead %}
+
+ {% endblock %}
+
+
+ {# >>> Render block app body #}
+ {% block blockAppBody %}
+
+ {% endblock %}
+
+ {# >>> Render block app footer #}
+ {{ include("_boilerplate/_partials/footer-global.twig", {}, withContext = true) }}
+ {% block blockAppFooter %}
+
+ {% endblock %}
+
+
diff --git a/templates/_boilerplate/_layouts/layout-global-variables.twig b/templates/_boilerplate/_layouts/layout-global-variables.twig
deleted file mode 100644
index 5b63da89..00000000
--- a/templates/_boilerplate/_layouts/layout-global-variables.twig
+++ /dev/null
@@ -1,21 +0,0 @@
-{# >>> Prefetch links #}
-{% set prefetchUrls = [alias("@assetsUrl")] %}
-
-{# >>> Glabal variables #}
-{% set baseUrl = alias("@web") ~ "/" %}
-{% set eagerLoading = {
- builderContent: [
- "builderContent",
- "builderContent.blockImage:image",
- "builderContent.blockImageGallery:images",
- "builderContent.blockImageGrid:images",
- "builderContent.blockImageGridCalculated:images",
- "builderContent.blockImageSlider:images",
- "builderContent.blockTextImage:image"
- ]
-} %}
-
-{# >>> Render block App #}
-{% block blockApp %}
-
-{% endblock %}
diff --git a/templates/_boilerplate/_layouts/layout-ssig.twig b/templates/_boilerplate/_layouts/layout-ssig.twig
deleted file mode 100644
index b7c51948..00000000
--- a/templates/_boilerplate/_layouts/layout-ssig.twig
+++ /dev/null
@@ -1,67 +0,0 @@
-{% extends "_boilerplate/_layouts/layout-global-variables.twig" %}
-
-{# >>> Render block app #}
-{% block blockApp %}
-
-
-
- {# >>> Render block head meta #}
- {{ include("_boilerplate/_partials/head-meta.twig", {}, withContext = true) }}
- {% block blockHeadMeta %}
-
- {% endblock %}
-
- {% block blockHeadFavicons %}
-
- {% endblock %}
-
- {# >>> Render block head js #}
- {{ include("_boilerplate/_partials/head-js.twig", {}, withContext = true) }}
- {% block blockHeadJs %}
-
- {% endblock %}
-
- {# >>> Render block head fonts #}
- {% block blockHeadFonts %}
-
- {% endblock %}
-
- {# >>> Render block head css #}
- {% block blockHeadCss %}
-
- {% endblock %}
-
- {{
- include(
- "_boilerplate/_partials/head-critical-css.twig",
- {
- criticalPath: templatePath|default("")
- },
- withContext = true
- )
- }}
-
- {# >>> Render block app head #}
- {% block blockAppHead %}
-
- {% endblock %}
-
-
-
- {# >>> Render block app body #}
- {% block blockAppBody %}
-
- {% endblock %}
-
-
-{% endblock %}
diff --git a/templates/_boilerplate/_partials/head-meta.twig b/templates/_boilerplate/_partials/head-meta.twig
index fe3a4719..a42b5330 100755
--- a/templates/_boilerplate/_partials/head-meta.twig
+++ b/templates/_boilerplate/_partials/head-meta.twig
@@ -5,7 +5,7 @@
{# -- Prefetch & preconnect headers and links -- #}
{% set headerLink = "Link: " %}
-{% for url in prefetchUrls %}
+{% for url in _globals.get('prefetchUrls') %}
{% set headerLink = headerLink ~ "<#{url}>; rel=dns-prefetch;," %}
{% set headerLink = headerLink ~ "<#{url}>; rel=preconnect; crossorigin;" %}
{% if not loop.last %}
diff --git a/templates/_builders/_blocks.twig b/templates/_builders/_blocks.twig
deleted file mode 100644
index 9cb953e0..00000000
--- a/templates/_builders/_blocks.twig
+++ /dev/null
@@ -1,7 +0,0 @@
-{{ include('_builders/blocks/' ~ block.type.handle ~ '.twig', {
- data: {
- block: block ??? null,
- blockNumber: blockNumber ??? null,
- closeCurrentSection: closeCurrentSection ??? 1
- }
-}, withContext = false) }}
diff --git a/templates/_builders/_builderContent.twig b/templates/_builders/_builderContent.twig
index ea4a9fce..2f173f80 100644
--- a/templates/_builders/_builderContent.twig
+++ b/templates/_builders/_builderContent.twig
@@ -1,8 +1,8 @@
{# >>> Comp Defaults #}
{% set compDefaults = {
data: {
- name: 'c-contentBuilder',
- contentBuilder: null,
+ name: 'c-builderContent',
+ builderContent: null,
},
classes: {
root: '',
@@ -16,36 +16,12 @@
classes: classes is defined and classes is iterable ? compDefaults.classes | merge(classes) : compDefaults.classes,
} %}
-{% if props.data.contentBuilder %}
+{% if props.data.builderContent %}
- {% for block in props.data.contentBuilder %}
-
- {# Create Section if first block is not a section #}
- {% if loop.first and block.type.handle != 'blockSection' %}
-
- {# Create Section #}
- {{ include('_builders/blocks/blockSection.twig', {
- block: block ??? null,
- closeCurrentSection: 0
- }, withContext = false) }}
-
- {# Create First Block #}
- {{ include('_builders/_blocks.twig', {
- block: block ??? null,
- blockNumber: loop.index,
- closeCurrentSection: 0
- }, withContext = false) }}
-
- {% else %}
- {# Create block elements and close section if it's loop.first #}
- {{ include('_builders/_blocks.twig', {
- block: block ??? null,
- blockNumber: loop.index,
- closeCurrentSection: loop.first ? 0 : 1,
- }, withContext = false) }}
- {% endif %}
+ {% for block in props.data.builderContent %}
+ {{ include('entryTypes/_routerBlocks.twig', {
+ block: block ??? null,
+ }, withContext = false) }}
{% endfor %}
- {# Close Last Section #}
-
{% endif %}
diff --git a/templates/_builders/blocks/blockSection.twig b/templates/_builders/blocks/blockSection.twig
deleted file mode 100644
index 986f9e32..00000000
--- a/templates/_builders/blocks/blockSection.twig
+++ /dev/null
@@ -1,80 +0,0 @@
-{# >>> Comp Defaults #}
-{% set compDefaults = {
- data: {
- name: 'c-blockSection',
- block: null,
- blockNumber: null,
- closeCurrentSection: null
- },
- classes: {
- root: '',
- custom: '',
- },
-} %}
-
-{# >>> Merge data / classes / variants (optional) #}
-{% set props = {
- data: data is defined and data is iterable ? compDefaults.data | merge(data) : compDefaults.data,
- classes: classes is defined and classes is iterable ? compDefaults.classes | merge(classes) : compDefaults.classes,
-} %}
-
-{% if props.data.block ??? null %}
- {% if props.data.closeCurrentSection ??? null %}
-
- {% endif %}
-
- {# >>> Set BG Color #}
- {% switch props.data.block.sectionBackgroundColor %}
- {% case "light-gray" %}
- {% set sectionBGColorClass = 'bg-gray-100' %}
-
- {% default %}
- {% set sectionBGColorClass = 'transparent' %}
- {% endswitch %}
-
- {# >>> Set Padding #}
- {% switch props.data.block.sectionPaddingVertical %}
- {% case "sm" %}
- {% set sectionPaddingVerticalClass = 'py-2 md:py-4' %}
-
- {% case "md" %}
- {% set sectionPaddingVerticalClass = 'py-4 md:py-8' %}
-
- {% case "lg" %}
- {% set sectionPaddingVerticalClass = 'py-8 md:py-16' %}
-
- {% case "xl" %}
- {% set sectionPaddingVerticalClass = 'py-16 md:py-32' %}
-
- {% case "2xl" %}
- {% set sectionPaddingVerticalClass = 'py-32 md:py-64' %}
-
- {% default %}
- {% set sectionPaddingVerticalClass = '' %}
- {% endswitch %}
-
- {# >>> Set Space Between #}
- {% switch props.data.block.spaceBetweenBlocks %}
- {% case "sm" %}
- {% set sectionSpaceBetweenClass = 'space-y-2 md:space-y-4' %}
-
- {% case "md" %}
- {% set sectionSpaceBetweenClass = 'space-y-4 md:space-y-8' %}
-
- {% case "lg" %}
- {% set sectionSpaceBetweenClass = 'space-y-8 md:space-y-16' %}
-
- {% case "xl" %}
- {% set sectionSpaceBetweenClass = 'space-y-16 md:space-y-32' %}
-
- {% case "2xl" %}
- {% set sectionSpaceBetweenClass = 'space-y-32 md:space-y-64' %}
-
- {% default %}
- {% set sectionSpaceBetweenClass = 'space-y-8 md:space-y-16' %}
- {% endswitch %}
-
-
-
- {% endif %}
diff --git a/templates/_components-sprig/paginateNews.twig b/templates/_components-sprig/paginateNews.twig
index 99a5e20d..4decbfca 100644
--- a/templates/_components-sprig/paginateNews.twig
+++ b/templates/_components-sprig/paginateNews.twig
@@ -1,8 +1,7 @@
{# Sets a default value if not defined by `s-val:*` on the clicked element #}
{% set page = page ??? craft.app.request.pageNum ??? 1 %}
-{% cache using key craft.app.request.pathInfo ~ 'overviewNews-' ~ section ~ '-' ~ page %}
- {% minify %}
+{% cache using key craft.app.request.pathInfo ~ 'listNews-' ~ section ~ '-' ~ page %}
{% set entryQuery = craft.entries
.section(section)
.with(['assetEntryImage'])
@@ -34,5 +33,4 @@
{{ include('_components/pagination/pagination.twig', {}, withContext = true) }}
- {% endminify %}
{% endcache %}
diff --git a/templates/_components/button/button.twig b/templates/_components/button/button.twig
index 373dd1cd..229bc388 100644
--- a/templates/_components/button/button.twig
+++ b/templates/_components/button/button.twig
@@ -17,7 +17,8 @@
root: 'a11y-keyboard-focus items-center font-bold',
custom: '',
display: 'inline-flex',
- rounded: 'rounded-md'
+ rounded: 'rounded-md',
+ enlargeClickArea: 'enlarge-click-area'
},
variants: {
style: {
@@ -25,7 +26,6 @@
secondary: 'text-secondary-900 border border-transparent bg-secondary-300 hover:bg-secondary-400 group-hover:bg-secondary-400',
outlined: 'text-gray-900 border border-transparent border-gray-200 bg-white hover:bg-gray-50 group-hover:bg-gray-50',
overflowNav: 'text-gray-900 border-b-2 border-b-transparent hover:border-b-gray-900 !rounded-none',
- enlargeClickArea: 'enlarge-click-area'
},
size: {
sm: 'px-2.5 py-1.5 gap-2 text-xs',
@@ -48,7 +48,7 @@
{% set attr = props.data.url ? 'href=' ~ props.data.url : 'type=' ~ props.data.buttonType %}
<{{ tag }} {{ attr }} {{ props.data.url and props.data.target ? 'target=' ~ props.data.target : '' }}
- class="{{ props.data.name }} {{ props.classes.root }} {{ props.classes.rounded }} {{ props.classes.display }} {{ props.variants.style[props.data.variantStyle] }} {{ props.variants.size[props.data.variantSize] }} {{ props.classes.custom }} {{ props.data.enlargeClickArea ? props.classes.enlargeClickArea : '' }}">
+ class="{{ props.data.name }} {{ props.classes.root }} {{ props.classes.rounded }} {{ props.classes.display }} {{ props.variants.style[props.data.variantStyle] }} {{ props.variants.size[props.data.variantSize] }} {{ props.classes.custom }} {{ props.data.enlargeClickArea ? props.classes.enlargeClickArea : '' }}">
{# >>> If icon exists #}
{% if props.data.icon %}
diff --git a/templates/_components/caption/caption.twig b/templates/_components/caption/caption.twig
index ef3511de..0c4a05c4 100644
--- a/templates/_components/caption/caption.twig
+++ b/templates/_components/caption/caption.twig
@@ -29,9 +29,12 @@
{% endif %}
{# Caption #}
+ {{ include('_components/text/richText.twig', {
+ data: {
+ html: props.data.block.text ??? null,
+ },
+ }, withContext = false) }}
- {{ props.data.text | nl2br }}
-
{% if props.data.source and props.data.sourceUrl %}
— {{ props.data.source }}
{% elseif props.data.source ?? null %}
diff --git a/templates/_components/card/cardNews.twig b/templates/_components/card/cardNews.twig
index b34ecccd..7113045d 100644
--- a/templates/_components/card/cardNews.twig
+++ b/templates/_components/card/cardNews.twig
@@ -66,9 +66,8 @@
{# >>> Render text #}
{% if props.data.text ??? null %}
- {{ include('_components/text/text.twig', {
+ {{ include('_components/text/plainText.twig', {
data: {
- richText: false,
text: props.data.text ??? null,
}
}, withContext = false) }}
diff --git a/templates/_components/divider/divider.twig b/templates/_components/divider/divider.twig
deleted file mode 100644
index d63dc229..00000000
--- a/templates/_components/divider/divider.twig
+++ /dev/null
@@ -1,39 +0,0 @@
-{# >>> Comp Defaults #}
-{% set compDefaults = {
- data: {
- name: "c-divider",
- variantSize: "sm",
- label: null
- },
- classes: {
- root: "flex items-center relative",
- hr: "border-0 bg-gray-200 h-px w-full absolute top-1/2",
- label: "text-xs bg-white relative z-10 pr-4 text-gray-700",
- custom: ""
- },
- variants: {
- size: {
- sm: "mt-2 mb-2",
- md: "mt-4 mb-4",
- lg: "mt-8 mb-8",
- xl: "mt-16 mb-16",
- "2xl": "mt-32 mb-32"
- }
- }
-} %}
-
-{# >>> Merge data / classes / variants (optional) #}
-{% set props = {
- data: data is defined and data is iterable ? compDefaults.data|merge(data) : compDefaults.data,
- classes: classes is defined and classes is iterable ? compDefaults.classes|merge(classes) : compDefaults.classes,
- variants: compDefaults.variants
-} %}
-
-
-
- {% if props.data.label %}
- {{ props.data.label }}
- {% endif %}
-
diff --git a/templates/_components/gallery/images.twig b/templates/_components/gallery/images.twig
index 2336ccc5..185539b1 100644
--- a/templates/_components/gallery/images.twig
+++ b/templates/_components/gallery/images.twig
@@ -29,10 +29,10 @@
{% if props.data.images ??? null %}
{% set dynamicData = [] %}
{% for image in props.data.images %}
- {% set title = image.textTitleOverwrite ??? '' %}
+ {% set title = image.customTitle ??? '' %}
{% set caption = '' %}
- {% if image.textCaption %}
- {% set caption = image.textCaption %}
+ {% if image.caption %}
+ {% set caption = image.caption %}
{% endif %}
{% set dynamicData = dynamicData|merge([{
"src": image.url,
diff --git a/templates/_components/grid/images.twig b/templates/_components/grid/images.twig
index 28e9aa3f..896c5916 100644
--- a/templates/_components/grid/images.twig
+++ b/templates/_components/grid/images.twig
@@ -6,7 +6,7 @@
lazy: true,
caption: null,
aspectRatio: 'aspect-landscape',
- variantColumns: 2,
+ columns: 2,
},
classes: {
root: 'grid grid-cols-1 gap-4 md:gap-8',
@@ -30,7 +30,7 @@
{# Modul #}
{% if props.data.images ??? null %}
-
+
{% for image in props.data.images %}
{{ include('_components/image/image.twig', {
data: {
diff --git a/templates/_components/image/image.twig b/templates/_components/image/image.twig
index 71948eca..8e547dcf 100644
--- a/templates/_components/image/image.twig
+++ b/templates/_components/image/image.twig
@@ -106,8 +106,8 @@ Art Direction
{# Focal Point / Title / URL #}
{% set title = props.data.image.title %}
- {% if props.data.image.textTitleOverwrite %}
- {% set title = props.data.image.textTitleOverwrite %}
+ {% if props.data.image.customTitle %}
+ {% set title = props.data.image.customTitle %}
{% endif %}
@@ -122,7 +122,7 @@ Art Direction
{# Dominant Color / Placeholder #}
{% set dominantColor = craft.app.config.custom.dominantColor ??? 'transparent' %}
{% if props.data.calcDominantColor
- and not craft.app.config.general.custom.localDevPerformance
+ and not craft.app.config.custom.localDevPerformance
and isTranformable
and transforms is defined
and extension != 'png' %}
@@ -134,10 +134,10 @@ Art Direction
{% set caption = null %}
{% if props.data.caption %}
{% set caption = {
- 'title': props.data.image.textTitleOve ??? null,
- 'text': props.data.image.textCaption ??? null,
- 'source': props.data.image.textSource ??? null,
- 'sourceUrl': props.data.image.textSourceUrl ??? null,
+ 'title': props.data.image.customTitle ??? null,
+ 'text': props.data.image.caption ??? null,
+ 'source': props.data.image.source ??? null,
+ 'sourceUrl': props.data.image.hyperLink.url ??? null,
} %}
{% endif %}
diff --git a/templates/_components/spacer/spacer.twig b/templates/_components/spacer/spacer.twig
index 22f88984..599a6de1 100644
--- a/templates/_components/spacer/spacer.twig
+++ b/templates/_components/spacer/spacer.twig
@@ -2,7 +2,7 @@
{% set compDefaults = {
data: {
name: "c-spacer",
- variantSize: "sm",
+ height: "sm",
visible: false
},
classes: {
@@ -28,7 +28,7 @@
variants: compDefaults.variants
} %}
-
props.data.noLazyImageLoadingCount
}
diff --git a/templates/_components/text/code.twig b/templates/_components/text/code.twig
index 35f3b517..94104c7f 100644
--- a/templates/_components/text/code.twig
+++ b/templates/_components/text/code.twig
@@ -1,9 +1,10 @@
{# Set Defaults #}
+
{% set compDefaults = {
data: {
name: 'c-code',
- snippet: null,
- snippetName: '…',
+ codeSnippet: null,
+ codeSnippetName: '…',
language: 'txt',
collapsed: true,
textShow: 'translate.component.code.textShow' | t,
@@ -30,7 +31,7 @@
} %}
{# Modul #}
-{% if props.data.snippet %}
+{% if props.data.codeSnippet %}
-
{{- props.data.snippet -}}
+
{{- props.data.codeSnippet -}}