diff --git a/package-lock.json b/package-lock.json index 5e58b79..23d23ea 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ }, "devDependencies": { "@evilmartians/lefthook": "^1.6.15", - "@types/node": "^20.14.0", + "@types/node": "^20.14.2", "@types/react": "^18.3.3", "eslint": "^8.57.0", "eslint-config-next": "^14.2.3", @@ -30,7 +30,7 @@ "postcss": "^8.4.38", "postcss-preset-mantine": "1.15.0", "postcss-simple-vars": "^7.0.1", - "prettier": "^3.3.0", + "prettier": "^3.3.1", "rimraf": "^5.0.7", "stylelint": "^16.6.1", "stylelint-config-standard": "^36.0.0", @@ -768,9 +768,9 @@ "dev": true }, "node_modules/@types/node": { - "version": "20.14.0", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.14.0.tgz", - "integrity": "sha512-5cHBxFGJx6L4s56Bubp4fglrEpmyJypsqI6RgzMfBHWUJQGWAAi8cWcgetEbZXHYXo9C2Fa4EEds/uSyS4cxmA==", + "version": "20.14.2", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.14.2.tgz", + "integrity": "sha512-xyu6WAMVwv6AKFLB+e/7ySZVr/0zLCzOa7rSpq6jNwpqOrUbcACDWC+53d4n2QHOnDou0fbIsg8wZu/sxrnI4Q==", "dev": true, "license": "MIT", "dependencies": { @@ -4376,9 +4376,9 @@ } }, "node_modules/prettier": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.3.0.tgz", - "integrity": "sha512-J9odKxERhCQ10OC2yb93583f6UnYutOeiV5i0zEDS7UGTdUt0u+y8erxl3lBKvwo/JHyyoEdXjwp4dke9oyZ/g==", + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.3.1.tgz", + "integrity": "sha512-7CAwy5dRsxs8PHXT3twixW9/OEll8MLE0VRPCJyl7CkS6VHGPSlsVaWTiASPTyGyYRyApxlaWTzwUxVNrhcwDg==", "dev": true, "license": "MIT", "bin": { diff --git a/package.json b/package.json index 0a19c8a..74aae1d 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ }, "devDependencies": { "@evilmartians/lefthook": "^1.6.15", - "@types/node": "^20.14.0", + "@types/node": "^20.14.2", "@types/react": "^18.3.3", "eslint": "^8.57.0", "eslint-config-next": "^14.2.3", @@ -44,7 +44,7 @@ "postcss": "^8.4.38", "postcss-preset-mantine": "1.15.0", "postcss-simple-vars": "^7.0.1", - "prettier": "^3.3.0", + "prettier": "^3.3.1", "rimraf": "^5.0.7", "stylelint": "^16.6.1", "stylelint-config-standard": "^36.0.0",