UPDATED DEPENDENCIES
This commit is contained in:
parent
38d05749fd
commit
6165c58ca6
0
composer.lock
generated
Executable file → Normal file
0
composer.lock
generated
Executable file → Normal file
@ -11,7 +11,7 @@ framework:
|
|||||||
cookie_secure: auto
|
cookie_secure: auto
|
||||||
cookie_samesite: lax
|
cookie_samesite: lax
|
||||||
storage_factory_id: session.storage.factory.native
|
storage_factory_id: session.storage.factory.native
|
||||||
trusted_proxies: %(env(resolve:TRUSTED_PROXIES)%
|
trusted_proxies: "%env(resolve:TRUSTED_PROXIES)%"
|
||||||
trusted_headers: ['x-forwarded-for', 'x-forwarded-host', 'x-forwarded-proto', 'x-forwarded-port', 'x-forwarded-prefix']
|
trusted_headers: ['x-forwarded-for', 'x-forwarded-host', 'x-forwarded-proto', 'x-forwarded-port', 'x-forwarded-prefix']
|
||||||
|
|
||||||
#esi: true
|
#esi: true
|
||||||
|
26338
package-lock.json
generated
26338
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
56
package.json
Executable file → Normal file
56
package.json
Executable file → Normal file
@ -1,30 +1,30 @@
|
|||||||
{
|
{
|
||||||
"name": "website",
|
"name": "website",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "(c) 2017, 2021 Jeroen De Meerleer <me@jeroened.be>",
|
"description": "(c) 2017, 2021 Jeroen De Meerleer <me@jeroened.be>",
|
||||||
"main": "webpack.config.js",
|
"main": "webpack.config.js",
|
||||||
"directories": {
|
"directories": {
|
||||||
"lib": "lib"
|
"lib": "lib"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"bootstrap": "^5.2.0",
|
"bootstrap": "^5.2.0",
|
||||||
"js-cookie": "^3.0.1"
|
"js-cookie": "^3.0.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@symfony/webpack-encore": "^3.1.0",
|
"@symfony/webpack-encore": "^3.1.0",
|
||||||
"sass": "^1.45.2",
|
"sass": "^1.45.2",
|
||||||
"sass-loader": "^13.0",
|
"sass-loader": "^13.0",
|
||||||
"core-js": "^3.24"
|
"core-js": "^3.24"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"watch" : "encore dev --watch",
|
"watch" : "encore dev --watch",
|
||||||
"build-dev": "encore dev",
|
"build-dev": "encore dev",
|
||||||
"build": "encore prod"
|
"build": "encore prod"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.jeroened.be/webcron/webcron.git"
|
"url": "https://git.jeroened.be/webcron/webcron.git"
|
||||||
},
|
},
|
||||||
"author": "Jeroen De Meerleer <me@jeroened.be>",
|
"author": "Jeroen De Meerleer <me@jeroened.be>",
|
||||||
"license": " AGPL-3.0-or-later"
|
"license": " AGPL-3.0-or-later"
|
||||||
}
|
}
|
||||||
|
125
symfony.lock
Executable file → Normal file
125
symfony.lock
Executable file → Normal file
@ -1,45 +1,9 @@
|
|||||||
{
|
{
|
||||||
"erusev/parsedown": {
|
|
||||||
"version": "1.7.4"
|
|
||||||
},
|
|
||||||
"pentatrion/vite-bundle": {
|
|
||||||
"version": "1.2",
|
|
||||||
"recipe": {
|
|
||||||
"repo": "github.com/symfony/recipes-contrib",
|
|
||||||
"branch": "main",
|
|
||||||
"version": "1.0",
|
|
||||||
"ref": "33d48a1c831b2d29641175c8320e66a9f1c9911f"
|
|
||||||
},
|
|
||||||
"files": [
|
|
||||||
"config/routes/dev/pentatrion_vite.yaml"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"psr/cache": {
|
|
||||||
"version": "3.0.0"
|
|
||||||
},
|
|
||||||
"psr/container": {
|
|
||||||
"version": "2.0.2"
|
|
||||||
},
|
|
||||||
"psr/event-dispatcher": {
|
|
||||||
"version": "1.0.0"
|
|
||||||
},
|
|
||||||
"psr/log": {
|
|
||||||
"version": "3.0.0"
|
|
||||||
},
|
|
||||||
"symfony/cache": {
|
|
||||||
"version": "v6.0.6"
|
|
||||||
},
|
|
||||||
"symfony/cache-contracts": {
|
|
||||||
"version": "v3.0.1"
|
|
||||||
},
|
|
||||||
"symfony/config": {
|
|
||||||
"version": "v6.0.7"
|
|
||||||
},
|
|
||||||
"symfony/console": {
|
"symfony/console": {
|
||||||
"version": "6.0",
|
"version": "6.0",
|
||||||
"recipe": {
|
"recipe": {
|
||||||
"repo": "github.com/symfony/recipes",
|
"repo": "github.com/symfony/recipes",
|
||||||
"branch": "master",
|
"branch": "main",
|
||||||
"version": "5.3",
|
"version": "5.3",
|
||||||
"ref": "da0c8be8157600ad34f10ff0c9cc91232522e047"
|
"ref": "da0c8be8157600ad34f10ff0c9cc91232522e047"
|
||||||
},
|
},
|
||||||
@ -47,37 +11,13 @@
|
|||||||
"bin/console"
|
"bin/console"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"symfony/dependency-injection": {
|
|
||||||
"version": "v6.0.7"
|
|
||||||
},
|
|
||||||
"symfony/deprecation-contracts": {
|
|
||||||
"version": "v3.0.1"
|
|
||||||
},
|
|
||||||
"symfony/dotenv": {
|
|
||||||
"version": "v6.0.5"
|
|
||||||
},
|
|
||||||
"symfony/error-handler": {
|
|
||||||
"version": "v6.0.7"
|
|
||||||
},
|
|
||||||
"symfony/event-dispatcher": {
|
|
||||||
"version": "v6.0.3"
|
|
||||||
},
|
|
||||||
"symfony/event-dispatcher-contracts": {
|
|
||||||
"version": "v3.0.1"
|
|
||||||
},
|
|
||||||
"symfony/filesystem": {
|
|
||||||
"version": "v6.0.7"
|
|
||||||
},
|
|
||||||
"symfony/finder": {
|
|
||||||
"version": "v6.0.3"
|
|
||||||
},
|
|
||||||
"symfony/flex": {
|
"symfony/flex": {
|
||||||
"version": "2.1",
|
"version": "2.2",
|
||||||
"recipe": {
|
"recipe": {
|
||||||
"repo": "github.com/symfony/recipes",
|
"repo": "github.com/symfony/recipes",
|
||||||
"branch": "master",
|
"branch": "main",
|
||||||
"version": "1.0",
|
"version": "1.0",
|
||||||
"ref": "c0eeb50665f0f77226616b6038a9b06c03752d8e"
|
"ref": "146251ae39e06a95be0fe3d13c807bcf3938b172"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
".env"
|
".env"
|
||||||
@ -87,7 +27,7 @@
|
|||||||
"version": "6.0",
|
"version": "6.0",
|
||||||
"recipe": {
|
"recipe": {
|
||||||
"repo": "github.com/symfony/recipes",
|
"repo": "github.com/symfony/recipes",
|
||||||
"branch": "master",
|
"branch": "main",
|
||||||
"version": "5.4",
|
"version": "5.4",
|
||||||
"ref": "3cd216a4d007b78d8554d44a5b1c0a446dab24fb"
|
"ref": "3cd216a4d007b78d8554d44a5b1c0a446dab24fb"
|
||||||
},
|
},
|
||||||
@ -102,35 +42,11 @@
|
|||||||
"src/Kernel.php"
|
"src/Kernel.php"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"symfony/http-client": {
|
|
||||||
"version": "v6.0.8"
|
|
||||||
},
|
|
||||||
"symfony/http-client-contracts": {
|
|
||||||
"version": "v3.0.1"
|
|
||||||
},
|
|
||||||
"symfony/http-foundation": {
|
|
||||||
"version": "v6.0.7"
|
|
||||||
},
|
|
||||||
"symfony/http-kernel": {
|
|
||||||
"version": "v6.0.7"
|
|
||||||
},
|
|
||||||
"symfony/polyfill-intl-grapheme": {
|
|
||||||
"version": "v1.25.0"
|
|
||||||
},
|
|
||||||
"symfony/polyfill-intl-normalizer": {
|
|
||||||
"version": "v1.25.0"
|
|
||||||
},
|
|
||||||
"symfony/polyfill-mbstring": {
|
|
||||||
"version": "v1.25.0"
|
|
||||||
},
|
|
||||||
"symfony/polyfill-php81": {
|
|
||||||
"version": "v1.25.0"
|
|
||||||
},
|
|
||||||
"symfony/routing": {
|
"symfony/routing": {
|
||||||
"version": "6.0",
|
"version": "6.0",
|
||||||
"recipe": {
|
"recipe": {
|
||||||
"repo": "github.com/symfony/recipes",
|
"repo": "github.com/symfony/recipes",
|
||||||
"branch": "master",
|
"branch": "main",
|
||||||
"version": "6.0",
|
"version": "6.0",
|
||||||
"ref": "eb3b377a4dc07006c4bdb2c773652cc9434f5246"
|
"ref": "eb3b377a4dc07006c4bdb2c773652cc9434f5246"
|
||||||
},
|
},
|
||||||
@ -139,26 +55,11 @@
|
|||||||
"config/routes.yaml"
|
"config/routes.yaml"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"symfony/runtime": {
|
|
||||||
"version": "v6.0.7"
|
|
||||||
},
|
|
||||||
"symfony/service-contracts": {
|
|
||||||
"version": "v3.0.1"
|
|
||||||
},
|
|
||||||
"symfony/string": {
|
|
||||||
"version": "v6.0.3"
|
|
||||||
},
|
|
||||||
"symfony/translation-contracts": {
|
|
||||||
"version": "v3.0.1"
|
|
||||||
},
|
|
||||||
"symfony/twig-bridge": {
|
|
||||||
"version": "v6.0.7"
|
|
||||||
},
|
|
||||||
"symfony/twig-bundle": {
|
"symfony/twig-bundle": {
|
||||||
"version": "6.0",
|
"version": "6.0",
|
||||||
"recipe": {
|
"recipe": {
|
||||||
"repo": "github.com/symfony/recipes",
|
"repo": "github.com/symfony/recipes",
|
||||||
"branch": "master",
|
"branch": "main",
|
||||||
"version": "5.4",
|
"version": "5.4",
|
||||||
"ref": "bb2178c57eee79e6be0b297aa96fc0c0def81387"
|
"ref": "bb2178c57eee79e6be0b297aa96fc0c0def81387"
|
||||||
},
|
},
|
||||||
@ -167,12 +68,6 @@
|
|||||||
"templates/base.html.twig"
|
"templates/base.html.twig"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"symfony/var-dumper": {
|
|
||||||
"version": "v6.0.6"
|
|
||||||
},
|
|
||||||
"symfony/var-exporter": {
|
|
||||||
"version": "v6.0.7"
|
|
||||||
},
|
|
||||||
"symfony/webpack-encore-bundle": {
|
"symfony/webpack-encore-bundle": {
|
||||||
"version": "1.15",
|
"version": "1.15",
|
||||||
"recipe": {
|
"recipe": {
|
||||||
@ -191,11 +86,5 @@
|
|||||||
"package.json",
|
"package.json",
|
||||||
"webpack.config.js"
|
"webpack.config.js"
|
||||||
]
|
]
|
||||||
},
|
|
||||||
"symfony/yaml": {
|
|
||||||
"version": "v6.0.3"
|
|
||||||
},
|
|
||||||
"twig/twig": {
|
|
||||||
"version": "v3.3.10"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user