Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jtsage committed Feb 1, 2024
1 parent e00f959 commit 45c1771
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 18 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
},
"devDependencies": {
"@babel/core": "^7.23.9",
"@babel/eslint-parser": "^7.23.9",
"@babel/eslint-parser": "^7.23.10",
"ansi-colors": "^4.1.3",
"clean-css": "^5.3.3",
"deepl-node": "^1.11.1",
"electron": "^28.2.0",
"electron": "^28.2.1",
"electron-builder": "^24.12.0",
"eslint": "^8.56.0",
"eslint-plugin-unicorn": "^50.0.1"
Expand All @@ -38,7 +38,7 @@
"discord-rpc": "^4.0.1",
"electron-store": "^8.1.0",
"electron-updater": "^6.1.8",
"fast-xml-parser": "^4.3.3",
"fast-xml-parser": "^4.3.4",
"glob": "^10.3.10",
"unzip-stream": "^0.3.1",
"wasm-vips": "^0.0.7"
Expand Down
30 changes: 15 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -88,17 +88,17 @@ __metadata:
languageName: node
linkType: hard

"@babel/eslint-parser@npm:^7.23.9":
version: 7.23.9
resolution: "@babel/eslint-parser@npm:7.23.9"
"@babel/eslint-parser@npm:^7.23.10":
version: 7.23.10
resolution: "@babel/eslint-parser@npm:7.23.10"
dependencies:
"@nicolo-ribaudo/eslint-scope-5-internals": 5.1.1-v1
eslint-visitor-keys: ^2.1.0
semver: ^6.3.1
peerDependencies:
"@babel/core": ^7.11.0
eslint: ^7.5.0 || ^8.0.0
checksum: cfb87bc48d005f181807ae8f8357ba9eeb3ece38480084fb5d997bac03ebb4cf709ee197d697f506de8faa7f665fa07579b9b9c2045d86d6c17174b6c1b0c5c9
checksum: 81249edee14f95720044f393b5b0a681a230ac2bde3d656b0c55b1cec4c5cb99ce0584ef6acd2e5413acc7905daee1b2e1db8e3fab18a3a74c508098a584ec9a
languageName: node
linkType: hard

Expand Down Expand Up @@ -1935,16 +1935,16 @@ __metadata:
languageName: node
linkType: hard

"electron@npm:^28.2.0":
version: 28.2.0
resolution: "electron@npm:28.2.0"
"electron@npm:^28.2.1":
version: 28.2.1
resolution: "electron@npm:28.2.1"
dependencies:
"@electron/get": ^2.0.0
"@types/node": ^18.11.18
extract-zip: ^2.0.1
bin:
electron: cli.js
checksum: fa9884b0c53a8a23b0b05976e3cf3d47a8be9e586545d1ea3e817dac1c050ddbbf6f4eb45f12855eb374388996fee9a080c4e0b84608893fb8080b8c31efddd0
checksum: 50926b0b4e31b3cedc829566478966248c41d7cdd32c8b42f14572372e5e50cf4ad23d6186d98ef986f59bdc694935a48089ec5d997e5c739d7c13282a97fecb
languageName: node
linkType: hard

Expand Down Expand Up @@ -2255,14 +2255,14 @@ __metadata:
languageName: node
linkType: hard

"fast-xml-parser@npm:^4.3.3":
version: 4.3.3
resolution: "fast-xml-parser@npm:4.3.3"
"fast-xml-parser@npm:^4.3.4":
version: 4.3.4
resolution: "fast-xml-parser@npm:4.3.4"
dependencies:
strnum: ^1.0.5
bin:
fxparser: src/cli/cli.js
checksum: 5e272a0dbb73c4341487935cd6f37df360999f680c0638efec0974dfc58071fb803919f7a030941a7f5bb894794a2f3356d4b863ba2fb9438191795004cdf36e
checksum: ab88177343f6d3d971d53462db3011003a83eb8a8db704840127ddaaf27105ea90cdf7903a0f9b2e1279ccc4adfca8dfc0277b33bae6262406f10c16bd60ccf9
languageName: node
linkType: hard

Expand Down Expand Up @@ -2461,20 +2461,20 @@ __metadata:
resolution: "fsg-mod-assistant@workspace:."
dependencies:
"@babel/core": ^7.23.9
"@babel/eslint-parser": ^7.23.9
"@babel/eslint-parser": ^7.23.10
adm-zip: ^0.5.10
ansi-colors: ^4.1.3
archiver: ^6.0.1
clean-css: ^5.3.3
deepl-node: ^1.11.1
discord-rpc: ^4.0.1
electron: ^28.2.0
electron: ^28.2.1
electron-builder: ^24.12.0
electron-store: ^8.1.0
electron-updater: ^6.1.8
eslint: ^8.56.0
eslint-plugin-unicorn: ^50.0.1
fast-xml-parser: ^4.3.3
fast-xml-parser: ^4.3.4
glob: ^10.3.10
unzip-stream: ^0.3.1
wasm-vips: ^0.0.7
Expand Down

0 comments on commit 45c1771

Please sign in to comment.