|
@@ -18,7 +18,7 @@
|
|
|
"svelte": "^3.24.1"
|
|
|
},
|
|
|
"devDependencies": {
|
|
|
- "@rollup/plugin-commonjs": "^21.0.1",
|
|
|
+ "@rollup/plugin-commonjs": "^22.0.0",
|
|
|
"@rollup/plugin-json": "^4.1.0",
|
|
|
"@rollup/plugin-node-resolve": "^13.1.1",
|
|
|
"builtin-modules": "^3.2.0",
|
|
@@ -29,7 +29,7 @@
|
|
|
"prettier-plugin-svelte": "^2.1.0",
|
|
|
"rollup": "^2.26.9",
|
|
|
"rollup-plugin-css-only": "^3.0.0",
|
|
|
- "rollup-plugin-node-externals": "^3.1.1",
|
|
|
+ "rollup-plugin-node-externals": "^4.0.0",
|
|
|
"rollup-plugin-svelte": "^7.0.0"
|
|
|
}
|
|
|
},
|
|
@@ -198,9 +198,9 @@
|
|
|
}
|
|
|
},
|
|
|
"node_modules/@rollup/plugin-commonjs": {
|
|
|
- "version": "21.1.0",
|
|
|
- "resolved": "https://registry.npmjs.org/@rollup/plugin-commonjs/-/plugin-commonjs-21.1.0.tgz",
|
|
|
- "integrity": "sha512-6ZtHx3VHIp2ReNNDxHjuUml6ur+WcQ28N1yHgCQwsbNkQg2suhxGMDQGJOn/KuDxKtd1xuZP5xSTwBA4GQ8hbA==",
|
|
|
+ "version": "22.0.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/@rollup/plugin-commonjs/-/plugin-commonjs-22.0.0.tgz",
|
|
|
+ "integrity": "sha512-Ktvf2j+bAO+30awhbYoCaXpBcyPmJbaEUYClQns/+6SNCYFURbvBiNbWgHITEsIgDDWCDUclWRKEuf8cwZCFoQ==",
|
|
|
"dev": true,
|
|
|
"dependencies": {
|
|
|
"@rollup/pluginutils": "^3.1.0",
|
|
@@ -212,10 +212,10 @@
|
|
|
"resolve": "^1.17.0"
|
|
|
},
|
|
|
"engines": {
|
|
|
- "node": ">= 8.0.0"
|
|
|
+ "node": ">= 12.0.0"
|
|
|
},
|
|
|
"peerDependencies": {
|
|
|
- "rollup": "^2.38.3"
|
|
|
+ "rollup": "^2.68.0"
|
|
|
}
|
|
|
},
|
|
|
"node_modules/@rollup/plugin-json": {
|
|
@@ -4150,85 +4150,89 @@
|
|
|
}
|
|
|
},
|
|
|
"node_modules/rollup-plugin-node-externals": {
|
|
|
- "version": "3.1.2",
|
|
|
- "resolved": "https://registry.npmjs.org/rollup-plugin-node-externals/-/rollup-plugin-node-externals-3.1.2.tgz",
|
|
|
- "integrity": "sha512-2y5lNDI2QNLTntYDOcLzyEVJYszDyQkd2WiRTGQ/6Hdfgt/fSQb5V5trsgBMEkxs2eaunQ0aAW29Ki6jMNutIg==",
|
|
|
+ "version": "4.0.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/rollup-plugin-node-externals/-/rollup-plugin-node-externals-4.0.0.tgz",
|
|
|
+ "integrity": "sha512-7L0lqN+AEJqS13x240F5zyArHn2tNpHC7Ju8vtS893DkutIU89k5v3A7jhnOqLvOXAzjm9Ha7UZdwHOPyqiPDQ==",
|
|
|
"dev": true,
|
|
|
"dependencies": {
|
|
|
- "find-up": "^6.2.0"
|
|
|
+ "find-up": "^5.0.0"
|
|
|
},
|
|
|
"engines": {
|
|
|
- "node": ">=14.0.0"
|
|
|
+ "node": ">=14.0.0",
|
|
|
+ "rollup": ">=2.60.0"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "rollup": "^2.60.0"
|
|
|
}
|
|
|
},
|
|
|
"node_modules/rollup-plugin-node-externals/node_modules/find-up": {
|
|
|
- "version": "6.3.0",
|
|
|
- "resolved": "https://registry.npmjs.org/find-up/-/find-up-6.3.0.tgz",
|
|
|
- "integrity": "sha512-v2ZsoEuVHYy8ZIlYqwPe/39Cy+cFDzp4dXPaxNvkEuouymu+2Jbz0PxpKarJHYJTmv2HWT3O382qY8l4jMWthw==",
|
|
|
+ "version": "5.0.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
|
|
|
+ "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
|
|
|
"dev": true,
|
|
|
"dependencies": {
|
|
|
- "locate-path": "^7.1.0",
|
|
|
- "path-exists": "^5.0.0"
|
|
|
+ "locate-path": "^6.0.0",
|
|
|
+ "path-exists": "^4.0.0"
|
|
|
},
|
|
|
"engines": {
|
|
|
- "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
|
+ "node": ">=10"
|
|
|
},
|
|
|
"funding": {
|
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
|
}
|
|
|
},
|
|
|
"node_modules/rollup-plugin-node-externals/node_modules/locate-path": {
|
|
|
- "version": "7.1.0",
|
|
|
- "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-7.1.0.tgz",
|
|
|
- "integrity": "sha512-HNx5uOnYeK4SxEoid5qnhRfprlJeGMzFRKPLCf/15N3/B4AiofNwC/yq7VBKdVk9dx7m+PiYCJOGg55JYTAqoQ==",
|
|
|
+ "version": "6.0.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
|
|
|
+ "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
|
|
|
"dev": true,
|
|
|
"dependencies": {
|
|
|
- "p-locate": "^6.0.0"
|
|
|
+ "p-locate": "^5.0.0"
|
|
|
},
|
|
|
"engines": {
|
|
|
- "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
|
+ "node": ">=10"
|
|
|
},
|
|
|
"funding": {
|
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
|
}
|
|
|
},
|
|
|
"node_modules/rollup-plugin-node-externals/node_modules/p-limit": {
|
|
|
- "version": "4.0.0",
|
|
|
- "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-4.0.0.tgz",
|
|
|
- "integrity": "sha512-5b0R4txpzjPWVw/cXXUResoD4hb6U/x9BH08L7nw+GN1sezDzPdxeRvpc9c433fZhBan/wusjbCsqwqm4EIBIQ==",
|
|
|
+ "version": "3.1.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
|
|
|
+ "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
|
|
|
"dev": true,
|
|
|
"dependencies": {
|
|
|
- "yocto-queue": "^1.0.0"
|
|
|
+ "yocto-queue": "^0.1.0"
|
|
|
},
|
|
|
"engines": {
|
|
|
- "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
|
+ "node": ">=10"
|
|
|
},
|
|
|
"funding": {
|
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
|
}
|
|
|
},
|
|
|
"node_modules/rollup-plugin-node-externals/node_modules/p-locate": {
|
|
|
- "version": "6.0.0",
|
|
|
- "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-6.0.0.tgz",
|
|
|
- "integrity": "sha512-wPrq66Llhl7/4AGC6I+cqxT07LhXvWL08LNXz1fENOw0Ap4sRZZ/gZpTTJ5jpurzzzfS2W/Ge9BY3LgLjCShcw==",
|
|
|
+ "version": "5.0.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
|
|
|
+ "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
|
|
|
"dev": true,
|
|
|
"dependencies": {
|
|
|
- "p-limit": "^4.0.0"
|
|
|
+ "p-limit": "^3.0.2"
|
|
|
},
|
|
|
"engines": {
|
|
|
- "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
|
+ "node": ">=10"
|
|
|
},
|
|
|
"funding": {
|
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
|
}
|
|
|
},
|
|
|
"node_modules/rollup-plugin-node-externals/node_modules/path-exists": {
|
|
|
- "version": "5.0.0",
|
|
|
- "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-5.0.0.tgz",
|
|
|
- "integrity": "sha512-RjhtfwJOxzcFmNOi6ltcbcu4Iu+FL3zEj83dk4kAS+fVpTxXLO1b38RvJgT/0QwvV/L3aY9TAnyv0EOqW4GoMQ==",
|
|
|
+ "version": "4.0.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
|
|
|
+ "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
|
|
|
"dev": true,
|
|
|
"engines": {
|
|
|
- "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
|
+ "node": ">=8"
|
|
|
}
|
|
|
},
|
|
|
"node_modules/rollup-plugin-svelte": {
|
|
@@ -5245,12 +5249,12 @@
|
|
|
}
|
|
|
},
|
|
|
"node_modules/yocto-queue": {
|
|
|
- "version": "1.0.0",
|
|
|
- "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-1.0.0.tgz",
|
|
|
- "integrity": "sha512-9bnSc/HEW2uRy67wc+T8UwauLuPJVn28jb+GtJY16iiKWyvmYJRXVT4UamsAEGQfPohgr2q4Tq0sQbQlxTfi1g==",
|
|
|
+ "version": "0.1.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz",
|
|
|
+ "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==",
|
|
|
"dev": true,
|
|
|
"engines": {
|
|
|
- "node": ">=12.20"
|
|
|
+ "node": ">=10"
|
|
|
},
|
|
|
"funding": {
|
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
@@ -5380,9 +5384,9 @@
|
|
|
}
|
|
|
},
|
|
|
"@rollup/plugin-commonjs": {
|
|
|
- "version": "21.1.0",
|
|
|
- "resolved": "https://registry.npmjs.org/@rollup/plugin-commonjs/-/plugin-commonjs-21.1.0.tgz",
|
|
|
- "integrity": "sha512-6ZtHx3VHIp2ReNNDxHjuUml6ur+WcQ28N1yHgCQwsbNkQg2suhxGMDQGJOn/KuDxKtd1xuZP5xSTwBA4GQ8hbA==",
|
|
|
+ "version": "22.0.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/@rollup/plugin-commonjs/-/plugin-commonjs-22.0.0.tgz",
|
|
|
+ "integrity": "sha512-Ktvf2j+bAO+30awhbYoCaXpBcyPmJbaEUYClQns/+6SNCYFURbvBiNbWgHITEsIgDDWCDUclWRKEuf8cwZCFoQ==",
|
|
|
"dev": true,
|
|
|
"requires": {
|
|
|
"@rollup/pluginutils": "^3.1.0",
|
|
@@ -8419,55 +8423,55 @@
|
|
|
}
|
|
|
},
|
|
|
"rollup-plugin-node-externals": {
|
|
|
- "version": "3.1.2",
|
|
|
- "resolved": "https://registry.npmjs.org/rollup-plugin-node-externals/-/rollup-plugin-node-externals-3.1.2.tgz",
|
|
|
- "integrity": "sha512-2y5lNDI2QNLTntYDOcLzyEVJYszDyQkd2WiRTGQ/6Hdfgt/fSQb5V5trsgBMEkxs2eaunQ0aAW29Ki6jMNutIg==",
|
|
|
+ "version": "4.0.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/rollup-plugin-node-externals/-/rollup-plugin-node-externals-4.0.0.tgz",
|
|
|
+ "integrity": "sha512-7L0lqN+AEJqS13x240F5zyArHn2tNpHC7Ju8vtS893DkutIU89k5v3A7jhnOqLvOXAzjm9Ha7UZdwHOPyqiPDQ==",
|
|
|
"dev": true,
|
|
|
"requires": {
|
|
|
- "find-up": "^6.2.0"
|
|
|
+ "find-up": "^5.0.0"
|
|
|
},
|
|
|
"dependencies": {
|
|
|
"find-up": {
|
|
|
- "version": "6.3.0",
|
|
|
- "resolved": "https://registry.npmjs.org/find-up/-/find-up-6.3.0.tgz",
|
|
|
- "integrity": "sha512-v2ZsoEuVHYy8ZIlYqwPe/39Cy+cFDzp4dXPaxNvkEuouymu+2Jbz0PxpKarJHYJTmv2HWT3O382qY8l4jMWthw==",
|
|
|
+ "version": "5.0.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
|
|
|
+ "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
|
|
|
"dev": true,
|
|
|
"requires": {
|
|
|
- "locate-path": "^7.1.0",
|
|
|
- "path-exists": "^5.0.0"
|
|
|
+ "locate-path": "^6.0.0",
|
|
|
+ "path-exists": "^4.0.0"
|
|
|
}
|
|
|
},
|
|
|
"locate-path": {
|
|
|
- "version": "7.1.0",
|
|
|
- "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-7.1.0.tgz",
|
|
|
- "integrity": "sha512-HNx5uOnYeK4SxEoid5qnhRfprlJeGMzFRKPLCf/15N3/B4AiofNwC/yq7VBKdVk9dx7m+PiYCJOGg55JYTAqoQ==",
|
|
|
+ "version": "6.0.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
|
|
|
+ "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
|
|
|
"dev": true,
|
|
|
"requires": {
|
|
|
- "p-locate": "^6.0.0"
|
|
|
+ "p-locate": "^5.0.0"
|
|
|
}
|
|
|
},
|
|
|
"p-limit": {
|
|
|
- "version": "4.0.0",
|
|
|
- "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-4.0.0.tgz",
|
|
|
- "integrity": "sha512-5b0R4txpzjPWVw/cXXUResoD4hb6U/x9BH08L7nw+GN1sezDzPdxeRvpc9c433fZhBan/wusjbCsqwqm4EIBIQ==",
|
|
|
+ "version": "3.1.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
|
|
|
+ "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
|
|
|
"dev": true,
|
|
|
"requires": {
|
|
|
- "yocto-queue": "^1.0.0"
|
|
|
+ "yocto-queue": "^0.1.0"
|
|
|
}
|
|
|
},
|
|
|
"p-locate": {
|
|
|
- "version": "6.0.0",
|
|
|
- "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-6.0.0.tgz",
|
|
|
- "integrity": "sha512-wPrq66Llhl7/4AGC6I+cqxT07LhXvWL08LNXz1fENOw0Ap4sRZZ/gZpTTJ5jpurzzzfS2W/Ge9BY3LgLjCShcw==",
|
|
|
+ "version": "5.0.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
|
|
|
+ "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
|
|
|
"dev": true,
|
|
|
"requires": {
|
|
|
- "p-limit": "^4.0.0"
|
|
|
+ "p-limit": "^3.0.2"
|
|
|
}
|
|
|
},
|
|
|
"path-exists": {
|
|
|
- "version": "5.0.0",
|
|
|
- "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-5.0.0.tgz",
|
|
|
- "integrity": "sha512-RjhtfwJOxzcFmNOi6ltcbcu4Iu+FL3zEj83dk4kAS+fVpTxXLO1b38RvJgT/0QwvV/L3aY9TAnyv0EOqW4GoMQ==",
|
|
|
+ "version": "4.0.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
|
|
|
+ "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
|
|
|
"dev": true
|
|
|
}
|
|
|
}
|
|
@@ -9265,9 +9269,9 @@
|
|
|
}
|
|
|
},
|
|
|
"yocto-queue": {
|
|
|
- "version": "1.0.0",
|
|
|
- "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-1.0.0.tgz",
|
|
|
- "integrity": "sha512-9bnSc/HEW2uRy67wc+T8UwauLuPJVn28jb+GtJY16iiKWyvmYJRXVT4UamsAEGQfPohgr2q4Tq0sQbQlxTfi1g==",
|
|
|
+ "version": "0.1.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz",
|
|
|
+ "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==",
|
|
|
"dev": true
|
|
|
}
|
|
|
}
|