fix(deps): update dependency @apollo/client to v3.14.1 (#141)
schemas-app / build (push) Successful in 1m6s
schemas-app / deploy-prod (push) Successful in 1m31s

This commit was merged in pull request #141.
This commit is contained in:
2026-03-12 22:11:06 +00:00
parent aa1c2b4880
commit 30261b4cd7
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -10,7 +10,7 @@
"hasInstallScript": true, "hasInstallScript": true,
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"@apollo/client": "3.14.0", "@apollo/client": "3.14.1",
"@auth0/auth0-vue": "2.5.0", "@auth0/auth0-vue": "2.5.0",
"@vue/apollo-composable": "4.2.2", "@vue/apollo-composable": "4.2.2",
"graphql": "16.13.1", "graphql": "16.13.1",
@@ -98,9 +98,9 @@
} }
}, },
"node_modules/@apollo/client": { "node_modules/@apollo/client": {
"version": "3.14.0", "version": "3.14.1",
"resolved": "https://registry.npmjs.org/@apollo/client/-/client-3.14.0.tgz", "resolved": "https://registry.npmjs.org/@apollo/client/-/client-3.14.1.tgz",
"integrity": "sha512-0YQKKRIxiMlIou+SekQqdCo0ZTHxOcES+K8vKB53cIDpwABNR0P0yRzPgsbgcj3zRJniD93S/ontsnZsCLZrxQ==", "integrity": "sha512-SgGX6E23JsZhUdG2anxiyHvEvvN6CUaI4ZfMsndZFeuHPXL3H0IsaiNAhLITSISbeyeYd+CBd9oERXQDdjXWZw==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@graphql-typed-document-node/core": "^3.1.1", "@graphql-typed-document-node/core": "^3.1.1",
+1 -1
View File
@@ -18,7 +18,7 @@
"lintfix": "eslint --fix . && npm run lint:style --fix" "lintfix": "eslint --fix . && npm run lint:style --fix"
}, },
"dependencies": { "dependencies": {
"@apollo/client": "3.14.0", "@apollo/client": "3.14.1",
"@auth0/auth0-vue": "2.5.0", "@auth0/auth0-vue": "2.5.0",
"@vue/apollo-composable": "4.2.2", "@vue/apollo-composable": "4.2.2",
"graphql": "16.13.1", "graphql": "16.13.1",