diff --git a/package-lock.json b/package-lock.json index 35a579434..711dc9507 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "5.2.1", "license": "GPL-3.0", "dependencies": { - "@babel/runtime": "^7.24.7", + "@babel/runtime": "^7.24.8", "@iframe-resizer/child": "file:./packages/child/", "@iframe-resizer/core": "file:./packages/core/", "@iframe-resizer/parent": "file:./packages/parent/", @@ -1887,9 +1887,9 @@ "dev": true }, "node_modules/@babel/runtime": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.24.7.tgz", - "integrity": "sha512-UwgBRMjJP+xv857DCngvqXI3Iq6J4v0wXmwc6sapg+zyhbwmQX67LUEFrkK5tbyJ30jGuG3ZvWpBiB9LCy1kWw==", + "version": "7.24.8", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.24.8.tgz", + "integrity": "sha512-5F7SDGs1T72ZczbRwbGO9lQi0NLjQxzl6i4lJxLxfW9U5UluCSyEJeniWvnhl3/euNiqQVbo8zruhsDfid0esA==", "license": "MIT", "dependencies": { "regenerator-runtime": "^0.14.0" diff --git a/package.json b/package.json index f6c2c19e0..66c3808c8 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "url": "https://iframe-resizer.com/pricing/" }, "dependencies": { - "@babel/runtime": "^7.24.7", + "@babel/runtime": "^7.24.8", "@iframe-resizer/child": "file:./packages/child/", "@iframe-resizer/core": "file:./packages/core/", "@iframe-resizer/parent": "file:./packages/parent/",