From 4530903cf513f2ee1c848e19ff720a0336d3feea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Jun 2023 01:15:43 +0000 Subject: [PATCH] chore(deps): bump eslint-config-next from 13.4.5 to 13.4.6 Bumps [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) from 13.4.5 to 13.4.6. - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/commits/v13.4.6/packages/eslint-config-next) --- updated-dependencies: - dependency-name: eslint-config-next dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- pnpm-lock.yaml | 26 +++++++++++++------------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/package.json b/package.json index 24963c5..3093501 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "class-variance-authority": "^0.6.0", "clsx": "^1.2.1", "eslint": "8.42.0", - "eslint-config-next": "13.4.5", + "eslint-config-next": "13.4.6", "next": "13.4.5", "next-themes": "^0.2.1", "postcss": "8.4.24", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 3b917d3..cb2e6f6 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1,9 +1,5 @@ lockfileVersion: '6.0' -settings: - autoInstallPeers: true - excludeLinksFromLockfile: false - dependencies: '@t3-oss/env-nextjs': specifier: ^0.4.0 @@ -36,8 +32,8 @@ dependencies: specifier: 8.42.0 version: 8.42.0 eslint-config-next: - specifier: 13.4.5 - version: 13.4.5(eslint@8.42.0)(typescript@5.1.3) + specifier: 13.4.6 + version: 13.4.6(eslint@8.42.0)(typescript@5.1.3) next: specifier: 13.4.5 version: 13.4.5(react-dom@18.2.0)(react@18.2.0) @@ -193,8 +189,8 @@ packages: resolution: {integrity: sha512-SG/gKH6eij4vwQy87b/3mbpQ1X3x2vUdnpwq6/qL2IQWjtq58EY/UuNAp9CoEZoC9sI4L9AD1r+73Z9r4d3uug==} dev: false - /@next/eslint-plugin-next@13.4.5: - resolution: {integrity: sha512-/xD/kyJhXmBZq+0xGKOdjL22c9/4i3mBAXaU9aOGEHTXqqFeOz8scJbScWF13aMqigeoFCsDqngIB2MIatcn4g==} + /@next/eslint-plugin-next@13.4.6: + resolution: {integrity: sha512-bPigeu0RI7bgy1ucBA2Yqcfg539y0Lzo38P2hIkrRB1GNvFSbYg6RTu8n6tGqPVrH3TTlPTNKLXG01wc+5NuwQ==} dependencies: glob: 7.1.7 dev: false @@ -755,7 +751,7 @@ packages: dev: true /concat-map@0.0.1: - resolution: {integrity: sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=} + resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==} dev: false /conventional-changelog-conventionalcommits@5.0.0: @@ -979,8 +975,8 @@ packages: engines: {node: '>=10'} dev: false - /eslint-config-next@13.4.5(eslint@8.42.0)(typescript@5.1.3): - resolution: {integrity: sha512-7qgJmRp9ClRzPgkzEz7ahK+Rasiv4k2aU3eqkkORzseNUGdtImZVYomcXUhUheHwkxzdN2p//nbIA7zJrCxsCg==} + /eslint-config-next@13.4.6(eslint@8.42.0)(typescript@5.1.3): + resolution: {integrity: sha512-nlv4FYish1RYYHILbQwM5/rD37cOvEqtMfDjtQCYbXdE2O3MggqHu2q6IDeLE2Z6u8ZJyNPgWOA6OimWcxj3qw==} peerDependencies: eslint: ^7.23.0 || ^8.0.0 typescript: '>=3.3.1' @@ -988,7 +984,7 @@ packages: typescript: optional: true dependencies: - '@next/eslint-plugin-next': 13.4.5 + '@next/eslint-plugin-next': 13.4.6 '@rushstack/eslint-patch': 1.3.1 '@typescript-eslint/parser': 5.59.11(eslint@8.42.0)(typescript@5.1.3) eslint: 8.42.0 @@ -1825,7 +1821,7 @@ packages: dev: false /language-tags@1.0.5: - resolution: {integrity: sha1-0yHbxNowuovzAk4ED6XBRmH5GTo=} + resolution: {integrity: sha512-qJhlO9cGXi6hBGKoxEG/sKZDAHD5Hnu9Hs4WbOY3pCWXDhw0N8x1NenNzm2EnNLkLkk7J2SdxAkDSbb6ftT+UQ==} dependencies: language-subtag-registry: 0.3.22 dev: false @@ -2844,3 +2840,7 @@ packages: /zod@3.21.4: resolution: {integrity: sha512-m46AKbrzKVzOzs/DZgVnG5H55N1sv1M8qZU3A8RIKbs3mrACDNeIOeilDymVb2HdmP8uwshOCF4uJ8uM9rCqJw==} dev: false + +settings: + autoInstallPeers: true + excludeLinksFromLockfile: false