build: Updating npm dependencies

* meow: 9.0.0 → 9.0.0
  * https://github.com/advisories/GHSA-7p7h-4mm5-852v
* mocha: 8.4.0 → 8.4.0
  * https://github.com/advisories/GHSA-qrpm-p2h7-hrv2
* nanoid: 3.1.20 → 3.1.20
  * https://github.com/advisories/GHSA-qrpm-p2h7-hrv2
* trim-newlines: 3.0.1 → 3.0.1
  * https://github.com/advisories/GHSA-7p7h-4mm5-852v

Change-Id: I1beb0a192819e5a49595c75a843221d46fc6846f
This commit is contained in:
libraryupgrader 2022-05-26 19:02:05 +00:00
parent 08f2938e8c
commit eda013ee6b

33
package-lock.json generated
View file

@ -2284,6 +2284,19 @@
"@babel/core": "^7.0.0-0" "@babel/core": "^7.0.0-0"
} }
}, },
"node_modules/@mdx-js/react": {
"version": "1.6.22",
"resolved": "https://registry.npmjs.org/@mdx-js/react/-/react-1.6.22.tgz",
"integrity": "sha512-TDoPum4SHdfPiGSAaRBw7ECyI8VaHpK8GJugbJIJuqyh6kzw9ZLJZW3HGL3NNrJGxcAixUvqROm+YuQOo5eXtg==",
"dev": true,
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/unified"
},
"peerDependencies": {
"react": "^16.13.1 || ^17.0.0"
}
},
"node_modules/@mdx-js/util": { "node_modules/@mdx-js/util": {
"version": "1.6.22", "version": "1.6.22",
"resolved": "https://registry.npmjs.org/@mdx-js/util/-/util-1.6.22.tgz", "resolved": "https://registry.npmjs.org/@mdx-js/util/-/util-1.6.22.tgz",
@ -4371,9 +4384,9 @@
} }
}, },
"node_modules/@storybook/mdx1-csf": { "node_modules/@storybook/mdx1-csf": {
"version": "0.0.1-canary.1.867dcd5.0", "version": "0.0.2-canary.5.6cee405.0",
"resolved": "https://registry.npmjs.org/@storybook/mdx1-csf/-/mdx1-csf-0.0.1-canary.1.867dcd5.0.tgz", "resolved": "https://registry.npmjs.org/@storybook/mdx1-csf/-/mdx1-csf-0.0.2-canary.5.6cee405.0.tgz",
"integrity": "sha512-VnlE825M9SpjyJCPLCXbo+RbvqllsqXqRDCouzHKSpCE3Q79KR7MMURBsJo/vrTG1zeNG68Z4TZrLAu6IoyYaA==", "integrity": "sha512-LRQ086H27/Ro8jQPoXb3hb0LgYokurqqFf4eDNSv/EqvzUihGrurvpiIGfTJ6JDzWZbiX1NIsqe8dx4jKpEGMw==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@babel/generator": "^7.12.11", "@babel/generator": "^7.12.11",
@ -4381,6 +4394,7 @@
"@babel/preset-env": "^7.12.11", "@babel/preset-env": "^7.12.11",
"@babel/types": "^7.12.11", "@babel/types": "^7.12.11",
"@mdx-js/mdx": "^1.6.22", "@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"@types/lodash": "^4.14.167", "@types/lodash": "^4.14.167",
"js-string-escape": "^1.0.1", "js-string-escape": "^1.0.1",
"loader-utils": "^2.0.0", "loader-utils": "^2.0.0",
@ -29280,6 +29294,12 @@
} }
} }
}, },
"@mdx-js/react": {
"version": "1.6.22",
"resolved": "https://registry.npmjs.org/@mdx-js/react/-/react-1.6.22.tgz",
"integrity": "sha512-TDoPum4SHdfPiGSAaRBw7ECyI8VaHpK8GJugbJIJuqyh6kzw9ZLJZW3HGL3NNrJGxcAixUvqROm+YuQOo5eXtg==",
"dev": true
},
"@mdx-js/util": { "@mdx-js/util": {
"version": "1.6.22", "version": "1.6.22",
"resolved": "https://registry.npmjs.org/@mdx-js/util/-/util-1.6.22.tgz", "resolved": "https://registry.npmjs.org/@mdx-js/util/-/util-1.6.22.tgz",
@ -30845,9 +30865,9 @@
} }
}, },
"@storybook/mdx1-csf": { "@storybook/mdx1-csf": {
"version": "0.0.1-canary.1.867dcd5.0", "version": "0.0.2-canary.5.6cee405.0",
"resolved": "https://registry.npmjs.org/@storybook/mdx1-csf/-/mdx1-csf-0.0.1-canary.1.867dcd5.0.tgz", "resolved": "https://registry.npmjs.org/@storybook/mdx1-csf/-/mdx1-csf-0.0.2-canary.5.6cee405.0.tgz",
"integrity": "sha512-VnlE825M9SpjyJCPLCXbo+RbvqllsqXqRDCouzHKSpCE3Q79KR7MMURBsJo/vrTG1zeNG68Z4TZrLAu6IoyYaA==", "integrity": "sha512-LRQ086H27/Ro8jQPoXb3hb0LgYokurqqFf4eDNSv/EqvzUihGrurvpiIGfTJ6JDzWZbiX1NIsqe8dx4jKpEGMw==",
"dev": true, "dev": true,
"requires": { "requires": {
"@babel/generator": "^7.12.11", "@babel/generator": "^7.12.11",
@ -30855,6 +30875,7 @@
"@babel/preset-env": "^7.12.11", "@babel/preset-env": "^7.12.11",
"@babel/types": "^7.12.11", "@babel/types": "^7.12.11",
"@mdx-js/mdx": "^1.6.22", "@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"@types/lodash": "^4.14.167", "@types/lodash": "^4.14.167",
"js-string-escape": "^1.0.1", "js-string-escape": "^1.0.1",
"loader-utils": "^2.0.0", "loader-utils": "^2.0.0",