Skip to content

Commit 97834df

Browse files
chore(deps): pin dependencies
| datasource | package | from | to | | ---------- | -------------------------------- | --------- | --------- | | npm | @babel/core | 7.23.2 | 7.23.2 | | npm | @grafana/eslint-config | 6.0.1 | 6.0.1 | | npm | @grafana/plugin-e2e | 1.14.6 | 1.14.6 | | npm | @grafana/tsconfig | 1.2.0-rc1 | 1.2.0-rc1 | | npm | @playwright/test | 1.49.1 | 1.49.1 | | npm | @swc/helpers | 0.5.3 | 0.5.3 | | npm | @swc/jest | 0.2.29 | 0.2.29 | | npm | @testing-library/jest-dom | 5.17.0 | 5.17.0 | | npm | @testing-library/react | 12.1.5 | 12.1.5 | | npm | @types/jest | 29.5.5 | 29.5.5 | | npm | @types/lodash | 4.14.199 | 4.14.199 | | npm | @types/memory-cache | 0.2.3 | 0.2.3 | | npm | @types/node | 18.18.4 | 18.18.4 | | npm | @typescript-eslint/eslint-plugin | 5.62.0 | 5.62.0 | | npm | copy-webpack-plugin | 11.0.0 | 11.0.0 | | npm | css-loader | 6.8.1 | 6.8.1 | | npm | eslint-plugin-prettier | 5.0.1 | 5.0.1 | | npm | eslint-webpack-plugin | 4.0.1 | 4.0.1 | | npm | fork-ts-checker-webpack-plugin | 8.0.0 | 8.0.0 | | npm | jest | 29.7.0 | 29.7.0 | | npm | jest-environment-jsdom | 29.7.0 | 29.7.0 | | npm | prettier | 3.0.3 | 3.0.3 | | npm | react-virtualized-auto-sizer | 1.0.20 | 1.0.20 | | npm | replace-in-file-webpack-plugin | 1.0.6 | 1.0.6 | | npm | swc-loader | 0.2.3 | 0.2.3 | | npm | ts-node | 10.9.1 | 10.9.1 | | npm | tsconfig-paths | 4.2.0 | 4.2.0 | | npm | webpack | 5.94.0 | 5.94.0 | | npm | webpack-cli | 5.1.4 | 5.1.4 | | npm | webpack-livereload-plugin | 3.0.2 | 3.0.2 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
1 parent 40e0c75 commit 97834df

File tree

4 files changed

+62
-62
lines changed

4 files changed

+62
-62
lines changed

.config/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG grafana_version=latest
1+
ARG grafana_version=latest@sha256:96a793a92c9a77cf543d6e5c55100cd296ed9e22487dc3d069331364c456247b
22
ARG grafana_image=grafana-enterprise
33

44
FROM grafana/${grafana_image}:${grafana_version}

.github/workflows/add-to-project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
GITHUB_APP_PRIVATE_KEY=grafana-oss-big-tent:private-key
2525
- name: Generate a token
2626
id: generate-token
27-
uses: actions/create-github-app-token@v1
27+
uses: actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1
2828
with:
2929
app-id: ${{ env.GITHUB_APP_ID }}
3030
private-key: ${{ env.GITHUB_APP_PRIVATE_KEY }}

