Merge pull request #5 from iLay1678/dependabot/npm_and_yarn/babel/runtime-7.27.0

Bump @babel/runtime from 7.26.0 to 7.27.0
This commit is contained in:
iLay1678 2025-03-27 11:20:36 +08:00 committed by GitHub
commit 965ec791bf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

7
package-lock.json generated
View File

@ -425,9 +425,10 @@
}
},
"node_modules/@babel/runtime": {
"version": "7.26.0",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.26.0.tgz",
"integrity": "sha512-FDSOghenHTiToteC/QRlv2q3DhPZ/oOXTBoirfWNx1Cx3TMVcGWQtMMmQcSvb/JjpNeGzx8Pq/b4fKEJuWm1sw==",
"version": "7.27.0",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.27.0.tgz",
"integrity": "sha512-VtPOkrdPHZsKc/clNqyi9WUA8TINkZ4cGk63UUE3u4pmB2k+ZMQRDuIOagv8UVd6j7k0T3+RRIb7beKTebNbcw==",
"license": "MIT",
"dependencies": {
"regenerator-runtime": "^0.14.0"
},