fix(core): update

This commit is contained in:
Philipp Kunz 2023-07-10 23:07:50 +02:00
parent dd521398ea
commit 32cfda3c90
3 changed files with 7 additions and 7 deletions

View File

@ -41,7 +41,7 @@
"@types/glob": "^8.1.0",
"@types/js-yaml": "^4.0.5",
"fs-extra": "^11.1.1",
"glob": "^10.3.2",
"glob": "^10.3.3",
"js-yaml": "^4.1.0"
},
"devDependencies": {

View File

@ -51,8 +51,8 @@ dependencies:
specifier: ^11.1.1
version: 11.1.1
glob:
specifier: ^10.3.2
version: 10.3.2
specifier: ^10.3.3
version: 10.3.3
js-yaml:
specifier: ^4.1.0
version: 4.1.0
@ -2584,8 +2584,8 @@ packages:
is-glob: 4.0.3
dev: true
/glob@10.3.2:
resolution: {integrity: sha512-vsuLzB3c/uyDLLEdBZtT8vGnN0z57rwOxHV2oYZib/7HWmBspUaja/McYIobBjC4qaUTuNpUyFO2IdqM4DZIJA==}
/glob@10.3.3:
resolution: {integrity: sha512-92vPiMb/iqpmEgsOoIDvTjc50wf9CCCvMzsi6W0JLPeUKE8TWP1a73PgqSrqy7iAZxaSD1YdzU7QZR5LF51MJw==}
engines: {node: '>=16 || 14 >=14.17'}
hasBin: true
dependencies:

View File

@ -2,7 +2,7 @@
* autocreated commitinfo by @pushrocks/commitinfo
*/
export const commitinfo = {
name: '@pushrocks/smartfile',
version: '10.0.26',
name: '@push.rocks/smartfile',
version: '10.0.27',
description: 'offers smart ways to work with files in nodejs'
}