diff --git a/package-lock.json b/package-lock.json index 5430b80cd..7c92ceba2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -110,8 +110,8 @@ "sinon-chai": "^4.0.1", "source-map-support": "^0.5.21", "stacktrace-parser": "^0.1.11", - "survey-core": "^2.5.10", - "survey-react-ui": "^2.5.10", + "survey-core": "^2.5.11", + "survey-react-ui": "^2.5.11", "targz": "^1.0.1", "tmp": "^0.2.5", "ts-node": "^10.9.2", @@ -16308,22 +16308,22 @@ } }, "node_modules/survey-core": { - "version": "2.5.10", - "resolved": "https://registry.npmjs.org/survey-core/-/survey-core-2.5.10.tgz", - "integrity": "sha512-MRyNhqexm4eLUj9ZvfVKxJ6/rG4xKw4S8FIjn+Fu7PVliAoA/P5cxYIc7AtpeGELPGjoe2Zu4XX16CdxBLFcKg==", + "version": "2.5.11", + "resolved": "https://registry.npmjs.org/survey-core/-/survey-core-2.5.11.tgz", + "integrity": "sha512-bq/Um4HOWyBpnFy7nFJentMFC2GlMeKPrAuwsD86FoXAHHZwesLPw8nB1+xtcsUajocp4DMn0bb/Vivu5+aU5w==", "dev": true, "license": "MIT" }, "node_modules/survey-react-ui": { - "version": "2.5.10", - "resolved": "https://registry.npmjs.org/survey-react-ui/-/survey-react-ui-2.5.10.tgz", - "integrity": "sha512-lt5NFbs6a0veaNO23no4g/8+mS0eMyCpSvvlSDLg0QAlcTCbwZphM5PaS8SwrE8esasqC7FT7rCVWaOmYi8N5A==", + "version": "2.5.11", + "resolved": "https://registry.npmjs.org/survey-react-ui/-/survey-react-ui-2.5.11.tgz", + "integrity": "sha512-leI+IG2qQDByZQxA+r9PHOIKQs5gryuN/Pv70ACL4PSegVUn/NF3vEtUnbRDf9yBT7pvc1GUQjrcFK/EMRqWhw==", "dev": true, "license": "MIT", "peerDependencies": { "react": "^16.5.0 || ^17.0.1 || ^18.1.0 || ^19.0.0", "react-dom": "^16.5.0 || ^17.0.1 || ^18.1.0 || ^19.0.0", - "survey-core": "2.5.10" + "survey-core": "2.5.11" } }, "node_modules/svg-parser": { diff --git a/package.json b/package.json index 9d6afcfab..1020813dd 100644 --- a/package.json +++ b/package.json @@ -174,8 +174,8 @@ "sinon-chai": "^4.0.1", "source-map-support": "^0.5.21", "stacktrace-parser": "^0.1.11", - "survey-core": "^2.5.10", - "survey-react-ui": "^2.5.10", + "survey-core": "^2.5.11", + "survey-react-ui": "^2.5.11", "targz": "^1.0.1", "tmp": "^0.2.5", "ts-node": "^10.9.2",