Skip to content

Commit 21201fd

Browse files
Update all non-major dependencies
1 parent 8eaf44e commit 21201fd

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"express": "4.21.2",
3232
"node-fetch": "3.3.2",
3333
"nodemon": "3.1.9",
34-
"ora": "8.1.1",
34+
"ora": "8.2.0",
3535
"prop-types": "15.8.1",
3636
"react": "19.0.0",
3737
"react-dom": "19.0.0",
@@ -44,7 +44,7 @@
4444
},
4545
"devDependencies": {
4646
"@babel/core": "7.26.7",
47-
"@babel/plugin-transform-runtime": "7.25.9",
47+
"@babel/plugin-transform-runtime": "7.26.9",
4848
"@babel/preset-env": "7.26.7",
4949
"@babel/preset-react": "7.26.3",
5050
"parcel": "2.13.3",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -674,13 +674,13 @@
674674
dependencies:
675675
"@babel/helper-plugin-utils" "^7.25.9"
676676

677-
"@babel/plugin-transform-runtime@7.25.9":
678-
version "7.25.9"
679-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.25.9.tgz#62723ea3f5b31ffbe676da9d6dae17138ae580ea"
680-
integrity sha512-nZp7GlEl+yULJrClz0SwHPqir3lc0zsPrDHQUcxGspSL7AKrexNSEfTbfqnDNJUO13bgKyfuOLMF8Xqtu8j3YQ==
677+
"@babel/plugin-transform-runtime@7.26.9":
678+
version "7.26.9"
679+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.26.9.tgz#ea8be19ef134668e98f7b54daf7c4f853859dc44"
680+
integrity sha512-Jf+8y9wXQbbxvVYTM8gO5oEF2POdNji0NMltEkG7FtmzD9PVz7/lxpqSdTvwsjTMU5HIHuDVNf2SOxLkWi+wPQ==
681681
dependencies:
682682
"@babel/helper-module-imports" "^7.25.9"
683-
"@babel/helper-plugin-utils" "^7.25.9"
683+
"@babel/helper-plugin-utils" "^7.26.5"
684684
babel-plugin-polyfill-corejs2 "^0.4.10"
685685
babel-plugin-polyfill-corejs3 "^0.10.6"
686686
babel-plugin-polyfill-regenerator "^0.6.1"
@@ -3257,10 +3257,10 @@ onetime@^7.0.0:
32573257
dependencies:
32583258
mimic-function "^5.0.0"
32593259

3260-
ora@8.1.1:
3261-
version "8.1.1"
3262-
resolved "https://registry.yarnpkg.com/ora/-/ora-8.1.1.tgz#8efc8865e44c87e4b55468a47e80a03e678b0e54"
3263-
integrity sha512-YWielGi1XzG1UTvOaCFaNgEnuhZVMSHYkW/FQ7UX8O26PtlpdM84c0f7wLPlkvx2RfiQmnzd61d/MGxmpQeJPw==
3260+
ora@8.2.0:
3261+
version "8.2.0"
3262+
resolved "https://registry.yarnpkg.com/ora/-/ora-8.2.0.tgz#8fbbb7151afe33b540dd153f171ffa8bd38e9861"
3263+
integrity sha512-weP+BZ8MVNnlCm8c0Qdc1WSWq4Qn7I+9CJGm7Qali6g44e/PUzbjNqJX5NJ9ljlNMosfJvg1fKEGILklK9cwnw==
32643264
dependencies:
32653265
chalk "^5.3.0"
32663266
cli-cursor "^5.0.0"

0 commit comments

Comments
 (0)