|
115 | 115 | "@babel/types" "^7.16.7"
|
116 | 116 |
|
117 | 117 | "@babel/helper-module-transforms@^7.16.7":
|
118 |
| - version "7.16.7" |
119 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.16.7.tgz#7665faeb721a01ca5327ddc6bba15a5cb34b6a41" |
120 |
| - integrity sha512-gaqtLDxJEFCeQbYp9aLAefjhkKdjKcdh6DB7jniIGU3Pz52WAmP268zK0VgPz9hUNkMSYeH976K2/Y6yPadpng== |
| 118 | + version "7.17.6" |
| 119 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.17.6.tgz#3c3b03cc6617e33d68ef5a27a67419ac5199ccd0" |
| 120 | + integrity sha512-2ULmRdqoOMpdvkbT8jONrZML/XALfzxlb052bldftkicAUy8AxSCkD5trDPQcwHNmolcl7wP6ehNqMlyUw6AaA== |
121 | 121 | dependencies:
|
122 | 122 | "@babel/helper-environment-visitor" "^7.16.7"
|
123 | 123 | "@babel/helper-module-imports" "^7.16.7"
|
124 | 124 | "@babel/helper-simple-access" "^7.16.7"
|
125 | 125 | "@babel/helper-split-export-declaration" "^7.16.7"
|
126 | 126 | "@babel/helper-validator-identifier" "^7.16.7"
|
127 | 127 | "@babel/template" "^7.16.7"
|
128 |
| - "@babel/traverse" "^7.16.7" |
129 |
| - "@babel/types" "^7.16.7" |
| 128 | + "@babel/traverse" "^7.17.3" |
| 129 | + "@babel/types" "^7.17.0" |
130 | 130 |
|
131 | 131 | "@babel/helper-simple-access@^7.16.7":
|
132 | 132 | version "7.16.7"
|
|
184 | 184 | "@babel/parser" "^7.16.7"
|
185 | 185 | "@babel/types" "^7.16.7"
|
186 | 186 |
|
187 |
| -"@babel/traverse@^7.16.7", "@babel/traverse@^7.17.0", "@babel/traverse@^7.17.3": |
| 187 | +"@babel/traverse@^7.17.0", "@babel/traverse@^7.17.3": |
188 | 188 | version "7.17.3"
|
189 | 189 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.17.3.tgz#0ae0f15b27d9a92ba1f2263358ea7c4e7db47b57"
|
190 | 190 | integrity sha512-5irClVky7TxRWIRtxlh2WPUUOLhcPN06AGgaQSB8AEwuyEBgJVuJ5imdHm5zxk8w0QS5T+tDfnDxAlhWjpb7cw==
|
|
301 | 301 | integrity sha512-+iTbntw2IZPb/anVDbypzfQa+ay64MW0Zo8aJ8gZPWMMK6/OubMVb6lUPMagqjOPnmtauXnFCACVl3O7ogjeqQ==
|
302 | 302 |
|
303 | 303 | "@tryghost/admin-api@^1.4.0":
|
304 |
| - version "1.5.0" |
305 |
| - resolved "https://registry.yarnpkg.com/@tryghost/admin-api/-/admin-api-1.5.0.tgz#6263b1554d63ccb593449d08e5ad2b1703c1d9d5" |
306 |
| - integrity sha512-YIkpGfUTClcKM3LscmPshr1n4675vILUL5vyq9ytQYtx4hVnr/MgHe5YY+6sq35osj8wam6J0ptyJBAMt/sgug== |
| 304 | + version "1.6.0" |
| 305 | + resolved "https://registry.yarnpkg.com/@tryghost/admin-api/-/admin-api-1.6.0.tgz#9e51e9704a6b2fca5ae8dcbef65e9f16c78e9f4a" |
| 306 | + integrity sha512-o5rPUSa2eJCuLl5WqknWwlEeCQ9CuF33ZV/g8QB/rz7/se3aYRDCa/EPxM0bxo9OfBYlnGa8WkMnJzlzw9GeKw== |
307 | 307 | dependencies:
|
308 | 308 | axios "^0.21.1"
|
309 | 309 | form-data "^4.0.0"
|
310 | 310 | jsonwebtoken "^8.4.0"
|
311 | 311 |
|
312 | 312 | "@tryghost/content-api@^1.5.1":
|
313 |
| - version "1.6.0" |
314 |
| - resolved "https://registry.yarnpkg.com/@tryghost/content-api/-/content-api-1.6.0.tgz#232e79e63d1ccd27383b1206c0e1a140e995e1bd" |
315 |
| - integrity sha512-rIQNn5SB/aDVxNdhPya6p+SgSqERxmWDXjhFbUWPjiP+oOqlYKugL++Y+g7dRqAnNOnkRh3A7GuscXRI8m5Wfg== |
| 313 | + version "1.6.1" |
| 314 | + resolved "https://registry.yarnpkg.com/@tryghost/content-api/-/content-api-1.6.1.tgz#decf1175c7f642deeb450b0dbd87c976fc96a507" |
| 315 | + integrity sha512-lgfQgGy5oRBmTeov4Hrtaogh6GyT6eA3F0aV2HIdxdtgQEx1A4XxQQRFMNsua2VKzgEbOfnFjXygrEHjhKN+8w== |
316 | 316 | dependencies:
|
317 | 317 | axios "^0.21.1"
|
318 | 318 |
|
|
668 | 668 | safe-buffer "^5.0.1"
|
669 | 669 |
|
670 | 670 | electron-to-chromium@^1.4.71:
|
671 |
| - version "1.4.71" |
672 |
| - resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.71.tgz#17056914465da0890ce00351a3b946fd4cd51ff6" |
673 |
| - integrity sha512-Hk61vXXKRb2cd3znPE9F+2pLWdIOmP7GjiTj45y6L3W/lO+hSnUSUhq+6lEaERWBdZOHbk2s3YV5c9xVl3boVw== |
| 671 | + version "1.4.73" |
| 672 | + resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.73.tgz#422f6f514315bcace9615903e4a9b6b9fa283137" |
| 673 | + integrity sha512-RlCffXkE/LliqfA5m29+dVDPB2r72y2D2egMMfIy3Le8ODrxjuZNVo4NIC2yPL01N4xb4nZQLwzi6Z5tGIGLnA== |
674 | 674 |
|
675 | 675 | ember-rfc176-data@^0.3.15:
|
676 | 676 | version "0.3.17"
|
|
0 commit comments