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/glob": "^8.1.0",
"@types/js-yaml": "^4.0.5", "@types/js-yaml": "^4.0.5",
"fs-extra": "^11.1.1", "fs-extra": "^11.1.1",
"glob": "^10.3.2", "glob": "^10.3.3",
"js-yaml": "^4.1.0" "js-yaml": "^4.1.0"
}, },
"devDependencies": { "devDependencies": {

View File

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

View File

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