chore(deps): update babel monorepo

This commit is contained in:
Renovate Bot
2022-03-19 00:23:57 +00:00
committed by renovate[bot]
parent 8a3cbde3df
commit 141932a69d
4 changed files with 100 additions and 100 deletions

View File

@ -38,7 +38,7 @@
"@babel/polyfill": "7.12.1", "@babel/polyfill": "7.12.1",
"@babel/preset-env": "7.16.11", "@babel/preset-env": "7.16.11",
"@babel/preset-react": "7.16.7", "@babel/preset-react": "7.16.7",
"@babel/standalone": "7.17.6", "@babel/standalone": "7.17.8",
"@fortawesome/fontawesome": "1.1.8", "@fortawesome/fontawesome": "1.1.8",
"@fortawesome/fontawesome-svg-core": "1.3.0", "@fortawesome/fontawesome-svg-core": "1.3.0",
"@fortawesome/free-brands-svg-icons": "6.0.0", "@fortawesome/free-brands-svg-icons": "6.0.0",

View File

@ -29,11 +29,11 @@
"test:full-output": "cross-env FULL_OUTPUT=true mocha --delay --reporter progress" "test:full-output": "cross-env FULL_OUTPUT=true mocha --delay --reporter progress"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "7.17.5", "@babel/core": "7.17.8",
"@babel/polyfill": "7.12.1", "@babel/polyfill": "7.12.1",
"@babel/preset-env": "7.16.11", "@babel/preset-env": "7.16.11",
"@babel/preset-typescript": "7.16.7", "@babel/preset-typescript": "7.16.7",
"@babel/register": "7.17.0", "@babel/register": "7.17.7",
"acorn": "8.7.0", "acorn": "8.7.0",
"acorn-jsx": "5.3.2", "acorn-jsx": "5.3.2",
"babel-plugin-dynamic-import-node": "2.3.3", "babel-plugin-dynamic-import-node": "2.3.3",

192
package-lock.json generated
View File

