Skip to content

Commit

Permalink
Update composer.lock file to fix composer audit issues for new Varbas…
Browse files Browse the repository at this point in the history
…e Projects after Twig has a possible sandbox bypass was fixed and released #254
  • Loading branch information
Natshah committed Sep 10, 2024
1 parent 744fa2c commit bc8cbbc
Show file tree
Hide file tree
Showing 3 changed files with 28,440 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,5 @@ errors.log
# Ignore yarn lint dependencies.
node_modules
yarn.lock
/.editorconfig
/.gitattributes
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Project template for Varbase distribution.",
"type": "project",
"license": "GPL-2.0-or-later",
"version": "9.1.x-dev",
"version": "9.1.5.1",
"homepage": "https://www.drupal.org/project/varbase",
"authors": [
{
Expand Down Expand Up @@ -32,8 +32,8 @@
"webflo/drupal-finder": "~1",
"cweagans/composer-patches": "~1",
"drupal/core": "~10.3.0",
"vardot/varbase": "9.1.x-dev",
"vardot/varbase-patches": "9.2.x-dev",
"vardot/varbase": "~9.1.0",
"vardot/varbase-patches": "~9.2.0",
"vardot/varbase-updater": "~2.0"
},
"require-dev": {
Expand Down
Loading

0 comments on commit bc8cbbc

Please sign in to comment.