diff --git a/playground/package-lock.json b/playground/package-lock.json index 8bb2cafd7b..dd43ae38ef 100644 --- a/playground/package-lock.json +++ b/playground/package-lock.json @@ -8,7 +8,7 @@ "name": "playground", "version": "0.0.0", "dependencies": { - "graphiql": "^3.2.0", + "graphiql": "^3.2.2", "graphql": "^16.8.1", "react": "^18.3.1", "react-dom": "^18.3.1", @@ -557,9 +557,9 @@ } }, "node_modules/@floating-ui/dom": { - "version": "1.6.4", - "resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.6.4.tgz", - "integrity": "sha512-0G8R+zOvQsAG1pg2Q99P21jiqxqGBW1iRe/iXHsBRBxnpXKFI8QwbB4x5KmYLggNO5m34IQgOIu9SCRfR/WWiQ==", + "version": "1.6.5", + "resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.6.5.tgz", + "integrity": "sha512-Nsdud2X65Dz+1RHjAIP0t8z5e2ff/IRbei6BqFrl1urT8sDVzM1HMQ+R0XcU5ceRfyO3I6ayeqIfh+6Wb8LGTw==", "dependencies": { "@floating-ui/core": "^1.0.0", "@floating-ui/utils": "^0.2.0" @@ -583,9 +583,9 @@ "integrity": "sha512-J4yDIIthosAsRZ5CPYP/jQvUAQtlZTTD/4suA08/FEnlxqW3sKS9iAhgsa9VYLZ6vDHn/ixJgIqRQPotoBjxIw==" }, "node_modules/@graphiql/react": { - "version": "0.21.0", - "resolved": "https://registry.npmjs.org/@graphiql/react/-/react-0.21.0.tgz", - "integrity": "sha512-UlXzG78HC5+CgQYXw0jVZPoZX0Uh2jPIrqLBIxAdAWMZsmcHMZHAujZtION1pbIrv22cWxP95W+8RpDIHijYow==", + "version": "0.22.1", + "resolved": "https://registry.npmjs.org/@graphiql/react/-/react-0.22.1.tgz", + "integrity": "sha512-PBClhO2juCvVvmE5qD4PHivJLkhp0dqIX1zgId8Z83UCKpxO2M+bEspRL9aOQQaE4F4xqExCUk5B2AL+wc+agg==", "dependencies": { "@graphiql/toolkit": "^0.9.1", "@headlessui/react": "^1.7.15", @@ -3880,11 +3880,11 @@ "dev": true }, "node_modules/graphiql": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/graphiql/-/graphiql-3.2.0.tgz", - "integrity": "sha512-HHZ9j47IVUdUhdEdOkwD/U3kMGxCGZocEf9rk1aou5lInK9vJRbjlDW4BbG9CvA5fNoe7DevRr72tv0ubvjjPA==", + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/graphiql/-/graphiql-3.2.2.tgz", + "integrity": "sha512-Tpv9gz9/xfOCJq2RTU/ByPgCFkh3ftN16xmcJxNms3j7C0eJ9z7xg6J0lASGGJ6mTeIW9myEI98SJBPL1c4vcA==", "dependencies": { - "@graphiql/react": "^0.21.0", + "@graphiql/react": "^0.22.1", "@graphiql/toolkit": "^0.9.1", "graphql-language-service": "^5.2.0", "markdown-it": "^14.1.0" diff --git a/playground/package.json b/playground/package.json index 845369d2c6..7cc8e98f9f 100644 --- a/playground/package.json +++ b/playground/package.json @@ -10,7 +10,7 @@ "preview": "vite preview" }, "dependencies": { - "graphiql": "^3.2.0", + "graphiql": "^3.2.2", "graphql": "^16.8.1", "react": "^18.3.1", "react-dom": "^18.3.1",