From 11aba6ec98e667a70beb8f45709b97ec0865863a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 26 Oct 2024 19:07:54 +0000 Subject: [PATCH] fix: upgrade @babel/runtime from 7.25.7 to 7.26.0 Snyk has created this PR to upgrade @babel/runtime from 7.25.7 to 7.26.0. See this package in npm: @babel/runtime See this project in Snyk: https://app.snyk.io/org/davidjbradshaw/project/d598933f-e69f-481c-af34-b6d2f6c04c5e?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1b9526839..e5c7dde35 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "GPL-3.0", "dependencies": { "@angular/core": "^18.2.8", - "@babel/runtime": "^7.25.7", + "@babel/runtime": "^7.26.0", "@iframe-resizer/child": "file:./packages/child/", "@iframe-resizer/core": "file:./packages/core/", "@iframe-resizer/parent": "file:./packages/parent/", @@ -1884,9 +1884,9 @@ } }, "node_modules/@babel/runtime": { - "version": "7.25.7", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.25.7.tgz", - "integrity": "sha512-FjoyLe754PMiYsFaN5C94ttGiOmBNYTf6pLr4xXHAT5uctHb092PBszndLDR5XA/jghQvn4n7JMHl7dmTgbm9w==", + "version": "7.26.0", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.26.0.tgz", + "integrity": "sha512-FDSOghenHTiToteC/QRlv2q3DhPZ/oOXTBoirfWNx1Cx3TMVcGWQtMMmQcSvb/JjpNeGzx8Pq/b4fKEJuWm1sw==", "license": "MIT", "dependencies": { "regenerator-runtime": "^0.14.0" diff --git a/package.json b/package.json index 7de954f69..45077b47c 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ }, "dependencies": { "@angular/core": "^18.2.8", - "@babel/runtime": "^7.25.7", + "@babel/runtime": "^7.26.0", "@iframe-resizer/child": "file:./packages/child/", "@iframe-resizer/core": "file:./packages/core/", "@iframe-resizer/parent": "file:./packages/parent/",