fix(deps): update dependency @auth0/auth0-vue to v2.8.0 (#2977)
This commit was merged in pull request #2977.
This commit is contained in:
Generated
+12
-12
@@ -10,7 +10,7 @@
|
||||
"hasInstallScript": true,
|
||||
"dependencies": {
|
||||
"@apollo/client": "3.14.1",
|
||||
"@auth0/auth0-vue": "2.7.0",
|
||||
"@auth0/auth0-vue": "2.8.0",
|
||||
"@grafana/faro-web-sdk": "2.8.2",
|
||||
"@grafana/faro-web-tracing": "2.8.2",
|
||||
"@mdi/font": "7.4.47",
|
||||
@@ -148,9 +148,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@auth0/auth0-auth-js": {
|
||||
"version": "1.6.0",
|
||||
"resolved": "https://registry.npmjs.org/@auth0/auth0-auth-js/-/auth0-auth-js-1.6.0.tgz",
|
||||
"integrity": "sha512-/WYYNlsqhWA6I60pMVLFVeOgjOUCLdJThEAsjN8pAgYY09BTxbPaRIEVDgGu6ckoJpkmKvEYlHPO/vwRNrvX6w==",
|
||||
"version": "1.10.0",
|
||||
"resolved": "https://registry.npmjs.org/@auth0/auth0-auth-js/-/auth0-auth-js-1.10.0.tgz",
|
||||
"integrity": "sha512-FDzc0lbaG1E++4sjx3zW7BB9gVK2ODLmuPStGxYPeclKwLMFKkmVyWR8bCyQVNXvTS1KCHeX0dC9HMTJ0WBCJg==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"jose": "^6.0.8",
|
||||
@@ -158,24 +158,24 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@auth0/auth0-spa-js": {
|
||||
"version": "2.19.3",
|
||||
"resolved": "https://registry.npmjs.org/@auth0/auth0-spa-js/-/auth0-spa-js-2.19.3.tgz",
|
||||
"integrity": "sha512-Dx0VKuJwmEjdHLQJHTyGY6LLZ8Jk0DFEIBPKhfoCpvWoo47AoaqO5YV+Ix5isn7zso+8IsJ9Awx7sgHKA5zBPQ==",
|
||||
"version": "2.22.0",
|
||||
"resolved": "https://registry.npmjs.org/@auth0/auth0-spa-js/-/auth0-spa-js-2.22.0.tgz",
|
||||
"integrity": "sha512-+2MeIGcXNPXaodEimx1F0YYTfajZ3oxbUI14nGhChcPqxOjRZQNwXrr9rRpHy+tMgNHOnM5YwIqvAfkZlB1WjA==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@auth0/auth0-auth-js": "1.6.0",
|
||||
"@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.7.0",
|
||||
"resolved": "https://registry.npmjs.org/@auth0/auth0-vue/-/auth0-vue-2.7.0.tgz",
|
||||
"integrity": "sha512-7Jw8jCNH0rQQkBP31QUKQDaMXHMcS3Qg3g7Ia6deYKe9/jDgYbMFBus/R8dcq8WZLAuI+06yTcvMzUi7w3WHNQ==",
|
||||
"version": "2.8.0",
|
||||
"resolved": "https://registry.npmjs.org/@auth0/auth0-vue/-/auth0-vue-2.8.0.tgz",
|
||||
"integrity": "sha512-2X31j20hd6f7NvoUOykWcjTEBBZXPFnhs52Xbw2Vx2H9QyvaFLAUZIXjZSxC5snMc08QSGAgkr+ZOEBtw13x6g==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@auth0/auth0-spa-js": "^2.10.0",
|
||||
"@auth0/auth0-spa-js": "^2.21.0",
|
||||
"vue": "^3.5.21"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
||||
+1
-1
@@ -48,7 +48,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@apollo/client": "3.14.1",
|
||||
"@auth0/auth0-vue": "2.7.0",
|
||||
"@auth0/auth0-vue": "2.8.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