diff --git a/client/package-lock.json b/client/package-lock.json index 23b9adfb08..dba8f30ac4 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -4017,9 +4017,9 @@ } }, "@codesee/babel-plugin-instrument": { - "version": "0.95.0", - "resolved": "https://registry.npmjs.org/@codesee/babel-plugin-instrument/-/babel-plugin-instrument-0.95.0.tgz", - "integrity": "sha512-hBi1dFHgZghwbCP3g/adf9VTI4itLvIyYdIwkrm5ELMzm5w/rNARKzUIgUfiupdxPbHFwpZQQCpr5o8derpFWA==", + "version": "0.96.0", + "resolved": "https://registry.npmjs.org/@codesee/babel-plugin-instrument/-/babel-plugin-instrument-0.96.0.tgz", + "integrity": "sha512-z5GPGGejbIL6hvzR4MTDhGI0LV/N7U+G0vsvlpoIW2DoFlryEwi3kajqUDfSAmJObDihhg3NIiMQGR1pj0xE+w==", "dev": true, "requires": { "@babel/plugin-syntax-jsx": "^7.12.13", @@ -4076,9 +4076,9 @@ } }, "@codesee/tracker": { - "version": "0.95.0", - "resolved": "https://registry.npmjs.org/@codesee/tracker/-/tracker-0.95.0.tgz", - "integrity": "sha512-/XAfWgl8C+nE1SPiLm9vApAESJcY9vGXbXaDWlqWtSP5mChpyikFyu77m+WmXYpjNaTBI7ihG6gvQ0pAox69Vg==", + "version": "0.96.0", + "resolved": "https://registry.npmjs.org/@codesee/tracker/-/tracker-0.96.0.tgz", + "integrity": "sha512-gBdw/v+R3/+8L3+fIVhf6IPw6pRzG4T99hiMWZYW90GlWRAIheo+X5vJuqr4KCm4z/3PTbbWuX3AVZ34nbslSg==", "dev": true }, "@discoveryjs/json-ext": { @@ -14554,12 +14554,12 @@ } }, "jest-util": { - "version": "27.2.0", - "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-27.2.0.tgz", - "integrity": "sha512-T5ZJCNeFpqcLBpx+Hl9r9KoxBCUqeWlJ1Htli+vryigZVJ1vuLB9j35grEBASp4R13KFkV7jM52bBGnArpJN6A==", + "version": "27.2.3", + "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-27.2.3.tgz", + "integrity": "sha512-78BEka2+77lqD7LN4mSzUdZMngHZtVAsmZ5B8+qOWfN4bCYNUmi/eGNLm91jA77gG1QZJSXsDOCWB0qbXDT1Fw==", "dev": true, "requires": { - "@jest/types": "^27.1.1", + "@jest/types": "^27.2.3", "@types/node": "*", "chalk": "^4.0.0", "graceful-fs": "^4.2.4", @@ -14568,9 +14568,9 @@ }, "dependencies": { "@jest/types": { - "version": "27.1.1", - "resolved": "https://registry.npmjs.org/@jest/types/-/types-27.1.1.tgz", - "integrity": "sha512-yqJPDDseb0mXgKqmNqypCsb85C22K1aY5+LUxh7syIM9n/b0AsaltxNy+o6tt29VcfGDpYEve175bm3uOhcehA==", + "version": "27.2.3", + "resolved": "https://registry.npmjs.org/@jest/types/-/types-27.2.3.tgz", + "integrity": "sha512-UJMDg90+W2i/QsS1NIN6Go8O/rSHLFWUkofGqKsUQs54mhmCVyLTiDy1cwKhoNO5fpmr9fctm9L/bRp/YzA1uQ==", "dev": true, "requires": { "@types/istanbul-lib-coverage": "^2.0.0", diff --git a/client/package.json b/client/package.json index 14f4f327f9..f84b58bdc5 100644 --- a/client/package.json +++ b/client/package.json @@ -131,8 +131,8 @@ }, "devDependencies": { "@babel/types": "7.15.6", - "@codesee/babel-plugin-instrument": "0.95.0", - "@codesee/tracker": "0.95.0", + "@codesee/babel-plugin-instrument": "0.96.0", + "@codesee/tracker": "0.96.0", "@testing-library/jest-dom": "5.14.1", "@testing-library/react": "12.1.1", "@types/jest": "26.0.24",