@skyf0xx/hedgehog 4.0.6 → 4.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@skyf0xx/hedgehog",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.8",
|
|
4
4
|
"description": "Install the Hedgehog build discipline (agents + skills) into a repo, for Claude Code, Cursor, or Gemini CLI.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"repository": {
|
|
@@ -15,6 +15,7 @@
|
|
|
15
15
|
},
|
|
16
16
|
"scripts": {
|
|
17
17
|
"check": "node scripts/check.mjs",
|
|
18
|
+
"repro": "node --experimental-sqlite repro/run-all.mjs",
|
|
18
19
|
"release": "npm version patch -m \"chore: bump version to %s\""
|
|
19
20
|
},
|
|
20
21
|
"files": [
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
/// <reference types="next" />
|
|
2
2
|
/// <reference types="next/image-types/global" />
|
|
3
|
-
import
|
|
3
|
+
import "./.next/types/routes.d.ts";
|
|
4
|
+
import "./.next/types/root-params.d.ts";
|
|
4
5
|
|
|
5
6
|
// NOTE: This file should not be edited
|
|
6
7
|
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
"axios": "^1.18.0",
|
|
65
65
|
"drizzle-orm": "^0.45.2",
|
|
66
66
|
"nestjs-pino": "^4.6.1",
|
|
67
|
-
"next": "~16.
|
|
67
|
+
"next": "~16.3.0",
|
|
68
68
|
"pg": "^8.22.0",
|
|
69
69
|
"pino-http": "^11.0.0",
|
|
70
70
|
"react": "^19.0.0",
|
|
@@ -83,7 +83,9 @@
|
|
|
83
83
|
"fast-uri": "^3.1.5",
|
|
84
84
|
"js-yaml@3": "^3.15.1",
|
|
85
85
|
"js-yaml@4": "^4.3.1",
|
|
86
|
-
"nanoid": "^3.3.17"
|
|
86
|
+
"nanoid": "^3.3.17",
|
|
87
|
+
"sharp": "^0.35.0",
|
|
88
|
+
"uuid@8": "^11.1.1"
|
|
87
89
|
}
|
|
88
90
|
}
|
|
89
91
|
}
|
|
@@ -14,6 +14,8 @@ overrides:
|
|
|
14
14
|
js-yaml@3: ^3.15.1
|
|
15
15
|
js-yaml@4: ^4.3.1
|
|
16
16
|
nanoid: ^3.3.17
|
|
17
|
+
sharp: ^0.35.0
|
|
18
|
+
uuid@8: ^11.1.1
|
|
17
19
|
|
|
18
20
|
importers:
|
|
19
21
|
|
|
@@ -38,8 +40,8 @@ importers:
|
|
|
38
40
|
specifier: ^4.6.1
|
|
39
41
|
version: 4.6.1(@nestjs/common@11.1.28(reflect-metadata@0.2.2)(rxjs@7.8.1))(pino-http@11.0.0)(pino@10.3.1)(rxjs@7.8.1)
|
|
40
42
|
next:
|
|
41
|
-
specifier: ~16.
|
|
42
|
-
version: 16.
|
|
43
|
+
specifier: ~16.3.0
|
|
44
|
+
version: 16.3.0(@babel/core@7.29.7)(@playwright/test@1.61.1)(@types/node@22.20.1)(babel-plugin-macros@3.1.0)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)(sass@1.101.6)
|
|
43
45
|
pg:
|
|
44
46
|
specifier: ^8.22.0
|
|
45
47
|
version: 8.22.0
|
|
@@ -97,7 +99,7 @@ importers:
|
|
|
97
99
|
version: 23.1.0(@babel/traverse@7.29.7)(@nestjs/common@11.1.28(reflect-metadata@0.2.2)(rxjs@7.8.1))(@nestjs/core@11.1.28(@nestjs/common@11.1.28(reflect-metadata@0.2.2)(rxjs@7.8.1))(@nestjs/platform-express@11.1.28)(reflect-metadata@0.2.2)(rxjs@7.8.1))(@nx/jest@23.1.0(@babel/traverse@7.29.7)(@swc-node/register@1.11.1(@swc/core@1.15.46(@swc/helpers@0.5.23))(@swc/types@0.1.27)(typescript@6.0.3))(@swc/cli@0.8.1(@swc/core@1.15.46(@swc/helpers@0.5.23)))(@swc/core@1.15.46(@swc/helpers@0.5.23))(@types/node@22.20.1)(babel-plugin-macros@3.1.0)(nx@23.1.0(@swc-node/register@1.11.1(@swc/core@1.15.46(@swc/helpers@0.5.23))(@swc/types@0.1.27)(typescript@6.0.3))(@swc/core@1.15.46(@swc/helpers@0.5.23)))(typescript@6.0.3))(@swc-node/register@1.11.1(@swc/core@1.15.46(@swc/helpers@0.5.23))(@swc/types@0.1.27)(typescript@6.0.3))(@swc/cli@0.8.1(@swc/core@1.15.46(@swc/helpers@0.5.23)))(@swc/core@1.15.46(@swc/helpers@0.5.23))(@types/node@22.20.1)(@zkochan/js-yaml@0.0.7)(babel-plugin-macros@3.1.0)(eslint@10.7.0(jiti@2.7.0))(express@5.2.1)(nx@23.1.0(@swc-node/register@1.11.1(@swc/core@1.15.46(@swc/helpers@0.5.23))(@swc/types@0.1.27)(typescript@6.0.3))(@swc/core@1.15.46(@swc/helpers@0.5.23)))(prettier@3.6.2)(reflect-metadata@0.2.2)(rxjs@7.8.1)(typescript@6.0.3)
|
|
98
100
|
'@nx/next':
|
|
99
101
|
specifier: 23.1.0
|
|
100
|
-
version: 23.1.0(@babel/core@7.29.7)(@babel/traverse@7.29.7)(@nx/jest@23.1.0(@babel/traverse@7.29.7)(@swc-node/register@1.11.1(@swc/core@1.15.46(@swc/helpers@0.5.23))(@swc/types@0.1.27)(typescript@6.0.3))(@swc/cli@0.8.1(@swc/core@1.15.46(@swc/helpers@0.5.23)))(@swc/core@1.15.46(@swc/helpers@0.5.23))(@types/node@22.20.1)(babel-plugin-macros@3.1.0)(nx@23.1.0(@swc-node/register@1.11.1(@swc/core@1.15.46(@swc/helpers@0.5.23))(@swc/types@0.1.27)(typescript@6.0.3))(@swc/core@1.15.46(@swc/helpers@0.5.23)))(typescript@6.0.3))(@nx/playwright@23.1.0(@babel/traverse@7.29.7)(@nx/jest@23.1.0(@babel/traverse@7.29.7)(@swc-node/register@1.11.1(@swc/core@1.15.46(@swc/helpers@0.5.23))(@swc/types@0.1.27)(typescript@6.0.3))(@swc/cli@0.8.1(@swc/core@1.15.46(@swc/helpers@0.5.23)))(@swc/core@1.15.46(@swc/helpers@0.5.23))(@types/node@22.20.1)(babel-plugin-macros@3.1.0)(nx@23.1.0(@swc-node/register@1.11.1(@swc/core@1.15.46(@swc/helpers@0.5.23))(@swc/types@0.1.27)(typescript@6.0.3))(@swc/core@1.15.46(@swc/helpers@0.5.23)))(typescript@6.0.3))(@playwright/test@1.61.1)(@swc-node/register@1.11.1(@swc/core@1.15.46(@swc/helpers@0.5.23))(@swc/types@0.1.27)(typescript@6.0.3))(@swc/cli@0.8.1(@swc/core@1.15.46(@swc/helpers@0.5.23)))(@swc/core@1.15.46(@swc/helpers@0.5.23))(@zkochan/js-yaml@0.0.7)(eslint@10.7.0(jiti@2.7.0))(nx@23.1.0(@swc-node/register@1.11.1(@swc/core@1.15.46(@swc/helpers@0.5.23))(@swc/types@0.1.27)(typescript@6.0.3))(@swc/core@1.15.46(@swc/helpers@0.5.23))))(@nx/vite@23.1.0(@babel/traverse@7.29.7)(@nx/eslint@23.1.0(@babel/traverse@7.29.7)(@nx/jest@23.1.0(@babel/traverse@7.29.7)(@swc-node/register@1.11.1(@swc/core@1.15.46(@swc/helpers@0.5.23))(@swc/types@0.1.27)(typescript@6.0.3))(@swc/cli@0.8.1(@swc/core@1.15.46(@swc/helpers@0.5.23)))(@swc/core@1.15.46(@swc/helpers@0.5.23))(@types/node@22.20.1)(babel-plugin-macros@3.1.0)(nx@23.1.0(@swc-node/register@1.11.1(@swc/core@1.15.46(@swc/helpers@0.5.23))(@swc/types@0.1.27)(typescript@6.0.3))(@swc/core@1.15.46(@swc/helpers@0.5.23)))(typescript@6.0.3))(@swc-node/register@1.11.1(@swc/core@1.15.46(@swc/helpers@0.5.23))(@swc/types@0.1.27)(typescript@6.0.3))(@swc/cli@0.8.1(@swc/core@1.15.46(@swc/helpers@0.5.23)))(@swc/core@1.15.46(@swc/helpers@0.5.23))(@zkochan/js-yaml@0.0.7)(eslint@10.7.0(jiti@2.7.0))(nx@23.1.0(@swc-node/register@1.11.1(@swc/core@1.15.46(@swc/helpers@0.5.23))(@swc/types@0.1.27)(typescript@6.0.3))(@swc/core@1.15.46(@swc/helpers@0.5.23))))(@swc-node/register@1.11.1(@swc/core@1.15.46(@swc/helpers@0.5.23))(@swc/types@0.1.27)(typescript@6.0.3))(@swc/cli@0.8.1(@swc/core@1.15.46(@swc/helpers@0.5.23)))(@swc/core@1.15.46(@swc/helpers@0.5.23))(nx@23.1.0(@swc-node/register@1.11.1(@swc/core@1.15.46(@swc/helpers@0.5.23))(@swc/types@0.1.27)(typescript@6.0.3))(@swc/core@1.15.46(@swc/helpers@0.5.23)))(typescript@6.0.3)(vite@8.1.5(@types/node@22.20.1)(esbuild@0.25.12)(jiti@2.7.0)(less@4.5.1)(sass-embedded@1.100.0)(sass@1.101.6)(terser@5.49.0)(tsx@4.23.1)(yaml@2.9.0))(vitest@4.1.10(@types/node@22.20.1)(@vitest/coverage-v8@4.1.10)(vite@8.1.5(@types/node@22.20.1)(esbuild@0.25.12)(jiti@2.7.0)(less@4.5.1)(sass-embedded@1.100.0)(sass@1.101.6)(terser@5.49.0)(tsx@4.23.1)(yaml@2.9.0))))(@rspack/core@2.1.5(@swc/helpers@0.5.23))(@swc-node/register@1.11.1(@swc/core@1.15.46(@swc/helpers@0.5.23))(@swc/types@0.1.27)(typescript@6.0.3))(@swc/cli@0.8.1(@swc/core@1.15.46(@swc/helpers@0.5.23)))(@swc/core@1.15.46(@swc/helpers@0.5.23))(@swc/helpers@0.5.23)(@types/babel__core@7.20.5)(@zkochan/js-yaml@0.0.7)(esbuild@0.25.12)(eslint@10.7.0(jiti@2.7.0))(next@16.
|
|
102
|
+
version: 23.1.0(@babel/core@7.29.7)(@babel/traverse@7.29.7)(@nx/jest@23.1.0(@babel/traverse@7.29.7)(@swc-node/register@1.11.1(@swc/core@1.15.46(@swc/helpers@0.5.23))(@swc/types@0.1.27)(typescript@6.0.3))(@swc/cli@0.8.1(@swc/core@1.15.46(@swc/helpers@0.5.23)))(@swc/core@1.15.46(@swc/helpers@0.5.23))(@types/node@22.20.1)(babel-plugin-macros@3.1.0)(nx@23.1.0(@swc-node/register@1.11.1(@swc/core@1.15.46(@swc/helpers@0.5.23))(@swc/types@0.1.27)(typescript@6.0.3))(@swc/core@1.15.46(@swc/helpers@0.5.23)))(typescript@6.0.3))(@nx/playwright@23.1.0(@babel/traverse@7.29.7)(@nx/jest@23.1.0(@babel/traverse@7.29.7)(@swc-node/register@1.11.1(@swc/core@1.15.46(@swc/helpers@0.5.23))(@swc/types@0.1.27)(typescript@6.0.3))(@swc/cli@0.8.1(@swc/core@1.15.46(@swc/helpers@0.5.23)))(@swc/core@1.15.46(@swc/helpers@0.5.23))(@types/node@22.20.1)(babel-plugin-macros@3.1.0)(nx@23.1.0(@swc-node/register@1.11.1(@swc/core@1.15.46(@swc/helpers@0.5.23))(@swc/types@0.1.27)(typescript@6.0.3))(@swc/core@1.15.46(@swc/helpers@0.5.23)))(typescript@6.0.3))(@playwright/test@1.61.1)(@swc-node/register@1.11.1(@swc/core@1.15.46(@swc/helpers@0.5.23))(@swc/types@0.1.27)(typescript@6.0.3))(@swc/cli@0.8.1(@swc/core@1.15.46(@swc/helpers@0.5.23)))(@swc/core@1.15.46(@swc/helpers@0.5.23))(@zkochan/js-yaml@0.0.7)(eslint@10.7.0(jiti@2.7.0))(nx@23.1.0(@swc-node/register@1.11.1(@swc/core@1.15.46(@swc/helpers@0.5.23))(@swc/types@0.1.27)(typescript@6.0.3))(@swc/core@1.15.46(@swc/helpers@0.5.23))))(@nx/vite@23.1.0(@babel/traverse@7.29.7)(@nx/eslint@23.1.0(@babel/traverse@7.29.7)(@nx/jest@23.1.0(@babel/traverse@7.29.7)(@swc-node/register@1.11.1(@swc/core@1.15.46(@swc/helpers@0.5.23))(@swc/types@0.1.27)(typescript@6.0.3))(@swc/cli@0.8.1(@swc/core@1.15.46(@swc/helpers@0.5.23)))(@swc/core@1.15.46(@swc/helpers@0.5.23))(@types/node@22.20.1)(babel-plugin-macros@3.1.0)(nx@23.1.0(@swc-node/register@1.11.1(@swc/core@1.15.46(@swc/helpers@0.5.23))(@swc/types@0.1.27)(typescript@6.0.3))(@swc/core@1.15.46(@swc/helpers@0.5.23)))(typescript@6.0.3))(@swc-node/register@1.11.1(@swc/core@1.15.46(@swc/helpers@0.5.23))(@swc/types@0.1.27)(typescript@6.0.3))(@swc/cli@0.8.1(@swc/core@1.15.46(@swc/helpers@0.5.23)))(@swc/core@1.15.46(@swc/helpers@0.5.23))(@zkochan/js-yaml@0.0.7)(eslint@10.7.0(jiti@2.7.0))(nx@23.1.0(@swc-node/register@1.11.1(@swc/core@1.15.46(@swc/helpers@0.5.23))(@swc/types@0.1.27)(typescript@6.0.3))(@swc/core@1.15.46(@swc/helpers@0.5.23))))(@swc-node/register@1.11.1(@swc/core@1.15.46(@swc/helpers@0.5.23))(@swc/types@0.1.27)(typescript@6.0.3))(@swc/cli@0.8.1(@swc/core@1.15.46(@swc/helpers@0.5.23)))(@swc/core@1.15.46(@swc/helpers@0.5.23))(nx@23.1.0(@swc-node/register@1.11.1(@swc/core@1.15.46(@swc/helpers@0.5.23))(@swc/types@0.1.27)(typescript@6.0.3))(@swc/core@1.15.46(@swc/helpers@0.5.23)))(typescript@6.0.3)(vite@8.1.5(@types/node@22.20.1)(esbuild@0.25.12)(jiti@2.7.0)(less@4.5.1)(sass-embedded@1.100.0)(sass@1.101.6)(terser@5.49.0)(tsx@4.23.1)(yaml@2.9.0))(vitest@4.1.10(@types/node@22.20.1)(@vitest/coverage-v8@4.1.10)(vite@8.1.5(@types/node@22.20.1)(esbuild@0.25.12)(jiti@2.7.0)(less@4.5.1)(sass-embedded@1.100.0)(sass@1.101.6)(terser@5.49.0)(tsx@4.23.1)(yaml@2.9.0))))(@rspack/core@2.1.5(@swc/helpers@0.5.23))(@swc-node/register@1.11.1(@swc/core@1.15.46(@swc/helpers@0.5.23))(@swc/types@0.1.27)(typescript@6.0.3))(@swc/cli@0.8.1(@swc/core@1.15.46(@swc/helpers@0.5.23)))(@swc/core@1.15.46(@swc/helpers@0.5.23))(@swc/helpers@0.5.23)(@types/babel__core@7.20.5)(@zkochan/js-yaml@0.0.7)(esbuild@0.25.12)(eslint@10.7.0(jiti@2.7.0))(next@16.3.0(@babel/core@7.29.7)(@playwright/test@1.61.1)(@types/node@22.20.1)(babel-plugin-macros@3.1.0)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)(sass@1.101.6))(nx@23.1.0(@swc-node/register@1.11.1(@swc/core@1.15.46(@swc/helpers@0.5.23))(@swc/types@0.1.27)(typescript@6.0.3))(@swc/core@1.15.46(@swc/helpers@0.5.23)))(postcss@8.5.26)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)(typescript@6.0.3)(vite@8.1.5(@types/node@22.20.1)(esbuild@0.25.12)(jiti@2.7.0)(less@4.5.1)(sass-embedded@1.100.0)(sass@1.101.6)(terser@5.49.0)(tsx@4.23.1)(yaml@2.9.0))(vitest@4.1.10(@types/node@22.20.1)(@vitest/coverage-v8@4.1.10)(vite@8.1.5(@types/node@22.20.1)(esbuild@0.25.12)(jiti@2.7.0)(less@4.5.1)(sass-embedded@1.100.0)(sass@1.101.6)(terser@5.49.0)(tsx@4.23.1)(yaml@2.9.0)))(webpack-cli@7.2.1(js-yaml@4.3.1)(json5@2.2.3)(webpack-dev-server@5.2.6)(webpack@5.108.4))(webpack-dev-server@5.2.6(tslib@2.8.1)(webpack-cli@7.2.1)(webpack@5.108.4))(webpack@5.108.4(@swc/core@1.15.46(@swc/helpers@0.5.23))(esbuild@0.25.12)(postcss@8.5.26)(webpack-cli@7.2.1))
|
|
101
103
|
'@nx/node':
|
|
102
104
|
specifier: 23.1.0
|
|
103
105
|
version: 23.1.0(@babel/traverse@7.29.7)(@swc-node/register@1.11.1(@swc/core@1.15.46(@swc/helpers@0.5.23))(@swc/types@0.1.27)(typescript@6.0.3))(@swc/cli@0.8.1(@swc/core@1.15.46(@swc/helpers@0.5.23)))(@swc/core@1.15.46(@swc/helpers@0.5.23))(@types/node@22.20.1)(@zkochan/js-yaml@0.0.7)(babel-plugin-macros@3.1.0)(eslint@10.7.0(jiti@2.7.0))(express@5.2.1)(nx@23.1.0(@swc-node/register@1.11.1(@swc/core@1.15.46(@swc/helpers@0.5.23))(@swc/types@0.1.27)(typescript@6.0.3))(@swc/core@1.15.46(@swc/helpers@0.5.23)))(typescript@6.0.3)
|
|
@@ -273,8 +275,8 @@ importers:
|
|
|
273
275
|
specifier: ^1.25.0
|
|
274
276
|
version: 1.25.0(react@19.2.8)
|
|
275
277
|
next:
|
|
276
|
-
specifier: ~16.
|
|
277
|
-
version: 16.
|
|
278
|
+
specifier: ~16.3.0
|
|
279
|
+
version: 16.3.0(@babel/core@7.29.7)(@playwright/test@1.61.1)(@types/node@22.20.1)(babel-plugin-macros@3.1.0)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)(sass@1.101.6)
|
|
278
280
|
postcss:
|
|
279
281
|
specifier: ^8.5.23
|
|
280
282
|
version: 8.5.26
|
|
@@ -1357,136 +1359,145 @@ packages:
|
|
|
1357
1359
|
resolution: {integrity: sha512-Td76q7j57o/tLVdgS746cYARfSyxk8iEfRxewL9h4OMzYhbW4TAcppl0mT4eyqXddh6L/jwoM75mo7ixa/pCeQ==}
|
|
1358
1360
|
engines: {node: '>=18'}
|
|
1359
1361
|
|
|
1360
|
-
'@img/sharp-darwin-arm64@0.
|
|
1361
|
-
resolution: {integrity: sha512-
|
|
1362
|
-
engines: {node:
|
|
1362
|
+
'@img/sharp-darwin-arm64@0.35.3':
|
|
1363
|
+
resolution: {integrity: sha512-RMnFX7YQsMoh7lWfcM4NEHHymBX/rLuKNPVM84XE9ONPcaSCDgE7CHIHpSgPcO2xcRthgBy1HfNO319mwhIAkg==}
|
|
1364
|
+
engines: {node: '>=20.9.0'}
|
|
1363
1365
|
cpu: [arm64]
|
|
1364
1366
|
os: [darwin]
|
|
1365
1367
|
|
|
1366
|
-
'@img/sharp-darwin-x64@0.
|
|
1367
|
-
resolution: {integrity: sha512-
|
|
1368
|
-
engines: {node:
|
|
1368
|
+
'@img/sharp-darwin-x64@0.35.3':
|
|
1369
|
+
resolution: {integrity: sha512-Xo+5uFBtLN0BKqieTxiFzFPQAUlBbbH5iBKyRX/z1JrbnYsHTfKJnUfL8+p2TPXr1pXqao4eeL4Rl144uDpK9w==}
|
|
1370
|
+
engines: {node: '>=20.9.0'}
|
|
1369
1371
|
cpu: [x64]
|
|
1370
1372
|
os: [darwin]
|
|
1371
1373
|
|
|
1372
|
-
'@img/sharp-
|
|
1373
|
-
resolution: {integrity: sha512-
|
|
1374
|
+
'@img/sharp-freebsd-wasm32@0.35.3':
|
|
1375
|
+
resolution: {integrity: sha512-lUxcqWIj2wMQ9BrwNjngcr1gWUr5xgaGThBRqPPalIC2n67Cqj1uPh8NnA/ZhAg8hUbKl+kVHKwgUIwe6ZYPrg==}
|
|
1376
|
+
engines: {node: '>=20.9.0'}
|
|
1377
|
+
os: [freebsd]
|
|
1378
|
+
|
|
1379
|
+
'@img/sharp-libvips-darwin-arm64@1.3.2':
|
|
1380
|
+
resolution: {integrity: sha512-9J6ypZFpQBj4YnePGoq/S38w6nz+vqg5WZLrLGY4YuSemdMq47GMLBPO42MzwdGwpg/agZ7xzZcFHa48xlywfg==}
|
|
1374
1381
|
cpu: [arm64]
|
|
1375
1382
|
os: [darwin]
|
|
1376
1383
|
|
|
1377
|
-
'@img/sharp-libvips-darwin-x64@1.2
|
|
1378
|
-
resolution: {integrity: sha512-
|
|
1384
|
+
'@img/sharp-libvips-darwin-x64@1.3.2':
|
|
1385
|
+
resolution: {integrity: sha512-m2pW1n6cns9VaubNwsZ+c3CRYjxNQWgJ5gPlnL1nbBcpkBvFm6SCFN5o0psFHI8w9n11NKhFkeEDns98tiqbEw==}
|
|
1379
1386
|
cpu: [x64]
|
|
1380
1387
|
os: [darwin]
|
|
1381
1388
|
|
|
1382
|
-
'@img/sharp-libvips-linux-arm64@1.2
|
|
1383
|
-
resolution: {integrity: sha512-
|
|
1389
|
+
'@img/sharp-libvips-linux-arm64@1.3.2':
|
|
1390
|
+
resolution: {integrity: sha512-dqVSFynCox4C/J8kT16V7SIFAns0IjgLwkvYT7p8LQVmJ5OS5b6tI9IGflxTeuBS//zXeFIUbwt5dwxyZ17cnA==}
|
|
1384
1391
|
cpu: [arm64]
|
|
1385
1392
|
os: [linux]
|
|
1386
1393
|
|
|
1387
|
-
'@img/sharp-libvips-linux-arm@1.2
|
|
1388
|
-
resolution: {integrity: sha512-
|
|
1394
|
+
'@img/sharp-libvips-linux-arm@1.3.2':
|
|
1395
|
+
resolution: {integrity: sha512-1eMLzy92I4J6rmi4mAT8yC3HxOtniyGELlzGbNMLLeqe052ahFQ0h6LFq+lh5DsDIdYViIDst08abvSbcEdLXQ==}
|
|
1389
1396
|
cpu: [arm]
|
|
1390
1397
|
os: [linux]
|
|
1391
1398
|
|
|
1392
|
-
'@img/sharp-libvips-linux-ppc64@1.2
|
|
1393
|
-
resolution: {integrity: sha512-
|
|
1399
|
+
'@img/sharp-libvips-linux-ppc64@1.3.2':
|
|
1400
|
+
resolution: {integrity: sha512-3z0NHDxD6n5I9gc05U1eW1AyRm+Gznzq3naMrthPNqE6oYykcogW0l/jfpJdjYnuNl8R7yI9pNbE1XiUeyq0Aw==}
|
|
1394
1401
|
cpu: [ppc64]
|
|
1395
1402
|
os: [linux]
|
|
1396
1403
|
|
|
1397
|
-
'@img/sharp-libvips-linux-riscv64@1.2
|
|
1398
|
-
resolution: {integrity: sha512-
|
|
1404
|
+
'@img/sharp-libvips-linux-riscv64@1.3.2':
|
|
1405
|
+
resolution: {integrity: sha512-bsb4rI+NldGOsXuej2r8OdSS8+zXDVaCWxyWrcv6kneTOlgAHtZABRzBBCwdsPiD90J4myNJuHpg6kA20ImW/w==}
|
|
1399
1406
|
cpu: [riscv64]
|
|
1400
1407
|
os: [linux]
|
|
1401
1408
|
|
|
1402
|
-
'@img/sharp-libvips-linux-s390x@1.2
|
|
1403
|
-
resolution: {integrity: sha512
|
|
1409
|
+
'@img/sharp-libvips-linux-s390x@1.3.2':
|
|
1410
|
+
resolution: {integrity: sha512-/ABshyj8gCpyIrNXnHn4LorDJ0HHm1VhXPBlxZ8zAtfVPAaSafXPGn+sUSIRiwaSBy0mmFjSjiXI5mkcwdChKQ==}
|
|
1404
1411
|
cpu: [s390x]
|
|
1405
1412
|
os: [linux]
|
|
1406
1413
|
|
|
1407
|
-
'@img/sharp-libvips-linux-x64@1.2
|
|
1408
|
-
resolution: {integrity: sha512-
|
|
1414
|
+
'@img/sharp-libvips-linux-x64@1.3.2':
|
|
1415
|
+
resolution: {integrity: sha512-ITPEtgffGJ0S6G9dRyw/366tJQqFRcHWPHhC+Stpg3Z8AEMrDrTr2lhdz4f/Y/HMbRh//7Z5mBzEpVdi62Oc3w==}
|
|
1409
1416
|
cpu: [x64]
|
|
1410
1417
|
os: [linux]
|
|
1411
1418
|
|
|
1412
|
-
'@img/sharp-libvips-linuxmusl-arm64@1.2
|
|
1413
|
-
resolution: {integrity: sha512-
|
|
1419
|
+
'@img/sharp-libvips-linuxmusl-arm64@1.3.2':
|
|
1420
|
+
resolution: {integrity: sha512-zE9EdiUzUmg5mDT5a1rk5fYJ6GWPloTwWBYDS14naqHsL+EaMpDj1AWnpLgh3u0YCORv2Tt50wrcrpYqkP97Kw==}
|
|
1414
1421
|
cpu: [arm64]
|
|
1415
1422
|
os: [linux]
|
|
1416
1423
|
|
|
1417
|
-
'@img/sharp-libvips-linuxmusl-x64@1.2
|
|
1418
|
-
resolution: {integrity: sha512
|
|
1424
|
+
'@img/sharp-libvips-linuxmusl-x64@1.3.2':
|
|
1425
|
+
resolution: {integrity: sha512-m0lrLiUt+lBYnCFr8qV/65yMR4E/c7/wf78I5eKTdkEakFAlZ9QlzEM3QIhhAwVeUhLAHLcCq7a7Vszq/oFNZQ==}
|
|
1419
1426
|
cpu: [x64]
|
|
1420
1427
|
os: [linux]
|
|
1421
1428
|
|
|
1422
|
-
'@img/sharp-linux-arm64@0.
|
|
1423
|
-
resolution: {integrity: sha512-
|
|
1424
|
-
engines: {node:
|
|
1429
|
+
'@img/sharp-linux-arm64@0.35.3':
|
|
1430
|
+
resolution: {integrity: sha512-QgKDspHPnrU+GQ55XPhGwyhC8acLVOOSyAvo1oVfFmrIXLkDNmGWzAfDZ4xK8oSA1qBQrALcHX0G5UZni/SuFQ==}
|
|
1431
|
+
engines: {node: '>=20.9.0'}
|
|
1425
1432
|
cpu: [arm64]
|
|
1426
1433
|
os: [linux]
|
|
1427
1434
|
|
|
1428
|
-
'@img/sharp-linux-arm@0.
|
|
1429
|
-
resolution: {integrity: sha512-
|
|
1430
|
-
engines: {node:
|
|
1435
|
+
'@img/sharp-linux-arm@0.35.3':
|
|
1436
|
+
resolution: {integrity: sha512-affVWCTLooy8TSxbDx2qkzuDeaWLNVBA+P//FNBirHsXpP2fuBhk5AuboYUnrDnzoXes8GFjpTx0SBFOCRg+FA==}
|
|
1437
|
+
engines: {node: '>=20.9.0'}
|
|
1431
1438
|
cpu: [arm]
|
|
1432
1439
|
os: [linux]
|
|
1433
1440
|
|
|
1434
|
-
'@img/sharp-linux-ppc64@0.
|
|
1435
|
-
resolution: {integrity: sha512-
|
|
1436
|
-
engines: {node:
|
|
1441
|
+
'@img/sharp-linux-ppc64@0.35.3':
|
|
1442
|
+
resolution: {integrity: sha512-sMd8rDxmpLOwv/7N44klFjOD5DUO7FLdjiXDI0hoxYaf7Ar262dQIEkosE98bps+5HPLtp/EvNqeqQtOycP/IA==}
|
|
1443
|
+
engines: {node: '>=20.9.0'}
|
|
1437
1444
|
cpu: [ppc64]
|
|
1438
1445
|
os: [linux]
|
|
1439
1446
|
|
|
1440
|
-
'@img/sharp-linux-riscv64@0.
|
|
1441
|
-
resolution: {integrity: sha512-
|
|
1442
|
-
engines: {node:
|
|
1447
|
+
'@img/sharp-linux-riscv64@0.35.3':
|
|
1448
|
+
resolution: {integrity: sha512-0Eob78yjlYPfL5vMNWAW55l3R9Y6BQS/gOfe0ZcP9mEz9ohhKSt4im1hayiknXgf8AWrFqMvJcKIdmLmEe7yeQ==}
|
|
1449
|
+
engines: {node: '>=20.9.0'}
|
|
1443
1450
|
cpu: [riscv64]
|
|
1444
1451
|
os: [linux]
|
|
1445
1452
|
|
|
1446
|
-
'@img/sharp-linux-s390x@0.
|
|
1447
|
-
resolution: {integrity: sha512-
|
|
1448
|
-
engines: {node:
|
|
1453
|
+
'@img/sharp-linux-s390x@0.35.3':
|
|
1454
|
+
resolution: {integrity: sha512-KgAxQ0DxpNOq1rG2t5cgTgShJFGSuU7XO45cqC+1NVOuZnP6tlgZRuSYOfNupGkHID0o3cJOsw4DVeJpMovcGw==}
|
|
1455
|
+
engines: {node: '>=20.9.0'}
|
|
1449
1456
|
cpu: [s390x]
|
|
1450
1457
|
os: [linux]
|
|
1451
1458
|
|
|
1452
|
-
'@img/sharp-linux-x64@0.
|
|
1453
|
-
resolution: {integrity: sha512-
|
|
1454
|
-
engines: {node:
|
|
1459
|
+
'@img/sharp-linux-x64@0.35.3':
|
|
1460
|
+
resolution: {integrity: sha512-8pqvxubL2PGdhlPy6GLqzDYMUjyRmKAwKHYKixpdJYBUK7PJ0C029XdsnpFIdgRZG68fZiGdHVWcKPvtiPB4cA==}
|
|
1461
|
+
engines: {node: '>=20.9.0'}
|
|
1455
1462
|
cpu: [x64]
|
|
1456
1463
|
os: [linux]
|
|
1457
1464
|
|
|
1458
|
-
'@img/sharp-linuxmusl-arm64@0.
|
|
1459
|
-
resolution: {integrity: sha512-
|
|
1460
|
-
engines: {node:
|
|
1465
|
+
'@img/sharp-linuxmusl-arm64@0.35.3':
|
|
1466
|
+
resolution: {integrity: sha512-Vz0iQjzzcSX3HCbfwFfCSG/9SCIqyO0mH2sXyiHaAYfBk0cRsCWXRyQYX0ovCK/PAQBbTzQ0dsPQHh5MAFL59w==}
|
|
1467
|
+
engines: {node: '>=20.9.0'}
|
|
1461
1468
|
cpu: [arm64]
|
|
1462
1469
|
os: [linux]
|
|
1463
1470
|
|
|
1464
|
-
'@img/sharp-linuxmusl-x64@0.
|
|
1465
|
-
resolution: {integrity: sha512-
|
|
1466
|
-
engines: {node:
|
|
1471
|
+
'@img/sharp-linuxmusl-x64@0.35.3':
|
|
1472
|
+
resolution: {integrity: sha512-6O1NPKcDVj9QEdg7Hx549EX8U0rp6yXQERqru6yRN7fGBn32UvIRJUlWnk+8xDCiG76hXVBbX82NZ/ZKr0euIg==}
|
|
1473
|
+
engines: {node: '>=20.9.0'}
|
|
1467
1474
|
cpu: [x64]
|
|
1468
1475
|
os: [linux]
|
|
1469
1476
|
|
|
1470
|
-
'@img/sharp-wasm32@0.
|
|
1471
|
-
resolution: {integrity: sha512-
|
|
1472
|
-
engines: {node:
|
|
1477
|
+
'@img/sharp-wasm32@0.35.3':
|
|
1478
|
+
resolution: {integrity: sha512-cZ0XkcYGpHZkqW6iCkqTcmUC0CD9DhD5d/qeZlZkfRBn6GnHniZXLUo5+9xw8Iv76YE6LQFN9YNBlKREcCG76w==}
|
|
1479
|
+
engines: {node: '>=20.9.0'}
|
|
1480
|
+
|
|
1481
|
+
'@img/sharp-webcontainers-wasm32@0.35.3':
|
|
1482
|
+
resolution: {integrity: sha512-2rnq7bX3NzeR2T4YWgz8qiG4h3TSdMe+vN1iQXpJleSJ3SM5zQ8Fy2SyyXAWlbxpEZ2Y+Z4u1BePgJEYbSy80Q==}
|
|
1483
|
+
engines: {node: '>=20.9.0'}
|
|
1473
1484
|
cpu: [wasm32]
|
|
1474
1485
|
|
|
1475
|
-
'@img/sharp-win32-arm64@0.
|
|
1476
|
-
resolution: {integrity: sha512-
|
|
1477
|
-
engines: {node:
|
|
1486
|
+
'@img/sharp-win32-arm64@0.35.3':
|
|
1487
|
+
resolution: {integrity: sha512-4bPwFdMbeC4JQ8L8LOyWp6nsHcboP5fxkp6iPOXz2Vg49R42TuMs2whkJ5OAP4/Ul035qOzy0AecOF9VOscn4w==}
|
|
1488
|
+
engines: {node: '>=20.9.0'}
|
|
1478
1489
|
cpu: [arm64]
|
|
1479
1490
|
os: [win32]
|
|
1480
1491
|
|
|
1481
|
-
'@img/sharp-win32-ia32@0.
|
|
1482
|
-
resolution: {integrity: sha512-
|
|
1483
|
-
engines: {node: ^
|
|
1492
|
+
'@img/sharp-win32-ia32@0.35.3':
|
|
1493
|
+
resolution: {integrity: sha512-r53mXsBN6lFUDiST764SvgwUdHAqM4rPAiDzAmf4fLoB6X/rkfyTrLCg6+g17wJJiCmB3JYgHuUldCWUIRFSXw==}
|
|
1494
|
+
engines: {node: ^20.9.0}
|
|
1484
1495
|
cpu: [ia32]
|
|
1485
1496
|
os: [win32]
|
|
1486
1497
|
|
|
1487
|
-
'@img/sharp-win32-x64@0.
|
|
1488
|
-
resolution: {integrity: sha512
|
|
1489
|
-
engines: {node:
|
|
1498
|
+
'@img/sharp-win32-x64@0.35.3':
|
|
1499
|
+
resolution: {integrity: sha512-D4y1vNeZrIIJCN+uHaWVtH86B+aCrdMYYjicy9pXHvbGZeGYLLSd3wdVuC37FxVXlU1ARsk84eKWfWMXGYEqvA==}
|
|
1500
|
+
engines: {node: '>=20.9.0'}
|
|
1490
1501
|
cpu: [x64]
|
|
1491
1502
|
os: [win32]
|
|
1492
1503
|
|
|
@@ -1902,56 +1913,56 @@ packages:
|
|
|
1902
1913
|
'@nestjs/platform-express':
|
|
1903
1914
|
optional: true
|
|
1904
1915
|
|
|
1905
|
-
'@next/env@16.
|
|
1906
|
-
resolution: {integrity: sha512-
|
|
1916
|
+
'@next/env@16.3.0':
|
|
1917
|
+
resolution: {integrity: sha512-o9r1S0BNiNreHP9Vs+Qnqd9kviDkJh8xIACY7UFZSmiGbbQRzPBBosvHzAU4TULHOIuOj/18RSsyz2qrREmIFw==}
|
|
1907
1918
|
|
|
1908
1919
|
'@next/eslint-plugin-next@16.2.11':
|
|
1909
1920
|
resolution: {integrity: sha512-vMEf/aXOpzFFdtIvFYOnIDPKb0xBbrXONsz83CcKdRrekfxNdL8PNkq5qHqAHSXVlIifnX68LOMaxr3z5PkeLQ==}
|
|
1910
1921
|
|
|
1911
|
-
'@next/swc-darwin-arm64@16.
|
|
1912
|
-
resolution: {integrity: sha512-
|
|
1922
|
+
'@next/swc-darwin-arm64@16.3.0':
|
|
1923
|
+
resolution: {integrity: sha512-55hpqq18bEVAlxedlTt3tFqZmKg2nUXT1kn1G/BGEy0R13h3LwtwHPVzzjG6P4LLeOHE32PFDQUVaJEWvBEZBw==}
|
|
1913
1924
|
engines: {node: '>= 10'}
|
|
1914
1925
|
cpu: [arm64]
|
|
1915
1926
|
os: [darwin]
|
|
1916
1927
|
|
|
1917
|
-
'@next/swc-darwin-x64@16.
|
|
1918
|
-
resolution: {integrity: sha512-
|
|
1928
|
+
'@next/swc-darwin-x64@16.3.0':
|
|
1929
|
+
resolution: {integrity: sha512-SOi96kSaF5T+0wW4koiM1bWzSPwjzTesC1p3df+FjdOi5LIQkBK/blxh7HdoKnNuI4PURF1OO7TZqtfnbWDSgw==}
|
|
1919
1930
|
engines: {node: '>= 10'}
|
|
1920
1931
|
cpu: [x64]
|
|
1921
1932
|
os: [darwin]
|
|
1922
1933
|
|
|
1923
|
-
'@next/swc-linux-arm64-gnu@16.
|
|
1924
|
-
resolution: {integrity: sha512
|
|
1934
|
+
'@next/swc-linux-arm64-gnu@16.3.0':
|
|
1935
|
+
resolution: {integrity: sha512-P0gZAoPMF4dyTRzhmkV4PrqVzSOB6t4mC1oI3c4dqijJ+OVEVx5clIXAKR4/uQpsqw2KKM/0D5tVumcR2r5blg==}
|
|
1925
1936
|
engines: {node: '>= 10'}
|
|
1926
1937
|
cpu: [arm64]
|
|
1927
1938
|
os: [linux]
|
|
1928
1939
|
|
|
1929
|
-
'@next/swc-linux-arm64-musl@16.
|
|
1930
|
-
resolution: {integrity: sha512-
|
|
1940
|
+
'@next/swc-linux-arm64-musl@16.3.0':
|
|
1941
|
+
resolution: {integrity: sha512-tXXGKJw0m37O0eKJARVTX/TheKPhz0QFVtVVZXmOig+9YKLQOSP6hvf2pxv5DO7CLEJyTHx3Pg043CDQkv1G4Q==}
|
|
1931
1942
|
engines: {node: '>= 10'}
|
|
1932
1943
|
cpu: [arm64]
|
|
1933
1944
|
os: [linux]
|
|
1934
1945
|
|
|
1935
|
-
'@next/swc-linux-x64-gnu@16.
|
|
1936
|
-
resolution: {integrity: sha512-
|
|
1946
|
+
'@next/swc-linux-x64-gnu@16.3.0':
|
|
1947
|
+
resolution: {integrity: sha512-pjGxK5EY7yWml78ALejFkWmgHsU7wbFQrISiugpH6FbUJhgEvw3xFZ/EBAtLl7QtL0WdQKiG9eWJ3mOKGTukHw==}
|
|
1937
1948
|
engines: {node: '>= 10'}
|
|
1938
1949
|
cpu: [x64]
|
|
1939
1950
|
os: [linux]
|
|
1940
1951
|
|
|
1941
|
-
'@next/swc-linux-x64-musl@16.
|
|
1942
|
-
resolution: {integrity: sha512-
|
|
1952
|
+
'@next/swc-linux-x64-musl@16.3.0':
|
|
1953
|
+
resolution: {integrity: sha512-sjo++Xx+lomlPs3HRsHWhVDyGG6ms1kGW5EtHLERdII8AyG1i+f6aq68xHREO6AEMlhjTNEWBSmfJfqm9orf7g==}
|
|
1943
1954
|
engines: {node: '>= 10'}
|
|
1944
1955
|
cpu: [x64]
|
|
1945
1956
|
os: [linux]
|
|
1946
1957
|
|
|
1947
|
-
'@next/swc-win32-arm64-msvc@16.
|
|
1948
|
-
resolution: {integrity: sha512-
|
|
1958
|
+
'@next/swc-win32-arm64-msvc@16.3.0':
|
|
1959
|
+
resolution: {integrity: sha512-C5JSgiO54wURdaxdEUIXqkz04uMqC9UmPX1gtDrV/5Tf1UowdWYI8uA5hfFbPolTlp0q4KZ60xlHePNibf0VIw==}
|
|
1949
1960
|
engines: {node: '>= 10'}
|
|
1950
1961
|
cpu: [arm64]
|
|
1951
1962
|
os: [win32]
|
|
1952
1963
|
|
|
1953
|
-
'@next/swc-win32-x64-msvc@16.
|
|
1954
|
-
resolution: {integrity: sha512-
|
|
1964
|
+
'@next/swc-win32-x64-msvc@16.3.0':
|
|
1965
|
+
resolution: {integrity: sha512-fDOggsweNb5SSw0ZKVk6U+gxSyGFFlIBY/LBc1r8GUj4u/6t6oArL+Pmkg0MBnsgR+KkdsURilVH4F3GXUGepA==}
|
|
1955
1966
|
engines: {node: '>= 10'}
|
|
1956
1967
|
cpu: [x64]
|
|
1957
1968
|
os: [win32]
|
|
@@ -6409,8 +6420,8 @@ packages:
|
|
|
6409
6420
|
pino-http: ^6.4.0 || ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0
|
|
6410
6421
|
rxjs: ^7.1.0
|
|
6411
6422
|
|
|
6412
|
-
next@16.
|
|
6413
|
-
resolution: {integrity: sha512-
|
|
6423
|
+
next@16.3.0:
|
|
6424
|
+
resolution: {integrity: sha512-NEdGOzH+08eTXMUp9UYkA99Nhi5N6Thrhc1jgFOQgfgnGK/dA2hRwBpXep+exdFQrnwlRf/3Wixyp8lLBUpE2A==}
|
|
6414
6425
|
engines: {node: '>=20.9.0'}
|
|
6415
6426
|
hasBin: true
|
|
6416
6427
|
peerDependencies:
|
|
@@ -7015,8 +7026,8 @@ packages:
|
|
|
7015
7026
|
postcss-value-parser@4.2.0:
|
|
7016
7027
|
resolution: {integrity: sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==}
|
|
7017
7028
|
|
|
7018
|
-
postcss@8.
|
|
7019
|
-
resolution: {integrity: sha512-
|
|
7029
|
+
postcss@8.5.23:
|
|
7030
|
+
resolution: {integrity: sha512-g50586zr4bZmwFiTlflMu8E0bDTb5I5gertgwAKmsdUlTQIhZtunzUlD1WSzwcVWPoAVpsrA6vlfCD7oXvRwgg==}
|
|
7020
7031
|
engines: {node: ^10 || ^12 || >=14}
|
|
7021
7032
|
|
|
7022
7033
|
postcss@8.5.26:
|
|
@@ -7548,6 +7559,11 @@ packages:
|
|
|
7548
7559
|
engines: {node: '>=10'}
|
|
7549
7560
|
hasBin: true
|
|
7550
7561
|
|
|
7562
|
+
semver@7.8.5:
|
|
7563
|
+
resolution: {integrity: sha512-Y7/KDsb8LjooZpwaqGyulO6DQlksgCncchHGk+sZIY4SBvUocMBEFH5Ur1fI4dV+Jvl0w6cjvucaIi40puRioA==}
|
|
7564
|
+
engines: {node: '>=10'}
|
|
7565
|
+
hasBin: true
|
|
7566
|
+
|
|
7551
7567
|
send@0.19.2:
|
|
7552
7568
|
resolution: {integrity: sha512-VMbMxbDeehAxpOtWJXlcUS5E8iXh6QmN+BkRX1GARS3wRaXEEgzCcB10gTQazO42tpNIya8xIyNx8fll1OFPrg==}
|
|
7553
7569
|
engines: {node: '>= 0.8.0'}
|
|
@@ -7591,9 +7607,14 @@ packages:
|
|
|
7591
7607
|
resolution: {integrity: sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA==}
|
|
7592
7608
|
engines: {node: '>=8'}
|
|
7593
7609
|
|
|
7594
|
-
sharp@0.
|
|
7595
|
-
resolution: {integrity: sha512-
|
|
7596
|
-
engines: {node:
|
|
7610
|
+
sharp@0.35.3:
|
|
7611
|
+
resolution: {integrity: sha512-ej0zVHuZGHCiABXcNxeYhpRnPNPAcvbG8RMdBAhDAxLKkCRVSpK3Iyu7qbqw3JMzoj0REeM6f3tJLtVwl0023Q==}
|
|
7612
|
+
engines: {node: '>=20.9.0'}
|
|
7613
|
+
peerDependencies:
|
|
7614
|
+
'@types/node': '*'
|
|
7615
|
+
peerDependenciesMeta:
|
|
7616
|
+
'@types/node':
|
|
7617
|
+
optional: true
|
|
7597
7618
|
|
|
7598
7619
|
shebang-command@2.0.0:
|
|
7599
7620
|
resolution: {integrity: sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==}
|
|
@@ -8199,9 +8220,8 @@ packages:
|
|
|
8199
8220
|
resolution: {integrity: sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==}
|
|
8200
8221
|
engines: {node: '>= 0.4.0'}
|
|
8201
8222
|
|
|
8202
|
-
uuid@
|
|
8203
|
-
resolution: {integrity: sha512
|
|
8204
|
-
deprecated: uuid@10 and below is no longer supported. For ESM codebases, update to uuid@latest. For CommonJS codebases, use uuid@11 (but be aware this version will likely be deprecated in 2028).
|
|
8223
|
+
uuid@11.1.1:
|
|
8224
|
+
resolution: {integrity: sha512-vIYxrBCC/N/K+Js3qSN88go7kIfNPssr/hHCesKCQNAjmgvYS2oqr69kIufEG+O4+PfezOH4EbIeHCfFov8ZgQ==}
|
|
8205
8225
|
hasBin: true
|
|
8206
8226
|
|
|
8207
8227
|
v8-to-istanbul@9.3.0:
|
|
@@ -9743,98 +9763,108 @@ snapshots:
|
|
|
9743
9763
|
'@img/colour@1.1.0':
|
|
9744
9764
|
optional: true
|
|
9745
9765
|
|
|
9746
|
-
'@img/sharp-darwin-arm64@0.
|
|
9766
|
+
'@img/sharp-darwin-arm64@0.35.3':
|
|
9747
9767
|
optionalDependencies:
|
|
9748
|
-
'@img/sharp-libvips-darwin-arm64': 1.2
|
|
9768
|
+
'@img/sharp-libvips-darwin-arm64': 1.3.2
|
|
9749
9769
|
optional: true
|
|
9750
9770
|
|
|
9751
|
-
'@img/sharp-darwin-x64@0.
|
|
9771
|
+
'@img/sharp-darwin-x64@0.35.3':
|
|
9752
9772
|
optionalDependencies:
|
|
9753
|
-
'@img/sharp-libvips-darwin-x64': 1.2
|
|
9773
|
+
'@img/sharp-libvips-darwin-x64': 1.3.2
|
|
9754
9774
|
optional: true
|
|
9755
9775
|
|
|
9756
|
-
'@img/sharp-
|
|
9776
|
+
'@img/sharp-freebsd-wasm32@0.35.3':
|
|
9777
|
+
dependencies:
|
|
9778
|
+
'@img/sharp-wasm32': 0.35.3
|
|
9757
9779
|
optional: true
|
|
9758
9780
|
|
|
9759
|
-
'@img/sharp-libvips-darwin-
|
|
9781
|
+
'@img/sharp-libvips-darwin-arm64@1.3.2':
|
|
9760
9782
|
optional: true
|
|
9761
9783
|
|
|
9762
|
-
'@img/sharp-libvips-
|
|
9784
|
+
'@img/sharp-libvips-darwin-x64@1.3.2':
|
|
9763
9785
|
optional: true
|
|
9764
9786
|
|
|
9765
|
-
'@img/sharp-libvips-linux-
|
|
9787
|
+
'@img/sharp-libvips-linux-arm64@1.3.2':
|
|
9766
9788
|
optional: true
|
|
9767
9789
|
|
|
9768
|
-
'@img/sharp-libvips-linux-
|
|
9790
|
+
'@img/sharp-libvips-linux-arm@1.3.2':
|
|
9769
9791
|
optional: true
|
|
9770
9792
|
|
|
9771
|
-
'@img/sharp-libvips-linux-
|
|
9793
|
+
'@img/sharp-libvips-linux-ppc64@1.3.2':
|
|
9772
9794
|
optional: true
|
|
9773
9795
|
|
|
9774
|
-
'@img/sharp-libvips-linux-
|
|
9796
|
+
'@img/sharp-libvips-linux-riscv64@1.3.2':
|
|
9775
9797
|
optional: true
|
|
9776
9798
|
|
|
9777
|
-
'@img/sharp-libvips-linux-
|
|
9799
|
+
'@img/sharp-libvips-linux-s390x@1.3.2':
|
|
9778
9800
|
optional: true
|
|
9779
9801
|
|
|
9780
|
-
'@img/sharp-libvips-
|
|
9802
|
+
'@img/sharp-libvips-linux-x64@1.3.2':
|
|
9781
9803
|
optional: true
|
|
9782
9804
|
|
|
9783
|
-
'@img/sharp-libvips-linuxmusl-
|
|
9805
|
+
'@img/sharp-libvips-linuxmusl-arm64@1.3.2':
|
|
9784
9806
|
optional: true
|
|
9785
9807
|
|
|
9786
|
-
'@img/sharp-
|
|
9808
|
+
'@img/sharp-libvips-linuxmusl-x64@1.3.2':
|
|
9809
|
+
optional: true
|
|
9810
|
+
|
|
9811
|
+
'@img/sharp-linux-arm64@0.35.3':
|
|
9787
9812
|
optionalDependencies:
|
|
9788
|
-
'@img/sharp-libvips-linux-arm64': 1.2
|
|
9813
|
+
'@img/sharp-libvips-linux-arm64': 1.3.2
|
|
9789
9814
|
optional: true
|
|
9790
9815
|
|
|
9791
|
-
'@img/sharp-linux-arm@0.
|
|
9816
|
+
'@img/sharp-linux-arm@0.35.3':
|
|
9792
9817
|
optionalDependencies:
|
|
9793
|
-
'@img/sharp-libvips-linux-arm': 1.2
|
|
9818
|
+
'@img/sharp-libvips-linux-arm': 1.3.2
|
|
9794
9819
|
optional: true
|
|
9795
9820
|
|
|
9796
|
-
'@img/sharp-linux-ppc64@0.
|
|
9821
|
+
'@img/sharp-linux-ppc64@0.35.3':
|
|
9797
9822
|
optionalDependencies:
|
|
9798
|
-
'@img/sharp-libvips-linux-ppc64': 1.2
|
|
9823
|
+
'@img/sharp-libvips-linux-ppc64': 1.3.2
|
|
9799
9824
|
optional: true
|
|
9800
9825
|
|
|
9801
|
-
'@img/sharp-linux-riscv64@0.
|
|
9826
|
+
'@img/sharp-linux-riscv64@0.35.3':
|
|
9802
9827
|
optionalDependencies:
|
|
9803
|
-
'@img/sharp-libvips-linux-riscv64': 1.2
|
|
9828
|
+
'@img/sharp-libvips-linux-riscv64': 1.3.2
|
|
9804
9829
|
optional: true
|
|
9805
9830
|
|
|
9806
|
-
'@img/sharp-linux-s390x@0.
|
|
9831
|
+
'@img/sharp-linux-s390x@0.35.3':
|
|
9807
9832
|
optionalDependencies:
|
|
9808
|
-
'@img/sharp-libvips-linux-s390x': 1.2
|
|
9833
|
+
'@img/sharp-libvips-linux-s390x': 1.3.2
|
|
9809
9834
|
optional: true
|
|
9810
9835
|
|
|
9811
|
-
'@img/sharp-linux-x64@0.
|
|
9836
|
+
'@img/sharp-linux-x64@0.35.3':
|
|
9812
9837
|
optionalDependencies:
|
|
9813
|
-
'@img/sharp-libvips-linux-x64': 1.2
|
|
9838
|
+
'@img/sharp-libvips-linux-x64': 1.3.2
|
|
9814
9839
|
optional: true
|
|
9815
9840
|
|
|
9816
|
-
'@img/sharp-linuxmusl-arm64@0.
|
|
9841
|
+
'@img/sharp-linuxmusl-arm64@0.35.3':
|
|
9817
9842
|
optionalDependencies:
|
|
9818
|
-
'@img/sharp-libvips-linuxmusl-arm64': 1.2
|
|
9843
|
+
'@img/sharp-libvips-linuxmusl-arm64': 1.3.2
|
|
9819
9844
|
optional: true
|
|
9820
9845
|
|
|
9821
|
-
'@img/sharp-linuxmusl-x64@0.
|
|
9846
|
+
'@img/sharp-linuxmusl-x64@0.35.3':
|
|
9822
9847
|
optionalDependencies:
|
|
9823
|
-
'@img/sharp-libvips-linuxmusl-x64': 1.2
|
|
9848
|
+
'@img/sharp-libvips-linuxmusl-x64': 1.3.2
|
|
9824
9849
|
optional: true
|
|
9825
9850
|
|
|
9826
|
-
'@img/sharp-wasm32@0.
|
|
9851
|
+
'@img/sharp-wasm32@0.35.3':
|
|
9827
9852
|
dependencies:
|
|
9828
9853
|
'@emnapi/runtime': 1.11.2
|
|
9829
9854
|
optional: true
|
|
9830
9855
|
|
|
9831
|
-
'@img/sharp-
|
|
9856
|
+
'@img/sharp-webcontainers-wasm32@0.35.3':
|
|
9857
|
+
dependencies:
|
|
9858
|
+
'@img/sharp-wasm32': 0.35.3
|
|
9832
9859
|
optional: true
|
|
9833
9860
|
|
|
9834
|
-
'@img/sharp-win32-
|
|
9861
|
+
'@img/sharp-win32-arm64@0.35.3':
|
|
9835
9862
|
optional: true
|
|
9836
9863
|
|
|
9837
|
-
'@img/sharp-win32-
|
|
9864
|
+
'@img/sharp-win32-ia32@0.35.3':
|
|
9865
|
+
optional: true
|
|
9866
|
+
|
|
9867
|
+
'@img/sharp-win32-x64@0.35.3':
|
|
9838
9868
|
optional: true
|
|
9839
9869
|
|
|
9840
9870
|
'@isaacs/cliui@8.0.2':
|
|
@@ -10315,34 +10345,34 @@ snapshots:
|
|
|
10315
10345
|
optionalDependencies:
|
|
10316
10346
|
'@nestjs/platform-express': 11.1.28(@nestjs/common@11.1.28(reflect-metadata@0.2.2)(rxjs@7.8.1))(@nestjs/core@11.1.28)
|
|
10317
10347
|
|
|
10318
|
-
'@next/env@16.
|
|
10348
|
+
'@next/env@16.3.0': {}
|
|
10319
10349
|
|
|
10320
10350
|
'@next/eslint-plugin-next@16.2.11':
|
|
10321
10351
|
dependencies:
|
|
10322
10352
|
fast-glob: 3.3.1
|
|
10323
10353
|
|
|
10324
|
-
'@next/swc-darwin-arm64@16.
|
|
10354
|
+
'@next/swc-darwin-arm64@16.3.0':
|
|
10325
10355
|
optional: true
|
|
10326
10356
|
|
|
10327
|
-
'@next/swc-darwin-x64@16.
|
|
10357
|
+
'@next/swc-darwin-x64@16.3.0':
|
|
10328
10358
|
optional: true
|
|
10329
10359
|
|
|
10330
|
-
'@next/swc-linux-arm64-gnu@16.
|
|
10360
|
+
'@next/swc-linux-arm64-gnu@16.3.0':
|
|
10331
10361
|
optional: true
|
|
10332
10362
|
|
|
10333
|
-
'@next/swc-linux-arm64-musl@16.
|
|
10363
|
+
'@next/swc-linux-arm64-musl@16.3.0':
|
|
10334
10364
|
optional: true
|
|
10335
10365
|
|
|
10336
|
-
'@next/swc-linux-x64-gnu@16.
|
|
10366
|
+
'@next/swc-linux-x64-gnu@16.3.0':
|
|
10337
10367
|
optional: true
|
|
10338
10368
|
|
|
10339
|
-
'@next/swc-linux-x64-musl@16.
|
|
10369
|
+
'@next/swc-linux-x64-musl@16.3.0':
|
|
10340
10370
|
optional: true
|
|
10341
10371
|
|
|
10342
|
-
'@next/swc-win32-arm64-msvc@16.
|
|
10372
|
+
'@next/swc-win32-arm64-msvc@16.3.0':
|
|
10343
10373
|
optional: true
|
|
10344
10374
|
|
|
10345
|
-
'@next/swc-win32-x64-msvc@16.
|
|
10375
|
+
'@next/swc-win32-x64-msvc@16.3.0':
|
|
10346
10376
|
optional: true
|
|
10347
10377
|
|
|
10348
10378
|
'@noble/hashes@1.4.0': {}
|
|
@@ -10577,7 +10607,7 @@ snapshots:
|
|
|
10577
10607
|
- typescript
|
|
10578
10608
|
- verdaccio
|
|
10579
10609
|
|
|
10580
|
-
? '@nx/next@23.1.0(@babel/core@7.29.7)(@babel/traverse@7.29.7)(@nx/jest@23.1.0(@babel/traverse@7.29.7)(@swc-node/register@1.11.1(@swc/core@1.15.46(@swc/helpers@0.5.23))(@swc/types@0.1.27)(typescript@6.0.3))(@swc/cli@0.8.1(@swc/core@1.15.46(@swc/helpers@0.5.23)))(@swc/core@1.15.46(@swc/helpers@0.5.23))(@types/node@22.20.1)(babel-plugin-macros@3.1.0)(nx@23.1.0(@swc-node/register@1.11.1(@swc/core@1.15.46(@swc/helpers@0.5.23))(@swc/types@0.1.27)(typescript@6.0.3))(@swc/core@1.15.46(@swc/helpers@0.5.23)))(typescript@6.0.3))(@nx/playwright@23.1.0(@babel/traverse@7.29.7)(@nx/jest@23.1.0(@babel/traverse@7.29.7)(@swc-node/register@1.11.1(@swc/core@1.15.46(@swc/helpers@0.5.23))(@swc/types@0.1.27)(typescript@6.0.3))(@swc/cli@0.8.1(@swc/core@1.15.46(@swc/helpers@0.5.23)))(@swc/core@1.15.46(@swc/helpers@0.5.23))(@types/node@22.20.1)(babel-plugin-macros@3.1.0)(nx@23.1.0(@swc-node/register@1.11.1(@swc/core@1.15.46(@swc/helpers@0.5.23))(@swc/types@0.1.27)(typescript@6.0.3))(@swc/core@1.15.46(@swc/helpers@0.5.23)))(typescript@6.0.3))(@playwright/test@1.61.1)(@swc-node/register@1.11.1(@swc/core@1.15.46(@swc/helpers@0.5.23))(@swc/types@0.1.27)(typescript@6.0.3))(@swc/cli@0.8.1(@swc/core@1.15.46(@swc/helpers@0.5.23)))(@swc/core@1.15.46(@swc/helpers@0.5.23))(@zkochan/js-yaml@0.0.7)(eslint@10.7.0(jiti@2.7.0))(nx@23.1.0(@swc-node/register@1.11.1(@swc/core@1.15.46(@swc/helpers@0.5.23))(@swc/types@0.1.27)(typescript@6.0.3))(@swc/core@1.15.46(@swc/helpers@0.5.23))))(@nx/vite@23.1.0(@babel/traverse@7.29.7)(@nx/eslint@23.1.0(@babel/traverse@7.29.7)(@nx/jest@23.1.0(@babel/traverse@7.29.7)(@swc-node/register@1.11.1(@swc/core@1.15.46(@swc/helpers@0.5.23))(@swc/types@0.1.27)(typescript@6.0.3))(@swc/cli@0.8.1(@swc/core@1.15.46(@swc/helpers@0.5.23)))(@swc/core@1.15.46(@swc/helpers@0.5.23))(@types/node@22.20.1)(babel-plugin-macros@3.1.0)(nx@23.1.0(@swc-node/register@1.11.1(@swc/core@1.15.46(@swc/helpers@0.5.23))(@swc/types@0.1.27)(typescript@6.0.3))(@swc/core@1.15.46(@swc/helpers@0.5.23)))(typescript@6.0.3))(@swc-node/register@1.11.1(@swc/core@1.15.46(@swc/helpers@0.5.23))(@swc/types@0.1.27)(typescript@6.0.3))(@swc/cli@0.8.1(@swc/core@1.15.46(@swc/helpers@0.5.23)))(@swc/core@1.15.46(@swc/helpers@0.5.23))(@zkochan/js-yaml@0.0.7)(eslint@10.7.0(jiti@2.7.0))(nx@23.1.0(@swc-node/register@1.11.1(@swc/core@1.15.46(@swc/helpers@0.5.23))(@swc/types@0.1.27)(typescript@6.0.3))(@swc/core@1.15.46(@swc/helpers@0.5.23))))(@swc-node/register@1.11.1(@swc/core@1.15.46(@swc/helpers@0.5.23))(@swc/types@0.1.27)(typescript@6.0.3))(@swc/cli@0.8.1(@swc/core@1.15.46(@swc/helpers@0.5.23)))(@swc/core@1.15.46(@swc/helpers@0.5.23))(nx@23.1.0(@swc-node/register@1.11.1(@swc/core@1.15.46(@swc/helpers@0.5.23))(@swc/types@0.1.27)(typescript@6.0.3))(@swc/core@1.15.46(@swc/helpers@0.5.23)))(typescript@6.0.3)(vite@8.1.5(@types/node@22.20.1)(esbuild@0.25.12)(jiti@2.7.0)(less@4.5.1)(sass-embedded@1.100.0)(sass@1.101.6)(terser@5.49.0)(tsx@4.23.1)(yaml@2.9.0))(vitest@4.1.10(@types/node@22.20.1)(@vitest/coverage-v8@4.1.10)(vite@8.1.5(@types/node@22.20.1)(esbuild@0.25.12)(jiti@2.7.0)(less@4.5.1)(sass-embedded@1.100.0)(sass@1.101.6)(terser@5.49.0)(tsx@4.23.1)(yaml@2.9.0))))(@rspack/core@2.1.5(@swc/helpers@0.5.23))(@swc-node/register@1.11.1(@swc/core@1.15.46(@swc/helpers@0.5.23))(@swc/types@0.1.27)(typescript@6.0.3))(@swc/cli@0.8.1(@swc/core@1.15.46(@swc/helpers@0.5.23)))(@swc/core@1.15.46(@swc/helpers@0.5.23))(@swc/helpers@0.5.23)(@types/babel__core@7.20.5)(@zkochan/js-yaml@0.0.7)(esbuild@0.25.12)(eslint@10.7.0(jiti@2.7.0))(next@16.
|
|
10610
|
+
? '@nx/next@23.1.0(@babel/core@7.29.7)(@babel/traverse@7.29.7)(@nx/jest@23.1.0(@babel/traverse@7.29.7)(@swc-node/register@1.11.1(@swc/core@1.15.46(@swc/helpers@0.5.23))(@swc/types@0.1.27)(typescript@6.0.3))(@swc/cli@0.8.1(@swc/core@1.15.46(@swc/helpers@0.5.23)))(@swc/core@1.15.46(@swc/helpers@0.5.23))(@types/node@22.20.1)(babel-plugin-macros@3.1.0)(nx@23.1.0(@swc-node/register@1.11.1(@swc/core@1.15.46(@swc/helpers@0.5.23))(@swc/types@0.1.27)(typescript@6.0.3))(@swc/core@1.15.46(@swc/helpers@0.5.23)))(typescript@6.0.3))(@nx/playwright@23.1.0(@babel/traverse@7.29.7)(@nx/jest@23.1.0(@babel/traverse@7.29.7)(@swc-node/register@1.11.1(@swc/core@1.15.46(@swc/helpers@0.5.23))(@swc/types@0.1.27)(typescript@6.0.3))(@swc/cli@0.8.1(@swc/core@1.15.46(@swc/helpers@0.5.23)))(@swc/core@1.15.46(@swc/helpers@0.5.23))(@types/node@22.20.1)(babel-plugin-macros@3.1.0)(nx@23.1.0(@swc-node/register@1.11.1(@swc/core@1.15.46(@swc/helpers@0.5.23))(@swc/types@0.1.27)(typescript@6.0.3))(@swc/core@1.15.46(@swc/helpers@0.5.23)))(typescript@6.0.3))(@playwright/test@1.61.1)(@swc-node/register@1.11.1(@swc/core@1.15.46(@swc/helpers@0.5.23))(@swc/types@0.1.27)(typescript@6.0.3))(@swc/cli@0.8.1(@swc/core@1.15.46(@swc/helpers@0.5.23)))(@swc/core@1.15.46(@swc/helpers@0.5.23))(@zkochan/js-yaml@0.0.7)(eslint@10.7.0(jiti@2.7.0))(nx@23.1.0(@swc-node/register@1.11.1(@swc/core@1.15.46(@swc/helpers@0.5.23))(@swc/types@0.1.27)(typescript@6.0.3))(@swc/core@1.15.46(@swc/helpers@0.5.23))))(@nx/vite@23.1.0(@babel/traverse@7.29.7)(@nx/eslint@23.1.0(@babel/traverse@7.29.7)(@nx/jest@23.1.0(@babel/traverse@7.29.7)(@swc-node/register@1.11.1(@swc/core@1.15.46(@swc/helpers@0.5.23))(@swc/types@0.1.27)(typescript@6.0.3))(@swc/cli@0.8.1(@swc/core@1.15.46(@swc/helpers@0.5.23)))(@swc/core@1.15.46(@swc/helpers@0.5.23))(@types/node@22.20.1)(babel-plugin-macros@3.1.0)(nx@23.1.0(@swc-node/register@1.11.1(@swc/core@1.15.46(@swc/helpers@0.5.23))(@swc/types@0.1.27)(typescript@6.0.3))(@swc/core@1.15.46(@swc/helpers@0.5.23)))(typescript@6.0.3))(@swc-node/register@1.11.1(@swc/core@1.15.46(@swc/helpers@0.5.23))(@swc/types@0.1.27)(typescript@6.0.3))(@swc/cli@0.8.1(@swc/core@1.15.46(@swc/helpers@0.5.23)))(@swc/core@1.15.46(@swc/helpers@0.5.23))(@zkochan/js-yaml@0.0.7)(eslint@10.7.0(jiti@2.7.0))(nx@23.1.0(@swc-node/register@1.11.1(@swc/core@1.15.46(@swc/helpers@0.5.23))(@swc/types@0.1.27)(typescript@6.0.3))(@swc/core@1.15.46(@swc/helpers@0.5.23))))(@swc-node/register@1.11.1(@swc/core@1.15.46(@swc/helpers@0.5.23))(@swc/types@0.1.27)(typescript@6.0.3))(@swc/cli@0.8.1(@swc/core@1.15.46(@swc/helpers@0.5.23)))(@swc/core@1.15.46(@swc/helpers@0.5.23))(nx@23.1.0(@swc-node/register@1.11.1(@swc/core@1.15.46(@swc/helpers@0.5.23))(@swc/types@0.1.27)(typescript@6.0.3))(@swc/core@1.15.46(@swc/helpers@0.5.23)))(typescript@6.0.3)(vite@8.1.5(@types/node@22.20.1)(esbuild@0.25.12)(jiti@2.7.0)(less@4.5.1)(sass-embedded@1.100.0)(sass@1.101.6)(terser@5.49.0)(tsx@4.23.1)(yaml@2.9.0))(vitest@4.1.10(@types/node@22.20.1)(@vitest/coverage-v8@4.1.10)(vite@8.1.5(@types/node@22.20.1)(esbuild@0.25.12)(jiti@2.7.0)(less@4.5.1)(sass-embedded@1.100.0)(sass@1.101.6)(terser@5.49.0)(tsx@4.23.1)(yaml@2.9.0))))(@rspack/core@2.1.5(@swc/helpers@0.5.23))(@swc-node/register@1.11.1(@swc/core@1.15.46(@swc/helpers@0.5.23))(@swc/types@0.1.27)(typescript@6.0.3))(@swc/cli@0.8.1(@swc/core@1.15.46(@swc/helpers@0.5.23)))(@swc/core@1.15.46(@swc/helpers@0.5.23))(@swc/helpers@0.5.23)(@types/babel__core@7.20.5)(@zkochan/js-yaml@0.0.7)(esbuild@0.25.12)(eslint@10.7.0(jiti@2.7.0))(next@16.3.0(@babel/core@7.29.7)(@playwright/test@1.61.1)(@types/node@22.20.1)(babel-plugin-macros@3.1.0)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)(sass@1.101.6))(nx@23.1.0(@swc-node/register@1.11.1(@swc/core@1.15.46(@swc/helpers@0.5.23))(@swc/types@0.1.27)(typescript@6.0.3))(@swc/core@1.15.46(@swc/helpers@0.5.23)))(postcss@8.5.26)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)(typescript@6.0.3)(vite@8.1.5(@types/node@22.20.1)(esbuild@0.25.12)(jiti@2.7.0)(less@4.5.1)(sass-embedded@1.100.0)(sass@1.101.6)(terser@5.49.0)(tsx@4.23.1)(yaml@2.9.0))(vitest@4.1.10(@types/node@22.20.1)(@vitest/coverage-v8@4.1.10)(vite@8.1.5(@types/node@22.20.1)(esbuild@0.25.12)(jiti@2.7.0)(less@4.5.1)(sass-embedded@1.100.0)(sass@1.101.6)(terser@5.49.0)(tsx@4.23.1)(yaml@2.9.0)))(webpack-cli@7.2.1(js-yaml@4.3.1)(json5@2.2.3)(webpack-dev-server@5.2.6)(webpack@5.108.4))(webpack-dev-server@5.2.6(tslib@2.8.1)(webpack-cli@7.2.1)(webpack@5.108.4))(webpack@5.108.4(@swc/core@1.15.46(@swc/helpers@0.5.23))(esbuild@0.25.12)(postcss@8.5.26)(webpack-cli@7.2.1))'
|
|
10581
10611
|
: dependencies:
|
|
10582
10612
|
'@babel/plugin-proposal-decorators': 7.29.7(@babel/core@7.29.7)
|
|
10583
10613
|
'@nx/devkit': 23.1.0(nx@23.1.0(@swc-node/register@1.11.1(@swc/core@1.15.46(@swc/helpers@0.5.23))(@swc/types@0.1.27)(typescript@6.0.3))(@swc/core@1.15.46(@swc/helpers@0.5.23)))
|
|
@@ -10590,7 +10620,7 @@ snapshots:
|
|
|
10590
10620
|
'@svgr/webpack': 8.1.0(typescript@6.0.3)
|
|
10591
10621
|
copy-webpack-plugin: 14.0.0(webpack@5.108.4(@swc/core@1.15.46(@swc/helpers@0.5.23))(esbuild@0.25.12)(postcss@8.5.26)(webpack-cli@7.2.1))
|
|
10592
10622
|
ignore: 7.0.5
|
|
10593
|
-
next: 16.
|
|
10623
|
+
next: 16.3.0(@babel/core@7.29.7)(@playwright/test@1.61.1)(@types/node@22.20.1)(babel-plugin-macros@3.1.0)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)(sass@1.101.6)
|
|
10594
10624
|
semver: 7.8.4
|
|
10595
10625
|
tslib: 2.8.1
|
|
10596
10626
|
webpack-merge: 5.10.0
|
|
@@ -15461,30 +15491,31 @@ snapshots:
|
|
|
15461
15491
|
pino-http: 11.0.0
|
|
15462
15492
|
rxjs: 7.8.1
|
|
15463
15493
|
|
|
15464
|
-
next@16.
|
|
15494
|
+
next@16.3.0(@babel/core@7.29.7)(@playwright/test@1.61.1)(@types/node@22.20.1)(babel-plugin-macros@3.1.0)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)(sass@1.101.6):
|
|
15465
15495
|
dependencies:
|
|
15466
|
-
'@next/env': 16.
|
|
15496
|
+
'@next/env': 16.3.0
|
|
15467
15497
|
'@swc/helpers': 0.5.15
|
|
15468
15498
|
baseline-browser-mapping: 2.11.1
|
|
15469
15499
|
caniuse-lite: 1.0.30001806
|
|
15470
|
-
postcss: 8.
|
|
15500
|
+
postcss: 8.5.23
|
|
15471
15501
|
react: 19.2.8
|
|
15472
15502
|
react-dom: 19.2.8(react@19.2.8)
|
|
15473
15503
|
styled-jsx: 5.1.6(@babel/core@7.29.7)(babel-plugin-macros@3.1.0)(react@19.2.8)
|
|
15474
15504
|
optionalDependencies:
|
|
15475
|
-
'@next/swc-darwin-arm64': 16.
|
|
15476
|
-
'@next/swc-darwin-x64': 16.
|
|
15477
|
-
'@next/swc-linux-arm64-gnu': 16.
|
|
15478
|
-
'@next/swc-linux-arm64-musl': 16.
|
|
15479
|
-
'@next/swc-linux-x64-gnu': 16.
|
|
15480
|
-
'@next/swc-linux-x64-musl': 16.
|
|
15481
|
-
'@next/swc-win32-arm64-msvc': 16.
|
|
15482
|
-
'@next/swc-win32-x64-msvc': 16.
|
|
15505
|
+
'@next/swc-darwin-arm64': 16.3.0
|
|
15506
|
+
'@next/swc-darwin-x64': 16.3.0
|
|
15507
|
+
'@next/swc-linux-arm64-gnu': 16.3.0
|
|
15508
|
+
'@next/swc-linux-arm64-musl': 16.3.0
|
|
15509
|
+
'@next/swc-linux-x64-gnu': 16.3.0
|
|
15510
|
+
'@next/swc-linux-x64-musl': 16.3.0
|
|
15511
|
+
'@next/swc-win32-arm64-msvc': 16.3.0
|
|
15512
|
+
'@next/swc-win32-x64-msvc': 16.3.0
|
|
15483
15513
|
'@playwright/test': 1.61.1
|
|
15484
15514
|
sass: 1.101.6
|
|
15485
|
-
sharp: 0.
|
|
15515
|
+
sharp: 0.35.3(@types/node@22.20.1)
|
|
15486
15516
|
transitivePeerDependencies:
|
|
15487
15517
|
- '@babel/core'
|
|
15518
|
+
- '@types/node'
|
|
15488
15519
|
- babel-plugin-macros
|
|
15489
15520
|
|
|
15490
15521
|
no-case@3.0.4:
|
|
@@ -16206,7 +16237,7 @@ snapshots:
|
|
|
16206
16237
|
|
|
16207
16238
|
postcss-value-parser@4.2.0: {}
|
|
16208
16239
|
|
|
16209
|
-
postcss@8.
|
|
16240
|
+
postcss@8.5.23:
|
|
16210
16241
|
dependencies:
|
|
16211
16242
|
nanoid: 3.3.18
|
|
16212
16243
|
picocolors: 1.1.1
|
|
@@ -16671,6 +16702,9 @@ snapshots:
|
|
|
16671
16702
|
|
|
16672
16703
|
semver@7.8.4: {}
|
|
16673
16704
|
|
|
16705
|
+
semver@7.8.5:
|
|
16706
|
+
optional: true
|
|
16707
|
+
|
|
16674
16708
|
send@0.19.2:
|
|
16675
16709
|
dependencies:
|
|
16676
16710
|
debug: 2.6.9
|
|
@@ -16765,36 +16799,38 @@ snapshots:
|
|
|
16765
16799
|
dependencies:
|
|
16766
16800
|
kind-of: 6.0.3
|
|
16767
16801
|
|
|
16768
|
-
sharp@0.
|
|
16802
|
+
sharp@0.35.3(@types/node@22.20.1):
|
|
16769
16803
|
dependencies:
|
|
16770
16804
|
'@img/colour': 1.1.0
|
|
16771
16805
|
detect-libc: 2.1.2
|
|
16772
|
-
semver: 7.8.
|
|
16806
|
+
semver: 7.8.5
|
|
16773
16807
|
optionalDependencies:
|
|
16774
|
-
'@img/sharp-darwin-arm64': 0.
|
|
16775
|
-
'@img/sharp-darwin-x64': 0.
|
|
16776
|
-
'@img/sharp-
|
|
16777
|
-
'@img/sharp-libvips-darwin-
|
|
16778
|
-
'@img/sharp-libvips-
|
|
16779
|
-
'@img/sharp-libvips-linux-
|
|
16780
|
-
'@img/sharp-libvips-linux-
|
|
16781
|
-
'@img/sharp-libvips-linux-
|
|
16782
|
-
'@img/sharp-libvips-linux-
|
|
16783
|
-
'@img/sharp-libvips-linux-
|
|
16784
|
-
'@img/sharp-libvips-
|
|
16785
|
-
'@img/sharp-libvips-linuxmusl-
|
|
16786
|
-
'@img/sharp-
|
|
16787
|
-
'@img/sharp-linux-
|
|
16788
|
-
'@img/sharp-linux-
|
|
16789
|
-
'@img/sharp-linux-
|
|
16790
|
-
'@img/sharp-linux-
|
|
16791
|
-
'@img/sharp-linux-
|
|
16792
|
-
'@img/sharp-
|
|
16793
|
-
'@img/sharp-linuxmusl-
|
|
16794
|
-
'@img/sharp-
|
|
16795
|
-
'@img/sharp-
|
|
16796
|
-
'@img/sharp-win32-
|
|
16797
|
-
'@img/sharp-win32-
|
|
16808
|
+
'@img/sharp-darwin-arm64': 0.35.3
|
|
16809
|
+
'@img/sharp-darwin-x64': 0.35.3
|
|
16810
|
+
'@img/sharp-freebsd-wasm32': 0.35.3
|
|
16811
|
+
'@img/sharp-libvips-darwin-arm64': 1.3.2
|
|
16812
|
+
'@img/sharp-libvips-darwin-x64': 1.3.2
|
|
16813
|
+
'@img/sharp-libvips-linux-arm': 1.3.2
|
|
16814
|
+
'@img/sharp-libvips-linux-arm64': 1.3.2
|
|
16815
|
+
'@img/sharp-libvips-linux-ppc64': 1.3.2
|
|
16816
|
+
'@img/sharp-libvips-linux-riscv64': 1.3.2
|
|
16817
|
+
'@img/sharp-libvips-linux-s390x': 1.3.2
|
|
16818
|
+
'@img/sharp-libvips-linux-x64': 1.3.2
|
|
16819
|
+
'@img/sharp-libvips-linuxmusl-arm64': 1.3.2
|
|
16820
|
+
'@img/sharp-libvips-linuxmusl-x64': 1.3.2
|
|
16821
|
+
'@img/sharp-linux-arm': 0.35.3
|
|
16822
|
+
'@img/sharp-linux-arm64': 0.35.3
|
|
16823
|
+
'@img/sharp-linux-ppc64': 0.35.3
|
|
16824
|
+
'@img/sharp-linux-riscv64': 0.35.3
|
|
16825
|
+
'@img/sharp-linux-s390x': 0.35.3
|
|
16826
|
+
'@img/sharp-linux-x64': 0.35.3
|
|
16827
|
+
'@img/sharp-linuxmusl-arm64': 0.35.3
|
|
16828
|
+
'@img/sharp-linuxmusl-x64': 0.35.3
|
|
16829
|
+
'@img/sharp-webcontainers-wasm32': 0.35.3
|
|
16830
|
+
'@img/sharp-win32-arm64': 0.35.3
|
|
16831
|
+
'@img/sharp-win32-ia32': 0.35.3
|
|
16832
|
+
'@img/sharp-win32-x64': 0.35.3
|
|
16833
|
+
'@types/node': 22.20.1
|
|
16798
16834
|
optional: true
|
|
16799
16835
|
|
|
16800
16836
|
shebang-command@2.0.0:
|
|
@@ -16853,7 +16889,7 @@ snapshots:
|
|
|
16853
16889
|
sockjs@0.3.24:
|
|
16854
16890
|
dependencies:
|
|
16855
16891
|
faye-websocket: 0.11.4
|
|
16856
|
-
uuid:
|
|
16892
|
+
uuid: 11.1.1
|
|
16857
16893
|
websocket-driver: 0.7.5
|
|
16858
16894
|
|
|
16859
16895
|
sonic-boom@4.2.1:
|
|
@@ -17454,7 +17490,7 @@ snapshots:
|
|
|
17454
17490
|
|
|
17455
17491
|
utils-merge@1.0.1: {}
|
|
17456
17492
|
|
|
17457
|
-
uuid@
|
|
17493
|
+
uuid@11.1.1: {}
|
|
17458
17494
|
|
|
17459
17495
|
v8-to-istanbul@9.3.0:
|
|
17460
17496
|
dependencies:
|