diff --git a/client/package-lock.json b/client/package-lock.json index 5b3f857980..98a0419978 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -4715,9 +4715,9 @@ } }, "@codesee/babel-plugin-instrument": { - "version": "0.33.4", - "resolved": "https://registry.npmjs.org/@codesee/babel-plugin-instrument/-/babel-plugin-instrument-0.33.4.tgz", - "integrity": "sha512-MbJrpQezkL6AgCpEjgUJ8WtQjlv8XFOzgD09Eowud9OnYdyNROEIteEcGFOopGbbjKRa89GwphEoPz2A75HniA==", + "version": "0.34.0", + "resolved": "https://registry.npmjs.org/@codesee/babel-plugin-instrument/-/babel-plugin-instrument-0.34.0.tgz", + "integrity": "sha512-o2b5fhFZpkEO/kSjwB7MxQZRse3aOO6RLmlgmwj/C2f5BvD2IqYORAjIbzvXNC/+YMrfj/ezBXuzkrdbKevQoQ==", "dev": true, "requires": { "@babel/plugin-syntax-jsx": "^7.12.13", diff --git a/client/package.json b/client/package.json index 35935a176d..b3ad84a670 100644 --- a/client/package.json +++ b/client/package.json @@ -129,7 +129,7 @@ }, "devDependencies": { "@babel/types": "7.14.5", - "@codesee/babel-plugin-instrument": "0.33.4", + "@codesee/babel-plugin-instrument": "0.34.0", "@codesee/tracker": "0.33.4", "@testing-library/jest-dom": "5.13.0", "@testing-library/react": "11.2.7",