mirror of
https://github.com/scratchfoundation/scratch-render.git
synced 2024-11-14 19:35:05 -05:00
chore(deps): update dependency json to v10 [security]
Some checks failed
CI/CD / ci-cd (push) Has been cancelled
Some checks failed
CI/CD / ci-cd (push) Has been cancelled
This commit is contained in:
parent
555846ec30
commit
8e4e498fc3
2 changed files with 5 additions and 5 deletions
8
package-lock.json
generated
8
package-lock.json
generated
|
@ -34,7 +34,7 @@
|
|||
"html-webpack-plugin": "^5.6.0",
|
||||
"husky": "8.0.3",
|
||||
"jsdoc": "3.6.11",
|
||||
"json": "9.0.6",
|
||||
"json": "10.0.0",
|
||||
"playwright-chromium": "1.45.3",
|
||||
"scratch-render-fonts": "1.0.79",
|
||||
"scratch-semantic-release-config": "1.0.14",
|
||||
|
@ -11424,9 +11424,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/json": {
|
||||
"version": "9.0.6",
|
||||
"resolved": "https://registry.npmjs.org/json/-/json-9.0.6.tgz",
|
||||
"integrity": "sha512-Nx+4WwMM1xadgqjjteOVEyjoIVq7fGH1hAlRDoxoq2tFzYsBYZDIKwYbyxolkTYwxsSOgAZD2ACLkeGjhFW2Jw==",
|
||||
"version": "10.0.0",
|
||||
"resolved": "https://registry.npmjs.org/json/-/json-10.0.0.tgz",
|
||||
"integrity": "sha512-iK7tAZtpoghibjdB1ncCWykeBMmke3JThUe+rnkD4qkZaglOIQ70Pw7r5UJ4lyUT+7gnw7ehmmLUHDuhqzQD+g==",
|
||||
"dev": true,
|
||||
"bin": {
|
||||
"json": "lib/json.js"
|
||||
|
|
|
@ -66,7 +66,7 @@
|
|||
"html-webpack-plugin": "^5.6.0",
|
||||
"husky": "8.0.3",
|
||||
"jsdoc": "3.6.11",
|
||||
"json": "9.0.6",
|
||||
"json": "10.0.0",
|
||||
"playwright-chromium": "1.45.3",
|
||||
"scratch-render-fonts": "1.0.79",
|
||||
"scratch-semantic-release-config": "1.0.14",
|
||||
|
|
Loading…
Reference in a new issue