diff --git a/package-lock.json b/package-lock.json index 68e9256..8a896b6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "ssb-design-system", "version": "0.1.0", "dependencies": { - "@babel/runtime": "~7.25.4", + "@babel/runtime": "~7.25.6", "@statisticsnorway/ssb-component-library": "~2.2.10", "bootstrap": "~5.3.3", "core-js": "~3.37.1", @@ -1850,9 +1850,9 @@ "dev": true }, "node_modules/@babel/runtime": { - "version": "7.25.4", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.25.4.tgz", - "integrity": "sha512-DSgLeL/FNcpXuzav5wfYvHCGvynXkJbn3Zvc3823AEe9nPwW9IK4UoCSS5yGymmQzN0pCPvivtgS6/8U2kkm1w==", + "version": "7.25.6", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.25.6.tgz", + "integrity": "sha512-VBj9MYyDb9tuLq7yzqjgzt6Q+IBQLrGZfdjOekyEirZPHxXWoTSGUTMrpsfi58Up73d13NfYLv8HT9vmznjzhQ==", "dependencies": { "regenerator-runtime": "^0.14.0" }, diff --git a/package.json b/package.json index 6c6dbb6..507f680 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "lint:css": "stylelint '**/*.scss'" }, "dependencies": { - "@babel/runtime": "~7.25.4", + "@babel/runtime": "~7.25.6", "@statisticsnorway/ssb-component-library": "~2.2.10", "bootstrap": "~5.3.3", "core-js": "~3.37.1",