-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump @babel/traverse from 7.22.15 to 7.23.3
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.22.15 to 7.23.3. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.23.3/packages/babel-traverse) --- updated-dependencies: - dependency-name: "@babel/traverse" dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
89620d8
commit e5a98ee
Showing
1 changed file
with
73 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -54,6 +54,16 @@ | |
"@jridgewell/trace-mapping" "^0.3.17" | ||
jsesc "^2.5.1" | ||
|
||
"@babel/generator@^7.23.3": | ||
version "7.23.3" | ||
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.3.tgz#86e6e83d95903fbe7613f448613b8b319f330a8e" | ||
integrity sha512-keeZWAV4LU3tW0qRi19HRpabC/ilM0HRBBzf9/k8FFiG4KVpiv0FIy4hHfLfFQZNhziCTPTmd59zoyv6DNISzg== | ||
dependencies: | ||
"@babel/types" "^7.23.3" | ||
"@jridgewell/gen-mapping" "^0.3.2" | ||
"@jridgewell/trace-mapping" "^0.3.17" | ||
jsesc "^2.5.1" | ||
|
||
"@babel/helper-compilation-targets@^7.22.15": | ||
version "7.22.15" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.22.15.tgz#0698fc44551a26cf29f18d4662d5bf545a6cfc52" | ||
|
@@ -65,18 +75,23 @@ | |
lru-cache "^5.1.1" | ||
semver "^6.3.1" | ||
|
||
"@babel/helper-environment-visitor@^7.22.20": | ||
version "7.22.20" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167" | ||
integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA== | ||
|
||
"@babel/helper-environment-visitor@^7.22.5": | ||
version "7.22.5" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.5.tgz#f06dd41b7c1f44e1f8da6c4055b41ab3a09a7e98" | ||
integrity sha512-XGmhECfVA/5sAt+H+xpSg0mfrHq6FzNr9Oxh7PSEBBRUb/mL7Kz3NICXb194rCqAEdxkhPT1a88teizAFyvk8Q== | ||
|
||
"@babel/helper-function-name@^7.22.5": | ||
version "7.22.5" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.22.5.tgz#ede300828905bb15e582c037162f99d5183af1be" | ||
integrity sha512-wtHSq6jMRE3uF2otvfuD3DIvVhOsSNshQl0Qrd7qC9oQJzHvOL4qQXlQn2916+CXGywIjpGuIkoyZRRxHPiNQQ== | ||
"@babel/helper-function-name@^7.23.0": | ||
version "7.23.0" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759" | ||
integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw== | ||
dependencies: | ||
"@babel/template" "^7.22.5" | ||
"@babel/types" "^7.22.5" | ||
"@babel/template" "^7.22.15" | ||
"@babel/types" "^7.23.0" | ||
|
||
"@babel/helper-hoist-variables@^7.22.5": | ||
version "7.22.5" | ||
|
@@ -132,6 +147,11 @@ | |
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.15.tgz#601fa28e4cc06786c18912dca138cec73b882044" | ||
integrity sha512-4E/F9IIEi8WR94324mbDUMo074YTheJmd7eZF5vITTeYchqAi6sYXRLHUVsmkdmY4QjfKTcB2jB7dVP3NaBElQ== | ||
|
||
"@babel/helper-validator-identifier@^7.22.20": | ||
version "7.22.20" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0" | ||
integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A== | ||
|
||
"@babel/helper-validator-option@^7.22.15": | ||
version "7.22.15" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.22.15.tgz#694c30dfa1d09a6534cdfcafbe56789d36aba040" | ||
|
@@ -160,6 +180,11 @@ | |
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.22.16.tgz#180aead7f247305cce6551bea2720934e2fa2c95" | ||
integrity sha512-+gPfKv8UWeKKeJTUxe59+OobVcrYHETCsORl61EmSkmgymguYk/X5bp7GuUIXaFsc6y++v8ZxPsLSSuujqDphA== | ||
|
||
"@babel/parser@^7.23.3": | ||
version "7.23.3" | ||
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.3.tgz#0ce0be31a4ca4f1884b5786057cadcb6c3be58f9" | ||
integrity sha512-uVsWNvlVsIninV2prNz/3lHCb+5CJ+e+IUBfbjToAHODtfGYLfCFuY4AU7TskI+dAKk+njsPiBjq1gKTvZOBaw== | ||
|
||
"@babel/plugin-syntax-async-generators@^7.8.4": | ||
version "7.8.4" | ||
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz#a983fb1aeb2ec3f6ed042a210f640e90e786fe0d" | ||
|
@@ -237,7 +262,7 @@ | |
dependencies: | ||
"@babel/helper-plugin-utils" "^7.8.0" | ||
|
||
"@babel/template@^7.22.15", "@babel/template@^7.22.5", "@babel/template@^7.3.3": | ||
"@babel/template@^7.22.15", "@babel/template@^7.3.3": | ||
version "7.22.15" | ||
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.15.tgz#09576efc3830f0430f4548ef971dde1350ef2f38" | ||
integrity sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w== | ||
|
@@ -247,18 +272,18 @@ | |
"@babel/types" "^7.22.15" | ||
|
||
"@babel/traverse@^7.1.0", "@babel/traverse@^7.22.15": | ||
version "7.22.15" | ||
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.22.15.tgz#75be4d2d6e216e880e93017f4e2389aeb77ef2d9" | ||
integrity sha512-DdHPwvJY0sEeN4xJU5uRLmZjgMMDIvMPniLuYzUVXj/GGzysPl0/fwt44JBkyUIzGJPV8QgHMcQdQ34XFuKTYQ== | ||
version "7.23.3" | ||
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.3.tgz#26ee5f252e725aa7aca3474aa5b324eaf7908b5b" | ||
integrity sha512-+K0yF1/9yR0oHdE0StHuEj3uTPzwwbrLGfNOndVJVV2TqA5+j3oljJUb4nmB954FLGjNem976+B+eDuLIjesiQ== | ||
dependencies: | ||
"@babel/code-frame" "^7.22.13" | ||
"@babel/generator" "^7.22.15" | ||
"@babel/helper-environment-visitor" "^7.22.5" | ||
"@babel/helper-function-name" "^7.22.5" | ||
"@babel/generator" "^7.23.3" | ||
"@babel/helper-environment-visitor" "^7.22.20" | ||
"@babel/helper-function-name" "^7.23.0" | ||
"@babel/helper-hoist-variables" "^7.22.5" | ||
"@babel/helper-split-export-declaration" "^7.22.6" | ||
"@babel/parser" "^7.22.15" | ||
"@babel/types" "^7.22.15" | ||
"@babel/parser" "^7.23.3" | ||
"@babel/types" "^7.23.3" | ||
debug "^4.1.0" | ||
globals "^11.1.0" | ||
|
||
|
@@ -271,6 +296,15 @@ | |
"@babel/helper-validator-identifier" "^7.22.15" | ||
to-fast-properties "^2.0.0" | ||
|
||
"@babel/types@^7.23.0", "@babel/types@^7.23.3": | ||
version "7.23.3" | ||
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.3.tgz#d5ea892c07f2ec371ac704420f4dcdb07b5f9598" | ||
integrity sha512-OZnvoH2l8PK5eUvEcUyCt/sXgr/h+UWpVuBbOljwcrAgUl6lpchoQ++PHGyQy1AtYnVA6CEq3y5xeEI10brpXw== | ||
dependencies: | ||
"@babel/helper-string-parser" "^7.22.5" | ||
"@babel/helper-validator-identifier" "^7.22.20" | ||
to-fast-properties "^2.0.0" | ||
|
||
"@bcoe/v8-coverage@^0.2.3": | ||
version "0.2.3" | ||
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39" | ||
|
@@ -8909,12 +8943,12 @@ [email protected]: | |
webpack "^4.8.3" | ||
|
||
"oc-template-es6-compiler@file:packages/oc-template-es6-compiler": | ||
version "3.2.0" | ||
version "3.2.2" | ||
dependencies: | ||
oc-generic-template-compiler "2.1.0" | ||
oc-statics-compiler "2.1.0" | ||
oc-generic-template-compiler "2.1.1" | ||
oc-statics-compiler "2.1.1" | ||
oc-template-es6 "1.0.7" | ||
oc-vite-compiler "^2.1.0" | ||
oc-vite-compiler "2.1.0" | ||
|
||
[email protected]: | ||
version "1.0.3" | ||
|
@@ -8948,15 +8982,15 @@ [email protected]: | |
uglify-js "3.6.0" | ||
|
||
"oc-template-handlebars-compiler@file:packages/oc-template-handlebars-compiler": | ||
version "6.5.0" | ||
version "6.5.1" | ||
dependencies: | ||
async "3.2.2" | ||
fs-extra "8.1.0" | ||
handlebars "4.7.7" | ||
oc-generic-template-compiler "2.1.0" | ||
oc-generic-template-compiler "2.1.1" | ||
oc-hash-builder "1.0.5" | ||
oc-server-compiler "3.0.0" | ||
oc-statics-compiler "2.1.0" | ||
oc-statics-compiler "2.1.1" | ||
oc-template-handlebars "6.0.25" | ||
oc-templates-messages "1.0.4" | ||
oc-view-wrapper "1.0.6" | ||
|
@@ -9002,17 +9036,17 @@ [email protected]: | |
uglify-js "3.6.0" | ||
|
||
"oc-template-jade-compiler@file:packages/oc-template-jade-compiler": | ||
version "7.3.0" | ||
version "7.3.1" | ||
dependencies: | ||
fs-extra "8.1.0" | ||
jstransformer-clean-css "^2.0.0" | ||
jstransformer-uglify-css "^1.0.0" | ||
jstransformer-uglify-js "^1.2.0" | ||
oc-generic-template-compiler "2.1.0" | ||
oc-generic-template-compiler "2.1.1" | ||
oc-hash-builder "1.0.5" | ||
oc-jade-legacy "1.11.1" | ||
oc-server-compiler "3.0.0" | ||
oc-statics-compiler "2.1.0" | ||
oc-statics-compiler "2.1.1" | ||
oc-template-jade "7.0.6" | ||
oc-templates-messages "1.0.4" | ||
oc-view-wrapper "1.0.6" | ||
|
@@ -9042,6 +9076,20 @@ [email protected]: | |
resolved "https://registry.yarnpkg.com/oc-view-wrapper/-/oc-view-wrapper-1.0.5.tgz#b9ba0231d16f50a5533448ac06d0acc19252b09b" | ||
integrity sha512-gqEuWxmMpFYGU2pzbs/PoQaZmG+ACUKGY4fs8MQmBKF7y3Bgf1xBTu9FGscTDVMzYLTYtps3S9RtjnLm0syrtA== | ||
|
||
[email protected]: | ||
version "2.1.0" | ||
resolved "https://registry.yarnpkg.com/oc-vite-compiler/-/oc-vite-compiler-2.1.0.tgz#641d33eb5c5f9c2fe206b6fc3662d2d553c44459" | ||
integrity sha512-2tr98LYYAcqw+T2E+fMatPxakvERyDrCHDVNUATTeT3wWXn9FU9Py3EufOPRNEMU+0ouIVbm3ZoZL5r6ovu6YQ== | ||
dependencies: | ||
"@babel/core" "^7.18.9" | ||
builtin-modules "^3.3.0" | ||
fs-extra "^10.1.0" | ||
oc-hash-builder "^1.0.5" | ||
oc-view-wrapper "^1.0.6" | ||
oc-vite "^4.4.3" | ||
vite "^4.4.3" | ||
vite-plugin-environment "^1.1.3" | ||
|
||
[email protected]: | ||
version "0.49.2" | ||
resolved "https://registry.yarnpkg.com/oc/-/oc-0.49.2.tgz#5149f67350a42d4ba44e8cc68d5506500c802ca3" | ||
|