Merge branch 'main' into plugin-docs-add-version

This commit is contained in:
Becky Gilbert 2022-04-29 12:53:40 -07:00
commit d7f1ed5838

44
package-lock.json generated
View File

@ -4789,19 +4789,12 @@
"license": "MIT"
},
"node_modules/cross-fetch": {
"version": "3.1.4",
"version": "3.1.5",
"resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.1.5.tgz",
"integrity": "sha512-lvb1SBsI0Z7GDwmuid+mU3kWVBwTVUbe7S0H52yaaAdQOXq2YktTCZdlAcNKFzE6QtRz0snpw9bNiPeOIkkQvw==",
"dev": true,
"license": "MIT",
"dependencies": {
"node-fetch": "2.6.1"
}
},
"node_modules/cross-fetch/node_modules/node-fetch": {
"version": "2.6.1",
"dev": true,
"license": "MIT",
"engines": {
"node": "4.x || >=6.0.0"
"node-fetch": "2.6.7"
}
},
"node_modules/cross-spawn": {
@ -10835,13 +10828,22 @@
}
},
"node_modules/node-fetch": {
"version": "2.6.6",
"license": "MIT",
"version": "2.6.7",
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.7.tgz",
"integrity": "sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==",
"dependencies": {
"whatwg-url": "^5.0.0"
},
"engines": {
"node": "4.x || >=6.0.0"
},
"peerDependencies": {
"encoding": "^0.1.0"
},
"peerDependenciesMeta": {
"encoding": {
"optional": true
}
}
},
"node_modules/node-int64": {
@ -19701,16 +19703,12 @@
"version": "1.0.3"
},
"cross-fetch": {
"version": "3.1.4",
"version": "3.1.5",
"resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.1.5.tgz",
"integrity": "sha512-lvb1SBsI0Z7GDwmuid+mU3kWVBwTVUbe7S0H52yaaAdQOXq2YktTCZdlAcNKFzE6QtRz0snpw9bNiPeOIkkQvw==",
"dev": true,
"requires": {
"node-fetch": "2.6.1"
},
"dependencies": {
"node-fetch": {
"version": "2.6.1",
"dev": true
}
"node-fetch": "2.6.7"
}
},
"cross-spawn": {
@ -23627,7 +23625,9 @@
}
},
"node-fetch": {
"version": "2.6.6",
"version": "2.6.7",
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.7.tgz",
"integrity": "sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==",
"requires": {
"whatwg-url": "^5.0.0"
}