diff --git a/package-lock.json b/package-lock.json index e13157c2f..2ba3f6489 100644 --- a/package-lock.json +++ b/package-lock.json @@ -77,9 +77,9 @@ "@types/hoek": "^4.1.7", "@types/jest": "^30.0.0", "@types/jsdom": "^21.1.7", - "@types/lodash": "^4.17.21", + "@types/lodash": "^4.17.23", "@types/mysql": "^2.15.27", - "@types/node": "^25.0.3", + "@types/node": "^25.0.6", "@types/nunjucks": "^3.2.6", "@types/resolve": "^1.20.6", "@types/url-parse": "^1.4.11", @@ -6518,9 +6518,9 @@ "license": "MIT" }, "node_modules/@types/lodash": { - "version": "4.17.21", - "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.21.tgz", - "integrity": "sha512-FOvQ0YPD5NOfPgMzJihoT+Za5pdkDJWcbpuj1DjaKZIr/gxodQjY/uWEFlTNqW2ugXHUiL8lRQgw63dzKHZdeQ==", + "version": "4.17.23", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.23.tgz", + "integrity": "sha512-RDvF6wTulMPjrNdCoYRC8gNR880JNGT8uB+REUpC2Ns4pRqQJhGz90wh7rgdXDPpCczF3VGktDuFGVnz8zP7HA==", "dev": true, "license": "MIT" }, @@ -6559,9 +6559,9 @@ } }, "node_modules/@types/node": { - "version": "25.0.3", - "resolved": "https://registry.npmjs.org/@types/node/-/node-25.0.3.tgz", - "integrity": "sha512-W609buLVRVmeW693xKfzHeIV6nJGGz98uCPfeXI1ELMLXVeKYZ9m15fAMSaUPBHYLGFsVRcMmSCksQOrZV9BYA==", + "version": "25.0.6", + "resolved": "https://registry.npmjs.org/@types/node/-/node-25.0.6.tgz", + "integrity": "sha512-NNu0sjyNxpoiW3YuVFfNz7mxSQ+S4X2G28uqg2s+CzoqoQjLPsWSbsFFyztIAqt2vb8kfEAsJNepMGPTxFDx3Q==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 253eb8843..6ca6fef65 100644 --- a/package.json +++ b/package.json @@ -107,9 +107,9 @@ "@types/hoek": "^4.1.7", "@types/jest": "^30.0.0", "@types/jsdom": "^21.1.7", - "@types/lodash": "^4.17.21", + "@types/lodash": "^4.17.23", "@types/mysql": "^2.15.27", - "@types/node": "^25.0.3", + "@types/node": "^25.0.6", "@types/nunjucks": "^3.2.6", "@types/resolve": "^1.20.6", "@types/url-parse": "^1.4.11",