update to state of the art

This commit is contained in:
s2
2020-10-10 15:18:01 +02:00
parent cf251a170f
commit 4cdcfd167c
1526 changed files with 48132 additions and 7268 deletions

10
node_modules/jsdom/package.json generated vendored
View File

@@ -3,9 +3,9 @@
"parse5": "Pinned to exact version number because we monkeypatch its internals (see htmltodom.js)"
},
"_from": "jsdom@^16.3.0",
"_id": "jsdom@16.3.0",
"_id": "jsdom@16.4.0",
"_inBundle": false,
"_integrity": "sha512-zggeX5UuEknpdZzv15+MS1dPYG0J/TftiiNunOeNxSl3qr8Z6cIlQpN0IdJa44z9aFxZRIVqRncvEhQ7X5DtZg==",
"_integrity": "sha512-lYMm3wYdgPhrl7pDcRmvzPhhrGVBeVhPIqeHjzeiHN3DFmD1RBpbExbi8vU7BJdH8VAZYovR8DMt0PNNDM7k8w==",
"_location": "/jsdom",
"_phantomChildren": {},
"_requested": {
@@ -21,8 +21,8 @@
"_requiredBy": [
"/minifyfromhtml"
],
"_resolved": "https://registry.npmjs.org/jsdom/-/jsdom-16.3.0.tgz",
"_shasum": "75690b7dac36c67be49c336dcd7219bbbed0810c",
"_resolved": "https://registry.npmjs.org/jsdom/-/jsdom-16.4.0.tgz",
"_shasum": "36005bde2d136f73eee1a830c6d45e55408edddb",
"_spec": "jsdom@^16.3.0",
"_where": "D:\\Projects\\vanillajs-seed\\node_modules\\minifyfromhtml",
"browser": {
@@ -172,5 +172,5 @@
"update-authors": "git log --format=\"%aN <%aE>\" | sort -f | uniq > AUTHORS.txt",
"update-wpt": "git submodule update --recursive --remote && cd test/web-platform-tests/tests && python wpt.py manifest --path ../wpt-manifest.json"
},
"version": "16.3.0"
"version": "16.4.0"
}