From 90e6cb94e9c9a4d055a0983c9c7386daa48f61f9 Mon Sep 17 00:00:00 2001 From: HelenHuang <LinHuang@pollex.com.tw> Date: 星期四, 09 六月 2022 15:45:03 +0800 Subject: [PATCH] TODO#139893 [ FAQ 常見問題 -我進行預約後,顧問會用甚麼方式聯繫我? ] 文案調整 --- PAMapp/node_modules/@babel/plugin-proposal-unicode-property-regex/package.json | 39 ++++++++++++++++++--------------------- 1 files changed, 18 insertions(+), 21 deletions(-) diff --git a/PAMapp/node_modules/@babel/plugin-proposal-unicode-property-regex/package.json b/PAMapp/node_modules/@babel/plugin-proposal-unicode-property-regex/package.json index f215f75..e62018f 100644 --- a/PAMapp/node_modules/@babel/plugin-proposal-unicode-property-regex/package.json +++ b/PAMapp/node_modules/@babel/plugin-proposal-unicode-property-regex/package.json @@ -1,34 +1,29 @@ { - "_args": [ - [ - "@babel/plugin-proposal-unicode-property-regex@7.14.5", - "/Users/tomas/PAM/PAMapp" - ] - ], - "_from": "@babel/plugin-proposal-unicode-property-regex@7.14.5", - "_id": "@babel/plugin-proposal-unicode-property-regex@7.14.5", + "_from": "@babel/plugin-proposal-unicode-property-regex@^7.17.12", + "_id": "@babel/plugin-proposal-unicode-property-regex@7.17.12", "_inBundle": false, - "_integrity": "sha512-6axIeOU5LnY471KenAB9vI8I5j7NQ2d652hIYwVyRfgaZT5UpiqFKCuVXCDMSrU+3VFafnu2c5m3lrWIlr6A5Q==", + "_integrity": "sha512-Wb9qLjXf3ZazqXA7IvI7ozqRIXIGPtSo+L5coFmEkhTQK18ao4UDDD0zdTGAarmbLj2urpRwrc6893cu5Bfh0A==", "_location": "/@babel/plugin-proposal-unicode-property-regex", "_phantomChildren": {}, "_requested": { - "type": "version", + "type": "range", "registry": true, - "raw": "@babel/plugin-proposal-unicode-property-regex@7.14.5", + "raw": "@babel/plugin-proposal-unicode-property-regex@^7.17.12", "name": "@babel/plugin-proposal-unicode-property-regex", "escapedName": "@babel%2fplugin-proposal-unicode-property-regex", "scope": "@babel", - "rawSpec": "7.14.5", + "rawSpec": "^7.17.12", "saveSpec": null, - "fetchSpec": "7.14.5" + "fetchSpec": "^7.17.12" }, "_requiredBy": [ "/@babel/preset-env", "/@babel/preset-modules" ], - "_resolved": "https://registry.npmjs.org/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.14.5.tgz", - "_spec": "7.14.5", - "_where": "/Users/tomas/PAM/PAMapp", + "_resolved": "https://registry.npmjs.org/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.17.12.tgz", + "_shasum": "3dbd7a67bd7f94c8238b394da112d86aaf32ad4d", + "_spec": "@babel/plugin-proposal-unicode-property-regex@^7.17.12", + "_where": "D:\\project\\PAM\\PAMapp\\node_modules\\@babel\\preset-env", "author": { "name": "The Babel Team", "url": "https://babel.dev/team" @@ -36,14 +31,16 @@ "bugs": { "url": "https://github.com/babel/babel/issues" }, + "bundleDependencies": false, "dependencies": { - "@babel/helper-create-regexp-features-plugin": "^7.14.5", - "@babel/helper-plugin-utils": "^7.14.5" + "@babel/helper-create-regexp-features-plugin": "^7.17.12", + "@babel/helper-plugin-utils": "^7.17.12" }, + "deprecated": false, "description": "Compile Unicode property escapes in Unicode regular expressions to ES5.", "devDependencies": { - "@babel/core": "7.14.5", - "@babel/helper-plugin-test-runner": "7.14.5" + "@babel/core": "^7.17.12", + "@babel/helper-plugin-test-runner": "^7.16.7" }, "engines": { "node": ">=4" @@ -71,5 +68,5 @@ "url": "git+https://github.com/babel/babel.git", "directory": "packages/babel-plugin-proposal-unicode-property-regex" }, - "version": "7.14.5" + "version": "7.17.12" } -- Gitblit v1.8.0