mirror of https://github.com/zulip/zulip.git
dependencies: Upgrade JavaScript dependencies.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
parent
a873a68cc7
commit
2db2f2d6cd
|
@ -27,7 +27,7 @@
|
|||
"emoji-datasource-google-blob": "npm:emoji-datasource-google@^3.0.0",
|
||||
"emoji-datasource-twitter": "^6.0.0",
|
||||
"error-stack-parser": "^2.0.2",
|
||||
"eslint-plugin-unicorn": "^24.0.0",
|
||||
"eslint-plugin-unicorn": "^27.0.0",
|
||||
"expose-loader": "^1.0.0",
|
||||
"file-loader": "^6.0.0",
|
||||
"flatpickr": "^4.5.7",
|
||||
|
@ -49,7 +49,7 @@
|
|||
"optimize-css-assets-webpack-plugin": "^5.0.3",
|
||||
"plotly.js": "^1.48.1",
|
||||
"postcss": "^8.0.3",
|
||||
"postcss-calc": "^7.0.1",
|
||||
"postcss-calc": "^8.0.0",
|
||||
"postcss-extend-rule": "^3.0.0",
|
||||
"postcss-loader": "^4.0.2",
|
||||
"postcss-nested": "^5.0.0",
|
||||
|
@ -94,7 +94,7 @@
|
|||
"eslint-config-prettier": "^7.0.0",
|
||||
"eslint-import-resolver-webpack": "^0.13.0",
|
||||
"eslint-plugin-import": "^2.22.0",
|
||||
"js-yaml": "^3.13.1",
|
||||
"js-yaml": "^4.0.0",
|
||||
"jsdom": "^16.1.0",
|
||||
"nyc": "^15.0.0",
|
||||
"openapi-examples-validator": "^4.0.0",
|
||||
|
|
|
@ -44,7 +44,7 @@ function checkRefSiblings(file, path, data) {
|
|||
// script, hence the starting point at 2.
|
||||
for (const file of process.argv.slice(2)) {
|
||||
try {
|
||||
const data = jsyaml.safeLoad(await fs.promises.readFile(file, "utf8"), {
|
||||
const data = jsyaml.load(await fs.promises.readFile(file, "utf8"), {
|
||||
filename: file,
|
||||
});
|
||||
if (data.openapi !== undefined) {
|
||||
|
|
|
@ -43,4 +43,4 @@ API_FEATURE_LEVEL = 37
|
|||
# historical commits sharing the same major version, in which case a
|
||||
# minor version bump suffices.
|
||||
|
||||
PROVISION_VERSION = '120.0'
|
||||
PROVISION_VERSION = '121.0'
|
||||
|
|
Loading…
Reference in New Issue