diff --git a/package-lock.json b/package-lock.json index 9d8e9a7b0..fb639241b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,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.0.0", "graphql-tag": "^2.11.0", @@ -14328,9 +14328,9 @@ } }, "node_modules/expect-type": { - "version": "0.20.0", - "resolved": "https://registry.npmjs.org/expect-type/-/expect-type-0.20.0.tgz", - "integrity": "sha512-uHaC9LYNv6BcW+8SvXcwUUDCrrUxt3GSa61DFvTHj8JC+M0hekMFBwMlCarLQDk5bbpZ2vStpnQPIwRuV98YMw==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/expect-type/-/expect-type-1.1.0.tgz", + "integrity": "sha512-bFi65yM+xZgk+u/KRIpekdSYkTB5W1pEf0Lt8Q8Msh7b+eQ7LXVtIB1Bkm4fvclDEL1b2CZkMhv2mOeF8tMdkA==", "license": "Apache-2.0", "engines": { "node": ">=12.0.0" diff --git a/package.json b/package.json index 15f46afc2..eaecae623 100755 --- a/package.json +++ b/package.json @@ -49,7 +49,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.0.0", "graphql-tag": "^2.11.0",