|
|
|
@ -54,7 +54,7 @@
@@ -54,7 +54,7 @@
|
|
|
|
|
"yaml": "2.3.4" |
|
|
|
|
}, |
|
|
|
|
"devDependencies": { |
|
|
|
|
"@babel/core": "7.23.3", |
|
|
|
|
"@babel/core": "7.23.5", |
|
|
|
|
"@mdx-js/react": "3.0.0", |
|
|
|
|
"@storybook/addon-a11y": "7.6.0", |
|
|
|
|
"@storybook/addon-actions": "7.6.0", |
|
|
|
@ -207,9 +207,9 @@
@@ -207,9 +207,9 @@
|
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/@babel/code-frame": { |
|
|
|
|
"version": "7.23.4", |
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.23.4.tgz", |
|
|
|
|
"integrity": "sha512-r1IONyb6Ia+jYR2vvIDhdWdlTGhqbBoFqLTQidzZ4kepUFH15ejXvFHxCVbtl7BOXIudsIubf4E81xeA3h3IXA==", |
|
|
|
|
"version": "7.23.5", |
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.23.5.tgz", |
|
|
|
|
"integrity": "sha512-CgH3s1a96LipHCmSUmYFPwY7MNx8C3avkq7i4Wl3cfa662ldtUe4VM1TPXX70pfmrlWTb6jLqTYrZyT2ZTJBgA==", |
|
|
|
|
"dependencies": { |
|
|
|
|
"@babel/highlight": "^7.23.4", |
|
|
|
|
"chalk": "^2.4.2" |
|
|
|
@ -227,20 +227,20 @@
@@ -227,20 +227,20 @@
|
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/@babel/core": { |
|
|
|
|
"version": "7.23.3", |
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.23.3.tgz", |
|
|
|
|
"integrity": "sha512-Jg+msLuNuCJDyBvFv5+OKOUjWMZgd85bKjbICd3zWrKAo+bJ49HJufi7CQE0q0uR8NGyO6xkCACScNqyjHSZew==", |
|
|
|
|
"version": "7.23.5", |
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.23.5.tgz", |
|
|
|
|
"integrity": "sha512-Cwc2XjUrG4ilcfOw4wBAK+enbdgwAcAJCfGUItPBKR7Mjw4aEfAFYrLxeRp4jWgtNIKn3n2AlBOfwwafl+42/g==", |
|
|
|
|
"dependencies": { |
|
|
|
|
"@ampproject/remapping": "^2.2.0", |
|
|
|
|
"@babel/code-frame": "^7.22.13", |
|
|
|
|
"@babel/generator": "^7.23.3", |
|
|
|
|
"@babel/code-frame": "^7.23.5", |
|
|
|
|
"@babel/generator": "^7.23.5", |
|
|
|
|
"@babel/helper-compilation-targets": "^7.22.15", |
|
|
|
|
"@babel/helper-module-transforms": "^7.23.3", |
|
|
|
|
"@babel/helpers": "^7.23.2", |
|
|
|
|
"@babel/parser": "^7.23.3", |
|
|
|
|
"@babel/helpers": "^7.23.5", |
|
|
|
|
"@babel/parser": "^7.23.5", |
|
|
|
|
"@babel/template": "^7.22.15", |
|
|
|
|
"@babel/traverse": "^7.23.3", |
|
|
|
|
"@babel/types": "^7.23.3", |
|
|
|
|
"@babel/traverse": "^7.23.5", |
|
|
|
|
"@babel/types": "^7.23.5", |
|
|
|
|
"convert-source-map": "^2.0.0", |
|
|
|
|
"debug": "^4.1.0", |
|
|
|
|
"gensync": "^1.0.0-beta.2", |
|
|
|
@ -256,11 +256,11 @@
@@ -256,11 +256,11 @@
|
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/@babel/generator": { |
|
|
|
|
"version": "7.23.4", |
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.23.4.tgz", |
|
|
|
|
"integrity": "sha512-esuS49Cga3HcThFNebGhlgsrVLkvhqvYDTzgjfFFlHJcIfLe5jFmRRfCQ1KuBfc4Jrtn3ndLgKWAKjBE+IraYQ==", |
|
|
|
|
"version": "7.23.5", |
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.23.5.tgz", |
|
|
|
|
"integrity": "sha512-BPssCHrBD+0YrxviOa3QzpqwhNIXKEtOa2jQrm4FlmkC2apYgRnQcmPWiGZDlGxiNtltnUFolMe8497Esry+jA==", |
|
|
|
|
"dependencies": { |
|
|
|
|
"@babel/types": "^7.23.4", |
|
|
|
|
"@babel/types": "^7.23.5", |
|
|
|
|
"@jridgewell/gen-mapping": "^0.3.2", |
|
|
|
|
"@jridgewell/trace-mapping": "^0.3.17", |
|
|
|
|
"jsesc": "^2.5.1" |
|
|
|
@ -552,13 +552,13 @@
@@ -552,13 +552,13 @@
|
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/@babel/helpers": { |
|
|
|
|
"version": "7.23.4", |
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.23.4.tgz", |
|
|
|
|
"integrity": "sha512-HfcMizYz10cr3h29VqyfGL6ZWIjTwWfvYBMsBVGwpcbhNGe3wQ1ZXZRPzZoAHhd9OqHadHqjQ89iVKINXnbzuw==", |
|
|
|
|
"version": "7.23.5", |
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.23.5.tgz", |
|
|
|
|
"integrity": "sha512-oO7us8FzTEsG3U6ag9MfdF1iA/7Z6dz+MtFhifZk8C8o453rGJFFWUP1t+ULM9TUIAzC9uxXEiXjOiVMyd7QPg==", |
|
|
|
|
"dependencies": { |
|
|
|
|
"@babel/template": "^7.22.15", |
|
|
|
|
"@babel/traverse": "^7.23.4", |
|
|
|
|
"@babel/types": "^7.23.4" |
|
|
|
|
"@babel/traverse": "^7.23.5", |
|
|
|
|
"@babel/types": "^7.23.5" |
|
|
|
|
}, |
|
|
|
|
"engines": { |
|
|
|
|
"node": ">=6.9.0" |
|
|
|
@ -578,9 +578,9 @@
@@ -578,9 +578,9 @@
|
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/@babel/parser": { |
|
|
|
|
"version": "7.23.4", |
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.23.4.tgz", |
|
|
|
|
"integrity": "sha512-vf3Xna6UEprW+7t6EtOmFpHNAuxw3xqPZghy+brsnusscJRW5BMUzzHZc5ICjULee81WeUV2jjakG09MDglJXQ==", |
|
|
|
|
"version": "7.23.5", |
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.23.5.tgz", |
|
|
|
|
"integrity": "sha512-hOOqoiNXrmGdFbhgCzu6GiURxUgM27Xwd/aPuu8RfHEZPBzL1Z54okAHAQjXfcQNwvrlkAmAp4SlRTZ45vlthQ==", |
|
|
|
|
"bin": { |
|
|
|
|
"parser": "bin/babel-parser.js" |
|
|
|
|
}, |
|
|
|
@ -2124,18 +2124,18 @@
@@ -2124,18 +2124,18 @@
|
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/@babel/traverse": { |
|
|
|
|
"version": "7.23.4", |
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.23.4.tgz", |
|
|
|
|
"integrity": "sha512-IYM8wSUwunWTB6tFC2dkKZhxbIjHoWemdK+3f8/wq8aKhbUscxD5MX72ubd90fxvFknaLPeGw5ycU84V1obHJg==", |
|
|
|
|
"version": "7.23.5", |
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.23.5.tgz", |
|
|
|
|
"integrity": "sha512-czx7Xy5a6sapWWRx61m1Ke1Ra4vczu1mCTtJam5zRTBOonfdJ+S/B6HYmGYu3fJtr8GGET3si6IhgWVBhJ/m8w==", |
|
|
|
|
"dependencies": { |
|
|
|
|
"@babel/code-frame": "^7.23.4", |
|
|
|
|
"@babel/generator": "^7.23.4", |
|
|
|
|
"@babel/code-frame": "^7.23.5", |
|
|
|
|
"@babel/generator": "^7.23.5", |
|
|
|
|
"@babel/helper-environment-visitor": "^7.22.20", |
|
|
|
|
"@babel/helper-function-name": "^7.23.0", |
|
|
|
|
"@babel/helper-hoist-variables": "^7.22.5", |
|
|
|
|
"@babel/helper-split-export-declaration": "^7.22.6", |
|
|
|
|
"@babel/parser": "^7.23.4", |
|
|
|
|
"@babel/types": "^7.23.4", |
|
|
|
|
"@babel/parser": "^7.23.5", |
|
|
|
|
"@babel/types": "^7.23.5", |
|
|
|
|
"debug": "^4.1.0", |
|
|
|
|
"globals": "^11.1.0" |
|
|
|
|
}, |
|
|
|
@ -2144,9 +2144,9 @@
@@ -2144,9 +2144,9 @@
|
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/@babel/types": { |
|
|
|
|
"version": "7.23.4", |
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.23.4.tgz", |
|
|
|
|
"integrity": "sha512-7uIFwVYpoplT5jp/kVv6EF93VaJ8H+Yn5IczYiaAi98ajzjfoZfslet/e0sLh+wVBjb2qqIut1b0S26VSafsSQ==", |
|
|
|
|
"version": "7.23.5", |
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.23.5.tgz", |
|
|
|
|
"integrity": "sha512-ON5kSOJwVO6xXVRTvOI0eOnWe7VdUcIpsovGo9U/Br4Ie4UVFQTboO2cYnDhAGU6Fp+UxSiT+pMft0SMHfuq6w==", |
|
|
|
|
"dependencies": { |
|
|
|
|
"@babel/helper-string-parser": "^7.23.4", |
|
|
|
|
"@babel/helper-validator-identifier": "^7.22.20", |
|
|
|
|