easy-sitemap-generator 0.1.2 → 0.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "easy-sitemap-generator",
3
- "version": "0.1.2",
4
- "description": "Free and easy sitemap.xml file generator without any restrictions for your website. Try now!",
3
+ "version": "0.1.3",
4
+ "description": "Easy and free sitemap.xml file generator without any restrictions for your website.",
5
5
  "homepage": "https://github.com/sefinek24/easy-sitemap-generator#readme",
6
6
  "bugs": {
7
7
  "url": "https://github.com/sefinek24/easy-sitemap-generator/issues"
@@ -25,12 +25,12 @@
25
25
  "up": "ncu -u && npm install && npm update && npm audit fix"
26
26
  },
27
27
  "dependencies": {
28
- "axios": "^1.7.4",
28
+ "axios": "^1.7.5",
29
29
  "jsdom": "^24.1.1",
30
30
  "kleur": "^4.1.5"
31
31
  },
32
32
  "devDependencies": {
33
- "@eslint/js": "^9.9.0",
33
+ "@eslint/js": "^9.9.1",
34
34
  "globals": "^15.9.0"
35
35
  }
36
36
  }