1
0
mirror of synced 2026-01-06 06:02:35 -05:00

Merge pull request #20964 from github/repo-sync

repo sync
This commit is contained in:
Octomerger Bot
2022-09-28 09:02:10 -07:00
committed by GitHub
2 changed files with 9 additions and 6 deletions

13
package-lock.json generated
View File

@@ -76,7 +76,7 @@
"rss-parser": "^3.12.0",
"scroll-anchoring": "^0.1.0",
"semver": "^7.3.7",
"slash": "^4.0.0",
"slash": "^5.0.0",
"strip-html-comments": "^1.0.0",
"styled-components": "^5.3.5",
"swr": "^1.3.0",
@@ -18398,10 +18398,11 @@
"license": "MIT"
},
"node_modules/slash": {
"version": "4.0.0",
"license": "MIT",
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/slash/-/slash-5.0.0.tgz",
"integrity": "sha512-n6KkmvKS0623igEVj3FF0OZs1gYYJ0o0Hj939yc1fyxl2xt+xYpLnzJB6xBSqOfV9ZFLEWodBBN/heZJahuIJQ==",
"engines": {
"node": ">=12"
"node": ">=14.16"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
@@ -33418,7 +33419,9 @@
"devOptional": true
},
"slash": {
"version": "4.0.0"
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/slash/-/slash-5.0.0.tgz",
"integrity": "sha512-n6KkmvKS0623igEVj3FF0OZs1gYYJ0o0Hj939yc1fyxl2xt+xYpLnzJB6xBSqOfV9ZFLEWodBBN/heZJahuIJQ=="
},
"slice-ansi": {
"version": "5.0.0",

View File

@@ -78,7 +78,7 @@
"rss-parser": "^3.12.0",
"scroll-anchoring": "^0.1.0",
"semver": "^7.3.7",
"slash": "^4.0.0",
"slash": "^5.0.0",
"strip-html-comments": "^1.0.0",
"styled-components": "^5.3.5",
"swr": "^1.3.0",