diff options
| -rw-r--r-- | package-lock.json | 40 | ||||
| -rw-r--r-- | package.json | 6 | 
2 files changed, 23 insertions, 23 deletions
diff --git a/package-lock.json b/package-lock.json index f236a75..d85fd9f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,9 +9,9 @@        "version": "2025.01.24",        "dependencies": {          "@astrojs/check": "^0.9.4", -        "@astrojs/rss": "^4.0.11", -        "@astrojs/sitemap": "^3.4.0", -        "astro": "^5.8.1", +        "@astrojs/rss": "^4.0.12", +        "@astrojs/sitemap": "^3.4.1", +        "astro": "^5.8.2",          "autoprefixer": "^10.4.21",          "cssnano": "^7.0.7",          "cssnano-preset-advanced": "^7.0.7", @@ -139,19 +139,19 @@        }      },      "node_modules/@astrojs/rss": { -      "version": "4.0.11", -      "resolved": "https://registry.npmjs.org/@astrojs/rss/-/rss-4.0.11.tgz", -      "integrity": "sha512-3e3H8i6kc97KGnn9iaZBJpIkdoQi8MmR5zH5R+dWsfCM44lLTszOqy1OBfGGxDt56mpQkYVtZJWoxMyWuUZBfw==", +      "version": "4.0.12", +      "resolved": "https://registry.npmjs.org/@astrojs/rss/-/rss-4.0.12.tgz", +      "integrity": "sha512-O5yyxHuDVb6DQ6VLOrbUVFSm+NpObulPxjs6XT9q3tC+RoKbN4HXMZLpv0LvXd1qdAjzVgJ1NFD+zKHJNDXikw==",        "license": "MIT",        "dependencies": { -        "fast-xml-parser": "^4.5.0", +        "fast-xml-parser": "^5.2.0",          "kleur": "^4.1.5"        }      },      "node_modules/@astrojs/sitemap": { -      "version": "3.4.0", -      "resolved": "https://registry.npmjs.org/@astrojs/sitemap/-/sitemap-3.4.0.tgz", -      "integrity": "sha512-C5m/xsKvRSILKM3hy47n5wKtTQtJXn8epoYuUmCCstaE9XBt20yInym3Bz2uNbEiNfv11bokoW0MqeXPIvjFIQ==", +      "version": "3.4.1", +      "resolved": "https://registry.npmjs.org/@astrojs/sitemap/-/sitemap-3.4.1.tgz", +      "integrity": "sha512-VjZvr1e4FH6NHyyHXOiQgLiw94LnCVY4v06wN/D0gZKchTMkg71GrAHJz81/huafcmavtLkIv26HnpfDq6/h/Q==",        "license": "MIT",        "dependencies": {          "sitemap": "^8.0.0", @@ -2121,9 +2121,9 @@        }      },      "node_modules/astro": { -      "version": "5.8.1", -      "resolved": "https://registry.npmjs.org/astro/-/astro-5.8.1.tgz", -      "integrity": "sha512-lkBg1smMRFW+FQ6i92SgEN53o4+ItRjlRt6Ck+rEjmTcb57Bid7faTNKUQNYuNnxiesTWw3NJDyVPQPbfKDyfw==", +      "version": "5.8.2", +      "resolved": "https://registry.npmjs.org/astro/-/astro-5.8.2.tgz", +      "integrity": "sha512-t0TBpBdVluA2QVmbFBwpIqmTvBwNhIz1XTIT1BWPkDkoIgsiEMf6BOZqcoGG7f4GVKkUB9bTgMOhPgU3tbJ6vQ==",        "license": "MIT",        "dependencies": {          "@astrojs/compiler": "^2.11.0", @@ -3297,9 +3297,9 @@        "license": "BSD-3-Clause"      },      "node_modules/fast-xml-parser": { -      "version": "4.5.3", -      "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.5.3.tgz", -      "integrity": "sha512-RKihhV+SHsIUGXObeVy9AXiBbFwkVk7Syp8XgwN5U3JV416+Gwp/GO9i0JYKmikykgz/UHRrrV4ROuZEo/T0ig==", +      "version": "5.2.3", +      "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.2.3.tgz", +      "integrity": "sha512-OdCYfRqfpuLUFonTNjvd30rCBZUneHpSQkCqfaeWQ9qrKcl6XlWeDBNVwGb+INAIxRshuN2jF+BE0L6gbBO2mw==",        "funding": [          {            "type": "github", @@ -3308,7 +3308,7 @@        ],        "license": "MIT",        "dependencies": { -        "strnum": "^1.1.1" +        "strnum": "^2.1.0"        },        "bin": {          "fxparser": "src/cli/cli.js" @@ -6232,9 +6232,9 @@        }      },      "node_modules/strnum": { -      "version": "1.1.2", -      "resolved": "https://registry.npmjs.org/strnum/-/strnum-1.1.2.tgz", -      "integrity": "sha512-vrN+B7DBIoTTZjnPNewwhx6cBA/H+IS7rfW68n7XxC1y7uoiGQBxaKzqucGUgavX15dJgiGztLJ8vxuEzwqBdA==", +      "version": "2.1.1", +      "resolved": "https://registry.npmjs.org/strnum/-/strnum-2.1.1.tgz", +      "integrity": "sha512-7ZvoFTiCnGxBtDqJ//Cu6fWtZtc7Y3x+QOirG15wztbdngGSkht27o2pyGWrVy0b4WAy3jbKmnoK6g5VlVNUUw==",        "funding": [          {            "type": "github", diff --git a/package.json b/package.json index f00920f..7e96aaf 100644 --- a/package.json +++ b/package.json @@ -15,9 +15,9 @@    },    "dependencies": {      "@astrojs/check": "^0.9.4", -    "@astrojs/rss": "^4.0.11", -    "@astrojs/sitemap": "^3.4.0", -    "astro": "^5.8.1", +    "@astrojs/rss": "^4.0.12", +    "@astrojs/sitemap": "^3.4.1", +    "astro": "^5.8.2",      "autoprefixer": "^10.4.21",      "cssnano": "^7.0.7",      "cssnano-preset-advanced": "^7.0.7",  | 
