Skip to content

Commit add6f90

Browse files
Bump ember-cli-deprecation-workflow from 2.2.0 to 3.0.1 (#1369)
Bumps [ember-cli-deprecation-workflow](https://github.com/ember-cli/ember-cli-deprecation-workflow) from 2.2.0 to 3.0.1. - [Release notes](https://github.com/ember-cli/ember-cli-deprecation-workflow/releases) - [Changelog](https://github.com/ember-cli/ember-cli-deprecation-workflow/blob/main/CHANGELOG.md) - [Commits](https://github.com/ember-cli/ember-cli-deprecation-workflow/commits) --- updated-dependencies: - dependency-name: ember-cli-deprecation-workflow dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9c5b8a2 commit add6f90

File tree

2 files changed

+142
-28
lines changed

2 files changed

+142
-28
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"ember-cli": "~5.9.0",
5757
"ember-cli-clean-css": "^3.0.0",
5858
"ember-cli-dependency-checker": "^3.3.2",
59-
"ember-cli-deprecation-workflow": "^2.0.0",
59+
"ember-cli-deprecation-workflow": "^3.0.1",
6060
"ember-cli-inject-live-reload": "^2.1.0",
6161
"ember-cli-sri": "^2.1.1",
6262
"ember-cli-terser": "^4.0.2",

yarn.lock

Lines changed: 141 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -28,21 +28,26 @@
2828
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.24.7.tgz#d23bbea508c3883ba8251fb4164982c36ea577ed"
2929
integrity sha512-qJzAIcv03PyaWqxRgO4mSU3lihncDT296vnyuE2O8uA4w3UHWI4S3hgeZd1L8W1Bft40w9JxJ2b412iDUFFRhw==
3030

31-
"@babel/core@^7.12.0", "@babel/core@^7.16.10", "@babel/core@^7.16.7", "@babel/core@^7.24.4", "@babel/core@^7.24.7", "@babel/core@^7.3.4":
32-
version "7.24.7"
33-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.24.7.tgz#b676450141e0b52a3d43bc91da86aa608f950ac4"
34-
integrity sha512-nykK+LEK86ahTkX/3TgauT0ikKoNCfKHEaZYTUVupJdTLzGNvrblu4u6fa7DhZONAltdf8e662t/abY8idrd/g==
31+
"@babel/compat-data@^7.24.8":
32+
version "7.24.8"
33+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.24.8.tgz#f9196455334c38d059ac8b1a16a51decda9d30d3"
34+
integrity sha512-c4IM7OTg6k1Q+AJ153e2mc2QVTezTwnb4VzquwcyiEzGnW0Kedv4do/TrkU98qPeC5LNiMt/QXwIjzYXLBpyZg==
35+
36+
"@babel/core@^7.12.0", "@babel/core@^7.16.10", "@babel/core@^7.16.7", "@babel/core@^7.23.2", "@babel/core@^7.24.4", "@babel/core@^7.24.7", "@babel/core@^7.3.4":
37+
version "7.24.8"
38+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.24.8.tgz#c24f83985214f599cee5fc26d393d9ab320342f4"
39+
integrity sha512-6AWcmZC/MZCO0yKys4uhg5NlxL0ESF3K6IAaoQ+xSXvPyPyxNWRafP+GDbI88Oh68O7QkJgmEtedWPM9U0pZNg==
3540
dependencies:
3641
"@ampproject/remapping" "^2.2.0"
3742
"@babel/code-frame" "^7.24.7"
38-
"@babel/generator" "^7.24.7"
39-
"@babel/helper-compilation-targets" "^7.24.7"
40-
"@babel/helper-module-transforms" "^7.24.7"
41-
"@babel/helpers" "^7.24.7"
42-
"@babel/parser" "^7.24.7"
43+
"@babel/generator" "^7.24.8"
44+
"@babel/helper-compilation-targets" "^7.24.8"
45+
"@babel/helper-module-transforms" "^7.24.8"
46+
"@babel/helpers" "^7.24.8"
47+
"@babel/parser" "^7.24.8"
4348
"@babel/template" "^7.24.7"
44-
"@babel/traverse" "^7.24.7"
45-
"@babel/types" "^7.24.7"
49+
"@babel/traverse" "^7.24.8"
50+
"@babel/types" "^7.24.8"
4651
convert-source-map "^2.0.0"
4752
debug "^4.1.0"
4853
gensync "^1.0.0-beta.2"
@@ -77,6 +82,16 @@
7782
"@jridgewell/trace-mapping" "^0.3.25"
7883
jsesc "^2.5.1"
7984

85+
"@babel/generator@^7.24.8":
86+
version "7.24.8"
87+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.24.8.tgz#1802d6ac4d77a9199c75ae3eb6a08336e5d1d39a"
88+
integrity sha512-47DG+6F5SzOi0uEvK4wMShmn5yY0mVjVJoWTphdY2B4Rx9wHgjK7Yhtr0ru6nE+sn0v38mzrWOlah0p/YlHHOQ==
89+
dependencies:
90+
"@babel/types" "^7.24.8"
91+
"@jridgewell/gen-mapping" "^0.3.5"
92+
"@jridgewell/trace-mapping" "^0.3.25"
93+
jsesc "^2.5.1"
94+
8095
"@babel/helper-annotate-as-pure@^7.18.6", "@babel/helper-annotate-as-pure@^7.22.5", "@babel/helper-annotate-as-pure@^7.24.7":
8196
version "7.24.7"
8297
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.24.7.tgz#5373c7bc8366b12a033b4be1ac13a206c6656aab"
@@ -91,7 +106,7 @@
91106
dependencies:
92107
"@babel/types" "^7.22.15"
93108

94-
"@babel/helper-compilation-targets@^7.12.0", "@babel/helper-compilation-targets@^7.20.7", "@babel/helper-compilation-targets@^7.22.15", "@babel/helper-compilation-targets@^7.22.5", "@babel/helper-compilation-targets@^7.22.6", "@babel/helper-compilation-targets@^7.24.7":
109+
"@babel/helper-compilation-targets@^7.12.0", "@babel/helper-compilation-targets@^7.20.7", "@babel/helper-compilation-targets@^7.22.15", "@babel/helper-compilation-targets@^7.22.5", "@babel/helper-compilation-targets@^7.22.6":
95110
version "7.24.7"
96111
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.24.7.tgz#4eb6c4a80d6ffeac25ab8cd9a21b5dfa48d503a9"
97112
integrity sha512-ctSdRHBi20qWOfy27RUb4Fhp07KSJ3sXcuSvTrXrc4aG8NSYDo1ici3Vhg9bg69y5bj0Mr1lh0aeEgTvc12rMg==
@@ -102,6 +117,17 @@
102117
lru-cache "^5.1.1"
103118
semver "^6.3.1"
104119

120+
"@babel/helper-compilation-targets@^7.24.8":
121+
version "7.24.8"
122+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.24.8.tgz#b607c3161cd9d1744977d4f97139572fe778c271"
123+
integrity sha512-oU+UoqCHdp+nWVDkpldqIQL/i/bvAv53tRqLG/s+cOXxe66zOYLU7ar/Xs3LdmBihrUMEUhwu6dMZwbNOYDwvw==
124+
dependencies:
125+
"@babel/compat-data" "^7.24.8"
126+
"@babel/helper-validator-option" "^7.24.8"
127+
browserslist "^4.23.1"
128+
lru-cache "^5.1.1"
129+
semver "^6.3.1"
130+
105131
"@babel/helper-create-class-features-plugin@^7.18.6", "@babel/helper-create-class-features-plugin@^7.21.0", "@babel/helper-create-class-features-plugin@^7.22.11", "@babel/helper-create-class-features-plugin@^7.22.15", "@babel/helper-create-class-features-plugin@^7.22.5", "@babel/helper-create-class-features-plugin@^7.24.7", "@babel/helper-create-class-features-plugin@^7.5.5":
106132
version "7.24.7"
107133
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.24.7.tgz#2eaed36b3a1c11c53bdf80d53838b293c52f5b3b"
@@ -175,7 +201,7 @@
175201
"@babel/traverse" "^7.24.7"
176202
"@babel/types" "^7.24.7"
177203

178-
"@babel/helper-module-transforms@^7.22.5", "@babel/helper-module-transforms@^7.23.0", "@babel/helper-module-transforms@^7.24.7":
204+
"@babel/helper-module-transforms@^7.22.5", "@babel/helper-module-transforms@^7.23.0":
179205
version "7.24.7"
180206
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.24.7.tgz#31b6c9a2930679498db65b685b1698bfd6c7daf8"
181207
integrity sha512-1fuJEwIrp+97rM4RWdO+qrRsZlAeL1lQJoPqtCYWv0NL115XM93hIH4CSRln2w52SqvmY5hqdtauB6QFCDiZNQ==
@@ -186,6 +212,17 @@
186212
"@babel/helper-split-export-declaration" "^7.24.7"
187213
"@babel/helper-validator-identifier" "^7.24.7"
188214

215+
"@babel/helper-module-transforms@^7.24.8":
216+
version "7.24.8"
217+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.24.8.tgz#b1f2df4f96f3465b0d035b697ec86cb51ff348fe"
218+
integrity sha512-m4vWKVqvkVAWLXfHCCfff2luJj86U+J0/x+0N3ArG/tP0Fq7zky2dYwMbtPmkc/oulkkbjdL3uWzuoBwQ8R00Q==
219+
dependencies:
220+
"@babel/helper-environment-visitor" "^7.24.7"
221+
"@babel/helper-module-imports" "^7.24.7"
222+
"@babel/helper-simple-access" "^7.24.7"
223+
"@babel/helper-split-export-declaration" "^7.24.7"
224+
"@babel/helper-validator-identifier" "^7.24.7"
225+
189226
"@babel/helper-optimise-call-expression@^7.22.5", "@babel/helper-optimise-call-expression@^7.24.7":
190227
version "7.24.7"
191228
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.24.7.tgz#8b0a0456c92f6b323d27cfd00d1d664e76692a0f"
@@ -244,6 +281,11 @@
244281
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.24.7.tgz#4d2d0f14820ede3b9807ea5fc36dfc8cd7da07f2"
245282
integrity sha512-7MbVt6xrwFQbunH2DNQsAP5sTGxfqQtErvBIvIMi6EQnbgUOuVYanvREcmFrOPhoXBrTtjhhP+lW+o5UfK+tDg==
246283

284+
"@babel/helper-string-parser@^7.24.8":
285+
version "7.24.8"
286+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.24.8.tgz#5b3329c9a58803d5df425e5785865881a81ca48d"
287+
integrity sha512-pO9KhhRcuUyGnJWwyEgnRJTSIZHiT+vMD0kPeD+so0l7mxkMT19g3pjY9GTnHySck/hDzq+dtW/4VgnMkippsQ==
288+
247289
"@babel/helper-validator-identifier@^7.22.20", "@babel/helper-validator-identifier@^7.24.7":
248290
version "7.24.7"
249291
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.7.tgz#75b889cfaf9e35c2aaf42cf0d72c8e91719251db"
@@ -254,6 +296,11 @@
254296
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.24.7.tgz#24c3bb77c7a425d1742eec8fb433b5a1b38e62f6"
255297
integrity sha512-yy1/KvjhV/ZCL+SM7hBrvnZJ3ZuT9OuZgIJAGpPEToANvc3iM6iDvBnRjtElWibHU6n8/LPR/EjX9EtIEYO3pw==
256298

299+
"@babel/helper-validator-option@^7.24.8":
300+
version "7.24.8"
301+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.24.8.tgz#3725cdeea8b480e86d34df15304806a06975e33d"
302+
integrity sha512-xb8t9tD1MHLungh/AIoWYN+gVHaB9kwlu8gffXGSt3FFEIT7RjS+xWbc2vUD1UTZdIpKj/ab3rdqJ7ufngyi2Q==
303+
257304
"@babel/helper-wrap-function@^7.22.20":
258305
version "7.22.20"
259306
resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.22.20.tgz#15352b0b9bfb10fc9c76f79f6342c00e3411a569"
@@ -263,13 +310,13 @@
263310
"@babel/template" "^7.22.15"
264311
"@babel/types" "^7.22.19"
265312

266-
"@babel/helpers@^7.24.7":
267-
version "7.24.7"
268-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.24.7.tgz#aa2ccda29f62185acb5d42fb4a3a1b1082107416"
269-
integrity sha512-NlmJJtvcw72yRJRcnCmGvSi+3jDEg8qFu3z0AFoymmzLx5ERVWyzd9kVXr7Th9/8yIJi2Zc6av4Tqz3wFs8QWg==
313+
"@babel/helpers@^7.24.8":
314+
version "7.24.8"
315+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.24.8.tgz#2820d64d5d6686cca8789dd15b074cd862795873"
316+
integrity sha512-gV2265Nkcz7weJJfvDoAEVzC1e2OTDpkGbEsebse8koXUJUXPsCMi7sRo/+SPMuMZ9MtUPnGwITTnQnU5YjyaQ==
270317
dependencies:
271318
"@babel/template" "^7.24.7"
272-
"@babel/types" "^7.24.7"
319+
"@babel/types" "^7.24.8"
273320

274321
"@babel/highlight@^7.24.7":
275322
version "7.24.7"
@@ -286,6 +333,11 @@
286333
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.7.tgz#9a5226f92f0c5c8ead550b750f5608e766c8ce85"
287334
integrity sha512-9uUYRm6OqQrCqQdG1iCBwBPZgN8ciDBro2nIOFaiRz1/BCxaI7CNvQbDHvsArAC7Tw9Hda/B3U+6ui9u4HWXPw==
288335

336+
"@babel/parser@^7.24.8":
337+
version "7.24.8"
338+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.8.tgz#58a4dbbcad7eb1d48930524a3fd93d93e9084c6f"
339+
integrity sha512-WzfbgXOkGzZiXXCqk43kKwZjzwx4oulxZi3nq2TYL9mOjQv6kYwul9mz6ID36njuL7Xkp6nJEfok848Zj10j/w==
340+
289341
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.22.15":
290342
version "7.22.15"
291343
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.22.15.tgz#02dc8a03f613ed5fdc29fb2f728397c78146c962"
@@ -1057,6 +1109,22 @@
10571109
debug "^4.3.1"
10581110
globals "^11.1.0"
10591111

1112+
"@babel/traverse@^7.24.8":
1113+
version "7.24.8"
1114+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.24.8.tgz#6c14ed5232b7549df3371d820fbd9abfcd7dfab7"
1115+
integrity sha512-t0P1xxAPzEDcEPmjprAQq19NWum4K0EQPjMwZQZbHt+GiZqvjCHjj755Weq1YRPVzBI+3zSfvScfpnuIecVFJQ==
1116+
dependencies:
1117+
"@babel/code-frame" "^7.24.7"
1118+
"@babel/generator" "^7.24.8"
1119+
"@babel/helper-environment-visitor" "^7.24.7"
1120+
"@babel/helper-function-name" "^7.24.7"
1121+
"@babel/helper-hoist-variables" "^7.24.7"
1122+
"@babel/helper-split-export-declaration" "^7.24.7"
1123+
"@babel/parser" "^7.24.8"
1124+
"@babel/types" "^7.24.8"
1125+
debug "^4.3.1"
1126+
globals "^11.1.0"
1127+
10601128
"@babel/types@^7.22.15", "@babel/types@^7.22.19", "@babel/types@^7.23.0", "@babel/types@^7.24.7", "@babel/types@^7.4.4":
10611129
version "7.24.7"
10621130
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.24.7.tgz#6027fe12bc1aa724cd32ab113fb7f1988f1f66f2"
@@ -1066,6 +1134,15 @@
10661134
"@babel/helper-validator-identifier" "^7.24.7"
10671135
to-fast-properties "^2.0.0"
10681136

1137+
"@babel/types@^7.24.8":
1138+
version "7.24.8"
1139+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.24.8.tgz#d51ffa9043b17d36622efa44e861a49e69e130a8"
1140+
integrity sha512-SkSBEHwwJRU52QEVZBmMBnE5Ux2/6WU1grdYyOhpbCNxbmJrDuDCphBzKZSO3taf0zztp+qkWlymE5tVL5l0TA==
1141+
dependencies:
1142+
"@babel/helper-string-parser" "^7.24.8"
1143+
"@babel/helper-validator-identifier" "^7.24.7"
1144+
to-fast-properties "^2.0.0"
1145+
10691146
"@cnakazawa/watch@^1.0.3":
10701147
version "1.0.4"
10711148
resolved "https://registry.yarnpkg.com/@cnakazawa/watch/-/watch-1.0.4.tgz#f864ae85004d0fcab6f50be9141c4da368d1656a"
@@ -2896,7 +2973,7 @@ broccoli-funnel@^2.0.0, broccoli-funnel@^2.0.2:
28962973
symlink-or-copy "^1.0.0"
28972974
walk-sync "^0.3.1"
28982975

2899-
broccoli-funnel@^3.0.1, broccoli-funnel@^3.0.3, broccoli-funnel@^3.0.8:
2976+
broccoli-funnel@^3.0.1, broccoli-funnel@^3.0.8:
29002977
version "3.0.8"
29012978
resolved "https://registry.yarnpkg.com/broccoli-funnel/-/broccoli-funnel-3.0.8.tgz#f5b62e2763c3918026a15a3c833edc889971279b"
29022979
integrity sha512-ng4eIhPYiXqMw6SyGoxPHR3YAwEd2lr9FgBI1CyTbspl4txZovOsmzFkMkGAlu88xyvYXJqHiM2crfLa65T1BQ==
@@ -3061,7 +3138,7 @@ broccoli-plugin@^2.1.0:
30613138
rimraf "^2.3.4"
30623139
symlink-or-copy "^1.1.8"
30633140

3064-
broccoli-plugin@^4.0.0, broccoli-plugin@^4.0.2, broccoli-plugin@^4.0.3, broccoli-plugin@^4.0.5, broccoli-plugin@^4.0.7:
3141+
broccoli-plugin@^4.0.0, broccoli-plugin@^4.0.2, broccoli-plugin@^4.0.3, broccoli-plugin@^4.0.7:
30653142
version "4.0.7"
30663143
resolved "https://registry.yarnpkg.com/broccoli-plugin/-/broccoli-plugin-4.0.7.tgz#dd176a85efe915ed557d913744b181abe05047db"
30673144
integrity sha512-a4zUsWtA1uns1K7p9rExYVYG99rdKeGRymW0qOCNkvDPHQxVi3yVyJHhQbM3EZwdt2E0mnhr5e0c/bPpJ7p3Wg==
@@ -3197,6 +3274,16 @@ browserslist@^4.21.10, browserslist@^4.22.1, browserslist@^4.22.2:
31973274
node-releases "^2.0.14"
31983275
update-browserslist-db "^1.0.13"
31993276

3277+
browserslist@^4.23.1:
3278+
version "4.23.2"
3279+
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.23.2.tgz#244fe803641f1c19c28c48c4b6ec9736eb3d32ed"
3280+
integrity sha512-qkqSyistMYdxAcw+CzbZwlBy8AGmS/eEWs+sEV5TnLRGDOL+C5M2EnH6tlZyg0YoAxGJAFKh61En9BR941GnHA==
3281+
dependencies:
3282+
caniuse-lite "^1.0.30001640"
3283+
electron-to-chromium "^1.4.820"
3284+
node-releases "^2.0.14"
3285+
update-browserslist-db "^1.1.0"
3286+
32003287
bser@2.1.1:
32013288
version "2.1.1"
32023289
resolved "https://registry.yarnpkg.com/bser/-/bser-2.1.1.tgz#e6787da20ece9d07998533cfd9de6f5c38f4bc05"
@@ -3322,6 +3409,11 @@ caniuse-lite@^1.0.30001565:
33223409
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001568.tgz#53fa9297273c9a977a560663f48cbea1767518b7"
33233410
integrity sha512-vSUkH84HontZJ88MiNrOau1EBrCqEQYgkC5gIySiDlpsm8sGVrhU7Kx4V6h0tnqaHzIHZv08HlJIwPbL4XL9+A==
33243411

3412+
caniuse-lite@^1.0.30001640:
3413+
version "1.0.30001641"
3414+
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001641.tgz#3572862cd18befae3f637f2a1101cc033c6782ac"
3415+
integrity sha512-Phv5thgl67bHYo1TtMY/MurjkHhV4EDaCosezRXgZ8jzA/Ub+wjxAvbGvjoFENStinwi5kCyOYV3mi5tOGykwA==
3416+
33253417
capture-exit@^2.0.0:
33263418
version "2.0.0"
33273419
resolved "https://registry.yarnpkg.com/capture-exit/-/capture-exit-2.0.0.tgz#fb953bfaebeb781f62898239dabb426d08a509a4"
@@ -4223,6 +4315,11 @@ electron-to-chromium@^1.4.601:
42234315
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.610.tgz#e17b22203f4aa2e1ed77759c720546d95a51186f"
42244316
integrity sha512-mqi2oL1mfeHYtOdCxbPQYV/PL7YrQlxbvFEZ0Ee8GbDdShimqt2/S6z2RWqysuvlwdOrQdqvE0KZrBTipAeJzg==
42254317

4318+
electron-to-chromium@^1.4.820:
4319+
version "1.4.827"
4320+
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.827.tgz#76068ed1c71dd3963e1befc8ae815004b2da6a02"
4321+
integrity sha512-VY+J0e4SFcNfQy19MEoMdaIcZLmDCprqvBtkii1WTCTQHpRvf5N8+3kTYCgL/PcntvwQvmMJWTuDPsq+IlhWKQ==
4322+
42264323
ember-auto-import@^2.6.0, ember-auto-import@^2.6.3, ember-auto-import@^2.7.3:
42274324
version "2.7.4"
42284325
resolved "https://registry.yarnpkg.com/ember-auto-import/-/ember-auto-import-2.7.4.tgz#ca99570eb3d6165968df797a4750aa58073852b5"
@@ -4357,15 +4454,14 @@ ember-cli-dependency-checker@^3.3.2:
43574454
resolve "^1.22.0"
43584455
semver "^5.7.1"
43594456

4360-
ember-cli-deprecation-workflow@^2.0.0:
4361-
version "2.2.0"
4362-
resolved "https://registry.yarnpkg.com/ember-cli-deprecation-workflow/-/ember-cli-deprecation-workflow-2.2.0.tgz#277d56bdafc15dbdb7a58dee598402cdf50e0d08"
4363-
integrity sha512-23bXZqZJBJSKBTfT0LK7qzSJX861TgafL6RVdMfn/iubpLnoZIWergYwEdgs24CNTUbuehVbHy2Q71o8jYfwfw==
4457+
ember-cli-deprecation-workflow@^3.0.1:
4458+
version "3.0.1"
4459+
resolved "https://registry.yarnpkg.com/ember-cli-deprecation-workflow/-/ember-cli-deprecation-workflow-3.0.1.tgz#2891ed87df1a0f076f0b6db813e2b8e0e8fc0e80"
4460+
integrity sha512-d5wM5IHu+HjIK2TucQWOTFD9725Dx+xBZ3oBc0ZLaB8mdTV3wrAOrQ1vyzcuZEe/uvFBhr5TIy5QP+UNJ2q8Hg==
43644461
dependencies:
4462+
"@babel/core" "^7.23.2"
43654463
"@ember/string" "^3.0.0"
4366-
broccoli-funnel "^3.0.3"
4367-
broccoli-merge-trees "^4.2.0"
4368-
broccoli-plugin "^4.0.5"
4464+
ember-cli-babel "^8.2.0"
43694465

43704466
ember-cli-get-component-path-option@^1.0.0:
43714467
version "1.0.0"
@@ -5033,6 +5129,11 @@ escalade@^3.1.1:
50335129
resolved "https://registry.yarnpkg.com/escalade/-/escalade-3.1.1.tgz#d8cfdc7000965c5a0174b4a82eaa5c0552742e40"
50345130
integrity sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==
50355131

5132+
escalade@^3.1.2:
5133+
version "3.1.2"
5134+
resolved "https://registry.yarnpkg.com/escalade/-/escalade-3.1.2.tgz#54076e9ab29ea5bf3d8f1ed62acffbb88272df27"
5135+
integrity sha512-ErCHMCae19vR8vQGe50xIsVomy19rg6gFu3+r3jkEO46suLMWBksvVyoGgQV+jOfl84ZSOSlmv6Gxa89PmTGmA==
5136+
50365137
escape-html@~1.0.3:
50375138
version "1.0.3"
50385139
resolved "https://registry.yarnpkg.com/escape-html/-/escape-html-1.0.3.tgz#0258eae4d3d0c0974de1c169188ef0051d1d1988"
@@ -8470,6 +8571,11 @@ picocolors@^1.0.0:
84708571
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.0.tgz#cb5bdc74ff3f51892236eaf79d68bc44564ab81c"
84718572
integrity sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==
84728573

8574+
picocolors@^1.0.1:
8575+
version "1.0.1"
8576+
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.1.tgz#a8ad579b571952f0e5d25892de5445bcfe25aaa1"
8577+
integrity sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew==
8578+
84738579
picomatch@^2.0.4, picomatch@^2.3.1:
84748580
version "2.3.1"
84758581
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
@@ -10479,6 +10585,14 @@ update-browserslist-db@^1.0.13:
1047910585
escalade "^3.1.1"
1048010586
picocolors "^1.0.0"
1048110587

10588+
update-browserslist-db@^1.1.0:
10589+
version "1.1.0"
10590+
resolved "https://registry.yarnpkg.com/update-browserslist-db/-/update-browserslist-db-1.1.0.tgz#7ca61c0d8650766090728046e416a8cde682859e"
10591+
integrity sha512-EdRAaAyk2cUE1wOf2DkEhzxqOQvFOoRJFNS6NeyJ01Gp2beMRpBAINjM2iDXE3KCuKhwnvHIQCJm6ThL2Z+HzQ==
10592+
dependencies:
10593+
escalade "^3.1.2"
10594+
picocolors "^1.0.1"
10595+
1048210596
uri-js@^4.2.2:
1048310597
version "4.4.1"
1048410598
resolved "https://registry.yarnpkg.com/uri-js/-/uri-js-4.4.1.tgz#9b1a52595225859e55f669d928f88c6c57f2a77e"

0 commit comments

Comments
 (0)