diff --git a/client/package-lock.json b/client/package-lock.json index 303d219ef0..072fc2995f 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -4017,9 +4017,9 @@ } }, "@codesee/babel-plugin-instrument": { - "version": "0.90.0", - "resolved": "https://registry.npmjs.org/@codesee/babel-plugin-instrument/-/babel-plugin-instrument-0.90.0.tgz", - "integrity": "sha512-rF1KRB2Vaf+163f9uwaoVdMoUT/cRhBMmpYYj7CoFMMqbdn2aRjvhaYpzgtP4U51N2caJm5nN9vOtQzh3ghHdA==", + "version": "0.92.1", + "resolved": "https://registry.npmjs.org/@codesee/babel-plugin-instrument/-/babel-plugin-instrument-0.92.1.tgz", + "integrity": "sha512-fzqNqrJYZprtaTkBwF29Md7+LQBYZvH7xIKFYMdHav05ukZIp7LtMM2wIAuVcGvMcEKUktTXPyHZQ8Bu2133JQ==", "dev": true, "requires": { "@babel/plugin-syntax-jsx": "^7.12.13", @@ -4076,9 +4076,9 @@ } }, "@codesee/tracker": { - "version": "0.90.0", - "resolved": "https://registry.npmjs.org/@codesee/tracker/-/tracker-0.90.0.tgz", - "integrity": "sha512-Ol8HkCdP9pqnuO+k36g84CXon9zpGkHLtJhUUD+K6S6whRK2KNbu9fSyQ3+4fxZmTdsAWk3ir/y8EnpBFDdhGg==", + "version": "0.92.1", + "resolved": "https://registry.npmjs.org/@codesee/tracker/-/tracker-0.92.1.tgz", + "integrity": "sha512-c4s4VGX4lENteWzgC3+hRIxbbuUvUFOJ9MFtVwGOA4wK11pOo4QCYaCNFgFIUOFuem9nKEMLVLOSmTRrpI/vIQ==", "dev": true }, "@discoveryjs/json-ext": { diff --git a/client/package.json b/client/package.json index d8c5c36d6f..1bdd72d012 100644 --- a/client/package.json +++ b/client/package.json @@ -131,8 +131,8 @@ }, "devDependencies": { "@babel/types": "7.15.6", - "@codesee/babel-plugin-instrument": "0.90.0", - "@codesee/tracker": "0.90.0", + "@codesee/babel-plugin-instrument": "0.92.1", + "@codesee/tracker": "0.92.1", "@testing-library/jest-dom": "5.14.1", "@testing-library/react": "12.1.0", "@types/jest": "26.0.24",