Skip to content

Commit 61e4565

Browse files
build(deps): bump the npm_and_yarn group across 1 directory with 3 updates (#3768)
Bumps the npm_and_yarn group with 3 updates in the / directory: [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime), [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) and [axios](https://github.com/axios/axios). Updates `@babel/runtime` from 7.26.0 to 7.26.10 - [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.26.10/packages/babel-runtime) Updates `vite` from 5.4.14 to 5.4.17 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v5.4.17/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v5.4.17/packages/vite) Updates `axios` from 1.7.9 to 1.8.2 - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.7.9...v1.8.2) --- updated-dependencies: - dependency-name: "@babel/runtime" dependency-version: 7.26.10 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: vite dependency-version: 5.4.17 dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: axios dependency-version: 1.8.2 dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e803e31 commit 61e4565

File tree

7 files changed

+207
-158
lines changed

7 files changed

+207
-158
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"@babel/preset-env": "^7.26.0",
5151
"@babel/preset-react": "^7.26.3",
5252
"@babel/preset-typescript": "^7.26.0",
53-
"@babel/runtime": "^7.26.0",
53+
"@babel/runtime": "^7.26.10",
5454
"@types/jest": "^29.5.14",
5555
"@types/jest-axe": "^3.5.9",
5656
"@typescript-eslint/eslint-plugin": "^8.29.1",

packages/eds-core-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"styled-components": ">=5.1"
8888
},
8989
"dependencies": {
90-
"@babel/runtime": "^7.26.0",
90+
"@babel/runtime": "^7.26.10",
9191
"@equinor/eds-icons": "workspace:^",
9292
"@equinor/eds-tokens": "workspace:*",
9393
"@equinor/eds-utils": "workspace:*",

packages/eds-lab-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
"styled-components": ">=5.1"
8787
},
8888
"dependencies": {
89-
"@babel/runtime": "^7.26.0",
89+
"@babel/runtime": "^7.26.10",
9090
"@equinor/eds-core-react": "workspace:^",
9191
"@equinor/eds-icons": "workspace:^",
9292
"@equinor/eds-tokens": "workspace:*",

packages/eds-tokens-build/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"style-dictionary": "^4.3.0",
4545
"style-dictionary-utils": "^4.0.3",
4646
"typescript": "^5.8.2",
47-
"vite": "^5.4.14",
47+
"vite": "^5.4.17",
4848
"vite-plugin-dts": "^3.9.1"
4949
},
5050
"engines": {

packages/eds-tokens-sync/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@
4141
"devDependencies": {
4242
"@figma/rest-api-spec": "^0.22.0",
4343
"@types/node": "^22.13.14",
44-
"axios": "^1.7.9",
44+
"axios": "^1.8.2",
4545
"dotenv": "^16.4.7",
4646
"prettier": "^3.5.3",
4747
"typescript": "^5.8.2",
48-
"vite": "^6.0.9",
48+
"vite": "^5.4.17",
4949
"vite-plugin-dts": "^4.4.0"
5050
}
5151
}

packages/eds-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"styled-components": ">=5.1"
8080
},
8181
"dependencies": {
82-
"@babel/runtime": "^7.26.0",
82+
"@babel/runtime": "^7.26.10",
8383
"@equinor/eds-tokens": "workspace:*"
8484
}
8585
}

0 commit comments

Comments
 (0)