diff --git a/package.json b/package.json index c7ca0c7..562cb9f 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "postcss": "8.4.21", "prettier": "2.8.4", "prettier-plugin-tailwindcss": "0.2.4", - "sass": "1.59.2", + "sass": "1.59.3", "tailwindcss": "3.2.7", "typescript": "4.9.5" } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index b5c337c..d22bf01 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -11,13 +11,13 @@ specifiers: prettier-plugin-tailwindcss: 0.2.4 react: 18.2.0 react-dom: 18.2.0 - sass: 1.59.2 + sass: 1.59.3 tailwindcss: 3.2.7 typescript: 4.9.5 uuid: 9.0.0 dependencies: - next: 13.2.4_0fc8856c2b76afcfc98cd26c0bbd2574 + next: 13.2.4_1bee6e64163672d6dc73fa27b2f47ff3 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 uuid: 9.0.0 @@ -30,7 +30,7 @@ devDependencies: postcss: 8.4.21 prettier: 2.8.4 prettier-plugin-tailwindcss: 0.2.4_prettier@2.8.4 - sass: 1.59.2 + sass: 1.59.3 tailwindcss: 3.2.7 typescript: 4.9.5 @@ -471,7 +471,7 @@ packages: engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} hasBin: true - /next/13.2.4_0fc8856c2b76afcfc98cd26c0bbd2574: + /next/13.2.4_1bee6e64163672d6dc73fa27b2f47ff3: resolution: {integrity: sha512-g1I30317cThkEpvzfXujf0O4wtaQHtDCLhlivwlTJ885Ld+eOgcz7r3TGQzeU+cSRoNHtD8tsJgzxVdYojFssw==} engines: {node: '>=14.6.0'} hasBin: true @@ -498,7 +498,7 @@ packages: postcss: 8.4.14 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - sass: 1.59.2 + sass: 1.59.3 styled-jsx: 5.1.1_react@18.2.0 optionalDependencies: '@next/swc-android-arm-eabi': 13.2.4 @@ -751,8 +751,8 @@ packages: queue-microtask: 1.2.3 dev: true - /sass/1.59.2: - resolution: {integrity: sha512-jJyO6SmbzkJexF8MUorHx5tAilcgabioYxT/BHbY4+OvoqmbHxsYlrjZ8Adhqcgl6Zqwie0TgMXLCAmPFxXOuw==} + /sass/1.59.3: + resolution: {integrity: sha512-QCq98N3hX1jfTCoUAsF3eyGuXLsY7BCnCEg9qAact94Yc21npG2/mVOqoDvE0fCbWDqiM4WlcJQla0gWG2YlxQ==} engines: {node: '>=12.0.0'} hasBin: true dependencies: diff --git a/yarn.lock b/yarn.lock index ccb4764..2ff494f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -612,10 +612,10 @@ run-parallel@^1.1.9: dependencies: queue-microtask "^1.2.2" -sass@1.59.2: - version "1.59.2" - resolved "https://registry.yarnpkg.com/sass/-/sass-1.59.2.tgz#537f6d11614d4f20f97696f23ad358ee398b1937" - integrity sha512-jJyO6SmbzkJexF8MUorHx5tAilcgabioYxT/BHbY4+OvoqmbHxsYlrjZ8Adhqcgl6Zqwie0TgMXLCAmPFxXOuw== +sass@1.59.3: + version "1.59.3" + resolved "https://registry.yarnpkg.com/sass/-/sass-1.59.3.tgz#a1ddf855d75c70c26b4555df4403e1bbf8e4403f" + integrity sha512-QCq98N3hX1jfTCoUAsF3eyGuXLsY7BCnCEg9qAact94Yc21npG2/mVOqoDvE0fCbWDqiM4WlcJQla0gWG2YlxQ== dependencies: chokidar ">=3.0.0 <4.0.0" immutable "^4.0.0"