Skip to content

Commit 13e46e9

Browse files
chore: update with (#3259)
closes #3239
1 parent c077df4 commit 13e46e9

File tree

2 files changed

+19
-59
lines changed

2 files changed

+19
-59
lines changed

packages/pug-code-gen/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"pug-error": "^1.3.3",
1414
"pug-runtime": "^2.0.5",
1515
"void-elements": "^3.1.0",
16-
"with": "^6.0.0"
16+
"with": "^7.0.0"
1717
},
1818
"files": [
1919
"index.js"

yarn.lock

Lines changed: 18 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -716,6 +716,11 @@ asn1@~0.2.3:
716716
dependencies:
717717
safer-buffer "~2.1.0"
718718

719+
assert-never@^1.2.1:
720+
version "1.2.1"
721+
resolved "https://registry.yarnpkg.com/assert-never/-/assert-never-1.2.1.tgz#11f0e363bf146205fb08193b5c7b90f4d1cf44fe"
722+
integrity sha512-TaTivMB6pYI1kXwrFlEhLeGfOqoDNdTxjCdwRfFFkEA30Eu+k48W34nlok2EYWJfFFzqaEmichdNM7th6M5HNw==
723+
719724
[email protected], assert-plus@^1.0.0:
720725
version "1.0.0"
721726
resolved "https://registry.yarnpkg.com/assert-plus/-/assert-plus-1.0.0.tgz#f12e0f3c5d77b0b1cdd9146942e4e96c1e4dd525"
@@ -819,37 +824,12 @@ babel-preset-jest@^26.0.0:
819824
babel-plugin-jest-hoist "^26.0.0"
820825
babel-preset-current-node-syntax "^0.1.2"
821826

822-
babel-runtime@^6.11.6, babel-runtime@^6.26.0:
823-
version "6.26.0"
824-
resolved "https://registry.yarnpkg.com/babel-runtime/-/babel-runtime-6.26.0.tgz#965c7058668e82b55d7bfe04ff2337bc8b5647fe"
825-
integrity sha1-llxwWGaOgrVde/4E/yM3vItWR/4=
826-
dependencies:
827-
core-js "^2.4.0"
828-
regenerator-runtime "^0.11.0"
829-
830-
babel-types@^6.15.0:
831-
version "6.26.0"
832-
resolved "https://registry.yarnpkg.com/babel-types/-/babel-types-6.26.0.tgz#a3b073f94ab49eb6fa55cd65227a334380632497"
833-
integrity sha1-o7Bz+Uq0nrb6Vc1lInozQ4BjJJc=
834-
dependencies:
835-
babel-runtime "^6.26.0"
836-
esutils "^2.0.2"
837-
lodash "^4.17.4"
838-
to-fast-properties "^1.0.3"
839-
840-
babylon-walk@^1.0.2:
841-
version "1.0.2"
842-
resolved "https://registry.yarnpkg.com/babylon-walk/-/babylon-walk-1.0.2.tgz#3b15a5ddbb482a78b4ce9c01c8ba181702d9d6ce"
843-
integrity sha1-OxWl3btIKni0zpwByLoYFwLZ1s4=
827+
828+
version "3.0.0-canary-5"
829+
resolved "https://registry.yarnpkg.com/babel-walk/-/babel-walk-3.0.0-canary-5.tgz#f66ecd7298357aee44955f235a6ef54219104b11"
830+
integrity sha512-GAwkz0AihzY5bkwIY5QDR+LvsRQgB/B+1foMPvi0FZPMl5fjD7ICiznUiBdLYMH1QYe6vqu4gWYytZOccLouFw==
844831
dependencies:
845-
babel-runtime "^6.11.6"
846-
babel-types "^6.15.0"
847-
lodash.clone "^4.5.0"
848-
849-
babylon@^6.9.1:
850-
version "6.18.0"
851-
resolved "https://registry.yarnpkg.com/babylon/-/babylon-6.18.0.tgz#af2f3b88fa6f5c1e4c634d1a0f8eac4f55b395e3"
852-
integrity sha512-q/UEjfGJ2Cm3oKV71DJz9d25TPnq5rhBVL2Q4fA5wcC3jcrdn7+SssEybFIxwAvvP+YCsCYNKughoF33GxgycQ==
832+
"@babel/types" "^7.9.6"
853833

854834
balanced-match@^1.0.0:
855835
version "1.0.0"
@@ -1161,11 +1141,6 @@ copy-descriptor@^0.1.0:
11611141
resolved "https://registry.yarnpkg.com/copy-descriptor/-/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d"
11621142
integrity sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=
11631143

1164-
core-js@^2.4.0:
1165-
version "2.6.11"
1166-
resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.6.11.tgz#38831469f9922bded8ee21c9dc46985e0399308c"
1167-
integrity sha512-5wjnpaT/3dV+XB4borEsnAYQchn00XSgTAWKDkEqv+K8KevjbzmofK6hfJ9TZIlpj2N0xQpazy7PiRQiWHqzWg==
1168-
11691144
11701145
version "1.0.2"
11711146
resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7"
@@ -2785,11 +2760,6 @@ locate-path@^5.0.0:
27852760
dependencies:
27862761
p-locate "^4.1.0"
27872762

2788-
lodash.clone@^4.5.0:
2789-
version "4.5.0"
2790-
resolved "https://registry.yarnpkg.com/lodash.clone/-/lodash.clone-4.5.0.tgz#195870450f5a13192478df4bc3d23d2dea1907b6"
2791-
integrity sha1-GVhwRQ9aExkkeN9Lw9I9LeoZB7Y=
2792-
27932763
lodash.sortby@^4.7.0:
27942764
version "4.7.0"
27952765
resolved "https://registry.yarnpkg.com/lodash.sortby/-/lodash.sortby-4.7.0.tgz#edd14c824e2cc9c1e0b0a1b42bb5210516a42438"
@@ -3378,11 +3348,6 @@ read-pkg@^5.2.0:
33783348
parse-json "^5.0.0"
33793349
type-fest "^0.6.0"
33803350

3381-
regenerator-runtime@^0.11.0:
3382-
version "0.11.1"
3383-
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.11.1.tgz#be05ad7f9bf7d22e056f9726cee5017fbf19e2e9"
3384-
integrity sha512-MguG95oij0fC3QV3URf4V2SDYGJhJnJGqvIIgdECeODCT98wSWDAJ94SSuVpYQUoTcGUIL6L4yNB7j1DFFHSBg==
3385-
33863351
regex-not@^1.0.0, regex-not@^1.0.2:
33873352
version "1.0.2"
33883353
resolved "https://registry.yarnpkg.com/regex-not/-/regex-not-1.0.2.tgz#1f4ece27e00b0b65e0247a6810e6a85d83a5752c"
@@ -3976,11 +3941,6 @@ [email protected]:
39763941
resolved "https://registry.yarnpkg.com/tmpl/-/tmpl-1.0.4.tgz#23640dd7b42d00433911140820e5cf440e521dd1"
39773942
integrity sha1-I2QN17QtAEM5ERQIIOXPRA5SHdE=
39783943

3979-
to-fast-properties@^1.0.3:
3980-
version "1.0.3"
3981-
resolved "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-1.0.3.tgz#b83571fa4d8c25b82e231b06e3a3055de4ca1a47"
3982-
integrity sha1-uDVx+k2MJbguIxsG46MFXeTKGkc=
3983-
39843944
to-fast-properties@^2.0.0:
39853945
version "2.0.0"
39863946
resolved "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-2.0.0.tgz#dc5e698cbd079265bc73e0377681a4e4e83f616e"
@@ -4281,15 +4241,15 @@ [email protected]:
42814241
resolved "https://registry.yarnpkg.com/window-size/-/window-size-0.1.0.tgz#5438cd2ea93b202efa3a19fe8887aee7c94f9c9d"
42824242
integrity sha1-VDjNLqk7IC76Ohn+iIeu58lPnJ0=
42834243

4284-
with@^6.0.0:
4285-
version "6.0.0"
4286-
resolved "https://registry.yarnpkg.com/with/-/with-6.0.0.tgz#00223660fa0d0aeb4776965e61f902410c4c9d86"
4287-
integrity sha512-FrwIIWGUkHViaUXWmEvcwKy+eI0ajKh/Xq192o2kwFtSI7lS7xE5O1E2VNurhWE9ZLRDwr6GAAkKDsDIyStUuw==
4244+
with@^7.0.0:
4245+
version "7.0.0"
4246+
resolved "https://registry.yarnpkg.com/with/-/with-7.0.0.tgz#60b88622fb56482a5ba7fa8ebe1a880d7b64a6e3"
4247+
integrity sha512-XS51xsYITl5V0q0AcZG/lMPFBbCETHLjL7Tr6ZOmPGP3UkKBmwOKqLgAmenC5v8MHDcOudpNkO1CW0kpe7Oyag==
42884248
dependencies:
4289-
babel-runtime "^6.11.6"
4290-
babel-types "^6.15.0"
4291-
babylon "^6.9.1"
4292-
babylon-walk "^1.0.2"
4249+
"@babel/parser" "^7.9.6"
4250+
"@babel/types" "^7.9.6"
4251+
assert-never "^1.2.1"
4252+
babel-walk "3.0.0-canary-5"
42934253

42944254
word-wrap@~1.2.3:
42954255
version "1.2.3"

0 commit comments

Comments
 (0)