fix(deps): update dependency @auth0/auth0-vue to v2.9.0 (#2996)
This commit was merged in pull request #2996.
This commit is contained in:
Generated
+12
-12
@@ -10,7 +10,7 @@
|
||||
"hasInstallScript": true,
|
||||
"dependencies": {
|
||||
"@apollo/client": "3.14.1",
|
||||
"@auth0/auth0-vue": "2.8.0",
|
||||
"@auth0/auth0-vue": "2.9.0",
|
||||
"@grafana/faro-web-sdk": "2.8.2",
|
||||
"@grafana/faro-web-tracing": "2.8.2",
|
||||
"@mdi/font": "7.4.47",
|
||||
@@ -158,24 +158,24 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@auth0/auth0-spa-js": {
|
||||
"version": "2.22.0",
|
||||
"resolved": "https://registry.npmjs.org/@auth0/auth0-spa-js/-/auth0-spa-js-2.22.0.tgz",
|
||||
"integrity": "sha512-+2MeIGcXNPXaodEimx1F0YYTfajZ3oxbUI14nGhChcPqxOjRZQNwXrr9rRpHy+tMgNHOnM5YwIqvAfkZlB1WjA==",
|
||||
"version": "2.23.0",
|
||||
"resolved": "https://registry.npmjs.org/@auth0/auth0-spa-js/-/auth0-spa-js-2.23.0.tgz",
|
||||
"integrity": "sha512-fRiPlTIMLahes6eXq5C4CF8zFi9vLxUtii8e7CESmzWBJGSa3jRrnjgQVAPSaox2x+CwzTFcJbt4mR+UiVMk1Q==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@auth0/auth0-auth-js": "1.10.0",
|
||||
"browser-tabs-lock": "1.3.0",
|
||||
"dpop": "2.1.1",
|
||||
"es-cookie": "1.3.2"
|
||||
"@auth0/auth0-auth-js": "^1.10.0",
|
||||
"browser-tabs-lock": "^1.3.0",
|
||||
"dpop": "^2.1.1",
|
||||
"es-cookie": "~1.3.2"
|
||||
}
|
||||
},
|
||||
"node_modules/@auth0/auth0-vue": {
|
||||
"version": "2.8.0",
|
||||
"resolved": "https://registry.npmjs.org/@auth0/auth0-vue/-/auth0-vue-2.8.0.tgz",
|
||||
"integrity": "sha512-2X31j20hd6f7NvoUOykWcjTEBBZXPFnhs52Xbw2Vx2H9QyvaFLAUZIXjZSxC5snMc08QSGAgkr+ZOEBtw13x6g==",
|
||||
"version": "2.9.0",
|
||||
"resolved": "https://registry.npmjs.org/@auth0/auth0-vue/-/auth0-vue-2.9.0.tgz",
|
||||
"integrity": "sha512-1q1OexmB1UR+Xxo1HNQZi4ZF88sbvDCdBhI4cdPQxmL8gF7bInV8CfxsYX3eDHD6Vs74wCNVRSFy4wnuh3Pm6g==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@auth0/auth0-spa-js": "^2.21.0",
|
||||
"@auth0/auth0-spa-js": "^2.23.0",
|
||||
"vue": "^3.5.21"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
||||
+1
-1
@@ -48,7 +48,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@apollo/client": "3.14.1",
|
||||
"@auth0/auth0-vue": "2.8.0",
|
||||
"@auth0/auth0-vue": "2.9.0",
|
||||
"@grafana/faro-web-sdk": "2.8.2",
|
||||
"@grafana/faro-web-tracing": "2.8.2",
|
||||
"@mdi/font": "7.4.47",
|
||||
|
||||
Reference in New Issue
Block a user