@ -971,7 +971,7 @@
"@babel/polyfill": "7.12.1", "@babel/polyfill": "7.12.1",
"@babel/preset-env": "7.16.11", "@babel/preset-env": "7.16.11",
"@babel/preset-react": "7.16.7", "@babel/preset-react": "7.16.7",
"@babel/standalone": "7.17.6", "@babel/standalone": "7.17.8",
"@fortawesome/fontawesome": "1.1.8", "@fortawesome/fontawesome": "1.1.8",
"@fortawesome/fontawesome-svg-core": "1.3.0", "@fortawesome/fontawesome-svg-core": "1.3.0",
"@fortawesome/free-brands-svg-icons": "6.0.0", "@fortawesome/free-brands-svg-icons": "6.0.0",
@ -1186,11 +1186,11 @@
"version": "0.0.0-next.4", "version": "0.0.0-next.4",
"license": "(BSD-3-Clause AND CC-BY-SA-4.0)", "license": "(BSD-3-Clause AND CC-BY-SA-4.0)",
"devDependencies": { "devDependencies": {
"@babel/core": "7.17.5", "@babel/core": "7.17.8",
"@babel/polyfill": "7.12.1", "@babel/polyfill": "7.12.1",
"@babel/preset-env": "7.16.11", "@babel/preset-env": "7.16.11",
"@babel/preset-typescript": "7.16.7", "@babel/preset-typescript": "7.16.7",
"@babel/register": "7.17.0", "@babel/register": "7.17.7",
"acorn": "8.7.0", "acorn": "8.7.0",
"acorn-jsx": "5.3.2", "acorn-jsx": "5.3.2",
"babel-plugin-dynamic-import-node": "2.3.3", "babel-plugin-dynamic-import-node": "2.3.3",
@ -1451,25 +1451,25 @@
} }
}, },
"node_modules/@babel/compat-data": { "node_modules/@babel/compat-data": {
"version": "7.17.0", "version": "7.17.7",
"resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.17.0.tgz", "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.17.7.tgz",
"integrity": "sha512-392byTlpGWXMv4FbyWw3sAZ/FrW/DrwqLGXpy0mbyNe9Taqv1mg9yON5/o0cnr8XYCkFTZbC1eV+c+LAROgrng==", "integrity": "sha512-p8pdE6j0a29TNGebNm7NzYZWB3xVZJBZ7XGs42uAKzQo8VQ3F0By/cQCtUEABwIqw5zo6WA4NbmxsfzADzMKnQ==",
"engines": { "engines": {
"node": ">=6.9.0" "node": ">=6.9.0"
} }
}, },
"node_modules/@babel/core": { "node_modules/@babel/core": {
"version": "7.17.5", "version": "7.17.8",
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.17.5.tgz", "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.17.8.tgz",
"integrity": "sha512-/BBMw4EvjmyquN5O+t5eh0+YqB3XXJkYD2cjKpYtWOfFy4lQ4UozNSmxAcWT8r2XtZs0ewG+zrfsqeR15i1ajA==", "integrity": "sha512-OdQDV/7cRBtJHLSOBqqbYNkOcydOgnX59TZx4puf41fzcVtN3e/4yqY8lMQsK+5X2lJtAdmA+6OHqsj1hBJ4IQ==",
"dependencies": { "dependencies": {
"@ampproject/remapping": "^2.1.0", "@ampproject/remapping": "^2.1.0",
"@babel/code-frame": "^7.16.7", "@babel/code-frame": "^7.16.7",
"@babel/generator": "^7.17.3", "@babel/generator": "^7.17.7",
"@babel/helper-compilation-targets": "^7.16.7", "@babel/helper-compilation-targets": "^7.17.7",
"@babel/helper-module-transforms": "^7.16.7", "@babel/helper-module-transforms": "^7.17.7",
"@babel/helpers": "^7.17.2", "@babel/helpers": "^7.17.8",
"@babel/parser": "^7.17.3", "@babel/parser": "^7.17.8",
"@babel/template": "^7.16.7", "@babel/template": "^7.16.7",
"@babel/traverse": "^7.17.3", "@babel/traverse": "^7.17.3",
"@babel/types": "^7.17.0", "@babel/types": "^7.17.0",
@ -1488,9 +1488,9 @@
} }
}, },
"node_modules/@babel/core/node_modules/debug": { "node_modules/@babel/core/node_modules/debug": {
"version": "4.3.3", "version": "4.3.4",
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.3.tgz", "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
"integrity": "sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q==", "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
"dependencies": { "dependencies": {
"ms": "2.1.2" "ms": "2.1.2"
}, },
@ -1526,9 +1526,9 @@
} }
}, },
"node_modules/@babel/generator": { "node_modules/@babel/generator": {
"version": "7.17.3", "version": "7.17.7",
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.17.3.tgz", "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.17.7.tgz",
"integrity": "sha512-+R6Dctil/MgUsZsZAkYgK+ADNSZzJRRy0TvY65T71z/CR854xHQ1EweBYXdfT+HNeN7w0cSJJEzgxZMv40pxsg==", "integrity": "sha512-oLcVCTeIFadUoArDTwpluncplrYBmTCCZZgXCbgNGvOBBiSDDK3eWO4b/+eOTli5tKv1lg+a5/NAXg+nTcei1w==",
"dependencies": { "dependencies": {
"@babel/types": "^7.17.0", "@babel/types": "^7.17.0",
"jsesc": "^2.5.1", "jsesc": "^2.5.1",
@ -1562,11 +1562,11 @@
} }
}, },
"node_modules/@babel/helper-compilation-targets": { "node_modules/@babel/helper-compilation-targets": {
"version": "7.16.7", "version": "7.17.7",
"resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.16.7.tgz", "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.17.7.tgz",
"integrity": "sha512-mGojBwIWcwGD6rfqgRXVlVYmPAv7eOpIemUG3dGnDdCY4Pae70ROij3XmfrH6Fa1h1aiDylpglbZyktfzyo/hA==", "integrity": "sha512-UFzlz2jjd8kroj0hmCFV5zr+tQPi1dpC2cRsDV/3IEW8bJfCPrPpmcSN6ZS8RqIq4LXcmpipCQFPddyFA5Yc7w==",
"dependencies": { "dependencies": {
"@babel/compat-data": "^7.16.4", "@babel/compat-data": "^7.17.7",
"@babel/helper-validator-option": "^7.16.7", "@babel/helper-validator-option": "^7.16.7",
"browserslist": "^4.17.5", "browserslist": "^4.17.5",
"semver": "^6.3.0" "semver": "^6.3.0"
@ -1732,18 +1732,18 @@
} }
}, },
"node_modules/@babel/helper-module-transforms": { "node_modules/@babel/helper-module-transforms": {
"version": "7.16.7", "version": "7.17.7",
"resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.16.7.tgz", "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.17.7.tgz",
"integrity": "sha512-gaqtLDxJEFCeQbYp9aLAefjhkKdjKcdh6DB7jniIGU3Pz52WAmP268zK0VgPz9hUNkMSYeH976K2/Y6yPadpng==", "integrity": "sha512-VmZD99F3gNTYB7fJRDTi+u6l/zxY0BE6OIxPSU7a50s6ZUQkHwSDmV92FfM+oCG0pZRVojGYhkR8I0OGeCVREw==",
"dependencies": { "dependencies": {
"@babel/helper-environment-visitor": "^7.16.7", "@babel/helper-environment-visitor": "^7.16.7",
"@babel/helper-module-imports": "^7.16.7", "@babel/helper-module-imports": "^7.16.7",
"@babel/helper-simple-access": "^7.16.7", "@babel/helper-simple-access": "^7.17.7",
"@babel/helper-split-export-declaration": "^7.16.7", "@babel/helper-split-export-declaration": "^7.16.7",
"@babel/helper-validator-identifier": "^7.16.7", "@babel/helper-validator-identifier": "^7.16.7",
"@babel/template": "^7.16.7", "@babel/template": "^7.16.7",
"@babel/traverse": "^7.16.7", "@babel/traverse": "^7.17.3",
"@babel/types": "^7.16.7" "@babel/types": "^7.17.0"
}, },
"engines": { "engines": {
"node": ">=6.9.0" "node": ">=6.9.0"
@ -1797,11 +1797,11 @@
} }
}, },
"node_modules/@babel/helper-simple-access": { "node_modules/@babel/helper-simple-access": {
"version": "7.16.7", "version": "7.17.7",
"resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.16.7.tgz", "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.17.7.tgz",
"integrity": "sha512-ZIzHVyoeLMvXMN/vok/a4LWRy8G2v205mNP0XOuf9XRLyX5/u9CnVulUtDgUTama3lT+bf/UqucuZjqiGuTS1g==", "integrity": "sha512-txyMCGroZ96i+Pxr3Je3lzEJjqwaRC9buMUgtomcrLe5Nd0+fk1h0LLA+ixUF5OW7AhHuQ7Es1WcQJZmZsz2XA==",
"dependencies": { "dependencies": {
"@babel/types": "^7.16.7" "@babel/types": "^7.17.0"
}, },
"engines": { "engines": {
"node": ">=6.9.0" "node": ">=6.9.0"
@ -1860,12 +1860,12 @@
} }
}, },
"node_modules/@babel/helpers": { "node_modules/@babel/helpers": {
"version": "7.17.2", "version": "7.17.8",
"resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.17.2.tgz", "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.17.8.tgz",
"integrity": "sha512-0Qu7RLR1dILozr/6M0xgj+DFPmi6Bnulgm9M8BVa9ZCWxDqlSnqt3cf8IDPB5m45sVXUZ0kuQAgUrdSFFH79fQ==", "integrity": "sha512-QcL86FGxpfSJwGtAvv4iG93UL6bmqBdmoVY0CMCU2g+oD2ezQse3PT5Pa+jiD6LJndBQi0EDlpzOWNlLuhz5gw==",
"dependencies": { "dependencies": {
"@babel/template": "^7.16.7", "@babel/template": "^7.16.7",
"@babel/traverse": "^7.17.0", "@babel/traverse": "^7.17.3",
"@babel/types": "^7.17.0" "@babel/types": "^7.17.0"
}, },
"engines": { "engines": {
@ -1920,9 +1920,9 @@
} }
}, },
"node_modules/@babel/parser": { "node_modules/@babel/parser": {
"version": "7.17.3", "version": "7.17.8",
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.17.3.tgz", "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.17.8.tgz",
"integrity": "sha512-7yJPvPV+ESz2IUTPbOL+YkIGyCqOyNIzdguKQuJGnH7bg1WTIifuM21YqokFt/THWh1AkCRn9IgoykTRCBVpzA==", "integrity": "sha512-BoHhDJrJXqcg+ZL16Xv39H9n+AqJ4pcDrQBGZN+wHxIysrLZ3/ECwCBUch/1zUNhnsXULcONU3Ei5Hmkfk6kiQ==",
"bin": { "bin": {
"parser": "bin/babel-parser.js" "parser": "bin/babel-parser.js"
}, },
@ -3276,9 +3276,9 @@
} }
}, },
"node_modules/@babel/register": { "node_modules/@babel/register": {
"version": "7.17.0", "version": "7.17.7",
"resolved": "https://registry.npmjs.org/@babel/register/-/register-7.17.0.tgz", "resolved": "https://registry.npmjs.org/@babel/register/-/register-7.17.7.tgz",
"integrity": "sha512-UNZsMAZ7uKoGHo1HlEXfteEOYssf64n/PNLHGqOKq/bgYcu/4LrQWAHJwSCb3BRZK8Hi5gkJdRcwrGTO2wtRCg==", "integrity": "sha512-fg56SwvXRifootQEDQAu1mKdjh5uthPzdO0N6t358FktfL4XjAVXuH58ULoiW8mesxiOgNIrxiImqEwv0+hRRA==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"clone-deep": "^4.0.1", "clone-deep": "^4.0.1",
@ -3318,9 +3318,9 @@
} }
}, },
"node_modules/@babel/standalone": { "node_modules/@babel/standalone": {
"version": "7.17.6", "version": "7.17.8",
"resolved": "https://registry.npmjs.org/@babel/standalone/-/standalone-7.17.6.tgz", "resolved": "https://registry.npmjs.org/@babel/standalone/-/standalone-7.17.8.tgz",
"integrity": "sha512-rBBC7aZ4Q8UkMV4Wl6cAw8Wcgg7DcIG3pzo2n+W/FwmBRZB/q7yGpzE10VXpOmSj9/KW3L1pbDhPGI1oOrscgA==", "integrity": "sha512-tr3SDpVnxR/fzrxyG+HZPAyEA9eTHZIAjy4eqrc7m+KBwsdo1YvTbUfJ6teWHQ177mk6GmdmltsIiOYCcvRPWA==",
"engines": { "engines": {
"node": ">=6.9.0" "node": ">=6.9.0"
} }
@ -53370,7 +53370,7 @@
"typescript": "4.6.2" "typescript": "4.6.2"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "7.17.5", "@babel/core": "7.17.8",
"@babel/preset-env": "7.16.11", "@babel/preset-env": "7.16.11",
"@rollup/plugin-babel": "5.3.1", "@rollup/plugin-babel": "5.3.1",
"@rollup/plugin-commonjs": "19.0.2", "@rollup/plugin-commonjs": "19.0.2",
@ -53988,22 +53988,22 @@
} }
}, },
"@babel/compat-data": { "@babel/compat-data": {
"version": "7.17.0", "version": "7.17.7",
"resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.17.0.tgz", "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.17.7.tgz",
"integrity": "sha512-392byTlpGWXMv4FbyWw3sAZ/FrW/DrwqLGXpy0mbyNe9Taqv1mg9yON5/o0cnr8XYCkFTZbC1eV+c+LAROgrng==" "integrity": "sha512-p8pdE6j0a29TNGebNm7NzYZWB3xVZJBZ7XGs42uAKzQo8VQ3F0By/cQCtUEABwIqw5zo6WA4NbmxsfzADzMKnQ=="
}, },
"@babel/core": { "@babel/core": {
"version": "7.17.5", "version": "7.17.8",
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.17.5.tgz", "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.17.8.tgz",
"integrity": "sha512-/BBMw4EvjmyquN5O+t5eh0+YqB3XXJkYD2cjKpYtWOfFy4lQ4UozNSmxAcWT8r2XtZs0ewG+zrfsqeR15i1ajA==", "integrity": "sha512-OdQDV/7cRBtJHLSOBqqbYNkOcydOgnX59TZx4puf41fzcVtN3e/4yqY8lMQsK+5X2lJtAdmA+6OHqsj1hBJ4IQ==",
"requires": { "requires": {
"@ampproject/remapping": "^2.1.0", "@ampproject/remapping": "^2.1.0",
"@babel/code-frame": "^7.16.7", "@babel/code-frame": "^7.16.7",
"@babel/generator": "^7.17.3", "@babel/generator": "^7.17.7",
"@babel/helper-compilation-targets": "^7.16.7", "@babel/helper-compilation-targets": "^7.17.7",
"@babel/helper-module-transforms": "^7.16.7", "@babel/helper-module-transforms": "^7.17.7",
"@babel/helpers": "^7.17.2", "@babel/helpers": "^7.17.8",
"@babel/parser": "^7.17.3", "@babel/parser": "^7.17.8",
"@babel/template": "^7.16.7", "@babel/template": "^7.16.7",
"@babel/traverse": "^7.17.3", "@babel/traverse": "^7.17.3",
"@babel/types": "^7.17.0", "@babel/types": "^7.17.0",
@ -54015,9 +54015,9 @@
}, },
"dependencies": { "dependencies": {
"debug": { "debug": {
"version": "4.3.3", "version": "4.3.4",
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.3.tgz", "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
"integrity": "sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q==", "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
"requires": { "requires": {
"ms": "2.1.2" "ms": "2.1.2"
} }
@ -54040,9 +54040,9 @@
} }
}, },
"@babel/generator": { "@babel/generator": {
"version": "7.17.3", "version": "7.17.7",
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.17.3.tgz", "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.17.7.tgz",
"integrity": "sha512-+R6Dctil/MgUsZsZAkYgK+ADNSZzJRRy0TvY65T71z/CR854xHQ1EweBYXdfT+HNeN7w0cSJJEzgxZMv40pxsg==", "integrity": "sha512-oLcVCTeIFadUoArDTwpluncplrYBmTCCZZgXCbgNGvOBBiSDDK3eWO4b/+eOTli5tKv1lg+a5/NAXg+nTcei1w==",
"requires": { "requires": {
"@babel/types": "^7.17.0", "@babel/types": "^7.17.0",
"jsesc": "^2.5.1", "jsesc": "^2.5.1",
@ -54067,11 +54067,11 @@
} }
}, },
"@babel/helper-compilation-targets": { "@babel/helper-compilation-targets": {
"version": "7.16.7", "version": "7.17.7",
"resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.16.7.tgz", "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.17.7.tgz",
"integrity": "sha512-mGojBwIWcwGD6rfqgRXVlVYmPAv7eOpIemUG3dGnDdCY4Pae70ROij3XmfrH6Fa1h1aiDylpglbZyktfzyo/hA==", "integrity": "sha512-UFzlz2jjd8kroj0hmCFV5zr+tQPi1dpC2cRsDV/3IEW8bJfCPrPpmcSN6ZS8RqIq4LXcmpipCQFPddyFA5Yc7w==",
"requires": { "requires": {
"@babel/compat-data": "^7.16.4", "@babel/compat-data": "^7.17.7",
"@babel/helper-validator-option": "^7.16.7", "@babel/helper-validator-option": "^7.16.7",
"browserslist": "^4.17.5", "browserslist": "^4.17.5",
"semver": "^6.3.0" "semver": "^6.3.0"
@ -54189,18 +54189,18 @@
} }
}, },
"@babel/helper-module-transforms": { "@babel/helper-module-transforms": {
"version": "7.16.7", "version": "7.17.7",
"resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.16.7.tgz", "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.17.7.tgz",
"integrity": "sha512-gaqtLDxJEFCeQbYp9aLAefjhkKdjKcdh6DB7jniIGU3Pz52WAmP268zK0VgPz9hUNkMSYeH976K2/Y6yPadpng==", "integrity": "sha512-VmZD99F3gNTYB7fJRDTi+u6l/zxY0BE6OIxPSU7a50s6ZUQkHwSDmV92FfM+oCG0pZRVojGYhkR8I0OGeCVREw==",
"requires": { "requires": {
"@babel/helper-environment-visitor": "^7.16.7", "@babel/helper-environment-visitor": "^7.16.7",
"@babel/helper-module-imports": "^7.16.7", "@babel/helper-module-imports": "^7.16.7",
"@babel/helper-simple-access": "^7.16.7", "@babel/helper-simple-access": "^7.17.7",
"@babel/helper-split-export-declaration": "^7.16.7", "@babel/helper-split-export-declaration": "^7.16.7",
"@babel/helper-validator-identifier": "^7.16.7", "@babel/helper-validator-identifier": "^7.16.7",
"@babel/template": "^7.16.7", "@babel/template": "^7.16.7",
"@babel/traverse": "^7.16.7", "@babel/traverse": "^7.17.3",
"@babel/types": "^7.16.7" "@babel/types": "^7.17.0"
} }
}, },
"@babel/helper-optimise-call-expression": { "@babel/helper-optimise-call-expression": {
@ -54239,11 +54239,11 @@
} }
}, },
"@babel/helper-simple-access": { "@babel/helper-simple-access": {
"version": "7.16.7", "version": "7.17.7",
"resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.16.7.tgz", "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.17.7.tgz",
"integrity": "sha512-ZIzHVyoeLMvXMN/vok/a4LWRy8G2v205mNP0XOuf9XRLyX5/u9CnVulUtDgUTama3lT+bf/UqucuZjqiGuTS1g==", "integrity": "sha512-txyMCGroZ96i+Pxr3Je3lzEJjqwaRC9buMUgtomcrLe5Nd0+fk1h0LLA+ixUF5OW7AhHuQ7Es1WcQJZmZsz2XA==",
"requires": { "requires": {
"@babel/types": "^7.16.7" "@babel/types": "^7.17.0"
} }
}, },
"@babel/helper-skip-transparent-expression-wrappers": { "@babel/helper-skip-transparent-expression-wrappers": {
@ -54284,12 +54284,12 @@
} }
}, },
"@babel/helpers": { "@babel/helpers": {
"version": "7.17.2", "version": "7.17.8",
"resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.17.2.tgz", "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.17.8.tgz",
"integrity": "sha512-0Qu7RLR1dILozr/6M0xgj+DFPmi6Bnulgm9M8BVa9ZCWxDqlSnqt3cf8IDPB5m45sVXUZ0kuQAgUrdSFFH79fQ==", "integrity": "sha512-QcL86FGxpfSJwGtAvv4iG93UL6bmqBdmoVY0CMCU2g+oD2ezQse3PT5Pa+jiD6LJndBQi0EDlpzOWNlLuhz5gw==",
"requires": { "requires": {
"@babel/template": "^7.16.7", "@babel/template": "^7.16.7",
"@babel/traverse": "^7.17.0", "@babel/traverse": "^7.17.3",
"@babel/types": "^7.17.0" "@babel/types": "^7.17.0"
} }
}, },
@ -54326,9 +54326,9 @@
} }
}, },
"@babel/parser": { "@babel/parser": {
"version": "7.17.3", "version": "7.17.8",
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.17.3.tgz", "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.17.8.tgz",
"integrity": "sha512-7yJPvPV+ESz2IUTPbOL+YkIGyCqOyNIzdguKQuJGnH7bg1WTIifuM21YqokFt/THWh1AkCRn9IgoykTRCBVpzA==" "integrity": "sha512-BoHhDJrJXqcg+ZL16Xv39H9n+AqJ4pcDrQBGZN+wHxIysrLZ3/ECwCBUch/1zUNhnsXULcONU3Ei5Hmkfk6kiQ=="
}, },
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": { "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": {
"version": "7.16.7", "version": "7.16.7",
@ -55200,9 +55200,9 @@
} }
}, },
"@babel/register": { "@babel/register": {
"version": "7.17.0", "version": "7.17.7",
"resolved": "https://registry.npmjs.org/@babel/register/-/register-7.17.0.tgz", "resolved": "https://registry.npmjs.org/@babel/register/-/register-7.17.7.tgz",
"integrity": "sha512-UNZsMAZ7uKoGHo1HlEXfteEOYssf64n/PNLHGqOKq/bgYcu/4LrQWAHJwSCb3BRZK8Hi5gkJdRcwrGTO2wtRCg==", "integrity": "sha512-fg56SwvXRifootQEDQAu1mKdjh5uthPzdO0N6t358FktfL4XjAVXuH58ULoiW8mesxiOgNIrxiImqEwv0+hRRA==",
"dev": true, "dev": true,
"requires": { "requires": {
"clone-deep": "^4.0.1", "clone-deep": "^4.0.1",
@ -55230,9 +55230,9 @@
} }
}, },
"@babel/standalone": { "@babel/standalone": {
"version": "7.17.6", "version": "7.17.8",
"resolved": "https://registry.npmjs.org/@babel/standalone/-/standalone-7.17.6.tgz", "resolved": "https://registry.npmjs.org/@babel/standalone/-/standalone-7.17.8.tgz",
"integrity": "sha512-rBBC7aZ4Q8UkMV4Wl6cAw8Wcgg7DcIG3pzo2n+W/FwmBRZB/q7yGpzE10VXpOmSj9/KW3L1pbDhPGI1oOrscgA==" "integrity": "sha512-tr3SDpVnxR/fzrxyG+HZPAyEA9eTHZIAjy4eqrc7m+KBwsdo1YvTbUfJ6teWHQ177mk6GmdmltsIiOYCcvRPWA=="
}, },
"@babel/template": { "@babel/template": {
"version": "7.16.7", "version": "7.16.7",
@ -56471,7 +56471,7 @@
"@babel/polyfill": "7.12.1", "@babel/polyfill": "7.12.1",
"@babel/preset-env": "7.16.11", "@babel/preset-env": "7.16.11",
"@babel/preset-react": "7.16.7", "@babel/preset-react": "7.16.7",
"@babel/standalone": "7.17.6", "@babel/standalone": "7.17.8",
"@babel/types": "7.17.0", "@babel/types": "7.17.0",
"@codesee/babel-plugin-instrument": "0.208.1", "@codesee/babel-plugin-instrument": "0.208.1",
"@codesee/tracker": "0.208.1", "@codesee/tracker": "0.208.1",
@ -56664,11 +56664,11 @@
"@freecodecamp/curriculum": { "@freecodecamp/curriculum": {
"version": "file:curriculum", "version": "file:curriculum",
"requires": { "requires": {
"@babel/core": "7.17.5", "@babel/core": "7.17.8",
"@babel/polyfill": "7.12.1", "@babel/polyfill": "7.12.1",
"@babel/preset-env": "7.16.11", "@babel/preset-env": "7.16.11",
"@babel/preset-typescript": "7.16.7", "@babel/preset-typescript": "7.16.7",
"@babel/register": "7.17.0", "@babel/register": "7.17.7",
"acorn": "8.7.0", "acorn": "8.7.0",
"acorn-jsx": "5.3.2", "acorn-jsx": "5.3.2",
"babel-plugin-dynamic-import-node": "2.3.3", "babel-plugin-dynamic-import-node": "2.3.3",
@ -56842,7 +56842,7 @@
"@freecodecamp/ui": { "@freecodecamp/ui": {
"version": "file:tools/ui-components", "version": "file:tools/ui-components",
"requires": { "requires": {
"@babel/core": "7.17.5", "@babel/core": "7.17.8",
"@babel/preset-env": "7.16.11", "@babel/preset-env": "7.16.11",
"@babel/preset-typescript": "7.16.7", "@babel/preset-typescript": "7.16.7",
"@rollup/plugin-babel": "5.3.1", "@rollup/plugin-babel": "5.3.1",

View File

@ -25,7 +25,7 @@
"typescript": "4.6.2" "typescript": "4.6.2"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "7.17.5", "@babel/core": "7.17.8",
"@babel/preset-env": "7.16.11", "@babel/preset-env": "7.16.11",
"@rollup/plugin-babel": "5.3.1", "@rollup/plugin-babel": "5.3.1",
"@rollup/plugin-commonjs": "19.0.2", "@rollup/plugin-commonjs": "19.0.2",