Update to Ergogen v4.1.0

This commit is contained in:
Marco Massarelli 2024-04-10 00:50:32 +00:00 committed by GitHub
parent c351c1aa01
commit e011604356
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 18 deletions

22
package-lock.json generated
View File

@ -4,9 +4,10 @@
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "corney-island",
"dependencies": { "dependencies": {
"@jscad/cli": "1.10.0", "@jscad/cli": "1.10.0",
"ergogen": "^4.0.5", "ergogen": "^4.1.0",
"nodemon": "^3.0.1" "nodemon": "^3.0.1"
} }
}, },
@ -471,9 +472,9 @@
"integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==" "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A=="
}, },
"node_modules/ergogen": { "node_modules/ergogen": {
"version": "4.0.5", "version": "4.1.0",
"resolved": "https://registry.npmjs.org/ergogen/-/ergogen-4.0.5.tgz", "resolved": "https://registry.npmjs.org/ergogen/-/ergogen-4.1.0.tgz",
"integrity": "sha512-vrIrMSNEWRpD6N0JpoJzNkZ4agXN+mbAQZ//G+1UdC8thGewlJxhJp2Oxs+pVXHULoVWWi/popPvgRmy8Jq/Zg==", "integrity": "sha512-m5mfbF87tdiBjEE/WsBrNKPm+4ZoYOA+ubPTyy5JVj8+DpDUh4lf/bhxkC/gXXcgJB7SLUmNeCtS9C2ttyzAFg==",
"dependencies": { "dependencies": {
"fs-extra": "^11.1.0", "fs-extra": "^11.1.0",
"js-yaml": "^3.14.1", "js-yaml": "^3.14.1",
@ -556,19 +557,6 @@
"node": ">=14.14" "node": ">=14.14"
} }
}, },
"node_modules/fsevents": {
"version": "2.3.3",
"resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
"integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
"hasInstallScript": true,
"optional": true,
"os": [
"darwin"
],
"engines": {
"node": "^8.16.0 || ^10.6.0 || >=11.0.0"
}
},
"node_modules/get-caller-file": { "node_modules/get-caller-file": {
"version": "2.0.5", "version": "2.0.5",
"resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz", "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz",

View File

@ -6,7 +6,7 @@
"watch:debug": "nodemon -e yaml,js -x \"npm run debug\" --ignore ergogen/output" "watch:debug": "nodemon -e yaml,js -x \"npm run debug\" --ignore ergogen/output"
}, },
"dependencies": { "dependencies": {
"ergogen": "^4.0.5", "ergogen": "^4.1.0",
"nodemon": "^3.0.1", "nodemon": "^3.0.1",
"@jscad/cli": "1.10.0" "@jscad/cli": "1.10.0"
}, },