Skip to content

Commit b4a4ce7

Browse files
chore: upgrade axios and playwright dependencies versions
1 parent b09f645 commit b4a4ce7

File tree

4 files changed

+301
-42
lines changed

4 files changed

+301
-42
lines changed

packages/browser/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,15 @@
5050
"esbuild-plugin-inline-worker": "^0.1.1",
5151
"esbuild-plugins-node-modules-polyfill": "^1.7.0",
5252
"eslint": "8.57.0",
53-
"playwright": "^1.52.0",
53+
"playwright": "^1.55.1",
5454
"prettier": "^2.6.2",
5555
"rimraf": "^6.0.1",
5656
"typescript": "~5.7.2",
5757
"vitest": "^3.1.3"
5858
},
5959
"dependencies": {
6060
"@asgardeo/javascript": "workspace:^",
61-
"axios": "^0.30.0",
61+
"axios": "^0.30.2",
6262
"base64url": "^3.0.1",
6363
"buffer": "^6.0.3",
6464
"core-js": "^3.42.0",

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"@wso2/prettier-config": "catalog:",
5050
"esbuild-plugin-preserve-directives": "^0.0.11",
5151
"eslint": "8.57.0",
52-
"playwright": "^1.52.0",
52+
"playwright": "^1.55.1",
5353
"prettier": "^2.6.2",
5454
"react": "^19.1.0",
5555
"rimraf": "^6.0.1",

packages/vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"vue-tsc": "^2.2.2"
7171
},
7272
"dependencies": {
73-
"@asgardeo/auth-spa": "^3.1.4",
73+
"@asgardeo/auth-spa": "^3.3.2",
7474
"@asgardeo/js": "*",
7575
"@vitejs/plugin-vue": "^5.0.0",
7676
"base64url": "^3.0.1",

0 commit comments

Comments
 (0)