WXL
3 天以前 3bd962a6d7f61239c020e2dbbeb7341e5b842dd1
node_modules/@babel/parser/package.json
@@ -1,6 +1,6 @@
{
  "name": "@babel/parser",
  "version": "7.28.5",
  "version": "7.29.2",
  "description": "A JavaScript parser",
  "author": "The Babel Team (https://babel.dev/team)",
  "homepage": "https://babel.dev/docs/en/next/babel-parser",
@@ -35,12 +35,12 @@
  },
  "# dependencies": "This package doesn't actually have runtime dependencies. @babel/types is only needed for type definitions.",
  "dependencies": {
    "@babel/types": "^7.28.5"
    "@babel/types": "^7.29.0"
  },
  "devDependencies": {
    "@babel/code-frame": "^7.27.1",
    "@babel/helper-check-duplicate-nodes": "^7.27.1",
    "@babel/helper-fixtures": "^7.28.0",
    "@babel/code-frame": "^7.29.0",
    "@babel/helper-check-duplicate-nodes": "^7.28.6",
    "@babel/helper-fixtures": "^7.28.6",
    "@babel/helper-string-parser": "^7.27.1",
    "@babel/helper-validator-identifier": "^7.28.5",
    "charcodes": "^0.2.0"