diff --git a/package-lock.json b/package-lock.json index 571e2e8..286513c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3785,9 +3785,9 @@ } }, "@babel/runtime": { - "version": "7.17.0", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.17.0.tgz", - "integrity": "sha512-etcO/ohMNaNA2UBdaXBBSX/3aEzFMRrVfaPv8Ptc0k+cWpWW0QFiGZ2XnVqQZI1Cf734LbPGmqBKWESfW4x/dQ==", + "version": "7.17.8", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.17.8.tgz", + "integrity": "sha512-dQpEpK0O9o6lj6oPu0gRDbbnk+4LeHlNcBpspf6Olzt3GIX4P1lWF1gS+pHLDFlaJvbR6q7jCfQ08zA4QJBnmA==", "requires": { "regenerator-runtime": "^0.13.4" } diff --git a/package.json b/package.json index 08393bd..be08620 100644 --- a/package.json +++ b/package.json @@ -120,7 +120,7 @@ "react-dom": "^16.12.0" }, "dependencies": { - "@babel/runtime": "^7.17.0" + "@babel/runtime": "^7.17.8" }, "storybook-deployer": { "gitUsername": "jaebradley",