From 417c42fb5f5cea24d55452a98f16e7acd1556f3c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 4 Jan 2026 08:09:32 +0000 Subject: [PATCH] fix: package.json & package-lock.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-QS-14724253 --- package-lock.json | 17 ++++++++++------- package.json | 2 +- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7848254..98bd8c4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@directus/sdk": "^10.3.1", - "@pankod/refine-core": "3.90.6", + "@pankod/refine-core": "^3.103.0", "tslib": "^2.4.0" }, "devDependencies": { @@ -923,9 +923,12 @@ } }, "node_modules/@pankod/refine-core": { - "version": "3.90.6", - "resolved": "https://registry.npmjs.org/@pankod/refine-core/-/refine-core-3.90.6.tgz", - "integrity": "sha512-/xoE1frM81arH3w/aZny0jqJPHueQa/uV4/CXKvwLemI+80ylW8zAZT0rPC2qaDsQOK7294FEGQxsD4M8deRQw==", + "version": "3.103.0", + "resolved": "https://registry.npmjs.org/@pankod/refine-core/-/refine-core-3.103.0.tgz", + "integrity": "sha512-c6FLiV83m4HDdEohvS+6R5IYWkqrl9GvpR32heq6k9DUNR3OlwO76RUwECn4ngQFKxzNfiu2NxdeRH7mB6XHvw==", + "deprecated": "refine v4 is released 🎉 The new version is 100% backward compatible. You can upgrade to v4 with a single command! See the migration guide here: https://refine.dev/docs/migration-guide/3x-to-4x", + "hasInstallScript": true, + "license": "MIT", "dependencies": { "@tanstack/react-query": "^4.10.1", "@tanstack/react-query-devtools": "^4.10.1", @@ -6228,9 +6231,9 @@ } }, "@pankod/refine-core": { - "version": "3.90.6", - "resolved": "https://registry.npmjs.org/@pankod/refine-core/-/refine-core-3.90.6.tgz", - "integrity": "sha512-/xoE1frM81arH3w/aZny0jqJPHueQa/uV4/CXKvwLemI+80ylW8zAZT0rPC2qaDsQOK7294FEGQxsD4M8deRQw==", + "version": "3.103.0", + "resolved": "https://registry.npmjs.org/@pankod/refine-core/-/refine-core-3.103.0.tgz", + "integrity": "sha512-c6FLiV83m4HDdEohvS+6R5IYWkqrl9GvpR32heq6k9DUNR3OlwO76RUwECn4ngQFKxzNfiu2NxdeRH7mB6XHvw==", "requires": { "@tanstack/react-query": "^4.10.1", "@tanstack/react-query-devtools": "^4.10.1", diff --git a/package.json b/package.json index b912be7..9b5114c 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ }, "dependencies": { "@directus/sdk": "^10.3.1", - "@pankod/refine-core": "3.90.6", + "@pankod/refine-core": "3.103.0", "tslib": "^2.4.0" }, "publishConfig": {