diff --git a/package-lock.json b/package-lock.json index 2e80ac48c..23c774d87 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "@xstate/react": "^4.1.1", "class-variance-authority": "^0.7.0", "clsx": "^2.1.0", - "expect-type": "^0.20.0", + "expect-type": "^1.0.0", "framer-motion": "^11.0.3", "graphql": "^16.11.0", "graphql-tag": "^2.11.0", @@ -14363,7 +14363,9 @@ } }, "node_modules/expect-type": { - "version": "0.20.0", + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/expect-type/-/expect-type-1.2.2.tgz", + "integrity": "sha512-JhFGDVJ7tmDJItKhYgJCGLOWjuK9vPxiXoUFLwLDc99NlmklilbiQJwoctZtt13+xMw91MCk/REan6MWHqDjyA==", "license": "Apache-2.0", "engines": { "node": ">=12.0.0" diff --git a/package.json b/package.json index e89cf7e72..d98189b1b 100755 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "@xstate/react": "^4.1.1", "class-variance-authority": "^0.7.0", "clsx": "^2.1.0", - "expect-type": "^0.20.0", + "expect-type": "^1.0.0", "framer-motion": "^11.0.3", "graphql": "^16.11.0", "graphql-tag": "^2.11.0",