mirror of
https://github.com/scratchfoundation/scratch-audio.git
synced 2024-12-23 06:22:54 -05:00
fix(deps): lock file maintenance
This commit is contained in:
parent
bce7edb324
commit
9c2c0d6269
1 changed files with 5 additions and 4 deletions
9
package-lock.json
generated
9
package-lock.json
generated
|
@ -18455,18 +18455,19 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/which-builtin-type": {
|
"node_modules/which-builtin-type": {
|
||||||
"version": "1.1.4",
|
"version": "1.2.0",
|
||||||
"resolved": "https://registry.npmjs.org/which-builtin-type/-/which-builtin-type-1.1.4.tgz",
|
"resolved": "https://registry.npmjs.org/which-builtin-type/-/which-builtin-type-1.2.0.tgz",
|
||||||
"integrity": "sha512-bppkmBSsHFmIMSl8BO9TbsyzsvGjVoppt8xUiGzwiu/bhDCGxnpOKCxgqj6GuyHE0mINMDecBFPlOm2hzY084w==",
|
"integrity": "sha512-I+qLGQ/vucCby4tf5HsLmGueEla4ZhwTBSqaooS+Y0BuxN4Cp+okmGuV+8mXZ84KDI9BA+oklo+RzKg0ONdSUA==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"call-bind": "^1.0.7",
|
||||||
"function.prototype.name": "^1.1.6",
|
"function.prototype.name": "^1.1.6",
|
||||||
"has-tostringtag": "^1.0.2",
|
"has-tostringtag": "^1.0.2",
|
||||||
"is-async-function": "^2.0.0",
|
"is-async-function": "^2.0.0",
|
||||||
"is-date-object": "^1.0.5",
|
"is-date-object": "^1.0.5",
|
||||||
"is-finalizationregistry": "^1.0.2",
|
"is-finalizationregistry": "^1.1.0",
|
||||||
"is-generator-function": "^1.0.10",
|
"is-generator-function": "^1.0.10",
|
||||||
"is-regex": "^1.1.4",
|
"is-regex": "^1.1.4",
|
||||||
"is-weakref": "^1.0.2",
|
"is-weakref": "^1.0.2",
|
||||||
|
|
Loading…
Reference in a new issue