Skip to content

Commit 2fb2be2

Browse files
Bump enshrined/svg-sanitize to v0.22
1 parent d595c69 commit 2fb2be2

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
env: ${{ matrix.env }}
3535
steps:
36-
- uses: actions/checkout@v2
36+
- uses: actions/checkout@v5
3737
- name: Setup PHP
3838
uses: shivammathur/setup-php@v2
3939
with:
@@ -54,6 +54,8 @@ jobs:
5454
run: |
5555
composer require "laravel/framework:${LARAVEL}" "orchestra/testbench:${TESTBENCH}" --no-interaction --no-update
5656
composer update --prefer-stable --prefer-dist --no-interaction
57+
- name: Run Security Audit
58+
run: composer audit
5759
- name: Execute tests via Pest
5860
run: ./vendor/bin/pest --parallel
5961
- uses: 8398a7/action-slack@v2.4.0

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"ext-mbstring": "*",
2020
"blade-ui-kit/blade-icons": "^1.6",
2121
"code16/laravel-content-renderer": "^1.1",
22-
"enshrined/svg-sanitize": "^0.21.0",
22+
"enshrined/svg-sanitize": "^0.22.0",
2323
"inertiajs/inertia-laravel": "^2.0",
2424
"intervention/image": "^3.4",
2525
"laravel/framework": "^11.0|^12.0",

0 commit comments

Comments
 (0)