diff --git a/.gitattributes b/.gitattributes deleted file mode 100644 index e23795e..0000000 --- a/.gitattributes +++ /dev/null @@ -1,39 +0,0 @@ -# .gitattributes - Ensure consistent repository behavior -# See: https://git-scm.com/docs/gitattributes - -# Auto detect text files and normalize line endings to LF -* text=auto eol=lf - -# Explicitly declare text files -*.js text -*.json text -*.md text -*.yml text -*.yaml text -*.txt text - -# Binary files -*.png binary -*.jpg binary -*.jpeg binary -*.gif binary -*.ico binary -*.pdf binary - -# Lockfiles - treat as binary to prevent merge conflicts -# Always regenerate lockfile rather than merging -package-lock.json binary merge=ours - -# Archives -*.zip binary -*.tar binary -*.gz binary -*.tgz binary - -# Ensure shell scripts use LF -*.sh text eol=lf - -# GitHub specific -.github/CODEOWNERS text -SECURITY.md text -LICENSE* text diff --git a/package-lock.json b/package-lock.json index dfe9cc0..b49cb24 100644 --- a/package-lock.json +++ b/package-lock.json @@ -341,7 +341,7 @@ "version": "7.1.7", "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.7.tgz", "integrity": "sha512-OvD9ENzPLbegENnYP5UUfJIirTg4+XwMWGaQfQTY0JenxNvvIKP3U3/tAQSPIu/lHxXYSZmpXlUHeqAIdKzBLQ==", - "deprecated": "Glob versions prior to v9 are no longer supported", + "deprecated": "Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me", "license": "ISC", "peer": true, "dependencies": {