Skip to content

Commit

Permalink
Merge branch 'github:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
projectoperations authored Oct 2, 2024
2 parents 60ceb4f + aee0b2b commit 9d10d22
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 10 deletions.
8 changes: 8 additions & 0 deletions SUPPORT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Support

This repository contains sample code provided by GitHub for demonstration purposes.

- **No Official Support**: These samples are provided "as-is" without official support.
- **Use at Your Own Risk**: Intended for learning and experimentation, not for production use.

Thank you for understanding.
2 changes: 1 addition & 1 deletion api/javascript/es2015-nodejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
},
"author": "@k33g",
"dependencies": {
"node-fetch": "^1.6.3"
"node-fetch": "^3.3.2"
}
}
6 changes: 3 additions & 3 deletions api/javascript/gha-cleanup/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions graphql/enterprise/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -317,10 +317,10 @@ brace-expansion@^1.1.7:
concat-map "0.0.1"

braces@^3.0.2:
version "3.0.2"
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107"
version "3.0.3"
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.3.tgz#490332f40919452272d55a8480adc0c441358789"
dependencies:
fill-range "^7.0.1"
fill-range "^7.1.1"

busboy@^1.6.0:
version "1.6.0"
Expand Down Expand Up @@ -473,9 +473,9 @@ fbjs@^0.8.9:
setimmediate "^1.0.5"
ua-parser-js "^0.7.9"

fill-range@^7.0.1:
version "7.0.1"
resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.0.1.tgz#1919a6a7c75fe38b2c7c77e5198535da9acdda40"
fill-range@^7.1.1:
version "7.1.1"
resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.1.1.tgz#44265d3cac07e3ea7dc247516380643754a05292"
dependencies:
to-regex-range "^5.0.1"

Expand Down

0 comments on commit 9d10d22

Please sign in to comment.