From 6ba685a3f86b275596f59520d987139d8591b589 Mon Sep 17 00:00:00 2001 From: Caen De Silva Date: Sun, 10 Aug 2025 20:27:21 +0200 Subject: [PATCH 1/2] Update name and email --- LICENSE.md | 2 +- README.md | 4 ++-- SECURITY.md | 2 +- composer.json | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/LICENSE.md b/LICENSE.md index 761daf50..318fad02 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2022 Caen De Silva +Copyright (c) 2022 Emma De Silva Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index f95515ca..7f2c6511 100644 --- a/README.md +++ b/README.md @@ -93,13 +93,13 @@ Development is made in the HydePHP Monorepo, which you can find here https://git ### Security -If you discover any security-related issues, please email caen@desilva.se instead of using the issue tracker, +If you discover any security-related issues, please email emma@desilva.se instead of using the issue tracker, or use the GitHub [Security Advisory](https://github.com/hydephp/develop/security/advisories) page. All vulnerabilities will be promptly addressed. ### Credits -- [Caen De Silva](https://github.com/caendesilva), feel free to buy me a coffee! https://www.buymeacoffee.com/caen +- [Emma De Silva](https://github.com/emmadesilva), feel free to buy me a coffee! https://www.buymeacoffee.com/caen - [All Contributors](../../contributors) ### License diff --git a/SECURITY.md b/SECURITY.md index 5c325d80..36389874 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -14,7 +14,7 @@ These are the version ranges of HydePHP, and their support status. We follow [Se ## Reporting a Vulnerability -If you discover a security vulnerability within this package, please send an e-mail to the creator, Caen De Silva, via caen@desilva.se. +If you discover a security vulnerability within this package, please send an e-mail to the creator, Emma De Silva, via emma@desilva.se. You can also report a vulnerability through GitHub on the [Security Advisory](https://github.com/hydephp/develop/security/advisories) page. All security vulnerabilities will be promptly addressed. diff --git a/composer.json b/composer.json index 9723919a..0ca07cf0 100644 --- a/composer.json +++ b/composer.json @@ -19,8 +19,8 @@ }, "authors": [ { - "name": "Caen De Silva", - "email": "caen@desilva.se" + "name": "Emma De Silva", + "email": "emma@desilva.se" } ], "require": { From fc5a51260cb5f31b00277933955d16d8b1bb34d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Sep 2025 20:43:23 +0000 Subject: [PATCH 2/2] Bump vite from 6.3.5 to 6.3.6 Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 6.3.5 to 6.3.6. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v6.3.6/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v6.3.6/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-version: 6.3.6 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5bc61a0f..27edf06c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "postcss": "^8.5.6", "prettier": "3.5.3", "tailwindcss": "^4.1.4", - "vite": "^6.3.5" + "vite": "^6.3.6" } }, "node_modules/@ampproject/remapping": { @@ -2000,10 +2000,11 @@ "dev": true }, "node_modules/vite": { - "version": "6.3.5", - "resolved": "https://registry.npmjs.org/vite/-/vite-6.3.5.tgz", - "integrity": "sha512-cZn6NDFE7wdTpINgs++ZJ4N49W2vRp8LCKrn3Ob1kYNtOo21vfDoaV5GzBfLU4MovSAB8uNRm4jgzVQZ+mBzPQ==", + "version": "6.3.6", + "resolved": "https://registry.npmjs.org/vite/-/vite-6.3.6.tgz", + "integrity": "sha512-0msEVHJEScQbhkbVTb/4iHZdJ6SXp/AvxL2sjwYQFfBqleHtnCqv1J3sa9zbWz/6kW1m9Tfzn92vW+kZ1WV6QA==", "dev": true, + "license": "MIT", "dependencies": { "esbuild": "^0.25.0", "fdir": "^6.4.4", diff --git a/package.json b/package.json index 26c4d756..30296db1 100644 --- a/package.json +++ b/package.json @@ -14,6 +14,6 @@ "postcss": "^8.5.6", "prettier": "3.5.3", "tailwindcss": "^4.1.4", - "vite": "^6.3.5" + "vite": "^6.3.6" } }