diff --git a/package-lock.json b/package-lock.json index 49a880c..1f2d959 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3785,9 +3785,9 @@ } }, "@babel/runtime": { - "version": "7.16.3", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.16.3.tgz", - "integrity": "sha512-WBwekcqacdY2e9AF/Q7WLFUWmdJGJTkbjqTjoMDgXkVZ3ZRUvOPsLb5KdwISoQVsbP+DQzVZW4Zhci0DvpbNTQ==", + "version": "7.16.5", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.16.5.tgz", + "integrity": "sha512-TXWihFIS3Pyv5hzR7j6ihmeLkZfrXGxAr5UfSl8CHf+6q/wpiYDkUau0czckpYG8QmnCIuPpdLtuA9VmuGGyMA==", "requires": { "regenerator-runtime": "^0.13.4" } diff --git a/package.json b/package.json index 56aeefc..efeea4d 100644 --- a/package.json +++ b/package.json @@ -120,7 +120,7 @@ "react-dom": "^16.12.0" }, "dependencies": { - "@babel/runtime": "^7.16.3" + "@babel/runtime": "^7.16.5" }, "storybook-deployer": { "gitUsername": "jaebradley",