From 96c0182f51972672977b88fea9a15e0273849ffa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Jan 2026 21:25:26 +0000 Subject: [PATCH] Bump @babel/runtime from 7.28.4 to 7.28.6 in /nav-app Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.28.4 to 7.28.6. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.28.6/packages/babel-runtime) --- updated-dependencies: - dependency-name: "@babel/runtime" dependency-version: 7.28.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- nav-app/package-lock.json | 8 ++++---- nav-app/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/nav-app/package-lock.json b/nav-app/package-lock.json index eff66a5a..02e6de82 100644 --- a/nav-app/package-lock.json +++ b/nav-app/package-lock.json @@ -19,7 +19,7 @@ "@angular/platform-browser": "^19.2.18", "@angular/platform-browser-dynamic": "^19.2.18", "@angular/router": "^19.2.18", - "@babel/runtime": "^7.22.6", + "@babel/runtime": "^7.28.6", "@fontsource/roboto": "^5.2.8", "@fontsource/roboto-mono": "^5.2.8", "@types/file-saver": "^2.0.1", @@ -2711,9 +2711,9 @@ } }, "node_modules/@babel/runtime": { - "version": "7.28.4", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.28.4.tgz", - "integrity": "sha512-Q/N6JNWvIvPnLDvjlE1OUBLPQHH6l3CltCEsHIujp45zQUSSh8K+gHnaEX45yAT1nyngnINhvWtzN+Nb9D8RAQ==", + "version": "7.28.6", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.28.6.tgz", + "integrity": "sha512-05WQkdpL9COIMz4LjTxGpPNCdlpyimKppYNoJ5Di5EUObifl8t4tuLuUBBZEpoLYOmfvIWrsp9fCl0HoPRVTdA==", "license": "MIT", "engines": { "node": ">=6.9.0" diff --git a/nav-app/package.json b/nav-app/package.json index 31c6775c..54ad41c5 100644 --- a/nav-app/package.json +++ b/nav-app/package.json @@ -27,7 +27,7 @@ "@angular/platform-browser": "^19.2.18", "@angular/platform-browser-dynamic": "^19.2.18", "@angular/router": "^19.2.18", - "@babel/runtime": "^7.22.6", + "@babel/runtime": "^7.28.6", "@fontsource/roboto": "^5.2.8", "@fontsource/roboto-mono": "^5.2.8", "@types/file-saver": "^2.0.1",