This commit is contained in:
renovate[bot] 2025-07-15 00:05:29 -04:00 committed by GitHub
commit 09c0e679c3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View file

@ -13,7 +13,7 @@
"@eslint-community/eslint-plugin-eslint-comments": "4.5.0",
"@eslint/eslintrc": "3.3.1",
"@eslint/js": "9.30.1",
"@eslint/markdown": "6.6.0",
"@eslint/markdown": "7.0.0",
"@trivago/prettier-plugin-sort-imports": "5.2.2",
"eslint-config-prettier": "10.1.5",
"eslint-plugin-formatjs": "5.4.0",
@ -1206,9 +1206,9 @@
}
},
"node_modules/@eslint/markdown": {
"version": "6.6.0",
"resolved": "https://registry.npmjs.org/@eslint/markdown/-/markdown-6.6.0.tgz",
"integrity": "sha512-IsWPy2jU3gaQDlioDC4sT4I4kG1hX1OMWs/q2sWwJrPoMASHW/Z4SDw+6Aql6EsHejGbagYuJbFq9Zvx+Y1b1Q==",
"version": "7.0.0",
"resolved": "https://registry.npmjs.org/@eslint/markdown/-/markdown-7.0.0.tgz",
"integrity": "sha512-0WNH6pSFHNlWSlNaIFQP0sLHpMUJw1FaJtyqapvGqOt0ISRgTUkTLVT0hT/zekDA1QlP2TT8pwjPkqYTu2s8yg==",
"license": "MIT",
"workspaces": [
"examples/*"

View file

@ -34,7 +34,7 @@
"@eslint-community/eslint-plugin-eslint-comments": "4.5.0",
"@eslint/eslintrc": "3.3.1",
"@eslint/js": "9.30.1",
"@eslint/markdown": "6.6.0",
"@eslint/markdown": "7.0.0",
"@trivago/prettier-plugin-sort-imports": "5.2.2",
"eslint-config-prettier": "10.1.5",
"eslint-plugin-formatjs": "5.4.0",