chore(deps): update non-major-updates

This commit is contained in:
renovate[bot]
2026-04-06 04:42:28 +00:00
committed by GitHub
parent a5c6eb95c6
commit bfa6fc0920
3 changed files with 6 additions and 6 deletions

View File

@@ -25,7 +25,7 @@ jobs:
fetch-depth: 1
- name: Run Renovate
uses: renovatebot/github-action@3633cede7d4d4598438e654eac4a695e46004420 # v46.1.7
uses: renovatebot/github-action@b67590ea780158ccd13192c22a3655a5231f869d # v46.1.8
with:
configurationFile: .github/renovate.json
token: ${{ secrets.RENOVATE_TOKEN || secrets.GITHUB_TOKEN }}

8
package-lock.json generated
View File

@@ -14,7 +14,7 @@
"@playwright/test": "^1.59.1",
"@types/eslint-plugin-jsx-a11y": "^6.10.1",
"@types/node": "^25.5.2",
"dotenv": "^17.4.0",
"dotenv": "^17.4.1",
"markdownlint-cli2": "^0.22.0",
"prettier": "^3.8.1",
"prettier-plugin-tailwindcss": "^0.7.2",
@@ -1156,9 +1156,9 @@
}
},
"node_modules/dotenv": {
"version": "17.4.0",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-17.4.0.tgz",
"integrity": "sha512-kCKF62fwtzwYm0IGBNjRUjtJgMfGapII+FslMHIjMR5KTnwEmBmWLDRSnc3XSNP8bNy34tekgQyDT0hr7pERRQ==",
"version": "17.4.1",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-17.4.1.tgz",
"integrity": "sha512-k8DaKGP6r1G30Lx8V4+pCsLzKr8vLmV2paqEj1Y55GdAgJuIqpRp5FfajGF8KtwMxCz9qJc6wUIJnm053d/WCw==",
"dev": true,
"license": "BSD-2-Clause",
"engines": {

View File

@@ -22,7 +22,7 @@
"@bgotink/playwright-coverage": "^0.3.2",
"@playwright/test": "^1.59.1",
"@types/node": "^25.5.2",
"dotenv": "^17.4.0",
"dotenv": "^17.4.1",
"markdownlint-cli2": "^0.22.0",
"prettier": "^3.8.1",
"prettier-plugin-tailwindcss": "^0.7.2",