Revert "Update checked-in dependencies"

This reverts commit 65b1807594.
This commit is contained in:
Dave Bartolomeo
2024-09-13 11:56:49 -04:00
parent e8292c7849
commit 9d8d30f5fe
2 changed files with 28 additions and 7 deletions
+16 -1
View File
@@ -1,6 +1,6 @@
{
"name": "codeql",
"version": "2.26.6",
"version": "3.26.6",
"lockfileVersion": 3,
"requires": true,
"packages": {
@@ -861,9 +861,17 @@
"license": "MIT"
},
"node_modules/@types/node": {
<<<<<<< HEAD
"version": "16.11.22",
"resolved": "https://registry.npmjs.org/@types/node/-/node-16.11.22.tgz",
"integrity": "sha512-DYNtJWauMQ9RNpesl4aVothr97/tIJM8HbyOXJ0AYT1Z2bEjLHyfjOBPAQQVMLf8h3kSShYfNk8Wnto8B2zHUA=="
=======
"version": "20.9.0",
"license": "MIT",
"dependencies": {
"undici-types": "~5.26.4"
}
>>>>>>> origin/releases/v3
},
"node_modules/@types/node-fetch": {
"version": "2.6.4",
@@ -5928,6 +5936,13 @@
"url": "https://github.com/sponsors/ljharb"
}
},
<<<<<<< HEAD
=======
"node_modules/undici-types": {
"version": "5.26.5",
"license": "MIT"
},
>>>>>>> origin/releases/v3
"node_modules/universal-user-agent": {
"version": "6.0.0",
"license": "ISC"
+12 -6
View File
@@ -1,12 +1,12 @@
{
"name": "codeql",
"version": "2.26.6",
"version": "3.26.6",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "codeql",
"version": "2.26.6",
"version": "3.26.6",
"license": "MIT",
"dependencies": {
"@actions/artifact": "^1.1.2",
@@ -48,7 +48,7 @@
"@types/console-log-level": "^1.4.5",
"@types/get-folder-size": "^2.0.0",
"@types/js-yaml": "^4.0.9",
"@types/node": "16.11.22",
"@types/node": "20.9.0",
"@types/semver": "^7.5.8",
"@types/sinon": "^17.0.3",
"@typescript-eslint/eslint-plugin": "^8.2.0",
@@ -924,9 +924,11 @@
"license": "MIT"
},
"node_modules/@types/node": {
"version": "16.11.22",
"resolved": "https://registry.npmjs.org/@types/node/-/node-16.11.22.tgz",
"integrity": "sha512-DYNtJWauMQ9RNpesl4aVothr97/tIJM8HbyOXJ0AYT1Z2bEjLHyfjOBPAQQVMLf8h3kSShYfNk8Wnto8B2zHUA=="
"version": "20.9.0",
"license": "MIT",
"dependencies": {
"undici-types": "~5.26.4"
}
},
"node_modules/@types/node-fetch": {
"version": "2.6.4",
@@ -5991,6 +5993,10 @@
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/undici-types": {
"version": "5.26.5",
"license": "MIT"
},
"node_modules/universal-user-agent": {
"version": "6.0.0",
"license": "ISC"