Skip to content

Commit

Permalink
fix: updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas Siemon committed Jan 29, 2025
1 parent c24d8b1 commit a75f981
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"eslint-plugin-markdown": "5.1.0",
"eslint-plugin-mocha": "10.5.0",
"js-gardener": "6.0.2",
"smart-fs": "4.0.1"
"smart-fs": "5.0.1"
},
"keywords": [
"yaml",
Expand Down
35 changes: 35 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1864,6 +1864,15 @@ [email protected]:
jsonfile "^6.0.1"
universalify "^2.0.0"

[email protected]:
version "11.3.0"
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.3.0.tgz#0daced136bbaf65a555a326719af931adc7a314d"
integrity sha512-Z4XaCL6dUDHfP/jT25jJKMmtxvuwbkrD1vNSMFlo9lNLY2c5FHYSQgHPRZUjAB26TpDEoW9HCOgplrdbaPV/ew==
dependencies:
graceful-fs "^4.2.0"
jsonfile "^6.0.1"
universalify "^2.0.0"

fsevents@~2.3.2:
version "2.3.3"
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.3.tgz#cac6407785d03675a2a5e1a5305c697b347d90d6"
Expand Down Expand Up @@ -3271,6 +3280,13 @@ [email protected]:
dependencies:
object-scan "19.0.0"

[email protected]:
version "4.1.1"
resolved "https://registry.yarnpkg.com/object-lib/-/object-lib-4.1.1.tgz#362ad0b9423298e506e506dd976302515e1f3357"
integrity sha512-nk+EkF3yhh19dWEZtkMD1XjwFVqml0o0WLCraYu0VmiIYHAy1L5dS1BpJInXeUl7OM5k28tWYL9Kc3mXTsBUpQ==
dependencies:
object-scan "19.0.5"

[email protected]:
version "17.0.0"
resolved "https://registry.yarnpkg.com/object-scan/-/object-scan-17.0.0.tgz#ee51a7f7c2b6a056ae513a67d75955ddcf545fd1"
Expand All @@ -3281,6 +3297,11 @@ [email protected]:
resolved "https://registry.yarnpkg.com/object-scan/-/object-scan-19.0.0.tgz#0ff5ecbe8252a9eb4dbfc0449c38492d28eea36d"
integrity sha512-+xzZ7FYcxTZsi6TlXOGrv76kUlBeNjuDnt09BjlUv6HhVrGMOzaaDtiZ+1MqB8zWTb8jASVBbK61409bGdaDkw==

[email protected]:
version "19.0.5"
resolved "https://registry.yarnpkg.com/object-scan/-/object-scan-19.0.5.tgz#853bc3ba114507123e8df986e63e632e8144c571"
integrity sha512-5rr03NDQJ3oW4gWamHxON45ZLoFe6VCsRJ+trMlYWXlnYTGsuX/eD6MPp9yItzqFhd0pUpgzPm0jrYoeubIsIA==

[email protected]:
version "4.0.0"
resolved "https://registry.yarnpkg.com/object-treeify/-/object-treeify-4.0.0.tgz#89473fafc635862f649dc736f35c353655f8cc7e"
Expand Down Expand Up @@ -4083,6 +4104,20 @@ [email protected]:
xml-js "1.6.11"
yaml-boost "2.0.1"

[email protected]:
version "5.0.1"
resolved "https://registry.yarnpkg.com/smart-fs/-/smart-fs-5.0.1.tgz#a8f3fb1881ed5d8296786778c3e29e530fccb32d"
integrity sha512-WR0SMlAIuP6SafzKuqBDdfo0fB5kqMgUCJgsjyUAQeg8BWQHpoO7bbmuJYJEmTY5de3l9sL3DmJf4cipVeLkCg==
dependencies:
fs-extra "11.3.0"
js-yaml "4.1.0"
json-stringify-pretty-compact "4.0.0"
lodash.clonedeep "4.5.0"
lodash.isequal "4.5.0"
object-lib "4.1.1"
xml-js "1.6.11"
yaml-boost "2.0.1"

source-map-js@^1.2.0, source-map-js@^1.2.1:
version "1.2.1"
resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.2.1.tgz#1ce5650fddd87abc099eda37dcff024c2667ae46"
Expand Down

0 comments on commit a75f981

Please sign in to comment.