package.json

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -43,44 +43,44 @@
4343
"tslib": "2.5.3"
4444
},
4545
"devDependencies": {
46-
"@babel/core": "^7.21.4",
47-
"@grafana/eslint-config": "^6.0.0",
48-
"@grafana/plugin-e2e": "^1.14.6",
49-
"@grafana/tsconfig": "^1.2.0-rc1",
50-
"@playwright/test": "^1.48.0",
46+
"@babel/core": "7.23.2",
47+
"@grafana/eslint-config": "6.0.1",
48+
"@grafana/plugin-e2e": "1.14.6",
49+
"@grafana/tsconfig": "1.2.0-rc1",
50+
"@playwright/test": "1.49.1",
5151
"@swc/core": "1.3.75",
52-
"@swc/helpers": "^0.5.0",
53-
"@swc/jest": "^0.2.26",
54-
"@testing-library/jest-dom": "^5.16.5",
55-
"@testing-library/react": "^12.1.4",
56-
"@types/jest": "^29.5.0",
57-
"@types/lodash": "^4.14.194",
58-
"@types/memory-cache": "^0.2.1",
59-
"@types/node": "^18.15.11",
60-
"@typescript-eslint/eslint-plugin": "^5.55.0",
61-
"copy-webpack-plugin": "^11.0.0",
52+
"@swc/helpers": "0.5.3",
53+
"@swc/jest": "0.2.29",
54+
"@testing-library/jest-dom": "5.17.0",
55+
"@testing-library/react": "12.1.5",
56+
"@types/jest": "29.5.5",
57+
"@types/lodash": "4.14.199",
58+
"@types/memory-cache": "0.2.3",
59+
"@types/node": "18.18.4",
60+
"@typescript-eslint/eslint-plugin": "5.62.0",
61+
"copy-webpack-plugin": "11.0.0",
6262
"cspell": "6.30.2",
63-
"css-loader": "^6.7.3",
64-
"eslint-plugin-prettier": "^5.0.0",
65-
"eslint-webpack-plugin": "^4.0.1",
66-
"fork-ts-checker-webpack-plugin": "^8.0.0",
63+
"css-loader": "6.8.1",
64+
"eslint-plugin-prettier": "5.0.1",
65+
"eslint-webpack-plugin": "4.0.1",
66+
"fork-ts-checker-webpack-plugin": "8.0.0",
6767
"glob": "10.3.6",
6868
"identity-obj-proxy": "3.0.0",
69-
"jest": "^29.5.0",
70-
"jest-environment-jsdom": "^29.5.0",
71-
"prettier": "^3.0.3",
72-
"react-virtualized-auto-sizer": "^1.0.4",
73-
"replace-in-file-webpack-plugin": "^1.0.6",
69+
"jest": "29.7.0",
70+
"jest-environment-jsdom": "29.7.0",
71+
"prettier": "3.0.3",
72+
"react-virtualized-auto-sizer": "1.0.20",
73+
"replace-in-file-webpack-plugin": "1.0.6",
7474
"sass": "1.63.2",
7575
"sass-loader": "13.3.1",
7676
"style-loader": "3.3.3",
77-
"swc-loader": "^0.2.3",
78-
"ts-node": "^10.9.1",
79-
"tsconfig-paths": "^4.2.0",
77+
"swc-loader": "0.2.3",
78+
"ts-node": "10.9.1",
79+
"tsconfig-paths": "4.2.0",
8080
"typescript": "5.2.2",
81-
"webpack": "^5.94.0",
82-
"webpack-cli": "^5.1.4",
83-
"webpack-livereload-plugin": "^3.0.2"
81+
"webpack": "5.94.0",
82+
"webpack-cli": "5.1.4",
83+
"webpack-livereload-plugin": "3.0.2"
8484
},
8585
"resolutions": {
8686
"uplot": "1.6.31",

yarn.lock

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.23.2.tgz#6a12ced93455827037bfb5ed8492820d60fc32cc"
3434
integrity sha512-0S9TQMmDHlqAZ2ITT95irXKfxN9bncq8ZCoJhun3nHL/lLUxd2NKBJYoNGWH7S0hz6fRQwWlAWn/ILM0C70KZQ==
3535

36-
"@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.21.4":
36+
"@babel/core@7.23.2", "@babel/core@^7.11.6", "@babel/core@^7.12.3":
3737
version "7.23.2"
3838
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.23.2.tgz#ed10df0d580fff67c5f3ee70fd22e2e4c90a9f94"
3939
integrity sha512-n7s51eWdaWZ3vGT2tD4T7J6eJs3QoBXydv7vkUM06Bf1cbVD2Kc2UrkzhiQwobfV7NwOnQXYL7UBJ5VPU+RGoQ==
@@ -912,7 +912,7 @@
912912
tslib "2.8.1"
913913
typescript "5.7.3"
914914

915-
"@grafana/eslint-config@^6.0.0":
915+
"@grafana/[email protected].1":
916916
version "6.0.1"
917917
resolved "https://registry.yarnpkg.com/@grafana/eslint-config/-/eslint-config-6.0.1.tgz#70f3e1990ab83591b566dec7bce214a1eb4d09c4"
918918
integrity sha512-Tv6BUyJu2kHjrghkQJGhVCwJfNeyNbf/UqqUDW5j04+R0Y4YgWshZ4FrJibkfJc26/3UvfYSnYd+On1psbQIlA==
@@ -952,7 +952,7 @@
952952
ua-parser-js "^1.0.32"
953953
web-vitals "^3.1.1"
954954

955-
"@grafana/plugin-e2e@^1.14.6":
955+
"@grafana/[email protected]":
956956
version "1.14.6"
957957
resolved "https://registry.yarnpkg.com/@grafana/plugin-e2e/-/plugin-e2e-1.14.6.tgz#3ad08b4fd5aadee8dfd9170c7bb6d5e31a67bb53"
958958
integrity sha512-YnARXviUFI+Ez0ygi1CypBHZGY+rNIShI428Mnrj8bn48mr0lCeiI/V2NGsQUz5YJegIfP1JSb05gb/7t8avBQ==
@@ -986,7 +986,7 @@
986986
dependencies:
987987
tslib "2.6.2"
988988

989-
"@grafana/tsconfig@^1.2.0-rc1":
989+
"@grafana/tsconfig@1.2.0-rc1", "@grafana/tsconfig@^1.2.0-rc1":
990990
version "1.2.0-rc1"
991991
resolved "https://registry.yarnpkg.com/@grafana/tsconfig/-/tsconfig-1.2.0-rc1.tgz#10973c978ec95b0ea637511254b5f478bce04de7"
992992
integrity sha512-+SgQeBQ1pT6D/E3/dEdADqTrlgdIGuexUZ8EU+8KxQFKUeFeU7/3z/ayI2q/wpJ/Kr6WxBBNlrST6aOKia19Ag==
@@ -1556,7 +1556,7 @@
15561556
picocolors "^1.0.0"
15571557
tslib "^2.6.0"
15581558

1559-
"@playwright/test@^1.48.0":
1559+
"@playwright/test@1.49.1":
15601560
version "1.49.1"
15611561
resolved "https://registry.yarnpkg.com/@playwright/test/-/test-1.49.1.tgz#55fa360658b3187bfb6371e2f8a64f50ef80c827"
15621562
integrity sha512-Ky+BVzPz8pL6PQxHqNRW1k3mIyv933LML7HktS8uik0bUXNCdPhoS/kLihiO1tMf/egaJb4IutXd7UywvXEW+g==
@@ -1848,14 +1848,14 @@
18481848
"@swc/core-win32-ia32-msvc" "1.3.75"
18491849
"@swc/core-win32-x64-msvc" "1.3.75"
18501850

1851-
"@swc/helpers@^0.5.0":
1851+
"@swc/helpers@0.5.3", "@swc/helpers@^0.5.0":
18521852
version "0.5.3"
18531853
resolved "https://registry.yarnpkg.com/@swc/helpers/-/helpers-0.5.3.tgz#98c6da1e196f5f08f977658b80d6bd941b5f294f"
18541854
integrity sha512-FaruWX6KdudYloq1AHD/4nU+UsMTdNE8CKyrseXWEcgjDAbvkwJg2QGPAnfIJLIWsjZOSPLOAykK6fuYp4vp4A==
18551855
dependencies:
18561856
tslib "^2.4.0"
18571857

1858-
"@swc/jest@^0.2.26":
1858+
18591859
version "0.2.29"
18601860
resolved "https://registry.yarnpkg.com/@swc/jest/-/jest-0.2.29.tgz#b27d647ec430c909f9bb567d1df2a47eaa3841f4"
18611861
integrity sha512-8reh5RvHBsSikDC3WGCd5ZTd2BXKkyOdK7QwynrCH58jk2cQFhhHhFBg/jvnWZehUQe/EoOImLENc9/DwbBFow==
@@ -1877,7 +1877,7 @@
18771877
lz-string "^1.5.0"
18781878
pretty-format "^27.0.2"
18791879

1880-
"@testing-library/jest-dom@^5.16.5":
1880+
"@testing-library/jest-dom@5.17.0":
18811881
version "5.17.0"
18821882
resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-5.17.0.tgz#5e97c8f9a15ccf4656da00fecab505728de81e0c"
18831883
integrity sha512-ynmNeT7asXyH3aSVv4vvX4Rb+0qjOhdNHnO/3vuZNqPmhDpV/+rCSGwQ7bLcmU2cJ4dvoheIO85LQj0IbJHEtg==
@@ -1892,7 +1892,7 @@
18921892
lodash "^4.17.15"
18931893
redent "^3.0.0"
18941894

1895-
"@testing-library/react@^12.1.4":
1895+
"@testing-library/[email protected].5":
18961896
version "12.1.5"
18971897
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-12.1.5.tgz#bb248f72f02a5ac9d949dea07279095fa577963b"
18981898
integrity sha512-OfTXCJUFgjd/digLUuPxa0+/3ZxsQmE7ub9kcbW/wi96Bh3o/p5vrETcBGfP17NWPGqeYYl5LTRpwyGoMC4ysg==
@@ -2023,7 +2023,7 @@
20232023
dependencies:
20242024
"@types/istanbul-lib-report" "*"
20252025

2026-
"@types/jest@*", "@types/jest@^29.5.0":
2026+
"@types/jest@*", "@types/[email protected].5":
20272027
version "29.5.5"
20282028
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.5.5.tgz#727204e06228fe24373df9bae76b90f3e8236a2a"
20292029
integrity sha512-ebylz2hnsWR9mYvmBFbXJXr+33UPc4+ZdxyDXh5w0FlPBTfCVN3wPL+kuOiQt3xvrK419v7XWeAs+AeOksafXg==
@@ -2057,12 +2057,12 @@
20572057
dependencies:
20582058
"@types/lodash" "*"
20592059

2060-
"@types/lodash@*", "@types/lodash@^4.14.194":
2060+
"@types/lodash@*", "@types/[email protected].199":
20612061
version "4.14.199"
20622062
resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.199.tgz#c3edb5650149d847a277a8961a7ad360c474e9bf"
20632063
integrity sha512-Vrjz5N5Ia4SEzWWgIVwnHNEnb1UE1XMkvY5DGXrAeOGE9imk0hgTHh5GyDjLDJi9OTCn9oo9dXH1uToK1VRfrg==
20642064

2065-
"@types/memory-cache@^0.2.1":
2065+
"@types/[email protected].3":
20662066
version "0.2.3"
20672067
resolved "https://registry.yarnpkg.com/@types/memory-cache/-/memory-cache-0.2.3.tgz#faebec7e1b6756426408a092d31cc4164d792761"
20682068
integrity sha512-nDojhELFCY9qk4WR0m/vYyiHLQ1JDA+/Fv4xL9oHRgQ1kkdAaRTqOyLRnTVark9fwo6ohHg/gx3CMg44Fbu2pw==
@@ -2074,7 +2074,7 @@
20742074
dependencies:
20752075
undici-types "~5.25.1"
20762076

2077-
"@types/node@^18.15.11":
2077+
"@types/node@18.18.4":
20782078
version "18.18.4"
20792079
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.18.4.tgz#519fef47a13cf869be290c20fc6ae9b7fe887aa7"
20802080
integrity sha512-t3rNFBgJRugIhackit2mVcLfF6IRc0JE4oeizPQL8Zrm8n2WY/0wOdpOPhdtG0V9Q2TlW/axbF1MJ6z+Yj/kKQ==
@@ -2208,7 +2208,7 @@
22082208
semver "^7.3.7"
22092209
tsutils "^3.21.0"
22102210

2211-
"@typescript-eslint/eslint-plugin@^5.55.0":
2211+
"@typescript-eslint/eslint-plugin@5.62.0":
22122212
version "5.62.0"
22132213
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.62.0.tgz#aeef0328d172b9e37d9bab6dbc13b87ed88977db"
22142214
integrity sha512-TiZzBSJja/LbhNPvk6yc0JrX9XqhQ0hdh6M2svYfsHGejaKFIAGd9MQ+ERIMzLGlN/kZoYIgdxFV0PuljTKXag==
@@ -3212,7 +3212,7 @@ copy-to-clipboard@^3.3.1:
32123212
dependencies:
32133213
toggle-selection "^1.0.6"
32143214

3215-
copy-webpack-plugin@^11.0.0:
3215+
32163216
version "11.0.0"
32173217
resolved "https://registry.yarnpkg.com/copy-webpack-plugin/-/copy-webpack-plugin-11.0.0.tgz#96d4dbdb5f73d02dd72d0528d1958721ab72e04a"
32183218
integrity sha512-fX2MWpamkW0hZxMEg0+mYnA40LTosOSa5TqZ9GYIBzyJa9C3QUaMPSE2xAi/buNr8u89SfD9wHSQVBzrRa/SOQ==
@@ -3409,7 +3409,7 @@ css-in-js-utils@^3.1.0:
34093409
dependencies:
34103410
hyphenate-style-name "^1.0.3"
34113411

3412-
css-loader@^6.7.3:
3412+
css-loader@6.8.1:
34133413
version "6.8.1"
34143414
resolved "https://registry.yarnpkg.com/css-loader/-/css-loader-6.8.1.tgz#0f8f52699f60f5e679eab4ec0fcd68b8e8a50a88"
34153415
integrity sha512-xDAXtEVGlD0gJ07iclwWVkLoZOpEvAWaSyf6W18S2pOC//K8+qUDIx8IIT3D+HjnmkJPQeesOPv5aiUaJsCM2g==
@@ -4168,7 +4168,7 @@ [email protected]:
41684168
semver "^7.5.1"
41694169
spdx-expression-parse "^3.0.1"
41704170

4171-
eslint-plugin-prettier@^5.0.0:
4171+
41724172
version "5.0.1"
41734173
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-5.0.1.tgz#a3b399f04378f79f066379f544e42d6b73f11515"
41744174
integrity sha512-m3u5RnR56asrwV/lDC4GHorlW75DsFfmUcjfCYylTUs85dBRnB7VM6xG8eCMJdeDRnppzmxZVf1GEPJvl1JmNg==
@@ -4223,7 +4223,7 @@ eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1:
42234223
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
42244224
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
42254225

4226-
eslint-webpack-plugin@^4.0.1:
4226+
42274227
version "4.0.1"
42284228
resolved "https://registry.yarnpkg.com/eslint-webpack-plugin/-/eslint-webpack-plugin-4.0.1.tgz#f0f0e9afff2801d8bd41eac88e5409821ecbaccb"
42294229
integrity sha512-fUFcXpui/FftGx3NzvWgLZXlLbu+m74sUxGEgxgoxYcUtkIQbS6SdNNZkS99m5ycb23TfoNYrDpp1k/CK5j6Hw==
@@ -4541,7 +4541,7 @@ foreground-child@^3.1.0:
45414541
cross-spawn "^7.0.0"
45424542
signal-exit "^4.0.1"
45434543

4544-
fork-ts-checker-webpack-plugin@^8.0.0:
4544+
45454545
version "8.0.0"
45464546
resolved "https://registry.yarnpkg.com/fork-ts-checker-webpack-plugin/-/fork-ts-checker-webpack-plugin-8.0.0.tgz#dae45dfe7298aa5d553e2580096ced79b6179504"
45474547
integrity sha512-mX3qW3idpueT2klaQXBzrIM/pHw+T0B/V9KHEvNrqijTq9NFnMZU6oreVxDYcf33P8a5cW+67PjodNHthGnNVg==
@@ -5558,7 +5558,7 @@ jest-each@^29.7.0:
55585558
jest-util "^29.7.0"
55595559
pretty-format "^29.7.0"
55605560

5561-
jest-environment-jsdom@^29.5.0:
5561+
jest-environment-jsdom@29.7.0:
55625562
version "29.7.0"
55635563
resolved "https://registry.yarnpkg.com/jest-environment-jsdom/-/jest-environment-jsdom-29.7.0.tgz#d206fa3551933c3fd519e5dfdb58a0f5139a837f"
55645564
integrity sha512-k9iQbsf9OyOfdzWH8HDmrRT0gSIcX+FLNW7IQq94tFX0gynPwqDTW0Ho6iMVNjGz/nb+l/vW3dWM2bbLLpkbXA==
@@ -5821,7 +5821,7 @@ jest-worker@^29.5.0, jest-worker@^29.7.0:
58215821
merge-stream "^2.0.0"
58225822
supports-color "^8.0.0"
58235823

5824-
jest@^29.5.0:
5824+
jest@29.7.0:
58255825
version "29.7.0"
58265826
resolved "https://registry.yarnpkg.com/jest/-/jest-29.7.0.tgz#994676fc24177f088f1c5e3737f5697204ff2613"
58275827
integrity sha512-NIy3oAFp9shda19hy4HK0HRTWKtPJmGdnvywu01nOqNC2vZg+Z+fvJDxpMQA88eb2I9EcafcdjYgsDthnYTvGw==
@@ -6759,7 +6759,7 @@ prettier-linter-helpers@^1.0.0:
67596759
dependencies:
67606760
fast-diff "^1.1.2"
67616761

6762-
prettier@^3.0.3:
6762+
67636763
version "3.0.3"
67646764
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.0.3.tgz#432a51f7ba422d1469096c0fdc28e235db8f9643"
67656765
integrity sha512-L/4pUDMxcNa8R/EthV08Zt42WBO4h1rarVtK0K+QJG0X187OLo7l699jWw0GKuwzkPQ//jMFA/8Xm6Fh3J/DAg==
@@ -7288,7 +7288,7 @@ [email protected]:
72887288
ts-easing "^0.2.0"
72897289
tslib "^2.1.0"
72907290

7291-
react-virtualized-auto-sizer@^1.0.4:
7291+
72927292
version "1.0.20"
72937293
resolved "https://registry.yarnpkg.com/react-virtualized-auto-sizer/-/react-virtualized-auto-sizer-1.0.20.tgz#d9a907253a7c221c52fa57dc775a6ef40c182645"
72947294
integrity sha512-OdIyHwj4S4wyhbKHOKM1wLSj/UDXm839Z3Cvfg2a9j+He6yDa6i5p0qQvEiCnyQlGO/HyfSnigQwuxvYalaAXA==
@@ -7362,7 +7362,7 @@ repeat-string@^1.6.1:
73627362
resolved "https://registry.yarnpkg.com/repeat-string/-/repeat-string-1.6.1.tgz#8dcae470e1c88abc2d600fff4a776286da75e637"
73637363
integrity sha512-PV0dzCYDNfRi1jCDbJzpW7jNNDRuCOG/jI5ctQcGKt/clZD+YcPS3yIlWuTJMmESC8aevCFmWJy5wjAFgNqN6w==
73647364

7365-
replace-in-file-webpack-plugin@^1.0.6:
7365+
73667366
version "1.0.6"
73677367
resolved "https://registry.yarnpkg.com/replace-in-file-webpack-plugin/-/replace-in-file-webpack-plugin-1.0.6.tgz#eee7e139be967e8e48a0552f73037ed567b54dbd"
73687368
integrity sha512-+KRgNYL2nbc6nza6SeF+wTBNkovuHFTfJF8QIEqZg5MbwkYpU9no0kH2YU354wvY/BK8mAC2UKoJ7q+sJTvciw==
@@ -8032,7 +8032,7 @@ supports-preserve-symlinks-flag@^1.0.0:
80328032
resolved "https://registry.yarnpkg.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz#6eda4bd344a3c94aea376d4cc31bc77311039e09"
80338033
integrity sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==
80348034

8035-
swc-loader@^0.2.3:
8035+
80368036
version "0.2.3"
80378037
resolved "https://registry.yarnpkg.com/swc-loader/-/swc-loader-0.2.3.tgz#6792f1c2e4c9ae9bf9b933b3e010210e270c186d"
80388038
integrity sha512-D1p6XXURfSPleZZA/Lipb3A8pZ17fP4NObZvFCDjK/OKljroqDpPmsBdTraWhVBqUNpcWBQY1imWdoPScRlQ7A==
@@ -8215,7 +8215,7 @@ ts-easing@^0.2.0:
82158215
resolved "https://registry.yarnpkg.com/ts-easing/-/ts-easing-0.2.0.tgz#c8a8a35025105566588d87dbda05dd7fbfa5a4ec"
82168216
integrity sha512-Z86EW+fFFh/IFB1fqQ3/+7Zpf9t2ebOAxNI/V6Wo7r5gqiqtxmgTlQ1qbqQcjLKYeSHPTsEmvlJUDg/EuL0uHQ==
82178217

8218-
ts-node@^10.9.1:
8218+
82198219
version "10.9.1"
82208220
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.9.1.tgz#e73de9102958af9e1f0b168a6ff320e25adcff4b"
82218221
integrity sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==
@@ -8234,7 +8234,7 @@ ts-node@^10.9.1:
82348234
v8-compile-cache-lib "^3.0.1"
82358235
yn "3.1.1"
82368236

8237-
tsconfig-paths@^4.2.0:
8237+
82388238
version "4.2.0"
82398239
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-4.2.0.tgz#ef78e19039133446d244beac0fd6a1632e2d107c"
82408240
integrity sha512-NoZ4roiN7LnbKn9QqE1amc9DJfzvZXxF4xDavcOWt1BPkdx+m+0gJuPM+S0vCe7zTJMYUP0R8pO2XMr+Y8oLIg==
@@ -8546,7 +8546,7 @@ webidl-conversions@^7.0.0:
85468546
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-7.0.0.tgz#256b4e1882be7debbf01d05f0aa2039778ea080a"
85478547
integrity sha512-VwddBukDzu71offAQR975unBIGqfKZpM+8ZX6ySk8nYhVoo5CYaZyzt3YBvYtRtO+aoGlqxPg/B87NGVZ/fu6g==
85488548

8549-
webpack-cli@^5.1.4:
8549+
85508550
version "5.1.4"
85518551
resolved "https://registry.yarnpkg.com/webpack-cli/-/webpack-cli-5.1.4.tgz#c8e046ba7eaae4911d7e71e2b25b776fcc35759b"
85528552
integrity sha512-pIDJHIEI9LR0yxHXQ+Qh95k2EvXpWzZ5l+d+jIo+RdSm9MiHfzazIxwwni/p7+x4eJZuvG1AJwgC4TNQ7NRgsg==
@@ -8565,7 +8565,7 @@ webpack-cli@^5.1.4:
85658565
rechoir "^0.8.0"
85668566
webpack-merge "^5.7.3"
85678567

8568-
webpack-livereload-plugin@^3.0.2:
8568+
85698569
version "3.0.2"
85708570
resolved "https://registry.yarnpkg.com/webpack-livereload-plugin/-/webpack-livereload-plugin-3.0.2.tgz#b12f4ab56c75f03715eb32883bc2f24621f06da1"
85718571
integrity sha512-5JeZ2dgsvSNG+clrkD/u2sEiPcNk4qwCVZZmW8KpqKcNlkGv7IJjdVrq13+etAmMZYaCF1EGXdHkVFuLgP4zfw==
@@ -8588,7 +8588,7 @@ webpack-sources@^3.2.3:
85888588
resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-3.2.3.tgz#2d4daab8451fd4b240cc27055ff6a0c2ccea0cde"
85898589
integrity sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==
85908590

8591-
webpack@^5.94.0:
8591+
85928592
version "5.94.0"
85938593
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.94.0.tgz#77a6089c716e7ab90c1c67574a28da518a20970f"
85948594
integrity sha512-KcsGn50VT+06JH/iunZJedYGUJS5FGjow8wb9c0v5n1Om8O1g4L6LjtfxwlXIATopoQu+vOXXa7gYisWxCoPyg==

0 commit comments

Comments
 (0)