mirror of
https://github.com/github/codeql-action.git
synced 2025-12-26 17:20:10 +08:00
* Bump the npm group with 11 updates Bumps the npm group with 11 updates: | Package | From | To | | --- | --- | --- | | [@actions/artifact](https://github.com/actions/toolkit/tree/HEAD/packages/artifact) | `1.1.1` | `1.1.2` | | [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) | `1.10.0` | `1.10.1` | | [uuid](https://github.com/uuidjs/uuid) | `9.0.0` | `9.0.1` | | [@types/uuid](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/uuid) | `9.0.3` | `9.0.4` | | [@types/adm-zip](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/adm-zip) | `0.5.0` | `0.5.1` | | [@types/js-yaml](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/js-yaml) | `4.0.5` | `4.0.6` | | [@types/semver](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/semver) | `7.5.1` | `7.5.2` | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `6.5.0` | `6.7.2` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `6.6.0` | `6.7.2` | | [eslint](https://github.com/eslint/eslint) | `8.48.0` | `8.49.0` | | [sinon](https://github.com/sinonjs/sinon) | `15.2.0` | `16.0.0` | Updates `@actions/artifact` from 1.1.1 to 1.1.2 - [Changelog](https://github.com/actions/toolkit/blob/main/packages/artifact/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/artifact) Updates `@actions/core` from 1.10.0 to 1.10.1 - [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core) Updates `uuid` from 9.0.0 to 9.0.1 - [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md) - [Commits](https://github.com/uuidjs/uuid/compare/v9.0.0...v9.0.1) Updates `@types/uuid` from 9.0.3 to 9.0.4 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/uuid) Updates `@types/adm-zip` from 0.5.0 to 0.5.1 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/adm-zip) Updates `@types/js-yaml` from 4.0.5 to 4.0.6 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/js-yaml) Updates `@types/semver` from 7.5.1 to 7.5.2 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/semver) Updates `@typescript-eslint/eslint-plugin` from 6.5.0 to 6.7.2 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.7.2/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 6.6.0 to 6.7.2 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.7.2/packages/parser) Updates `eslint` from 8.48.0 to 8.49.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v8.48.0...v8.49.0) Updates `sinon` from 15.2.0 to 16.0.0 - [Release notes](https://github.com/sinonjs/sinon/releases) - [Changelog](https://github.com/sinonjs/sinon/blob/main/docs/changelog.md) - [Commits](https://github.com/sinonjs/sinon/compare/v15.2.0...v16.0.0) --- updated-dependencies: - dependency-name: "@actions/artifact" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm - dependency-name: "@actions/core" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm - dependency-name: "@types/uuid" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm - dependency-name: "@types/adm-zip" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm - dependency-name: "@types/js-yaml" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm - dependency-name: "@types/semver" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm - dependency-name: sinon dependency-type: direct:development update-type: version-update:semver-major dependency-group: npm ... Signed-off-by: dependabot[bot] <support@github.com> * Update checked-in dependencies --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
136 lines
4.4 KiB
JSON
136 lines
4.4 KiB
JSON
{
|
|
"name": "uuid",
|
|
"version": "9.0.1",
|
|
"description": "RFC4122 (v1, v4, and v5) UUIDs",
|
|
"funding": [
|
|
"https://github.com/sponsors/broofa",
|
|
"https://github.com/sponsors/ctavan"
|
|
],
|
|
"commitlint": {
|
|
"extends": [
|
|
"@commitlint/config-conventional"
|
|
]
|
|
},
|
|
"keywords": [
|
|
"uuid",
|
|
"guid",
|
|
"rfc4122"
|
|
],
|
|
"license": "MIT",
|
|
"bin": {
|
|
"uuid": "./dist/bin/uuid"
|
|
},
|
|
"sideEffects": false,
|
|
"main": "./dist/index.js",
|
|
"exports": {
|
|
".": {
|
|
"node": {
|
|
"module": "./dist/esm-node/index.js",
|
|
"require": "./dist/index.js",
|
|
"import": "./wrapper.mjs"
|
|
},
|
|
"browser": {
|
|
"import": "./dist/esm-browser/index.js",
|
|
"require": "./dist/commonjs-browser/index.js"
|
|
},
|
|
"default": "./dist/esm-browser/index.js"
|
|
},
|
|
"./package.json": "./package.json"
|
|
},
|
|
"module": "./dist/esm-node/index.js",
|
|
"browser": {
|
|
"./dist/md5.js": "./dist/md5-browser.js",
|
|
"./dist/native.js": "./dist/native-browser.js",
|
|
"./dist/rng.js": "./dist/rng-browser.js",
|
|
"./dist/sha1.js": "./dist/sha1-browser.js",
|
|
"./dist/esm-node/index.js": "./dist/esm-browser/index.js"
|
|
},
|
|
"files": [
|
|
"CHANGELOG.md",
|
|
"CONTRIBUTING.md",
|
|
"LICENSE.md",
|
|
"README.md",
|
|
"dist",
|
|
"wrapper.mjs"
|
|
],
|
|
"devDependencies": {
|
|
"@babel/cli": "7.18.10",
|
|
"@babel/core": "7.18.10",
|
|
"@babel/eslint-parser": "7.18.9",
|
|
"@babel/preset-env": "7.18.10",
|
|
"@commitlint/cli": "17.0.3",
|
|
"@commitlint/config-conventional": "17.0.3",
|
|
"bundlewatch": "0.3.3",
|
|
"eslint": "8.21.0",
|
|
"eslint-config-prettier": "8.5.0",
|
|
"eslint-config-standard": "17.0.0",
|
|
"eslint-plugin-import": "2.26.0",
|
|
"eslint-plugin-node": "11.1.0",
|
|
"eslint-plugin-prettier": "4.2.1",
|
|
"eslint-plugin-promise": "6.0.0",
|
|
"husky": "8.0.1",
|
|
"jest": "28.1.3",
|
|
"lint-staged": "13.0.3",
|
|
"npm-run-all": "4.1.5",
|
|
"optional-dev-dependency": "2.0.1",
|
|
"prettier": "2.7.1",
|
|
"random-seed": "0.3.0",
|
|
"runmd": "1.3.9",
|
|
"standard-version": "9.5.0"
|
|
},
|
|
"optionalDevDependencies": {
|
|
"@wdio/browserstack-service": "7.16.10",
|
|
"@wdio/cli": "7.16.10",
|
|
"@wdio/jasmine-framework": "7.16.6",
|
|
"@wdio/local-runner": "7.16.10",
|
|
"@wdio/spec-reporter": "7.16.9",
|
|
"@wdio/static-server-service": "7.16.6"
|
|
},
|
|
"scripts": {
|
|
"examples:browser:webpack:build": "cd examples/browser-webpack && npm install && npm run build",
|
|
"examples:browser:rollup:build": "cd examples/browser-rollup && npm install && npm run build",
|
|
"examples:node:commonjs:test": "cd examples/node-commonjs && npm install && npm test",
|
|
"examples:node:esmodules:test": "cd examples/node-esmodules && npm install && npm test",
|
|
"examples:node:jest:test": "cd examples/node-jest && npm install && npm test",
|
|
"prepare": "cd $( git rev-parse --show-toplevel ) && husky install",
|
|
"lint": "npm run eslint:check && npm run prettier:check",
|
|
"eslint:check": "eslint src/ test/ examples/ *.js",
|
|
"eslint:fix": "eslint --fix src/ test/ examples/ *.js",
|
|
"pretest": "[ -n $CI ] || npm run build",
|
|
"test": "BABEL_ENV=commonjsNode node --throw-deprecation node_modules/.bin/jest test/unit/",
|
|
"pretest:browser": "optional-dev-dependency && npm run build && npm-run-all --parallel examples:browser:**",
|
|
"test:browser": "wdio run ./wdio.conf.js",
|
|
"pretest:node": "npm run build",
|
|
"test:node": "npm-run-all --parallel examples:node:**",
|
|
"test:pack": "./scripts/testpack.sh",
|
|
"pretest:benchmark": "npm run build",
|
|
"test:benchmark": "cd examples/benchmark && npm install && npm test",
|
|
"prettier:check": "prettier --check '**/*.{js,jsx,json,md}'",
|
|
"prettier:fix": "prettier --write '**/*.{js,jsx,json,md}'",
|
|
"bundlewatch": "npm run pretest:browser && bundlewatch --config bundlewatch.config.json",
|
|
"md": "runmd --watch --output=README.md README_js.md",
|
|
"docs": "( node --version | grep -q 'v18' ) && ( npm run build && npx runmd --output=README.md README_js.md )",
|
|
"docs:diff": "npm run docs && git diff --quiet README.md",
|
|
"build": "./scripts/build.sh",
|
|
"prepack": "npm run build",
|
|
"release": "standard-version --no-verify"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/uuidjs/uuid.git"
|
|
},
|
|
"lint-staged": {
|
|
"*.{js,jsx,json,md}": [
|
|
"prettier --write"
|
|
],
|
|
"*.{js,jsx}": [
|
|
"eslint --fix"
|
|
]
|
|
},
|
|
"standard-version": {
|
|
"scripts": {
|
|
"postchangelog": "prettier --write CHANGELOG.md"
|
|
}
|
|
}
|
|
}
|