|
40 | 40 | "serve": "serve out"
|
41 | 41 | },
|
42 | 42 | "dependencies": {
|
43 |
| - "@tryghost/content-api": "^1.5.16", |
| 43 | + "@tryghost/content-api": "^1.6.0", |
44 | 44 | "cheerio": "^1.0.0-rc.10",
|
45 | 45 | "crypto-hash": "^2.0.1",
|
46 | 46 | "dayjs": "^1.10.7",
|
47 | 47 | "disqus-react": "^1.1.2",
|
48 | 48 | "email-validator": "^2.0.4",
|
49 | 49 | "fs": "^0.0.1-security",
|
50 | 50 | "lodash.throttle": "^4.1.1",
|
51 |
| - "next": "^12.0.8", |
| 51 | + "next": "^12.0.10", |
52 | 52 | "nodemailer": "^6.7.2",
|
53 |
| - "probe-image-size": "^7.2.2", |
| 53 | + "probe-image-size": "^7.2.3", |
54 | 54 | "react": "17.0.2",
|
55 | 55 | "react-dom": "17.0.2",
|
56 | 56 | "react-gist": "^1.2.4",
|
|
60 | 60 | "rehype": "^11.0.0",
|
61 | 61 | "rehype-react": "^6.2.1",
|
62 | 62 | "rss": "^1.2.2",
|
63 |
| - "sanitize-html": "^2.6.1", |
| 63 | + "sanitize-html": "^2.7.0", |
64 | 64 | "sharp": "^0.29.3",
|
65 | 65 | "unist-util-visit": "^2.0.3"
|
66 | 66 | },
|
67 | 67 | "devDependencies": {
|
68 |
| - "@next/bundle-analyzer": "^12.0.8", |
69 |
| - "@types/cheerio": "^0.22.30", |
| 68 | + "@next/bundle-analyzer": "^12.0.10", |
| 69 | + "@types/cheerio": "^0.22.31", |
70 | 70 | "@types/lodash": "^4.14.178",
|
71 |
| - "@types/node": "^17.0.8", |
| 71 | + "@types/node": "^17.0.17", |
72 | 72 | "@types/nodemailer": "^6.4.4",
|
73 |
| - "@types/react": "^17.0.38", |
| 73 | + "@types/react": "^17.0.39", |
74 | 74 | "@types/refractor": "^3.0.2",
|
75 | 75 | "@types/rss": "^0.0.29",
|
76 | 76 | "@types/sanitize-html": "^2.6.2",
|
77 |
| - "@types/styled-components": "^5.1.20", |
| 77 | + "@types/styled-components": "^5.1.22", |
78 | 78 | "@types/testing-library__react": "^10.2.0",
|
79 | 79 | "@types/tryghost__content-api": "^1.3.10",
|
80 |
| - "@typescript-eslint/eslint-plugin": "^5.9.1", |
81 |
| - "@typescript-eslint/parser": "^5.9.1", |
| 80 | + "@typescript-eslint/eslint-plugin": "^5.11.0", |
| 81 | + "@typescript-eslint/parser": "^5.11.0", |
82 | 82 | "autoprefixer": "^10.4.2",
|
83 | 83 | "critters": "^0.0.16",
|
84 | 84 | "cross-env": "^7.0.3",
|
85 | 85 | "eslint": "<8.0.0",
|
86 |
| - "eslint-config-next": "^12.0.8", |
| 86 | + "eslint-config-next": "^12.0.10", |
87 | 87 | "eslint-config-prettier": "^8.3.0",
|
88 | 88 | "eslint-plugin-react": "^7.28.0",
|
89 | 89 | "eslint-plugin-react-hooks": "^4.3.0",
|
90 | 90 | "next-image-loader": "^2.0.6",
|
91 |
| - "next-sitemap": "^1.9.9", |
92 |
| - "postcss": "^8.4.5", |
| 91 | + "next-sitemap": "^2.1.14", |
| 92 | + "postcss": "^8.4.6", |
93 | 93 | "postcss-color-mod-function": "^3.0.3",
|
94 | 94 | "postcss-easy-import": "^3.0.0",
|
95 |
| - "postcss-preset-env": "^7.2.3", |
| 95 | + "postcss-preset-env": "^7.3.1", |
96 | 96 | "prettier": "^2.5.1",
|
97 | 97 | "serve": "^13.0.2",
|
98 |
| - "typescript": "^4.5.4" |
| 98 | + "typescript": "^4.5.5" |
99 | 99 | }
|
100 | 100 | }
|
0 commit comments