diff --git a/client/package-lock.json b/client/package-lock.json index 5209a45f..ba590d32 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -50,7 +50,7 @@ "js-cookie": "^3.0.5", "jwt-decode": "^4.0.0", "linkify-react": "^4.3.1", - "linkifyjs": "^4.3.1", + "linkifyjs": "^4.3.2", "lodash": "^4.17.21", "lowlight": "^3.3.0", "markdown-it": "^13.0.2", @@ -5060,12 +5060,19 @@ "dev": true, "license": "MIT" }, + "node_modules/@types/prop-types": { + "version": "15.7.15", + "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.15.tgz", + "integrity": "sha512-F6bEyamV9jKGAFBEmlQnesRPGOQqS2+Uwi0Em15xenOxHaf2hv6L8YCVn3rPdPJOiJfPiCnLIRyvwVaqMY3MIw==", + "license": "MIT" + }, "node_modules/@types/react": { - "version": "19.1.8", - "resolved": "https://registry.npmjs.org/@types/react/-/react-19.1.8.tgz", - "integrity": "sha512-AwAfQ2Wa5bCx9WP8nZL2uMZWod7J7/JSplxbTmBQ5ms6QpqNYm672H0Vu9ZVKVngQ+ii4R/byguVEUZQyeg44g==", + "version": "18.3.23", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.23.tgz", + "integrity": "sha512-/LDXMQh55EzZQ0uVAZmKKhfENivEvWz6E+EYzh+/MCjMhNsotd+ZHhBGIjFDTi6+fz0OhQQQLbTgdQIxxCsC0w==", "license": "MIT", "dependencies": { + "@types/prop-types": "*", "csstype": "^3.0.2" } }, @@ -11082,9 +11089,9 @@ } }, "node_modules/linkifyjs": { - "version": "4.3.1", - "resolved": "https://registry.npmjs.org/linkifyjs/-/linkifyjs-4.3.1.tgz", - "integrity": "sha512-DRSlB9DKVW04c4SUdGvKK5FR6be45lTU9M76JnngqPeeGDqPwYc0zdUErtsNVMtxPXgUWV4HbXbnC4sNyBxkYg==", + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/linkifyjs/-/linkifyjs-4.3.2.tgz", + "integrity": "sha512-NT1CJtq3hHIreOianA8aSXn6Cw0JzYOuDQbOrSPe7gqFnCpKP++MQe3ODgO3oh2GJFORkAAdqredOa60z63GbA==", "license": "MIT" }, "node_modules/locate-path": { diff --git a/client/package.json b/client/package.json old mode 100755 new mode 100644 index 46f0904e..a36321fb --- a/client/package.json +++ b/client/package.json @@ -121,7 +121,7 @@ "js-cookie": "^3.0.5", "jwt-decode": "^4.0.0", "linkify-react": "^4.3.1", - "linkifyjs": "^4.3.1", + "linkifyjs": "^4.3.2", "lodash": "^4.17.21", "lowlight": "^3.3.0", "markdown-it": "^13.0.2",