diff options
| -rw-r--r-- | package.json | 4 | ||||
| -rw-r--r-- | pnpm-lock.yaml | 31 |
2 files changed, 11 insertions, 24 deletions
diff --git a/package.json b/package.json index 9c73ce7..7b69a67 100644 --- a/package.json +++ b/package.json @@ -15,10 +15,10 @@ "@astrojs/check": "^0.9.4", "@astrojs/sitemap": "^3.2.1", "@catppuccin/palette": "^1.7.1", - "@eslint/js": "^9.19.0", + "@eslint/js": "^9.22.0", "@fontsource/noto-sans": "^5.1.1", "@microsoft/eslint-formatter-sarif": "^3.1.0", - "@types/eslint__js": "^8.42.3", + "@types/eslint__js": "^9.14.0", "astro": "^4.16.18", "eslint": "^9.22.0", "eslint-config-prettier": "^10.1.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 8ee2552..a7305b8 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -18,8 +18,8 @@ importers: specifier: ^1.7.1 version: 1.7.1 '@eslint/js': - specifier: ^9.19.0 - version: 9.19.0 + specifier: ^9.22.0 + version: 9.22.0 '@fontsource/noto-sans': specifier: ^5.1.1 version: 5.1.1 @@ -27,8 +27,8 @@ importers: specifier: ^3.1.0 version: 3.1.0 '@types/eslint__js': - specifier: ^8.42.3 - version: 8.42.3 + specifier: ^9.14.0 + version: 9.14.0 astro: specifier: ^4.16.18 @@ -398,10 +398,6 @@ packages: resolution: {integrity: sha512-d9zaMRSTIKDLhctzH12MtXvJKSSUhaHcjV+2Z+GK+EEY7XKpP5yR4x+N3TAcHTcu963nIr+TMcCb4DBCYX1z6Q==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - '@eslint/[email protected]': - resolution: {integrity: sha512-rbq9/g38qjfqFLOVPvwjIvFFdNziEC5S65jmjPw5r6A//QH+W91akh9irMwjDN8zKUTak6W9EsAv4m/7Wnw0UQ==} - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@eslint/[email protected]': resolution: {integrity: sha512-vLFajx9o8d1/oL2ZkpMYbkLv8nDB6yaIwFNt7nI4+I80U/z03SxmfOMsLbvWr3p7C+Wnoh//aOu2pQW8cS0HCQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} @@ -796,11 +792,9 @@ packages: '@types/[email protected]': resolution: {integrity: sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ==} - '@types/[email protected]': - resolution: {integrity: sha512-FXx2pKgId/WyYo2jXw63kk7/+TY7u7AziEJxJAnSFzHlqTAS3Ync6SvgYAN/k4/PQpnnVuzoMuVnByKK2qp0ag==} - - '@types/[email protected]': - resolution: {integrity: sha512-alfG737uhmPdnvkrLdZLcEKJ/B8s9Y4hrZ+YAdzUeoArBlSUERA2E87ROfOaS4jd/C45fzOoZzidLc1IPwLqOw==} + '@types/[email protected]': + resolution: {integrity: sha512-s0jepCjOJWB/GKcuba4jISaVpBudw3ClXJ3fUK4tugChUMQsp6kSwuA8Dcx6wFd/JsJqcY8n4rEpa5RTHs5ypA==} + deprecated: This is a stub types definition. @eslint/js provides its own type definitions, so you do not need this installed. '@types/[email protected]': resolution: {integrity: sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==} @@ -3285,8 +3279,6 @@ snapshots: '@eslint/[email protected]': {} - '@eslint/[email protected]': {} - '@eslint/[email protected]': {} '@eslint/[email protected]': {} @@ -3609,14 +3601,9 @@ snapshots: dependencies: '@types/ms': 0.7.34 - '@types/[email protected]': + '@types/[email protected]': dependencies: - '@types/estree': 1.0.6 - '@types/json-schema': 7.0.15 - - '@types/[email protected]': - dependencies: - '@types/eslint': 9.6.1 + '@eslint/js': 9.22.0 '@types/[email protected]': {} |
