diff --git a/packages/devtools/client/package.json b/packages/devtools/client/package.json index aefdc8beaaaa..835feac09b27 100644 --- a/packages/devtools/client/package.json +++ b/packages/devtools/client/package.json @@ -53,7 +53,7 @@ "hookable": "^5.5.3", "jest": "^29", "lodash": "^4.17.21", - "nanoid": "3.3.4", + "nanoid": "3.3.7", "p-defer": "^3.0.0", "postcss-custom-media": "^10.0.1", "react": "^18.2.0", diff --git a/packages/devtools/kit/package.json b/packages/devtools/kit/package.json index d661888d2f73..9aeaa14bcfd3 100644 --- a/packages/devtools/kit/package.json +++ b/packages/devtools/kit/package.json @@ -90,7 +90,7 @@ "@types/node": "^14", "@types/ws": "^8.5.5", "jest": "^29", - "nanoid": "3.3.4", + "nanoid": "3.3.7", "react": "~18.2.0", "type-fest": "^4.1.0", "typescript": "^5" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 19929bb305ab..5a15445b89de 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -887,8 +887,8 @@ importers: specifier: ^4.17.21 version: 4.17.21 nanoid: - specifier: 3.3.4 - version: 3.3.4 + specifier: 3.3.7 + version: 3.3.7 p-defer: specifier: ^3.0.0 version: 3.0.0 @@ -1026,8 +1026,8 @@ importers: specifier: ^29 version: 29.5.0(@types/node@14.18.35)(ts-node@10.9.2) nanoid: - specifier: 3.3.4 - version: 3.3.4 + specifier: 3.3.7 + version: 3.3.7 react: specifier: ~18.2.0 version: 18.2.0 @@ -4711,8 +4711,8 @@ importers: specifier: 1.2.8 version: 1.2.8 nanoid: - specifier: 3.3.4 - version: 3.3.4 + specifier: 3.3.7 + version: 3.3.7 normalize-path: specifier: 3.0.0 version: 3.0.0 @@ -28325,12 +28325,6 @@ packages: stylis: 4.3.0 dev: true - /nanoid@3.3.4: - resolution: {integrity: sha512-MqBkQh/OHTS2egovRtLk45wEyNXwF+cokD+1YPf9u5VfJiRdAiRwB2froX5Co9Rh20xs4siNPm8naNotSD6RBw==} - engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} - hasBin: true - dev: true - /nanoid@3.3.7: resolution: {integrity: sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==} engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} diff --git a/scripts/prebundle/package.json b/scripts/prebundle/package.json index 947e9c91c368..f9511a7ccd55 100644 --- a/scripts/prebundle/package.json +++ b/scripts/prebundle/package.json @@ -61,7 +61,7 @@ "less": "4.1.3", "mime-types": "2.1.35", "minimist": "1.2.8", - "nanoid": "3.3.4", + "nanoid": "3.3.7", "normalize-path": "3.0.0", "ora": "5.4.1", "p-map": "4.0.0",