chore: update @astro/rss patch version

This commit is contained in:
satnaing
2022-10-29 16:12:10 +06:30
parent fc2c1f9fbe
commit 81b80e6543
2 changed files with 8 additions and 8 deletions
+7 -7
View File
@@ -8,7 +8,7 @@
"name": "astro-paper",
"version": "1.1.0",
"dependencies": {
"@astrojs/rss": "^1.0.1",
"@astrojs/rss": "^1.0.3",
"astro": "^1.1.7",
"fuse.js": "^6.6.2",
"github-slugger": "^2.0.0",
@@ -151,9 +151,9 @@
}
},
"node_modules/@astrojs/rss": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/@astrojs/rss/-/rss-1.0.2.tgz",
"integrity": "sha512-WPMW5a3D+nAbuu/i7LANfp1GnVrdnzcsUNrR7o8IvPJXJMjVGtDqdUqNDj20Rj3rwcWbOL2KVvGPMjCqx0tRWQ==",
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/@astrojs/rss/-/rss-1.0.3.tgz",
"integrity": "sha512-SkAUMnp/LpryOR5B69rlF69AjKE3YlIPRmWad5WoRVeAH1CEEvSh8sC8/qhtG9haPFYa9JoX6zp5V5MkUOop3A==",
"dependencies": {
"fast-xml-parser": "^4.0.8"
}
@@ -8886,9 +8886,9 @@
}
},
"@astrojs/rss": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/@astrojs/rss/-/rss-1.0.2.tgz",
"integrity": "sha512-WPMW5a3D+nAbuu/i7LANfp1GnVrdnzcsUNrR7o8IvPJXJMjVGtDqdUqNDj20Rj3rwcWbOL2KVvGPMjCqx0tRWQ==",
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/@astrojs/rss/-/rss-1.0.3.tgz",
"integrity": "sha512-SkAUMnp/LpryOR5B69rlF69AjKE3YlIPRmWad5WoRVeAH1CEEvSh8sC8/qhtG9haPFYa9JoX6zp5V5MkUOop3A==",
"requires": {
"fast-xml-parser": "^4.0.8"
}
+1 -1
View File
@@ -14,7 +14,7 @@
"prepare": "husky install"
},
"dependencies": {
"@astrojs/rss": "^1.0.1",
"@astrojs/rss": "^1.0.3",
"astro": "^1.1.7",
"fuse.js": "^6.6.2",
"github-slugger": "^2.0.0",