[Automated] Merge dev into gh-pages

This commit is contained in:
github-actions[bot]
2025-02-24 08:29:46 +00:00
committed by GitHub
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -21,7 +21,7 @@
"globals": "^16.0.0", "globals": "^16.0.0",
"mocha": "^11.1.0", "mocha": "^11.1.0",
"npm-run-all": "^4.1.5", "npm-run-all": "^4.1.5",
"prettier": "^3.5.0", "prettier": "^3.5.2",
"webpack": "^5.97.1", "webpack": "^5.97.1",
"webpack-cli": "^6.0.1" "webpack-cli": "^6.0.1"
}, },
@@ -3894,9 +3894,9 @@
} }
}, },
"node_modules/prettier": { "node_modules/prettier": {
"version": "3.5.1", "version": "3.5.2",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.5.1.tgz", "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.5.2.tgz",
"integrity": "sha512-hPpFQvHwL3Qv5AdRvBFMhnKo4tYxp0ReXiPn2bxkiohEX6mBeBwEpBSQTkD458RaaDKQMYSp4hX4UtfUTA5wDw==", "integrity": "sha512-lc6npv5PH7hVqozBR7lkBNOGXV9vMwROAPlumdBkX0wTbbzPu/U1hk5yL8p2pt4Xoc+2mkT8t/sow2YrV/M5qg==",
"license": "MIT", "license": "MIT",
"bin": { "bin": {
"prettier": "bin/prettier.cjs" "prettier": "bin/prettier.cjs"

View File

@@ -67,7 +67,7 @@
"globals": "^16.0.0", "globals": "^16.0.0",
"mocha": "^11.1.0", "mocha": "^11.1.0",
"npm-run-all": "^4.1.5", "npm-run-all": "^4.1.5",
"prettier": "^3.5.0", "prettier": "^3.5.2",
"webpack": "^5.97.1", "webpack": "^5.97.1",
"webpack-cli": "^6.0.1" "webpack-cli": "^6.0.1"
}, },