|
|
|
@@ -1,21 +1,21 @@
|
|
|
|
|
{
|
|
|
|
|
"name": "homebrewery",
|
|
|
|
|
"version": "3.0.8",
|
|
|
|
|
"version": "3.1.0",
|
|
|
|
|
"lockfileVersion": 2,
|
|
|
|
|
"requires": true,
|
|
|
|
|
"packages": {
|
|
|
|
|
"": {
|
|
|
|
|
"version": "3.0.8",
|
|
|
|
|
"version": "3.1.0",
|
|
|
|
|
"hasInstallScript": true,
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@babel/core": "^7.18.0",
|
|
|
|
|
"@babel/plugin-transform-runtime": "^7.18.0",
|
|
|
|
|
"@babel/preset-env": "^7.18.0",
|
|
|
|
|
"@babel/core": "^7.18.2",
|
|
|
|
|
"@babel/plugin-transform-runtime": "^7.18.2",
|
|
|
|
|
"@babel/preset-env": "^7.18.2",
|
|
|
|
|
"@babel/preset-react": "^7.17.12",
|
|
|
|
|
"body-parser": "^1.20.0",
|
|
|
|
|
"classnames": "^2.3.1",
|
|
|
|
|
"codemirror": "^5.65.4",
|
|
|
|
|
"codemirror": "^5.65.5",
|
|
|
|
|
"cookie-parser": "^1.4.6",
|
|
|
|
|
"create-react-class": "^15.7.0",
|
|
|
|
|
"dedent-tabs": "^0.10.1",
|
|
|
|
@@ -32,7 +32,7 @@
|
|
|
|
|
"marked-extended-tables": "^1.0.3",
|
|
|
|
|
"markedLegacy": "npm:marked@^0.3.19",
|
|
|
|
|
"moment": "^2.29.3",
|
|
|
|
|
"mongoose": "^6.3.4",
|
|
|
|
|
"mongoose": "^6.3.5",
|
|
|
|
|
"nanoid": "3.3.4",
|
|
|
|
|
"nconf": "^0.12.0",
|
|
|
|
|
"query-string": "7.1.1",
|
|
|
|
@@ -45,7 +45,7 @@
|
|
|
|
|
"vitreum": "git+https://git@github.com/calculuschild/vitreum.git"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"eslint": "^8.15.0",
|
|
|
|
|
"eslint": "^8.17.0",
|
|
|
|
|
"eslint-plugin-react": "^7.30.0",
|
|
|
|
|
"jest": "^28.1.0",
|
|
|
|
|
"supertest": "^6.2.3"
|
|
|
|
@@ -85,20 +85,20 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@babel/core": {
|
|
|
|
|
"version": "7.18.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.18.0.tgz",
|
|
|
|
|
"integrity": "sha512-Xyw74OlJwDijToNi0+6BBI5mLLR5+5R3bcSH80LXzjzEGEUlvNzujEE71BaD/ApEZHAvFI/Mlmp4M5lIkdeeWw==",
|
|
|
|
|
"version": "7.18.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.18.2.tgz",
|
|
|
|
|
"integrity": "sha512-A8pri1YJiC5UnkdrWcmfZTJTV85b4UXTAfImGmCfYmax4TR9Cw8sDS0MOk++Gp2mE/BefVJ5nwy5yzqNJbP/DQ==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@ampproject/remapping": "^2.1.0",
|
|
|
|
|
"@babel/code-frame": "^7.16.7",
|
|
|
|
|
"@babel/generator": "^7.18.0",
|
|
|
|
|
"@babel/helper-compilation-targets": "^7.17.10",
|
|
|
|
|
"@babel/generator": "^7.18.2",
|
|
|
|
|
"@babel/helper-compilation-targets": "^7.18.2",
|
|
|
|
|
"@babel/helper-module-transforms": "^7.18.0",
|
|
|
|
|
"@babel/helpers": "^7.18.0",
|
|
|
|
|
"@babel/helpers": "^7.18.2",
|
|
|
|
|
"@babel/parser": "^7.18.0",
|
|
|
|
|
"@babel/template": "^7.16.7",
|
|
|
|
|
"@babel/traverse": "^7.18.0",
|
|
|
|
|
"@babel/types": "^7.18.0",
|
|
|
|
|
"@babel/traverse": "^7.18.2",
|
|
|
|
|
"@babel/types": "^7.18.2",
|
|
|
|
|
"convert-source-map": "^1.7.0",
|
|
|
|
|
"debug": "^4.1.0",
|
|
|
|
|
"gensync": "^1.0.0-beta.2",
|
|
|
|
@@ -151,11 +151,11 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@babel/generator": {
|
|
|
|
|
"version": "7.18.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.18.0.tgz",
|
|
|
|
|
"integrity": "sha512-81YO9gGx6voPXlvYdZBliFXAZU8vZ9AZ6z+CjlmcnaeOcYSFbMTpdeDUO9xD9dh/68Vq03I8ZspfUTPfitcDHg==",
|
|
|
|
|
"version": "7.18.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.18.2.tgz",
|
|
|
|
|
"integrity": "sha512-W1lG5vUwFvfMd8HVXqdfbuG7RuaSrTCCD8cl8fP8wOivdbtbIg2Db3IWUcgvfxKbbn6ZBGYRW/Zk1MIwK49mgw==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@babel/types": "^7.18.0",
|
|
|
|
|
"@babel/types": "^7.18.2",
|
|
|
|
|
"@jridgewell/gen-mapping": "^0.3.0",
|
|
|
|
|
"jsesc": "^2.5.1"
|
|
|
|
|
},
|
|
|
|
@@ -187,9 +187,9 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@babel/helper-compilation-targets": {
|
|
|
|
|
"version": "7.17.10",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.17.10.tgz",
|
|
|
|
|
"integrity": "sha512-gh3RxjWbauw/dFiU/7whjd0qN9K6nPJMqe6+Er7rOavFh0CQUSwhAE3IcTho2rywPJFxej6TUUHDkWcYI6gGqQ==",
|
|
|
|
|
"version": "7.18.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.18.2.tgz",
|
|
|
|
|
"integrity": "sha512-s1jnPotJS9uQnzFtiZVBUxe67CuBa679oWFHpxYYnTpRL/1ffhyX44R9uYiXoa/pLXcY9H2moJta0iaanlk/rQ==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@babel/compat-data": "^7.17.10",
|
|
|
|
|
"@babel/helper-validator-option": "^7.16.7",
|
|
|
|
@@ -294,12 +294,9 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@babel/helper-environment-visitor": {
|
|
|
|
|
"version": "7.16.7",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.16.7.tgz",
|
|
|
|
|
"integrity": "sha512-SLLb0AAn6PkUeAfKJCCOl9e1R53pQlGAfc4y4XuMRZfqeMYLE0dM1LMhqbGAlGQY0lfw5/ohoYWAe9V1yibRag==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@babel/types": "^7.16.7"
|
|
|
|
|
},
|
|
|
|
|
"version": "7.18.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.2.tgz",
|
|
|
|
|
"integrity": "sha512-14GQKWkX9oJzPiQQ7/J36FTXcD4kSp8egKjO9nINlSKiHITRA9q/R74qu8S9xlc/b/yjsJItQUeeh3xnGN0voQ==",
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=6.9.0"
|
|
|
|
|
}
|
|
|
|
@@ -426,11 +423,11 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@babel/helper-simple-access": {
|
|
|
|
|
"version": "7.17.7",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.17.7.tgz",
|
|
|
|
|
"integrity": "sha512-txyMCGroZ96i+Pxr3Je3lzEJjqwaRC9buMUgtomcrLe5Nd0+fk1h0LLA+ixUF5OW7AhHuQ7Es1WcQJZmZsz2XA==",
|
|
|
|
|
"version": "7.18.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.18.2.tgz",
|
|
|
|
|
"integrity": "sha512-7LIrjYzndorDY88MycupkpQLKS1AFfsVRm2k/9PtKScSy5tZq0McZTj+DiMRynboZfIqOKvo03pmhTaUgiD6fQ==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@babel/types": "^7.17.0"
|
|
|
|
|
"@babel/types": "^7.18.2"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=6.9.0"
|
|
|
|
@@ -489,13 +486,13 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@babel/helpers": {
|
|
|
|
|
"version": "7.18.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.18.0.tgz",
|
|
|
|
|
"integrity": "sha512-AE+HMYhmlMIbho9nbvicHyxFwhrO+xhKB6AhRxzl8w46Yj0VXTZjEsAoBVC7rB2I0jzX+yWyVybnO08qkfx6kg==",
|
|
|
|
|
"version": "7.18.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.18.2.tgz",
|
|
|
|
|
"integrity": "sha512-j+d+u5xT5utcQSzrh9p+PaJX94h++KN+ng9b9WEJq7pkUPAd61FGqhjuUEdfknb3E/uDBb7ruwEeKkIxNJPIrg==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@babel/template": "^7.16.7",
|
|
|
|
|
"@babel/traverse": "^7.18.0",
|
|
|
|
|
"@babel/types": "^7.18.0"
|
|
|
|
|
"@babel/traverse": "^7.18.2",
|
|
|
|
|
"@babel/types": "^7.18.2"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=6.9.0"
|
|
|
|
@@ -1204,9 +1201,9 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@babel/plugin-transform-for-of": {
|
|
|
|
|
"version": "7.17.12",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.17.12.tgz",
|
|
|
|
|
"integrity": "sha512-76lTwYaCxw8ldT7tNmye4LLwSoKDbRCBzu6n/DcK/P3FOR29+38CIIaVIZfwol9By8W/QHORYEnYSLuvcQKrsg==",
|
|
|
|
|
"version": "7.18.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.18.1.tgz",
|
|
|
|
|
"integrity": "sha512-+TTB5XwvJ5hZbO8xvl2H4XaMDOAK57zF4miuC9qQJgysPNEAZZ9Z69rdF5LJkozGdZrjBIUAIyKUWRMmebI7vg==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@babel/helper-plugin-utils": "^7.17.12"
|
|
|
|
|
},
|
|
|
|
@@ -1278,13 +1275,13 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@babel/plugin-transform-modules-commonjs": {
|
|
|
|
|
"version": "7.18.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.18.0.tgz",
|
|
|
|
|
"integrity": "sha512-cCeR0VZWtfxWS4YueAK2qtHtBPJRSaJcMlbS8jhSIm/A3E2Kpro4W1Dn4cqJtp59dtWfXjQwK7SPKF8ghs7rlw==",
|
|
|
|
|
"version": "7.18.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.18.2.tgz",
|
|
|
|
|
"integrity": "sha512-f5A865gFPAJAEE0K7F/+nm5CmAE3y8AWlMBG9unu5j9+tk50UQVK0QS8RNxSp7MJf0wh97uYyLWt3Zvu71zyOQ==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@babel/helper-module-transforms": "^7.18.0",
|
|
|
|
|
"@babel/helper-plugin-utils": "^7.17.12",
|
|
|
|
|
"@babel/helper-simple-access": "^7.17.7",
|
|
|
|
|
"@babel/helper-simple-access": "^7.18.2",
|
|
|
|
|
"babel-plugin-dynamic-import-node": "^2.3.3"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
@@ -1490,9 +1487,9 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@babel/plugin-transform-runtime": {
|
|
|
|
|
"version": "7.18.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.18.0.tgz",
|
|
|
|
|
"integrity": "sha512-7kM/jJ3DD/y1hDPn0jov12DoUIFsxLiItprhNydUSibxaywaxNqKwq+ODk72J9ePn4LWobIc5ik6TAJhVl8IkQ==",
|
|
|
|
|
"version": "7.18.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.18.2.tgz",
|
|
|
|
|
"integrity": "sha512-mr1ufuRMfS52ttq+1G1PD8OJNqgcTFjq3hwn8SZ5n1x1pBhi0E36rYMdTK0TsKtApJ4lDEdfXJwtGobQMHSMPg==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@babel/helper-module-imports": "^7.16.7",
|
|
|
|
|
"@babel/helper-plugin-utils": "^7.17.12",
|
|
|
|
@@ -1560,9 +1557,9 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@babel/plugin-transform-template-literals": {
|
|
|
|
|
"version": "7.17.12",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.17.12.tgz",
|
|
|
|
|
"integrity": "sha512-kAKJ7DX1dSRa2s7WN1xUAuaQmkTpN+uig4wCKWivVXIObqGbVTUlSavHyfI2iZvz89GFAMGm9p2DBJ4Y1Tp0hw==",
|
|
|
|
|
"version": "7.18.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.18.2.tgz",
|
|
|
|
|
"integrity": "sha512-/cmuBVw9sZBGZVOMkpAEaVLwm4JmK2GZ1dFKOGGpMzEHWFmyZZ59lUU0PdRr8YNYeQdNzTDwuxP2X2gzydTc9g==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@babel/helper-plugin-utils": "^7.17.12"
|
|
|
|
|
},
|
|
|
|
@@ -1617,12 +1614,12 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@babel/preset-env": {
|
|
|
|
|
"version": "7.18.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.18.0.tgz",
|
|
|
|
|
"integrity": "sha512-cP74OMs7ECLPeG1reiCQ/D/ypyOxgfm8uR6HRYV23vTJ7Lu1nbgj9DQDo/vH59gnn7GOAwtTDPPYV4aXzsMKHA==",
|
|
|
|
|
"version": "7.18.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.18.2.tgz",
|
|
|
|
|
"integrity": "sha512-PfpdxotV6afmXMU47S08F9ZKIm2bJIQ0YbAAtDfIENX7G1NUAXigLREh69CWDjtgUy7dYn7bsMzkgdtAlmS68Q==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@babel/compat-data": "^7.17.10",
|
|
|
|
|
"@babel/helper-compilation-targets": "^7.17.10",
|
|
|
|
|
"@babel/helper-compilation-targets": "^7.18.2",
|
|
|
|
|
"@babel/helper-plugin-utils": "^7.17.12",
|
|
|
|
|
"@babel/helper-validator-option": "^7.16.7",
|
|
|
|
|
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.17.12",
|
|
|
|
@@ -1667,12 +1664,12 @@
|
|
|
|
|
"@babel/plugin-transform-dotall-regex": "^7.16.7",
|
|
|
|
|
"@babel/plugin-transform-duplicate-keys": "^7.17.12",
|
|
|
|
|
"@babel/plugin-transform-exponentiation-operator": "^7.16.7",
|
|
|
|
|
"@babel/plugin-transform-for-of": "^7.17.12",
|
|
|
|
|
"@babel/plugin-transform-for-of": "^7.18.1",
|
|
|
|
|
"@babel/plugin-transform-function-name": "^7.16.7",
|
|
|
|
|
"@babel/plugin-transform-literals": "^7.17.12",
|
|
|
|
|
"@babel/plugin-transform-member-expression-literals": "^7.16.7",
|
|
|
|
|
"@babel/plugin-transform-modules-amd": "^7.18.0",
|
|
|
|
|
"@babel/plugin-transform-modules-commonjs": "^7.18.0",
|
|
|
|
|
"@babel/plugin-transform-modules-commonjs": "^7.18.2",
|
|
|
|
|
"@babel/plugin-transform-modules-systemjs": "^7.18.0",
|
|
|
|
|
"@babel/plugin-transform-modules-umd": "^7.18.0",
|
|
|
|
|
"@babel/plugin-transform-named-capturing-groups-regex": "^7.17.12",
|
|
|
|
@@ -1685,12 +1682,12 @@
|
|
|
|
|
"@babel/plugin-transform-shorthand-properties": "^7.16.7",
|
|
|
|
|
"@babel/plugin-transform-spread": "^7.17.12",
|
|
|
|
|
"@babel/plugin-transform-sticky-regex": "^7.16.7",
|
|
|
|
|
"@babel/plugin-transform-template-literals": "^7.17.12",
|
|
|
|
|
"@babel/plugin-transform-template-literals": "^7.18.2",
|
|
|
|
|
"@babel/plugin-transform-typeof-symbol": "^7.17.12",
|
|
|
|
|
"@babel/plugin-transform-unicode-escapes": "^7.16.7",
|
|
|
|
|
"@babel/plugin-transform-unicode-regex": "^7.16.7",
|
|
|
|
|
"@babel/preset-modules": "^0.1.5",
|
|
|
|
|
"@babel/types": "^7.18.0",
|
|
|
|
|
"@babel/types": "^7.18.2",
|
|
|
|
|
"babel-plugin-polyfill-corejs2": "^0.3.0",
|
|
|
|
|
"babel-plugin-polyfill-corejs3": "^0.5.0",
|
|
|
|
|
"babel-plugin-polyfill-regenerator": "^0.3.0",
|
|
|
|
@@ -1776,18 +1773,18 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@babel/traverse": {
|
|
|
|
|
"version": "7.18.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.18.0.tgz",
|
|
|
|
|
"integrity": "sha512-oNOO4vaoIQoGjDQ84LgtF/IAlxlyqL4TUuoQ7xLkQETFaHkY1F7yazhB4Kt3VcZGL0ZF/jhrEpnXqUb0M7V3sw==",
|
|
|
|
|
"version": "7.18.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.18.2.tgz",
|
|
|
|
|
"integrity": "sha512-9eNwoeovJ6KH9zcCNnENY7DMFwTU9JdGCFtqNLfUAqtUHRCOsTOqWoffosP8vKmNYeSBUv3yVJXjfd8ucwOjUA==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@babel/code-frame": "^7.16.7",
|
|
|
|
|
"@babel/generator": "^7.18.0",
|
|
|
|
|
"@babel/helper-environment-visitor": "^7.16.7",
|
|
|
|
|
"@babel/generator": "^7.18.2",
|
|
|
|
|
"@babel/helper-environment-visitor": "^7.18.2",
|
|
|
|
|
"@babel/helper-function-name": "^7.17.9",
|
|
|
|
|
"@babel/helper-hoist-variables": "^7.16.7",
|
|
|
|
|
"@babel/helper-split-export-declaration": "^7.16.7",
|
|
|
|
|
"@babel/parser": "^7.18.0",
|
|
|
|
|
"@babel/types": "^7.18.0",
|
|
|
|
|
"@babel/types": "^7.18.2",
|
|
|
|
|
"debug": "^4.1.0",
|
|
|
|
|
"globals": "^11.1.0"
|
|
|
|
|
},
|
|
|
|
@@ -1820,9 +1817,9 @@
|
|
|
|
|
"integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w=="
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@babel/types": {
|
|
|
|
|
"version": "7.18.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.18.0.tgz",
|
|
|
|
|
"integrity": "sha512-vhAmLPAiC8j9K2GnsnLPCIH5wCrPpYIVBCWRBFDCB7Y/BXLqi/O+1RSTTM2bsmg6U/551+FCf9PNPxjABmxHTw==",
|
|
|
|
|
"version": "7.18.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.18.2.tgz",
|
|
|
|
|
"integrity": "sha512-0On6B8A4/+mFUto5WERt3EEuG1NznDirvwca1O8UwXQHVY8g3R7OzYgxXdOfMwLO08UrpUD/2+3Bclyq+/C94Q==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@babel/helper-validator-identifier": "^7.16.7",
|
|
|
|
|
"to-fast-properties": "^2.0.0"
|
|
|
|
@@ -1838,15 +1835,15 @@
|
|
|
|
|
"dev": true
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@eslint/eslintrc": {
|
|
|
|
|
"version": "1.2.3",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-1.2.3.tgz",
|
|
|
|
|
"integrity": "sha512-uGo44hIwoLGNyduRpjdEpovcbMdd+Nv7amtmJxnKmI8xj6yd5LncmSwDa5NgX/41lIFJtkjD6YdVfgEzPfJ5UA==",
|
|
|
|
|
"version": "1.3.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-1.3.0.tgz",
|
|
|
|
|
"integrity": "sha512-UWW0TMTmk2d7hLcWD1/e2g5HDM/HQ3csaLSqXCfqwh4uNDuNqlaKWXmEsL4Cs41Z0KnILNvwbHAah3C2yt06kw==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"ajv": "^6.12.4",
|
|
|
|
|
"debug": "^4.3.2",
|
|
|
|
|
"espree": "^9.3.2",
|
|
|
|
|
"globals": "^13.9.0",
|
|
|
|
|
"globals": "^13.15.0",
|
|
|
|
|
"ignore": "^5.2.0",
|
|
|
|
|
"import-fresh": "^3.2.1",
|
|
|
|
|
"js-yaml": "^4.1.0",
|
|
|
|
@@ -4080,9 +4077,9 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/codemirror": {
|
|
|
|
|
"version": "5.65.4",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/codemirror/-/codemirror-5.65.4.tgz",
|
|
|
|
|
"integrity": "sha512-tytrSm5Rh52b6j36cbDXN+FHwHCl9aroY4BrDZB2NFFL3Wjfq9nuYVLFFhaOYOczKAg3JXTr8BuT8LcE5QY4Iw=="
|
|
|
|
|
"version": "5.65.5",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/codemirror/-/codemirror-5.65.5.tgz",
|
|
|
|
|
"integrity": "sha512-HNyhvGLnYz5c+kIsB9QKVitiZUevha3ovbIYaQiGzKo7ECSL/elWD9RXt3JgNr0NdnyqE9/Rc/7uLfkJQL638w=="
|
|
|
|
|
},
|
|
|
|
|
"node_modules/collect-v8-coverage": {
|
|
|
|
|
"version": "1.0.1",
|
|
|
|
@@ -4862,12 +4859,12 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/eslint": {
|
|
|
|
|
"version": "8.15.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/eslint/-/eslint-8.15.0.tgz",
|
|
|
|
|
"integrity": "sha512-GG5USZ1jhCu8HJkzGgeK8/+RGnHaNYZGrGDzUtigK3BsGESW/rs2az23XqE0WVwDxy1VRvvjSSGu5nB0Bu+6SA==",
|
|
|
|
|
"version": "8.17.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/eslint/-/eslint-8.17.0.tgz",
|
|
|
|
|
"integrity": "sha512-gq0m0BTJfci60Fz4nczYxNAlED+sMcihltndR8t9t1evnU/azx53x3t2UHXC/uRjcbvRw/XctpaNygSTcQD+Iw==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@eslint/eslintrc": "^1.2.3",
|
|
|
|
|
"@eslint/eslintrc": "^1.3.0",
|
|
|
|
|
"@humanwhocodes/config-array": "^0.9.2",
|
|
|
|
|
"ajv": "^6.10.0",
|
|
|
|
|
"chalk": "^4.0.0",
|
|
|
|
@@ -4885,7 +4882,7 @@
|
|
|
|
|
"file-entry-cache": "^6.0.1",
|
|
|
|
|
"functional-red-black-tree": "^1.0.1",
|
|
|
|
|
"glob-parent": "^6.0.1",
|
|
|
|
|
"globals": "^13.6.0",
|
|
|
|
|
"globals": "^13.15.0",
|
|
|
|
|
"ignore": "^5.2.0",
|
|
|
|
|
"import-fresh": "^3.0.0",
|
|
|
|
|
"imurmurhash": "^0.1.4",
|
|
|
|
@@ -5928,9 +5925,9 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/globals": {
|
|
|
|
|
"version": "13.14.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/globals/-/globals-13.14.0.tgz",
|
|
|
|
|
"integrity": "sha512-ERO68sOYwm5UuLvSJTY7w7NP2c8S4UcXs3X1GBX8cwOr+ShOcDBbCY5mH4zxz0jsYCdJ8ve8Mv9n2YGJMB1aeg==",
|
|
|
|
|
"version": "13.15.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/globals/-/globals-13.15.0.tgz",
|
|
|
|
|
"integrity": "sha512-bpzcOlgDhMG070Av0Vy5Owklpv1I6+j96GhUI7Rh7IzDCKLzboflLrrfqMu8NquDbiR4EOQk7XzJwqVJxicxog==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"type-fest": "^0.20.2"
|
|
|
|
@@ -9042,9 +9039,9 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/mongoose": {
|
|
|
|
|
"version": "6.3.4",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-6.3.4.tgz",
|
|
|
|
|
"integrity": "sha512-UP0azyGMdY+2YNbJUHeHhnVw5vPzCqs4GQDUwHkilif/rwmSZktUQhQWMp1pUgRNeF2JC30vWGLrInZxD7K/Qw==",
|
|
|
|
|
"version": "6.3.5",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-6.3.5.tgz",
|
|
|
|
|
"integrity": "sha512-Ho3b/MK3lFyb87NjzyVwrjCqQ5DuLsIPSMFYDuZjaIJNhZfHNPQIcUDR1RLZ0/l+uznwo0VBu3WSwdu8EfAZTA==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"bson": "^4.6.2",
|
|
|
|
|
"kareem": "2.3.5",
|
|
|
|
@@ -12715,20 +12712,20 @@
|
|
|
|
|
"integrity": "sha512-GZt/TCsG70Ms19gfZO1tM4CVnXsPgEPBCpJu+Qz3L0LUDsY5nZqFZglIoPC1kIYOtNBZlrnFT+klg12vFGZXrw=="
|
|
|
|
|
},
|
|
|
|
|
"@babel/core": {
|
|
|
|
|
"version": "7.18.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.18.0.tgz",
|
|
|
|
|
"integrity": "sha512-Xyw74OlJwDijToNi0+6BBI5mLLR5+5R3bcSH80LXzjzEGEUlvNzujEE71BaD/ApEZHAvFI/Mlmp4M5lIkdeeWw==",
|
|
|
|
|
"version": "7.18.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.18.2.tgz",
|
|
|
|
|
"integrity": "sha512-A8pri1YJiC5UnkdrWcmfZTJTV85b4UXTAfImGmCfYmax4TR9Cw8sDS0MOk++Gp2mE/BefVJ5nwy5yzqNJbP/DQ==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@ampproject/remapping": "^2.1.0",
|
|
|
|
|
"@babel/code-frame": "^7.16.7",
|
|
|
|
|
"@babel/generator": "^7.18.0",
|
|
|
|
|
"@babel/helper-compilation-targets": "^7.17.10",
|
|
|
|
|
"@babel/generator": "^7.18.2",
|
|
|
|
|
"@babel/helper-compilation-targets": "^7.18.2",
|
|
|
|
|
"@babel/helper-module-transforms": "^7.18.0",
|
|
|
|
|
"@babel/helpers": "^7.18.0",
|
|
|
|
|
"@babel/helpers": "^7.18.2",
|
|
|
|
|
"@babel/parser": "^7.18.0",
|
|
|
|
|
"@babel/template": "^7.16.7",
|
|
|
|
|
"@babel/traverse": "^7.18.0",
|
|
|
|
|
"@babel/types": "^7.18.0",
|
|
|
|
|
"@babel/traverse": "^7.18.2",
|
|
|
|
|
"@babel/types": "^7.18.2",
|
|
|
|
|
"convert-source-map": "^1.7.0",
|
|
|
|
|
"debug": "^4.1.0",
|
|
|
|
|
"gensync": "^1.0.0-beta.2",
|
|
|
|
@@ -12765,11 +12762,11 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@babel/generator": {
|
|
|
|
|
"version": "7.18.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.18.0.tgz",
|
|
|
|
|
"integrity": "sha512-81YO9gGx6voPXlvYdZBliFXAZU8vZ9AZ6z+CjlmcnaeOcYSFbMTpdeDUO9xD9dh/68Vq03I8ZspfUTPfitcDHg==",
|
|
|
|
|
"version": "7.18.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.18.2.tgz",
|
|
|
|
|
"integrity": "sha512-W1lG5vUwFvfMd8HVXqdfbuG7RuaSrTCCD8cl8fP8wOivdbtbIg2Db3IWUcgvfxKbbn6ZBGYRW/Zk1MIwK49mgw==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@babel/types": "^7.18.0",
|
|
|
|
|
"@babel/types": "^7.18.2",
|
|
|
|
|
"@jridgewell/gen-mapping": "^0.3.0",
|
|
|
|
|
"jsesc": "^2.5.1"
|
|
|
|
|
}
|
|
|
|
@@ -12792,9 +12789,9 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@babel/helper-compilation-targets": {
|
|
|
|
|
"version": "7.17.10",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.17.10.tgz",
|
|
|
|
|
"integrity": "sha512-gh3RxjWbauw/dFiU/7whjd0qN9K6nPJMqe6+Er7rOavFh0CQUSwhAE3IcTho2rywPJFxej6TUUHDkWcYI6gGqQ==",
|
|
|
|
|
"version": "7.18.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.18.2.tgz",
|
|
|
|
|
"integrity": "sha512-s1jnPotJS9uQnzFtiZVBUxe67CuBa679oWFHpxYYnTpRL/1ffhyX44R9uYiXoa/pLXcY9H2moJta0iaanlk/rQ==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@babel/compat-data": "^7.17.10",
|
|
|
|
|
"@babel/helper-validator-option": "^7.16.7",
|
|
|
|
@@ -12868,12 +12865,9 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@babel/helper-environment-visitor": {
|
|
|
|
|
"version": "7.16.7",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.16.7.tgz",
|
|
|
|
|
"integrity": "sha512-SLLb0AAn6PkUeAfKJCCOl9e1R53pQlGAfc4y4XuMRZfqeMYLE0dM1LMhqbGAlGQY0lfw5/ohoYWAe9V1yibRag==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@babel/types": "^7.16.7"
|
|
|
|
|
}
|
|
|
|
|
"version": "7.18.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.2.tgz",
|
|
|
|
|
"integrity": "sha512-14GQKWkX9oJzPiQQ7/J36FTXcD4kSp8egKjO9nINlSKiHITRA9q/R74qu8S9xlc/b/yjsJItQUeeh3xnGN0voQ=="
|
|
|
|
|
},
|
|
|
|
|
"@babel/helper-explode-assignable-expression": {
|
|
|
|
|
"version": "7.16.7",
|
|
|
|
@@ -12967,11 +12961,11 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@babel/helper-simple-access": {
|
|
|
|
|
"version": "7.17.7",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.17.7.tgz",
|
|
|
|
|
"integrity": "sha512-txyMCGroZ96i+Pxr3Je3lzEJjqwaRC9buMUgtomcrLe5Nd0+fk1h0LLA+ixUF5OW7AhHuQ7Es1WcQJZmZsz2XA==",
|
|
|
|
|
"version": "7.18.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.18.2.tgz",
|
|
|
|
|
"integrity": "sha512-7LIrjYzndorDY88MycupkpQLKS1AFfsVRm2k/9PtKScSy5tZq0McZTj+DiMRynboZfIqOKvo03pmhTaUgiD6fQ==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@babel/types": "^7.17.0"
|
|
|
|
|
"@babel/types": "^7.18.2"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@babel/helper-skip-transparent-expression-wrappers": {
|
|
|
|
@@ -13012,13 +13006,13 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@babel/helpers": {
|
|
|
|
|
"version": "7.18.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.18.0.tgz",
|
|
|
|
|
"integrity": "sha512-AE+HMYhmlMIbho9nbvicHyxFwhrO+xhKB6AhRxzl8w46Yj0VXTZjEsAoBVC7rB2I0jzX+yWyVybnO08qkfx6kg==",
|
|
|
|
|
"version": "7.18.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.18.2.tgz",
|
|
|
|
|
"integrity": "sha512-j+d+u5xT5utcQSzrh9p+PaJX94h++KN+ng9b9WEJq7pkUPAd61FGqhjuUEdfknb3E/uDBb7ruwEeKkIxNJPIrg==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@babel/template": "^7.16.7",
|
|
|
|
|
"@babel/traverse": "^7.18.0",
|
|
|
|
|
"@babel/types": "^7.18.0"
|
|
|
|
|
"@babel/traverse": "^7.18.2",
|
|
|
|
|
"@babel/types": "^7.18.2"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@babel/highlight": {
|
|
|
|
@@ -13476,9 +13470,9 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@babel/plugin-transform-for-of": {
|
|
|
|
|
"version": "7.17.12",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.17.12.tgz",
|
|
|
|
|
"integrity": "sha512-76lTwYaCxw8ldT7tNmye4LLwSoKDbRCBzu6n/DcK/P3FOR29+38CIIaVIZfwol9By8W/QHORYEnYSLuvcQKrsg==",
|
|
|
|
|
"version": "7.18.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.18.1.tgz",
|
|
|
|
|
"integrity": "sha512-+TTB5XwvJ5hZbO8xvl2H4XaMDOAK57zF4miuC9qQJgysPNEAZZ9Z69rdF5LJkozGdZrjBIUAIyKUWRMmebI7vg==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@babel/helper-plugin-utils": "^7.17.12"
|
|
|
|
|
}
|
|
|
|
@@ -13520,13 +13514,13 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@babel/plugin-transform-modules-commonjs": {
|
|
|
|
|
"version": "7.18.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.18.0.tgz",
|
|
|
|
|
"integrity": "sha512-cCeR0VZWtfxWS4YueAK2qtHtBPJRSaJcMlbS8jhSIm/A3E2Kpro4W1Dn4cqJtp59dtWfXjQwK7SPKF8ghs7rlw==",
|
|
|
|
|
"version": "7.18.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.18.2.tgz",
|
|
|
|
|
"integrity": "sha512-f5A865gFPAJAEE0K7F/+nm5CmAE3y8AWlMBG9unu5j9+tk50UQVK0QS8RNxSp7MJf0wh97uYyLWt3Zvu71zyOQ==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@babel/helper-module-transforms": "^7.18.0",
|
|
|
|
|
"@babel/helper-plugin-utils": "^7.17.12",
|
|
|
|
|
"@babel/helper-simple-access": "^7.17.7",
|
|
|
|
|
"@babel/helper-simple-access": "^7.18.2",
|
|
|
|
|
"babel-plugin-dynamic-import-node": "^2.3.3"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
@@ -13648,9 +13642,9 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@babel/plugin-transform-runtime": {
|
|
|
|
|
"version": "7.18.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.18.0.tgz",
|
|
|
|
|
"integrity": "sha512-7kM/jJ3DD/y1hDPn0jov12DoUIFsxLiItprhNydUSibxaywaxNqKwq+ODk72J9ePn4LWobIc5ik6TAJhVl8IkQ==",
|
|
|
|
|
"version": "7.18.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.18.2.tgz",
|
|
|
|
|
"integrity": "sha512-mr1ufuRMfS52ttq+1G1PD8OJNqgcTFjq3hwn8SZ5n1x1pBhi0E36rYMdTK0TsKtApJ4lDEdfXJwtGobQMHSMPg==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@babel/helper-module-imports": "^7.16.7",
|
|
|
|
|
"@babel/helper-plugin-utils": "^7.17.12",
|
|
|
|
@@ -13693,9 +13687,9 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@babel/plugin-transform-template-literals": {
|
|
|
|
|
"version": "7.17.12",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.17.12.tgz",
|
|
|
|
|
"integrity": "sha512-kAKJ7DX1dSRa2s7WN1xUAuaQmkTpN+uig4wCKWivVXIObqGbVTUlSavHyfI2iZvz89GFAMGm9p2DBJ4Y1Tp0hw==",
|
|
|
|
|
"version": "7.18.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.18.2.tgz",
|
|
|
|
|
"integrity": "sha512-/cmuBVw9sZBGZVOMkpAEaVLwm4JmK2GZ1dFKOGGpMzEHWFmyZZ59lUU0PdRr8YNYeQdNzTDwuxP2X2gzydTc9g==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@babel/helper-plugin-utils": "^7.17.12"
|
|
|
|
|
}
|
|
|
|
@@ -13726,12 +13720,12 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@babel/preset-env": {
|
|
|
|
|
"version": "7.18.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.18.0.tgz",
|
|
|
|
|
"integrity": "sha512-cP74OMs7ECLPeG1reiCQ/D/ypyOxgfm8uR6HRYV23vTJ7Lu1nbgj9DQDo/vH59gnn7GOAwtTDPPYV4aXzsMKHA==",
|
|
|
|
|
"version": "7.18.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.18.2.tgz",
|
|
|
|
|
"integrity": "sha512-PfpdxotV6afmXMU47S08F9ZKIm2bJIQ0YbAAtDfIENX7G1NUAXigLREh69CWDjtgUy7dYn7bsMzkgdtAlmS68Q==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@babel/compat-data": "^7.17.10",
|
|
|
|
|
"@babel/helper-compilation-targets": "^7.17.10",
|
|
|
|
|
"@babel/helper-compilation-targets": "^7.18.2",
|
|
|
|
|
"@babel/helper-plugin-utils": "^7.17.12",
|
|
|
|
|
"@babel/helper-validator-option": "^7.16.7",
|
|
|
|
|
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.17.12",
|
|
|
|
@@ -13776,12 +13770,12 @@
|
|
|
|
|
"@babel/plugin-transform-dotall-regex": "^7.16.7",
|
|
|
|
|
"@babel/plugin-transform-duplicate-keys": "^7.17.12",
|
|
|
|
|
"@babel/plugin-transform-exponentiation-operator": "^7.16.7",
|
|
|
|
|
"@babel/plugin-transform-for-of": "^7.17.12",
|
|
|
|
|
"@babel/plugin-transform-for-of": "^7.18.1",
|
|
|
|
|
"@babel/plugin-transform-function-name": "^7.16.7",
|
|
|
|
|
"@babel/plugin-transform-literals": "^7.17.12",
|
|
|
|
|
"@babel/plugin-transform-member-expression-literals": "^7.16.7",
|
|
|
|
|
"@babel/plugin-transform-modules-amd": "^7.18.0",
|
|
|
|
|
"@babel/plugin-transform-modules-commonjs": "^7.18.0",
|
|
|
|
|
"@babel/plugin-transform-modules-commonjs": "^7.18.2",
|
|
|
|
|
"@babel/plugin-transform-modules-systemjs": "^7.18.0",
|
|
|
|
|
"@babel/plugin-transform-modules-umd": "^7.18.0",
|
|
|
|
|
"@babel/plugin-transform-named-capturing-groups-regex": "^7.17.12",
|
|
|
|
@@ -13794,12 +13788,12 @@
|
|
|
|
|
"@babel/plugin-transform-shorthand-properties": "^7.16.7",
|
|
|
|
|
"@babel/plugin-transform-spread": "^7.17.12",
|
|
|
|
|
"@babel/plugin-transform-sticky-regex": "^7.16.7",
|
|
|
|
|
"@babel/plugin-transform-template-literals": "^7.17.12",
|
|
|
|
|
"@babel/plugin-transform-template-literals": "^7.18.2",
|
|
|
|
|
"@babel/plugin-transform-typeof-symbol": "^7.17.12",
|
|
|
|
|
"@babel/plugin-transform-unicode-escapes": "^7.16.7",
|
|
|
|
|
"@babel/plugin-transform-unicode-regex": "^7.16.7",
|
|
|
|
|
"@babel/preset-modules": "^0.1.5",
|
|
|
|
|
"@babel/types": "^7.18.0",
|
|
|
|
|
"@babel/types": "^7.18.2",
|
|
|
|
|
"babel-plugin-polyfill-corejs2": "^0.3.0",
|
|
|
|
|
"babel-plugin-polyfill-corejs3": "^0.5.0",
|
|
|
|
|
"babel-plugin-polyfill-regenerator": "^0.3.0",
|
|
|
|
@@ -13865,18 +13859,18 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@babel/traverse": {
|
|
|
|
|
"version": "7.18.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.18.0.tgz",
|
|
|
|
|
"integrity": "sha512-oNOO4vaoIQoGjDQ84LgtF/IAlxlyqL4TUuoQ7xLkQETFaHkY1F7yazhB4Kt3VcZGL0ZF/jhrEpnXqUb0M7V3sw==",
|
|
|
|
|
"version": "7.18.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.18.2.tgz",
|
|
|
|
|
"integrity": "sha512-9eNwoeovJ6KH9zcCNnENY7DMFwTU9JdGCFtqNLfUAqtUHRCOsTOqWoffosP8vKmNYeSBUv3yVJXjfd8ucwOjUA==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@babel/code-frame": "^7.16.7",
|
|
|
|
|
"@babel/generator": "^7.18.0",
|
|
|
|
|
"@babel/helper-environment-visitor": "^7.16.7",
|
|
|
|
|
"@babel/generator": "^7.18.2",
|
|
|
|
|
"@babel/helper-environment-visitor": "^7.18.2",
|
|
|
|
|
"@babel/helper-function-name": "^7.17.9",
|
|
|
|
|
"@babel/helper-hoist-variables": "^7.16.7",
|
|
|
|
|
"@babel/helper-split-export-declaration": "^7.16.7",
|
|
|
|
|
"@babel/parser": "^7.18.0",
|
|
|
|
|
"@babel/types": "^7.18.0",
|
|
|
|
|
"@babel/types": "^7.18.2",
|
|
|
|
|
"debug": "^4.1.0",
|
|
|
|
|
"globals": "^11.1.0"
|
|
|
|
|
},
|
|
|
|
@@ -13902,9 +13896,9 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@babel/types": {
|
|
|
|
|
"version": "7.18.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.18.0.tgz",
|
|
|
|
|
"integrity": "sha512-vhAmLPAiC8j9K2GnsnLPCIH5wCrPpYIVBCWRBFDCB7Y/BXLqi/O+1RSTTM2bsmg6U/551+FCf9PNPxjABmxHTw==",
|
|
|
|
|
"version": "7.18.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.18.2.tgz",
|
|
|
|
|
"integrity": "sha512-0On6B8A4/+mFUto5WERt3EEuG1NznDirvwca1O8UwXQHVY8g3R7OzYgxXdOfMwLO08UrpUD/2+3Bclyq+/C94Q==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@babel/helper-validator-identifier": "^7.16.7",
|
|
|
|
|
"to-fast-properties": "^2.0.0"
|
|
|
|
@@ -13917,15 +13911,15 @@
|
|
|
|
|
"dev": true
|
|
|
|
|
},
|
|
|
|
|
"@eslint/eslintrc": {
|
|
|
|
|
"version": "1.2.3",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-1.2.3.tgz",
|
|
|
|
|
"integrity": "sha512-uGo44hIwoLGNyduRpjdEpovcbMdd+Nv7amtmJxnKmI8xj6yd5LncmSwDa5NgX/41lIFJtkjD6YdVfgEzPfJ5UA==",
|
|
|
|
|
"version": "1.3.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-1.3.0.tgz",
|
|
|
|
|
"integrity": "sha512-UWW0TMTmk2d7hLcWD1/e2g5HDM/HQ3csaLSqXCfqwh4uNDuNqlaKWXmEsL4Cs41Z0KnILNvwbHAah3C2yt06kw==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"ajv": "^6.12.4",
|
|
|
|
|
"debug": "^4.3.2",
|
|
|
|
|
"espree": "^9.3.2",
|
|
|
|
|
"globals": "^13.9.0",
|
|
|
|
|
"globals": "^13.15.0",
|
|
|
|
|
"ignore": "^5.2.0",
|
|
|
|
|
"import-fresh": "^3.2.1",
|
|
|
|
|
"js-yaml": "^4.1.0",
|
|
|
|
@@ -15713,9 +15707,9 @@
|
|
|
|
|
"dev": true
|
|
|
|
|
},
|
|
|
|
|
"codemirror": {
|
|
|
|
|
"version": "5.65.4",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/codemirror/-/codemirror-5.65.4.tgz",
|
|
|
|
|
"integrity": "sha512-tytrSm5Rh52b6j36cbDXN+FHwHCl9aroY4BrDZB2NFFL3Wjfq9nuYVLFFhaOYOczKAg3JXTr8BuT8LcE5QY4Iw=="
|
|
|
|
|
"version": "5.65.5",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/codemirror/-/codemirror-5.65.5.tgz",
|
|
|
|
|
"integrity": "sha512-HNyhvGLnYz5c+kIsB9QKVitiZUevha3ovbIYaQiGzKo7ECSL/elWD9RXt3JgNr0NdnyqE9/Rc/7uLfkJQL638w=="
|
|
|
|
|
},
|
|
|
|
|
"collect-v8-coverage": {
|
|
|
|
|
"version": "1.0.1",
|
|
|
|
@@ -16357,12 +16351,12 @@
|
|
|
|
|
"integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ="
|
|
|
|
|
},
|
|
|
|
|
"eslint": {
|
|
|
|
|
"version": "8.15.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/eslint/-/eslint-8.15.0.tgz",
|
|
|
|
|
"integrity": "sha512-GG5USZ1jhCu8HJkzGgeK8/+RGnHaNYZGrGDzUtigK3BsGESW/rs2az23XqE0WVwDxy1VRvvjSSGu5nB0Bu+6SA==",
|
|
|
|
|
"version": "8.17.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/eslint/-/eslint-8.17.0.tgz",
|
|
|
|
|
"integrity": "sha512-gq0m0BTJfci60Fz4nczYxNAlED+sMcihltndR8t9t1evnU/azx53x3t2UHXC/uRjcbvRw/XctpaNygSTcQD+Iw==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"@eslint/eslintrc": "^1.2.3",
|
|
|
|
|
"@eslint/eslintrc": "^1.3.0",
|
|
|
|
|
"@humanwhocodes/config-array": "^0.9.2",
|
|
|
|
|
"ajv": "^6.10.0",
|
|
|
|
|
"chalk": "^4.0.0",
|
|
|
|
@@ -16380,7 +16374,7 @@
|
|
|
|
|
"file-entry-cache": "^6.0.1",
|
|
|
|
|
"functional-red-black-tree": "^1.0.1",
|
|
|
|
|
"glob-parent": "^6.0.1",
|
|
|
|
|
"globals": "^13.6.0",
|
|
|
|
|
"globals": "^13.15.0",
|
|
|
|
|
"ignore": "^5.2.0",
|
|
|
|
|
"import-fresh": "^3.0.0",
|
|
|
|
|
"imurmurhash": "^0.1.4",
|
|
|
|
@@ -17167,9 +17161,9 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"globals": {
|
|
|
|
|
"version": "13.14.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/globals/-/globals-13.14.0.tgz",
|
|
|
|
|
"integrity": "sha512-ERO68sOYwm5UuLvSJTY7w7NP2c8S4UcXs3X1GBX8cwOr+ShOcDBbCY5mH4zxz0jsYCdJ8ve8Mv9n2YGJMB1aeg==",
|
|
|
|
|
"version": "13.15.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/globals/-/globals-13.15.0.tgz",
|
|
|
|
|
"integrity": "sha512-bpzcOlgDhMG070Av0Vy5Owklpv1I6+j96GhUI7Rh7IzDCKLzboflLrrfqMu8NquDbiR4EOQk7XzJwqVJxicxog==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"type-fest": "^0.20.2"
|
|
|
|
@@ -19518,9 +19512,9 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"mongoose": {
|
|
|
|
|
"version": "6.3.4",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-6.3.4.tgz",
|
|
|
|
|
"integrity": "sha512-UP0azyGMdY+2YNbJUHeHhnVw5vPzCqs4GQDUwHkilif/rwmSZktUQhQWMp1pUgRNeF2JC30vWGLrInZxD7K/Qw==",
|
|
|
|
|
"version": "6.3.5",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-6.3.5.tgz",
|
|
|
|
|
"integrity": "sha512-Ho3b/MK3lFyb87NjzyVwrjCqQ5DuLsIPSMFYDuZjaIJNhZfHNPQIcUDR1RLZ0/l+uznwo0VBu3WSwdu8EfAZTA==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"bson": "^4.6.2",
|
|
|
|
|
"kareem": "2.3.5",
|
|
|
|
|