diff --git a/package-lock.json b/package-lock.json index 6186e93..48f3f8c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,14 +12,14 @@ }, "devDependencies": { "@fontsource-variable/roboto-flex": "^5.1.0", - "@radically-straightforward/development": "^1.0.41", + "@radically-straightforward/development": "^1.0.42", "@types/mailparser": "^3.4.5", "@types/node": "^22.10.2", "@types/nodemailer": "^6.4.17", "@types/smtp-server": "^3.5.10", "bootstrap-icons": "^1.11.3", "nodemailer": "^6.9.16", - "nodemon": "^3.1.7", + "nodemon": "^3.1.9", "prettier": "^3.4.2", "typescript": "^5.7.2" } @@ -1001,9 +1001,9 @@ } }, "node_modules/@radically-straightforward/css": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@radically-straightforward/css/-/css-2.0.0.tgz", - "integrity": "sha512-P7XNBHZ3QG3EBlw9he74TVVrDF65FaVs2Bv+q85hqj4fVwB97CLwaKJm5vkret7fwyD+dr4OJBhUqn+gcuTw4g==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/@radically-straightforward/css/-/css-2.0.1.tgz", + "integrity": "sha512-/t2vJ9qUsUtrbt/aLgKnm8lr8ICt3AZc+/i9pnnVsPDpxfYa5UFNyL5u05hH3CaKnFS5/+6N59fatoBDa4vQEg==", "dev": true, "funding": [ "https://patreon.com/leafac", @@ -1014,9 +1014,9 @@ "license": "MIT" }, "node_modules/@radically-straightforward/development": { - "version": "1.0.41", - "resolved": "https://registry.npmjs.org/@radically-straightforward/development/-/development-1.0.41.tgz", - "integrity": "sha512-xO6fF5Fo0HhYP31ckE5LTc9TyEuB5Ctut0/oTwaYTB84Q76A/TC1PTegWOGJzCpnJMd3pR1FOe9j3s9RQmgfZQ==", + "version": "1.0.42", + "resolved": "https://registry.npmjs.org/@radically-straightforward/development/-/development-1.0.42.tgz", + "integrity": "sha512-GjoR1zzz80A7rT+lVDzbbn2RqQW62zSLbJ4aphs2Adrb9RLLyry1Clc3JGY4ZBMsD0TwIYNmBiVuyfyZT4JqbQ==", "dev": true, "funding": [ "https://patreon.com/leafac", @@ -1027,9 +1027,9 @@ "license": "MIT", "dependencies": { "@radically-straightforward/build": "^2.0.6", - "@radically-straightforward/css": "^2.0.0", + "@radically-straightforward/css": "^2.0.1", "@radically-straightforward/documentation": "^1.0.4", - "@radically-straightforward/javascript": "^4.0.6", + "@radically-straightforward/javascript": "^4.0.7", "@radically-straightforward/package": "^2.0.1", "@radically-straightforward/typescript": "^1.0.0" } @@ -1086,9 +1086,9 @@ "license": "MIT" }, "node_modules/@radically-straightforward/javascript": { - "version": "4.0.6", - "resolved": "https://registry.npmjs.org/@radically-straightforward/javascript/-/javascript-4.0.6.tgz", - "integrity": "sha512-r5IQnVHYcPf1enhyrODI8gYoI1xUX4lAmNve09I4JZvMIBIxeVujYiw8gPOxRVCC95N1Vght7/YOMV1894Lbqg==", + "version": "4.0.7", + "resolved": "https://registry.npmjs.org/@radically-straightforward/javascript/-/javascript-4.0.7.tgz", + "integrity": "sha512-Hov1sPXbamum5hGlVQUMCg+eG6PCrO7IruapRZIxFPS8au7D47D1HIJSOUKvdou557MvhosBMNppbchIb1Ytkg==", "dev": true, "funding": [ "https://patreon.com/leafac", @@ -1099,7 +1099,7 @@ "license": "MIT", "dependencies": { "@floating-ui/dom": "^1.6.12", - "@radically-straightforward/css": "^2.0.0", + "@radically-straightforward/css": "^2.0.1", "@radically-straightforward/html": "^1.0.1", "@radically-straightforward/utilities": "^2.0.7", "fast-myers-diff": "^3.2.0" @@ -2883,9 +2883,9 @@ } }, "node_modules/nodemon": { - "version": "3.1.7", - "resolved": "https://registry.npmjs.org/nodemon/-/nodemon-3.1.7.tgz", - "integrity": "sha512-hLj7fuMow6f0lbB0cD14Lz2xNjwsyruH251Pk4t/yIitCFJbmY1myuLlHm/q06aST4jg6EgAh74PIBBrRqpVAQ==", + "version": "3.1.9", + "resolved": "https://registry.npmjs.org/nodemon/-/nodemon-3.1.9.tgz", + "integrity": "sha512-hdr1oIb2p6ZSxu3PB2JWWYS7ZQ0qvaZsc3hK8DR8f02kRzc8rjYmxAIvdz+aYC+8F2IjNaB7HMcSDg8nQpJxyg==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 8ca9e84..b90ec71 100644 --- a/package.json +++ b/package.json @@ -13,14 +13,14 @@ }, "devDependencies": { "@fontsource-variable/roboto-flex": "^5.1.0", - "@radically-straightforward/development": "^1.0.41", + "@radically-straightforward/development": "^1.0.42", "@types/mailparser": "^3.4.5", "@types/node": "^22.10.2", "@types/nodemailer": "^6.4.17", "@types/smtp-server": "^3.5.10", "bootstrap-icons": "^1.11.3", "nodemailer": "^6.9.16", - "nodemon": "^3.1.7", + "nodemon": "^3.1.9", "prettier": "^3.4.2", "typescript": "^5.7.2" },