Update @freearhey/core package

This commit is contained in:
freearhey 2023-10-14 18:02:40 +03:00
parent 5acd2d94c1
commit 9ce8d2cd6c
3 changed files with 12 additions and 12 deletions

14
package-lock.json generated
View file

@ -9,7 +9,7 @@
"license": "MIT",
"dependencies": {
"@alex_neo/jest-expect-message": "^1.0.5",
"@freearhey/core": "^0.3.0",
"@freearhey/core": "^0.3.1",
"@octokit/core": "^4.1.0",
"@types/cli-progress": "^3.11.3",
"@types/fs-extra": "^11.0.2",
@ -1051,9 +1051,9 @@
}
},
"node_modules/@freearhey/core": {
"version": "0.3.0",
"resolved": "https://registry.npmjs.org/@freearhey/core/-/core-0.3.0.tgz",
"integrity": "sha512-JcXwBj8GFOPbXUuH50LiCizKlih3PSKqdTxO53QveCF73aFY80n76yUfMtGclF5hBlzxuOITjyx2ArcTc43nzg==",
"version": "0.3.1",
"resolved": "https://registry.npmjs.org/@freearhey/core/-/core-0.3.1.tgz",
"integrity": "sha512-9n4p4DcRKWz4zU6XluDEGKxiFRwlr+Nhn6DJg5tCG6Cov/yvN/TfGACRGCmJKXkVvf4TSKxIE3hZSKEOMRZI2w==",
"dependencies": {
"@types/fs-extra": "^11.0.2",
"@types/lodash": "^4.14.198",
@ -9156,9 +9156,9 @@
}
},
"@freearhey/core": {
"version": "0.3.0",
"resolved": "https://registry.npmjs.org/@freearhey/core/-/core-0.3.0.tgz",
"integrity": "sha512-JcXwBj8GFOPbXUuH50LiCizKlih3PSKqdTxO53QveCF73aFY80n76yUfMtGclF5hBlzxuOITjyx2ArcTc43nzg==",
"version": "0.3.1",
"resolved": "https://registry.npmjs.org/@freearhey/core/-/core-0.3.1.tgz",
"integrity": "sha512-9n4p4DcRKWz4zU6XluDEGKxiFRwlr+Nhn6DJg5tCG6Cov/yvN/TfGACRGCmJKXkVvf4TSKxIE3hZSKEOMRZI2w==",
"requires": {
"@types/fs-extra": "^11.0.2",
"@types/lodash": "^4.14.198",

View file

@ -23,7 +23,7 @@
},
"dependencies": {
"@alex_neo/jest-expect-message": "^1.0.5",
"@freearhey/core": "^0.3.0",
"@freearhey/core": "^0.3.1",
"@octokit/core": "^4.1.0",
"@types/cli-progress": "^3.11.3",
"@types/fs-extra": "^11.0.2",

View file

@ -362,10 +362,10 @@
minimatch "^3.1.2"
strip-json-comments "^3.1.1"
"@freearhey/core@^0.3.0":
version "0.3.0"
resolved "https://registry.npmjs.org/@freearhey/core/-/core-0.3.0.tgz"
integrity sha512-JcXwBj8GFOPbXUuH50LiCizKlih3PSKqdTxO53QveCF73aFY80n76yUfMtGclF5hBlzxuOITjyx2ArcTc43nzg==
"@freearhey/core@^0.3.1":
version "0.3.1"
resolved "https://registry.npmjs.org/@freearhey/core/-/core-0.3.1.tgz"
integrity sha512-9n4p4DcRKWz4zU6XluDEGKxiFRwlr+Nhn6DJg5tCG6Cov/yvN/TfGACRGCmJKXkVvf4TSKxIE3hZSKEOMRZI2w==
dependencies:
"@types/fs-extra" "^11.0.2"
"@types/lodash" "^4.14.198"