Skip to content

Commit c974464

Browse files
chore: fix
1 parent 29f9405 commit c974464

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"lint-staged": "^10.4.0",
3333
"memfs": "^3.2.0",
3434
"prettier": "^2.1.2",
35-
"tooling": "webpack/tooling#v1.23.1",
35+
"tooling": "webpack/tooling#v1.23.9",
3636
"typescript": "^5.3.3"
3737
},
3838
"engines": {

types.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* This file was automatically generated.
33
* DO NOT MODIFY BY HAND.
4-
* Run `yarn special-lint-fix` to update
4+
* Run `yarn fix:special` to update
55
*/
66

77
import { Buffer } from "buffer";

yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -973,16 +973,16 @@ acorn@^7.1.1, acorn@^7.4.0:
973973
resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.4.1.tgz#feaed255973d2e77555b83dbc08851a6c63520fa"
974974
integrity sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==
975975

976+
acorn@^8.14.0:
977+
version "8.14.1"
978+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.14.1.tgz#721d5dc10f7d5b5609a891773d47731796935dfb"
979+
integrity sha512-OvQ/2pUDKmgfCg++xsTX1wGxfTaszcHVcTctW4UJB4hibJx2HXxxO5UmVgyjMa+ZDsiaf5wWLXYpRWMmBI0QHg==
980+
976981
acorn@^8.2.4:
977982
version "8.8.2"
978983
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.8.2.tgz#1b2f25db02af965399b9776b0c2c391276d37c4a"
979984
integrity sha512-xjIYgE8HBrkpd/sJqOGNspf8uHG+NOHGOw6a/Urj8taM2EXfdNAH2oFcPeIFfsv3+kz/mJrS5VuMqbNLjCa2vw==
980985

981-
acorn@^8.8.2:
982-
version "8.11.3"
983-
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.11.3.tgz#71e0b14e13a4ec160724b38fb7b0f233b1b81d7a"
984-
integrity sha512-Y9rRfJG5jcKOE0CLisYbojUjIrIEE7AGMzA/Sm4BslANhbS+cDMpgBdcPT91oJ7OuJ9hYJBx59RjbhxVnrF8Xg==
985-
986986
agent-base@6:
987987
version "6.0.2"
988988
resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-6.0.2.tgz#49fff58577cfee3f37176feab4c22e00f86d7f77"
@@ -3772,13 +3772,13 @@ terminal-link@^2.0.0:
37723772
ansi-escapes "^4.2.1"
37733773
supports-hyperlinks "^2.0.0"
37743774

3775-
terser@^5.6.1:
3776-
version "5.29.1"
3777-
resolved "https://registry.yarnpkg.com/terser/-/terser-5.29.1.tgz#44e58045b70c09792ba14bfb7b4e14ca8755b9fa"
3778-
integrity sha512-lZQ/fyaIGxsbGxApKmoPTODIzELy3++mXhS5hOqaAWZjQtpq/hFHAc+rm29NND1rYRxRWKcjuARNwULNXa5RtQ==
3775+
terser@^5.32.0:
3776+
version "5.39.2"
3777+
resolved "https://registry.yarnpkg.com/terser/-/terser-5.39.2.tgz#5a1626030724a672e2e5b5c9cd9070308c20e8f9"
3778+
integrity sha512-yEPUmWve+VA78bI71BW70Dh0TuV4HHd+I5SHOAfS1+QBOmvmCiiffgjR8ryyEd3KIfvPGFqoADt8LdQ6XpXIvg==
37793779
dependencies:
37803780
"@jridgewell/source-map" "^0.3.3"
3781-
acorn "^8.8.2"
3781+
acorn "^8.14.0"
37823782
commander "^2.20.0"
37833783
source-map-support "~0.5.20"
37843784

@@ -3845,16 +3845,16 @@ to-regex-range@^5.0.1:
38453845
dependencies:
38463846
is-number "^7.0.0"
38473847

3848-
tooling@webpack/tooling#v1.23.1:
3849-
version "1.23.1"
3850-
resolved "https://codeload.github.com/webpack/tooling/tar.gz/017c076821912f5e9f5c0d04508ed6fb7f0319ad"
3848+
tooling@webpack/tooling#v1.23.9:
3849+
version "1.23.9"
3850+
resolved "https://codeload.github.com/webpack/tooling/tar.gz/877a9a9f5ab0bac3d60f595dd0ffc92234356a49"
38513851
dependencies:
38523852
"@yarnpkg/lockfile" "^1.1.0"
38533853
ajv "^8.1.0"
38543854
commondir "^1.0.1"
38553855
glob "^7.1.6"
38563856
json-schema-to-typescript "^9.1.1"
3857-
terser "^5.6.1"
3857+
terser "^5.32.0"
38583858
yargs "^16.1.1"
38593859

38603860
tough-cookie@^4.0.0:

0 commit comments

Comments
 (0)