diff --git a/package-lock.json b/package-lock.json index d3b5347e0..1ac45ccf3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3172,9 +3172,9 @@ } }, "@babel/runtime": { - "version": "7.23.8", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.23.8.tgz", - "integrity": "sha512-Y7KbAP984rn1VGMbGqKmBLio9V7y5Je9GvU4rQPCPinCyNfUcToxIXl06d59URp/F3LwinvODxab5N/G6qggkw==", + "version": "7.23.9", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.23.9.tgz", + "integrity": "sha512-0CX6F+BI2s9dkUqr08KFrAIZgNFj75rdBU/DjCyYLIaV/quFjkk6T+EJ2LkZHyZTbEV4L5p97mNkUsHl2wLFAw==", "requires": { "regenerator-runtime": "^0.14.0" } diff --git a/package.json b/package.json index c8b460142..5446a0d9e 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "dependencies": { "@aws-sdk/client-s3": "^3.499.0", "@aws-sdk/s3-presigned-post": "^3.499.0", - "@babel/runtime": "^7.23.8", + "@babel/runtime": "^7.23.9", "@bugsnag/js": "^7.22.3", "@bugsnag/plugin-react": "^7.19.0", "@fortawesome/fontawesome-svg-core": "^6.5.1",