Skip to content

Commit

Permalink
chore(deps): [email protected] (npm#5940)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukekarrys authored Dec 7, 2022
1 parent 599c25e commit acbafe2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@npmcli/template-oss": "4.11.0",
"front-matter": "^4.0.2",
"ignore-walk": "^6.0.0",
"jsdom": "^20.0.1",
"jsdom": "^20.0.3",
"mkdirp": "^1.0.4",
"rehype-stringify": "^9.0.3",
"remark-gfm": "^3.0.1",
Expand Down
24 changes: 12 additions & 12 deletions package-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@
"@npmcli/template-oss": "4.11.0",
"front-matter": "^4.0.2",
"ignore-walk": "^6.0.0",
"jsdom": "^20.0.1",
"jsdom": "^20.0.3",
"mkdirp": "^1.0.4",
"rehype-stringify": "^9.0.3",
"remark-gfm": "^3.0.1",
Expand Down Expand Up @@ -6521,18 +6521,18 @@
}
},
"node_modules/jsdom": {
"version": "20.0.2",
"resolved": "https://registry.npmjs.org/jsdom/-/jsdom-20.0.2.tgz",
"integrity": "sha512-AHWa+QO/cgRg4N+DsmHg1Y7xnz+8KU3EflM0LVDTdmrYOc1WWTSkOjtpUveQH+1Bqd5rtcVnb/DuxV/UjDO4rA==",
"version": "20.0.3",
"resolved": "https://registry.npmjs.org/jsdom/-/jsdom-20.0.3.tgz",
"integrity": "sha512-SYhBvTh89tTfCD/CRdSOm13mOBa42iTaTyfyEWBdKcGdPxPtLFBXuHR8XHb33YNYaP+lLbmSvBTsnoesCNJEsQ==",
"dev": true,
"dependencies": {
"abab": "^2.0.6",
"acorn": "^8.8.0",
"acorn": "^8.8.1",
"acorn-globals": "^7.0.0",
"cssom": "^0.5.0",
"cssstyle": "^2.3.0",
"data-urls": "^3.0.2",
"decimal.js": "^10.4.1",
"decimal.js": "^10.4.2",
"domexception": "^4.0.0",
"escodegen": "^2.0.0",
"form-data": "^4.0.0",
Expand All @@ -6545,12 +6545,12 @@
"saxes": "^6.0.0",
"symbol-tree": "^3.2.4",
"tough-cookie": "^4.1.2",
"w3c-xmlserializer": "^3.0.0",
"w3c-xmlserializer": "^4.0.0",
"webidl-conversions": "^7.0.0",
"whatwg-encoding": "^2.0.0",
"whatwg-mimetype": "^3.0.0",
"whatwg-url": "^11.0.0",
"ws": "^8.9.0",
"ws": "^8.11.0",
"xml-name-validator": "^4.0.0"
},
"engines": {
Expand Down Expand Up @@ -14732,15 +14732,15 @@
}
},
"node_modules/w3c-xmlserializer": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/w3c-xmlserializer/-/w3c-xmlserializer-3.0.0.tgz",
"integrity": "sha512-3WFqGEgSXIyGhOmAFtlicJNMjEps8b1MG31NCA0/vOF9+nKMUW1ckhi9cnNHmf88Rzw5V+dwIwsm2C7X8k9aQg==",
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/w3c-xmlserializer/-/w3c-xmlserializer-4.0.0.tgz",
"integrity": "sha512-d+BFHzbiCx6zGfz0HyQ6Rg69w9k19nviJspaj4yNscGjrHu94sVP+aRm75yEbCh+r2/yR+7q6hux9LVtbuTGBw==",
"dev": true,
"dependencies": {
"xml-name-validator": "^4.0.0"
},
"engines": {
"node": ">=12"
"node": ">=14"
}
},
"node_modules/walk-up-path": {
Expand Down

0 comments on commit acbafe2

Please sign in to comment.