diff --git a/website/package-lock.json b/website/package-lock.json index 7b65ef5b33..fef9bcdd25 100644 --- a/website/package-lock.json +++ b/website/package-lock.json @@ -41,7 +41,7 @@ "clsx": "^1.2.1", "docusaurus-plugin-dotenv": "^1.0.1", "docusaurus-plugin-sass": "^0.2.3", - "dotenv": "^16.0.3", + "dotenv": "^16.3.0", "file-loader": "^6.2.0", "firebase": "^9.22.0", "html-react-parser": "^3.0.16", @@ -54,7 +54,7 @@ "react-icons": "^4.8.0", "react-slick": "^0.29.0", "react-use-mailchimp-signup": "^2.0.2", - "sass": "^1.62.1", + "sass": "^1.63.4", "sass-loader": "^13.3.0", "stream-browserify": "^3.0.0", "url-loader": "^4.1.1" @@ -68,19 +68,19 @@ }, "../packages/taquito": { "name": "@taquito/taquito", - "version": "16.2.0", + "version": "17.0.0", "hasInstallScript": true, "license": "MIT", "dependencies": { - "@taquito/core": "^16.2.0", - "@taquito/http-utils": "^16.2.0", - "@taquito/local-forging": "^16.2.0", - "@taquito/michel-codec": "^16.2.0", - "@taquito/michelson-encoder": "^16.2.0", - "@taquito/rpc": "^16.2.0", - "@taquito/utils": "^16.2.0", + "@taquito/core": "^17.0.0", + "@taquito/http-utils": "^17.0.0", + "@taquito/local-forging": "^17.0.0", + "@taquito/michel-codec": "^17.0.0", + "@taquito/michelson-encoder": "^17.0.0", + "@taquito/rpc": "^17.0.0", + "@taquito/utils": "^17.0.0", "bignumber.js": "^9.1.0", - "rxjs": "^6.6.3" + "rxjs": "^7.8.1" }, "devDependencies": { "@babel/types": "7.16.0", @@ -108,14 +108,14 @@ "rollup-plugin-json": "^4.0.0", "rollup-plugin-sourcemaps": "^0.6.3", "rollup-plugin-typescript2": "^0.32.1", - "rx-sandbox": "^1.0.4", + "rx-sandbox": "^2.0.4", "shelljs": "^0.8.5", "stream-browserify": "^3.0.0", "terser-webpack-plugin": "^4.2.3", "ts-jest": "^26.4.4", "ts-node": "^10.4.0", "ts-toolbelt": "^9.6.0", - "typescript": "~4.1.5", + "typescript": "^4.2.4", "webpack": "^5.75.0", "webpack-assets-manifest": "^3.1.1", "webpack-cli": "^4.10.0", @@ -127,11 +127,12 @@ }, "../packages/taquito-beacon-wallet": { "name": "@taquito/beacon-wallet", - "version": "16.2.0", + "version": "17.0.0", "license": "MIT", "dependencies": { "@airgap/beacon-dapp": "4.0.2", - "@taquito/taquito": "^16.2.0" + "@taquito/core": "^17.0.0", + "@taquito/taquito": "^17.0.0" }, "devDependencies": { "@types/bluebird": "^3.5.36", @@ -161,7 +162,7 @@ "ts-jest": "^26.4.4", "ts-node": "^10.4.0", "ts-toolbelt": "^9.6.0", - "typescript": "~4.1.5" + "typescript": "4.2.4" }, "engines": { "node": ">=16" @@ -178,10 +179,11 @@ }, "../packages/taquito-http-utils": { "name": "@taquito/http-utils", - "version": "16.2.0", + "version": "17.0.0", "license": "MIT", "dependencies": { - "axios": "^0.26.0" + "@taquito/core": "^17.0.0", + "axios": "0.26.0" }, "devDependencies": { "@types/bluebird": "^3.5.36", @@ -225,13 +227,13 @@ }, "../packages/taquito-ledger-signer": { "name": "@taquito/ledger-signer", - "version": "16.2.0", + "version": "17.0.0", "license": "MIT", "dependencies": { "@ledgerhq/hw-transport": "^6.27.3", "@stablelib/blake2b": "^1.0.1", - "@taquito/taquito": "^16.2.0", - "@taquito/utils": "^16.2.0", + "@taquito/taquito": "^17.0.0", + "@taquito/utils": "^17.0.0", "buffer": "^6.0.3" }, "devDependencies": { @@ -288,10 +290,10 @@ }, "../packages/taquito-michel-codec": { "name": "@taquito/michel-codec", - "version": "16.2.0", + "version": "17.0.0", "license": "MIT", "dependencies": { - "@taquito/core": "^16.2.0" + "@taquito/core": "^17.0.0" }, "devDependencies": { "@types/bluebird": "^3.5.36", @@ -322,11 +324,11 @@ }, "../packages/taquito-michelson-encoder": { "name": "@taquito/michelson-encoder", - "version": "16.2.0", + "version": "17.0.0", "license": "MIT", "dependencies": { - "@taquito/rpc": "^16.2.0", - "@taquito/utils": "^16.2.0", + "@taquito/rpc": "^17.0.0", + "@taquito/utils": "^17.0.0", "bignumber.js": "^9.1.0", "fast-json-stable-stringify": "^2.1.0" }, @@ -364,14 +366,15 @@ }, "../packages/taquito-remote-signer": { "name": "@taquito/remote-signer", - "version": "16.2.0", + "version": "17.0.0", "license": "MIT", "dependencies": { "@stablelib/blake2b": "^1.0.1", "@stablelib/ed25519": "^1.0.3", - "@taquito/http-utils": "^16.2.0", - "@taquito/taquito": "^16.2.0", - "@taquito/utils": "^16.2.0", + "@taquito/core": "^17.0.0", + "@taquito/http-utils": "^17.0.0", + "@taquito/taquito": "^17.0.0", + "@taquito/utils": "^17.0.0", "typedarray-to-buffer": "^4.0.0" }, "devDependencies": { @@ -409,12 +412,12 @@ }, "../packages/taquito-rpc": { "name": "@taquito/rpc", - "version": "16.2.0", + "version": "17.0.0", "license": "MIT", "dependencies": { - "@taquito/core": "^16.2.0", - "@taquito/http-utils": "^16.2.0", - "@taquito/utils": "^16.2.0", + "@taquito/core": "^17.0.0", + "@taquito/http-utils": "^17.0.0", + "@taquito/utils": "^17.0.0", "bignumber.js": "^9.1.0" }, "devDependencies": { @@ -451,17 +454,17 @@ }, "../packages/taquito-sapling": { "name": "@taquito/sapling", - "version": "16.2.0", + "version": "17.0.0", "hasInstallScript": true, "license": "MIT", "dependencies": { "@airgap/sapling-wasm": "0.0.9", "@stablelib/nacl": "^1.0.3", "@stablelib/random": "^1.0.1", - "@taquito/core": "^16.2.0", - "@taquito/rpc": "^16.2.0", - "@taquito/taquito": "^16.2.0", - "@taquito/utils": "^16.2.0", + "@taquito/core": "^17.0.0", + "@taquito/rpc": "^17.0.0", + "@taquito/taquito": "^17.0.0", + "@taquito/utils": "^17.0.0", "bignumber.js": "^9.1.0", "bip39": "3.0.4", "blakejs": "^1.2.1", @@ -491,7 +494,7 @@ "rimraf": "^3.0.2", "rollup": "^2.61.1", "rollup-plugin-sourcemaps": "^0.6.3", - "rollup-plugin-typescript2": "^0.31.1", + "rollup-plugin-typescript2": "^0.32.1", "shelljs": "^0.8.4", "ts-jest": "^26.4.4", "ts-node": "^10.4.0", @@ -696,7 +699,7 @@ }, "../packages/taquito-signer": { "name": "@taquito/signer", - "version": "16.2.0", + "version": "17.0.0", "license": "MIT", "dependencies": { "@stablelib/blake2b": "^1.0.1", @@ -705,8 +708,8 @@ "@stablelib/nacl": "^1.0.4", "@stablelib/pbkdf2": "^1.0.1", "@stablelib/sha512": "^1.0.1", - "@taquito/taquito": "^16.2.0", - "@taquito/utils": "^16.2.0", + "@taquito/taquito": "^17.0.0", + "@taquito/utils": "^17.0.0", "@types/bn.js": "^5.1.1", "bip39": "3.0.4", "elliptic": "^6.5.4", @@ -750,12 +753,12 @@ }, "../packages/taquito-tzip12": { "name": "@taquito/tzip12", - "version": "16.2.0", + "version": "17.0.0", "license": "MIT", "dependencies": { - "@taquito/michelson-encoder": "^16.2.0", - "@taquito/taquito": "^16.2.0", - "@taquito/tzip16": "^16.2.0" + "@taquito/michelson-encoder": "^17.0.0", + "@taquito/taquito": "^17.0.0", + "@taquito/tzip16": "^17.0.0" }, "devDependencies": { "@types/bluebird": "^3.5.36", @@ -792,14 +795,14 @@ }, "../packages/taquito-tzip16": { "name": "@taquito/tzip16", - "version": "16.2.0", + "version": "17.0.0", "license": "MIT", "dependencies": { - "@taquito/http-utils": "^16.2.0", - "@taquito/michelson-encoder": "^16.2.0", - "@taquito/rpc": "^16.2.0", - "@taquito/taquito": "^16.2.0", - "@taquito/utils": "^16.2.0", + "@taquito/http-utils": "^17.0.0", + "@taquito/michelson-encoder": "^17.0.0", + "@taquito/rpc": "^17.0.0", + "@taquito/taquito": "^17.0.0", + "@taquito/utils": "^17.0.0", "bignumber.js": "^9.1.0", "crypto-js": "^4.1.1" }, @@ -839,12 +842,12 @@ }, "../packages/taquito-utils": { "name": "@taquito/utils", - "version": "16.2.0", + "version": "17.0.0", "license": "MIT", "dependencies": { "@stablelib/blake2b": "^1.0.1", "@stablelib/ed25519": "^1.0.3", - "@taquito/core": "^16.2.0", + "@taquito/core": "^17.0.0", "@types/bs58check": "^2.1.0", "bignumber.js": "^9.1.0", "blakejs": "^1.2.1", @@ -9896,11 +9899,14 @@ } }, "node_modules/dotenv": { - "version": "16.0.3", - "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.0.3.tgz", - "integrity": "sha512-7GO6HghkA5fYG9TYnNxi14/7K9f5occMlp3zXAuSxn7CKCxt9xbNWG7yF8hTCSUchlfWSe3uLmlPfigevRItzQ==", + "version": "16.3.1", + "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.3.1.tgz", + "integrity": "sha512-IPzF4w4/Rd94bA9imS68tZBaYyBWSCE47V1RGuMrB94iyTOIEwRmVL2x/4An+6mETpLrKJ5hQkB8W4kFAadeIQ==", "engines": { "node": ">=12" + }, + "funding": { + "url": "https://github.com/motdotla/dotenv?sponsor=1" } }, "node_modules/dotenv-defaults": { @@ -17871,26 +17877,6 @@ "node": ">= 6.0.0" } }, - "node_modules/netlify-cli/node_modules/aggregate-error": { - "version": "3.1.0", - "dev": true, - "license": "MIT", - "dependencies": { - "clean-stack": "^2.0.0", - "indent-string": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/netlify-cli/node_modules/aggregate-error/node_modules/clean-stack": { - "version": "2.2.0", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=6" - } - }, "node_modules/netlify-cli/node_modules/ajv": { "version": "6.12.6", "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", @@ -22733,14 +22719,6 @@ "node": ">=0.8.19" } }, - "node_modules/netlify-cli/node_modules/indent-string": { - "version": "4.0.0", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=8" - } - }, "node_modules/netlify-cli/node_modules/inflight": { "version": "1.0.6", "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", @@ -25810,20 +25788,6 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/netlify-cli/node_modules/p-locate": { - "version": "5.0.0", - "dev": true, - "license": "MIT", - "dependencies": { - "p-limit": "^3.0.2" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, "node_modules/netlify-cli/node_modules/p-map": { "version": "5.5.0", "resolved": "https://registry.npmjs.org/p-map/-/p-map-5.5.0.tgz", @@ -26172,14 +26136,6 @@ "node": ">=0.10.0" } }, - "node_modules/netlify-cli/node_modules/path-exists": { - "version": "4.0.0", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=8" - } - }, "node_modules/netlify-cli/node_modules/path-is-absolute": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", @@ -33002,8 +32958,9 @@ "license": "MIT" }, "node_modules/sass": { - "version": "1.62.1", - "license": "MIT", + "version": "1.63.6", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.63.6.tgz", + "integrity": "sha512-MJuxGMHzaOW7ipp+1KdELtqKbfAWbH7OLIdoSMnVe3EXPMTmxTmlaZDCTsgIpPCs3w99lLo9/zDKkOrJuT5byw==", "dependencies": { "chokidar": ">=3.0.0 <4.0.0", "immutable": "^4.0.0", @@ -39661,7 +39618,8 @@ "version": "file:../packages/taquito-beacon-wallet", "requires": { "@airgap/beacon-dapp": "4.0.2", - "@taquito/taquito": "^16.2.0", + "@taquito/core": "^17.0.0", + "@taquito/taquito": "^17.0.0", "@types/bluebird": "^3.5.36", "@types/chrome": "0.0.171", "@types/jest": "^26.0.23", @@ -39689,7 +39647,7 @@ "ts-jest": "^26.4.4", "ts-node": "^10.4.0", "ts-toolbelt": "^9.6.0", - "typescript": "~4.1.5" + "typescript": "4.2.4" }, "dependencies": { "@types/chrome": { @@ -39705,13 +39663,14 @@ "@taquito/http-utils": { "version": "file:../packages/taquito-http-utils", "requires": { + "@taquito/core": "^17.0.0", "@types/bluebird": "^3.5.36", "@types/jest": "^26.0.24", "@types/node": "^16", "@types/superagent": "^4.1.13", "@typescript-eslint/eslint-plugin": "^5.28.0", "@typescript-eslint/parser": "^5.28.0", - "axios": "^0.26.0", + "axios": "0.26.0", "colors": "^1.4.0", "coveralls": "^3.1.1", "cross-env": "^7.0.3", @@ -39748,8 +39707,8 @@ "requires": { "@ledgerhq/hw-transport": "^6.27.3", "@stablelib/blake2b": "^1.0.1", - "@taquito/taquito": "^16.2.0", - "@taquito/utils": "^16.2.0", + "@taquito/taquito": "^17.0.0", + "@taquito/utils": "^17.0.0", "@types/bluebird": "^3.5.36", "@types/jest": "^26.0.24", "@types/node": "^16", @@ -39802,7 +39761,7 @@ "@taquito/michel-codec": { "version": "file:../packages/taquito-michel-codec", "requires": { - "@taquito/core": "^16.2.0", + "@taquito/core": "^17.0.0", "@types/bluebird": "^3.5.36", "@types/jest": "^26.0.23", "@types/node": "^16", @@ -39829,8 +39788,8 @@ "@taquito/michelson-encoder": { "version": "file:../packages/taquito-michelson-encoder", "requires": { - "@taquito/rpc": "^16.2.0", - "@taquito/utils": "^16.2.0", + "@taquito/rpc": "^17.0.0", + "@taquito/utils": "^17.0.0", "@types/bluebird": "^3.5.36", "@types/jest": "^26.0.23", "@types/node": "^16", @@ -39866,9 +39825,10 @@ "requires": { "@stablelib/blake2b": "^1.0.1", "@stablelib/ed25519": "^1.0.3", - "@taquito/http-utils": "^16.2.0", - "@taquito/taquito": "^16.2.0", - "@taquito/utils": "^16.2.0", + "@taquito/core": "^17.0.0", + "@taquito/http-utils": "^17.0.0", + "@taquito/taquito": "^17.0.0", + "@taquito/utils": "^17.0.0", "@types/bluebird": "^3.5.36", "@types/jest": "^26.0.24", "@types/node": "^16", @@ -39902,9 +39862,9 @@ "@taquito/rpc": { "version": "file:../packages/taquito-rpc", "requires": { - "@taquito/core": "^16.2.0", - "@taquito/http-utils": "^16.2.0", - "@taquito/utils": "^16.2.0", + "@taquito/core": "^17.0.0", + "@taquito/http-utils": "^17.0.0", + "@taquito/utils": "^17.0.0", "@types/bluebird": "^3.5.36", "@types/jest": "^26.0.23", "@types/node": "^16", @@ -39941,10 +39901,10 @@ "@rollup/plugin-json": "^4.1.0", "@stablelib/nacl": "^1.0.3", "@stablelib/random": "^1.0.1", - "@taquito/core": "^16.2.0", - "@taquito/rpc": "^16.2.0", - "@taquito/taquito": "^16.2.0", - "@taquito/utils": "^16.2.0", + "@taquito/core": "^17.0.0", + "@taquito/rpc": "^17.0.0", + "@taquito/taquito": "^17.0.0", + "@taquito/utils": "^17.0.0", "@types/jest": "^26.0.23", "@types/node": "^16", "@types/pbkdf2": "^3.1.0", @@ -39970,7 +39930,7 @@ "rimraf": "^3.0.2", "rollup": "^2.61.1", "rollup-plugin-sourcemaps": "^0.6.3", - "rollup-plugin-typescript2": "^0.31.1", + "rollup-plugin-typescript2": "^0.32.1", "shelljs": "^0.8.4", "ts-jest": "^26.4.4", "ts-node": "^10.4.0", @@ -40106,8 +40066,8 @@ "@stablelib/nacl": "^1.0.4", "@stablelib/pbkdf2": "^1.0.1", "@stablelib/sha512": "^1.0.1", - "@taquito/taquito": "^16.2.0", - "@taquito/utils": "^16.2.0", + "@taquito/taquito": "^17.0.0", + "@taquito/utils": "^17.0.0", "@types/bluebird": "^3.5.36", "@types/bn.js": "^5.1.1", "@types/elliptic": "^6.4.14", @@ -40148,13 +40108,13 @@ "version": "file:../packages/taquito", "requires": { "@babel/types": "7.16.0", - "@taquito/core": "^16.2.0", - "@taquito/http-utils": "^16.2.0", - "@taquito/local-forging": "^16.2.0", - "@taquito/michel-codec": "^16.2.0", - "@taquito/michelson-encoder": "^16.2.0", - "@taquito/rpc": "^16.2.0", - "@taquito/utils": "^16.2.0", + "@taquito/core": "^17.0.0", + "@taquito/http-utils": "^17.0.0", + "@taquito/local-forging": "^17.0.0", + "@taquito/michel-codec": "^17.0.0", + "@taquito/michelson-encoder": "^17.0.0", + "@taquito/rpc": "^17.0.0", + "@taquito/utils": "^17.0.0", "@types/bluebird": "^3.5.36", "@types/estree": "^0.0.50", "@types/jest": "^26.0.23", @@ -40180,15 +40140,15 @@ "rollup-plugin-json": "^4.0.0", "rollup-plugin-sourcemaps": "^0.6.3", "rollup-plugin-typescript2": "^0.32.1", - "rx-sandbox": "^1.0.4", - "rxjs": "^6.6.3", + "rx-sandbox": "^2.0.4", + "rxjs": "^7.8.1", "shelljs": "^0.8.5", "stream-browserify": "^3.0.0", "terser-webpack-plugin": "^4.2.3", "ts-jest": "^26.4.4", "ts-node": "^10.4.0", "ts-toolbelt": "^9.6.0", - "typescript": "~4.1.5", + "typescript": "^4.2.4", "webpack": "^5.75.0", "webpack-assets-manifest": "^3.1.1", "webpack-cli": "^4.10.0", @@ -40204,9 +40164,9 @@ "@taquito/tzip12": { "version": "file:../packages/taquito-tzip12", "requires": { - "@taquito/michelson-encoder": "^16.2.0", - "@taquito/taquito": "^16.2.0", - "@taquito/tzip16": "^16.2.0", + "@taquito/michelson-encoder": "^17.0.0", + "@taquito/taquito": "^17.0.0", + "@taquito/tzip16": "^17.0.0", "@types/bluebird": "^3.5.36", "@types/jest": "^26.0.23", "@types/node": "^16", @@ -40239,11 +40199,11 @@ "@taquito/tzip16": { "version": "file:../packages/taquito-tzip16", "requires": { - "@taquito/http-utils": "^16.2.0", - "@taquito/michelson-encoder": "^16.2.0", - "@taquito/rpc": "^16.2.0", - "@taquito/taquito": "^16.2.0", - "@taquito/utils": "^16.2.0", + "@taquito/http-utils": "^17.0.0", + "@taquito/michelson-encoder": "^17.0.0", + "@taquito/rpc": "^17.0.0", + "@taquito/taquito": "^17.0.0", + "@taquito/utils": "^17.0.0", "@types/bluebird": "^3.5.36", "@types/crypto-js": "^4.1.1", "@types/jest": "^26.0.23", @@ -40281,7 +40241,7 @@ "requires": { "@stablelib/blake2b": "^1.0.1", "@stablelib/ed25519": "^1.0.3", - "@taquito/core": "^16.2.0", + "@taquito/core": "^17.0.0", "@types/bluebird": "^3.5.36", "@types/bs58check": "^2.1.0", "@types/elliptic": "^6.4.14", @@ -42394,9 +42354,9 @@ } }, "dotenv": { - "version": "16.0.3", - "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.0.3.tgz", - "integrity": "sha512-7GO6HghkA5fYG9TYnNxi14/7K9f5occMlp3zXAuSxn7CKCxt9xbNWG7yF8hTCSUchlfWSe3uLmlPfigevRItzQ==" + "version": "16.3.1", + "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.3.1.tgz", + "integrity": "sha512-IPzF4w4/Rd94bA9imS68tZBaYyBWSCE47V1RGuMrB94iyTOIEwRmVL2x/4An+6mETpLrKJ5hQkB8W4kFAadeIQ==" }, "dotenv-defaults": { "version": "2.0.2", @@ -47737,20 +47697,6 @@ "debug": "4" } }, - "aggregate-error": { - "version": "3.1.0", - "dev": true, - "requires": { - "clean-stack": "^2.0.0", - "indent-string": "^4.0.0" - }, - "dependencies": { - "clean-stack": { - "version": "2.2.0", - "dev": true - } - } - }, "ajv": { "version": "6.12.6", "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", @@ -51456,10 +51402,6 @@ "integrity": "sha1-khi5srkoojixPcT7a21XbyMUU+o=", "dev": true }, - "indent-string": { - "version": "4.0.0", - "dev": true - }, "inflight": { "version": "1.0.6", "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", @@ -53727,13 +53669,6 @@ "yocto-queue": "^0.1.0" } }, - "p-locate": { - "version": "5.0.0", - "dev": true, - "requires": { - "p-limit": "^3.0.2" - } - }, "p-map": { "version": "5.5.0", "resolved": "https://registry.npmjs.org/p-map/-/p-map-5.5.0.tgz", @@ -53970,10 +53905,6 @@ "integrity": "sha1-s2PlXoAGym/iF4TS2yK9FdeRfxQ=", "dev": true }, - "path-exists": { - "version": "4.0.0", - "dev": true - }, "path-is-absolute": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", @@ -58697,7 +58628,9 @@ "version": "2.1.2" }, "sass": { - "version": "1.62.1", + "version": "1.63.6", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.63.6.tgz", + "integrity": "sha512-MJuxGMHzaOW7ipp+1KdELtqKbfAWbH7OLIdoSMnVe3EXPMTmxTmlaZDCTsgIpPCs3w99lLo9/zDKkOrJuT5byw==", "requires": { "chokidar": ">=3.0.0 <4.0.0", "immutable": "^4.0.0", diff --git a/website/package.json b/website/package.json index b64dc1370b..490b3f024d 100644 --- a/website/package.json +++ b/website/package.json @@ -50,7 +50,7 @@ "clsx": "^1.2.1", "docusaurus-plugin-dotenv": "^1.0.1", "docusaurus-plugin-sass": "^0.2.3", - "dotenv": "^16.0.3", + "dotenv": "^16.3.0", "file-loader": "^6.2.0", "firebase": "^9.22.0", "html-react-parser": "^3.0.16", @@ -63,7 +63,7 @@ "react-icons": "^4.8.0", "react-slick": "^0.29.0", "react-use-mailchimp-signup": "^2.0.2", - "sass": "^1.62.1", + "sass": "^1.63.4", "sass-loader": "^13.3.0", "stream-browserify": "^3.0.0", "url-loader": "^4.1.1"