Merge remote-tracking branch 'upstream/main' into invalid-prettify-object-with-unicode

This commit is contained in:
Liam Newman 2023-08-30 11:05:36 -07:00
commit 0ea3ad056d
2 changed files with 8 additions and 8 deletions

View File

@ -11,8 +11,8 @@ Fixes and enhancements are totally welcome. We prefer you to file an issue befo
* bash
* make
* nodejs - v10.x (with npm)
* python - v2.7.x or v3.x (with pip)
* nodejs - v16.x or greater (with npm)
* python - v3.7 or greater (with pip)
If you encounter issues and cannot build, come chat on gitter.im. We're happy to help.

12
package-lock.json generated
View File

@ -1906,9 +1906,9 @@
}
},
"node_modules/jquery": {
"version": "3.7.0",
"resolved": "https://registry.npmjs.org/jquery/-/jquery-3.7.0.tgz",
"integrity": "sha512-umpJ0/k8X0MvD1ds0P9SfowREz2LenHsQaxSohMZ5OMNEU2r0tf8pdeEFTHMFxWVxKNyU9rTtK3CWzUCTKJUeQ==",
"version": "3.7.1",
"resolved": "https://registry.npmjs.org/jquery/-/jquery-3.7.1.tgz",
"integrity": "sha512-m4avr8yL8kmFN8psrbFFFmB/If14iN5o9nw/NgnnM+kybDJpRsAynV2BsfpTYrTRysYUdADVD7CkUUizgkpLfg==",
"dev": true
},
"node_modules/js-yaml": {
@ -2797,9 +2797,9 @@
}
},
"node_modules/serve": {
"version": "14.2.0",
"resolved": "https://registry.npmjs.org/serve/-/serve-14.2.0.tgz",
"integrity": "sha512-+HOw/XK1bW8tw5iBilBz/mJLWRzM8XM6MPxL4J/dKzdxq1vfdEWSwhaR7/yS8EJp5wzvP92p1qirysJvnEtjXg==",
"version": "14.2.1",
"resolved": "https://registry.npmjs.org/serve/-/serve-14.2.1.tgz",
"integrity": "sha512-48er5fzHh7GCShLnNyPBRPEjs2I6QBozeGr02gaacROiyS/8ARADlj595j39iZXAqBbJHH/ivJJyPRWY9sQWZA==",
"dev": true,
"dependencies": {
"@zeit/schemas": "2.29.0",