Skip to content

Commit

Permalink
d4f1043 fix: upgrade authcore level (#6147)
Browse files Browse the repository at this point in the history
  • Loading branch information
JerryWu1234 committed May 6, 2024
1 parent 208a530 commit 7f3eba3
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 47 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@builder.io/qwik-city",
"description": "The meta-framework for Qwik.",
"version": "1.5.3-dev20240506001633",
"version": "1.5.3-dev20240506020149",
"bugs": "https://github.com/QwikDev/qwik/issues",
"dependencies": {
"@mdx-js/mdx": "^3.0.1",
Expand Down
44 changes: 21 additions & 23 deletions vite/index.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -12636,7 +12636,7 @@ var init_micromark_factory_space = __esm({
}
});

// node_modules/.pnpm/[email protected].1/node_modules/micromark-core-commonmark/lib/blank-line.js
// node_modules/.pnpm/[email protected].0/node_modules/micromark-core-commonmark/lib/blank-line.js
function tokenizeBlankLine(effects, ok3, nok) {
return start;
function start(code3) {
Expand All @@ -12648,7 +12648,7 @@ function tokenizeBlankLine(effects, ok3, nok) {
}
var blankLine;
var init_blank_line = __esm({
"node_modules/.pnpm/[email protected].1/node_modules/micromark-core-commonmark/lib/blank-line.js"() {
"node_modules/.pnpm/[email protected].0/node_modules/micromark-core-commonmark/lib/blank-line.js"() {
init_micromark_factory_space();
init_micromark_util_character();
blankLine = {
Expand All @@ -12658,9 +12658,9 @@ var init_blank_line = __esm({
}
});

// node_modules/.pnpm/[email protected].1/node_modules/micromark-core-commonmark/index.js
// node_modules/.pnpm/[email protected].0/node_modules/micromark-core-commonmark/index.js
var init_micromark_core_commonmark = __esm({
"node_modules/.pnpm/[email protected].1/node_modules/micromark-core-commonmark/index.js"() {
"node_modules/.pnpm/[email protected].0/node_modules/micromark-core-commonmark/index.js"() {
init_blank_line();
}
});
Expand Down Expand Up @@ -18845,7 +18845,7 @@ function vbnet(Prism2) {
});
}

// node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/util/schema.js
// node_modules/.pnpm/property-information@6.4.1/node_modules/property-information/lib/util/schema.js
var Schema = class {
/**
* @constructor
Expand All @@ -18865,7 +18865,7 @@ Schema.prototype.property = {};
Schema.prototype.normal = {};
Schema.prototype.space = null;

// node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/util/merge.js
// node_modules/.pnpm/property-information@6.4.1/node_modules/property-information/lib/util/merge.js
function merge(definitions, space) {
const property = {};
const normal = {};
Expand All @@ -18877,12 +18877,12 @@ function merge(definitions, space) {
return new Schema(property, normal, space);
}

// node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/normalize.js
// node_modules/.pnpm/property-information@6.4.1/node_modules/property-information/lib/normalize.js
function normalize2(value2) {
return value2.toLowerCase();
}

// node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/util/info.js
// node_modules/.pnpm/property-information@6.4.1/node_modules/property-information/lib/util/info.js
var Info = class {
/**
* @constructor
Expand All @@ -18905,7 +18905,7 @@ Info.prototype.commaOrSpaceSeparated = false;
Info.prototype.mustUseProperty = false;
Info.prototype.defined = false;

// node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/util/types.js
// node_modules/.pnpm/property-information@6.4.1/node_modules/property-information/lib/util/types.js
var types_exports = {};
__export(types_exports, {
boolean: () => boolean,
Expand All @@ -18928,7 +18928,7 @@ function increment() {
return 2 ** ++powers;
}

// node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/util/defined-info.js
// node_modules/.pnpm/property-information@6.4.1/node_modules/property-information/lib/util/defined-info.js
var checks = Object.keys(types_exports);
var DefinedInfo = class extends Info {
/**
Expand Down Expand Up @@ -18957,7 +18957,7 @@ function mark(values, key, value2) {
}
}

// node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/util/create.js
// node_modules/.pnpm/property-information@6.4.1/node_modules/property-information/lib/util/create.js
var own3 = {}.hasOwnProperty;
function create(definition2) {
const property = {};
Expand All @@ -18983,7 +18983,7 @@ function create(definition2) {
return new Schema(property, normal, definition2.space);
}

// node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/xlink.js
// node_modules/.pnpm/property-information@6.4.1/node_modules/property-information/lib/xlink.js
var xlink = create({
space: "xlink",
transform(_2, prop) {
Expand All @@ -19000,7 +19000,7 @@ var xlink = create({
}
});

// node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/xml.js
// node_modules/.pnpm/property-information@6.4.1/node_modules/property-information/lib/xml.js
var xml = create({
space: "xml",
transform(_2, prop) {
Expand All @@ -19009,25 +19009,25 @@ var xml = create({
properties: { xmlLang: null, xmlBase: null, xmlSpace: null }
});

// node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/util/case-sensitive-transform.js
// node_modules/.pnpm/property-information@6.4.1/node_modules/property-information/lib/util/case-sensitive-transform.js
function caseSensitiveTransform(attributes2, attribute) {
return attribute in attributes2 ? attributes2[attribute] : attribute;
}

// node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/util/case-insensitive-transform.js
// node_modules/.pnpm/property-information@6.4.1/node_modules/property-information/lib/util/case-insensitive-transform.js
function caseInsensitiveTransform(attributes2, property) {
return caseSensitiveTransform(attributes2, property.toLowerCase());
}

// node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/xmlns.js
// node_modules/.pnpm/property-information@6.4.1/node_modules/property-information/lib/xmlns.js
var xmlns = create({
space: "xmlns",
attributes: { xmlnsxlink: "xmlns:xlink" },
transform: caseInsensitiveTransform,
properties: { xmlns: null, xmlnsXLink: null }
});

// node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/aria.js
// node_modules/.pnpm/property-information@6.4.1/node_modules/property-information/lib/aria.js
var aria = create({
transform(_2, prop) {
return prop === "role" ? prop : "aria-" + prop.slice(4).toLowerCase();
Expand Down Expand Up @@ -19085,7 +19085,7 @@ var aria = create({
}
});

// node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/html.js
// node_modules/.pnpm/property-information@6.4.1/node_modules/property-information/lib/html.js
var html = create({
space: "html",
attributes: {
Expand Down Expand Up @@ -19300,7 +19300,6 @@ var html = create({
scoped: boolean,
seamless: boolean,
selected: boolean,
shadowRootClonable: boolean,
shadowRootDelegatesFocus: boolean,
shadowRootMode: null,
shape: null,
Expand All @@ -19326,7 +19325,6 @@ var html = create({
value: booleanish,
width: number,
wrap: null,
writingSuggestions: null,
// Legacy.
// See: https://html.spec.whatwg.org/#other-elements,-attributes-and-apis
align: null,
Expand Down Expand Up @@ -19449,7 +19447,7 @@ var html = create({
}
});

// node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/svg.js
// node_modules/.pnpm/property-information@6.4.1/node_modules/property-information/lib/svg.js
var svg = create({
space: "svg",
attributes: {
Expand Down Expand Up @@ -20011,7 +20009,7 @@ var svg = create({
}
});

// node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/find.js
// node_modules/.pnpm/property-information@6.4.1/node_modules/property-information/lib/find.js
var valid = /^data[-\w.:]+$/i;
var dash = /-[a-z]/g;
var cap = /[A-Z]/g;
Expand Down Expand Up @@ -20047,7 +20045,7 @@ function camelcase($0) {
return $0.charAt(1).toUpperCase();
}

// node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/index.js
// node_modules/.pnpm/property-information@6.4.1/node_modules/property-information/index.js
var html2 = merge([xml, xlink, xmlns, aria, html], "html");
var svg2 = merge([xml, xlink, xmlns, aria, svg], "svg");

Expand Down
44 changes: 21 additions & 23 deletions vite/index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -12634,7 +12634,7 @@ var init_micromark_factory_space = __esm({
}
});

// node_modules/.pnpm/[email protected].1/node_modules/micromark-core-commonmark/lib/blank-line.js
// node_modules/.pnpm/[email protected].0/node_modules/micromark-core-commonmark/lib/blank-line.js
function tokenizeBlankLine(effects, ok3, nok) {
return start;
function start(code3) {
Expand All @@ -12646,7 +12646,7 @@ function tokenizeBlankLine(effects, ok3, nok) {
}
var blankLine;
var init_blank_line = __esm({
"node_modules/.pnpm/[email protected].1/node_modules/micromark-core-commonmark/lib/blank-line.js"() {
"node_modules/.pnpm/[email protected].0/node_modules/micromark-core-commonmark/lib/blank-line.js"() {
init_micromark_factory_space();
init_micromark_util_character();
blankLine = {
Expand All @@ -12656,9 +12656,9 @@ var init_blank_line = __esm({
}
});

// node_modules/.pnpm/[email protected].1/node_modules/micromark-core-commonmark/index.js
// node_modules/.pnpm/[email protected].0/node_modules/micromark-core-commonmark/index.js
var init_micromark_core_commonmark = __esm({
"node_modules/.pnpm/[email protected].1/node_modules/micromark-core-commonmark/index.js"() {
"node_modules/.pnpm/[email protected].0/node_modules/micromark-core-commonmark/index.js"() {
init_blank_line();
}
});
Expand Down Expand Up @@ -18835,7 +18835,7 @@ function vbnet(Prism2) {
});
}

// node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/util/schema.js
// node_modules/.pnpm/property-information@6.4.1/node_modules/property-information/lib/util/schema.js
var Schema = class {
/**
* @constructor
Expand All @@ -18855,7 +18855,7 @@ Schema.prototype.property = {};
Schema.prototype.normal = {};
Schema.prototype.space = null;

// node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/util/merge.js
// node_modules/.pnpm/property-information@6.4.1/node_modules/property-information/lib/util/merge.js
function merge(definitions, space) {
const property = {};
const normal = {};
Expand All @@ -18867,12 +18867,12 @@ function merge(definitions, space) {
return new Schema(property, normal, space);
}

// node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/normalize.js
// node_modules/.pnpm/property-information@6.4.1/node_modules/property-information/lib/normalize.js
function normalize2(value2) {
return value2.toLowerCase();
}

// node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/util/info.js
// node_modules/.pnpm/property-information@6.4.1/node_modules/property-information/lib/util/info.js
var Info = class {
/**
* @constructor
Expand All @@ -18895,7 +18895,7 @@ Info.prototype.commaOrSpaceSeparated = false;
Info.prototype.mustUseProperty = false;
Info.prototype.defined = false;

// node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/util/types.js
// node_modules/.pnpm/property-information@6.4.1/node_modules/property-information/lib/util/types.js
var types_exports = {};
__export(types_exports, {
boolean: () => boolean,
Expand All @@ -18918,7 +18918,7 @@ function increment() {
return 2 ** ++powers;
}

// node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/util/defined-info.js
// node_modules/.pnpm/property-information@6.4.1/node_modules/property-information/lib/util/defined-info.js
var checks = Object.keys(types_exports);
var DefinedInfo = class extends Info {
/**
Expand Down Expand Up @@ -18947,7 +18947,7 @@ function mark(values, key, value2) {
}
}

// node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/util/create.js
// node_modules/.pnpm/property-information@6.4.1/node_modules/property-information/lib/util/create.js
var own3 = {}.hasOwnProperty;
function create(definition2) {
const property = {};
Expand All @@ -18973,7 +18973,7 @@ function create(definition2) {
return new Schema(property, normal, definition2.space);
}

// node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/xlink.js
// node_modules/.pnpm/property-information@6.4.1/node_modules/property-information/lib/xlink.js
var xlink = create({
space: "xlink",
transform(_2, prop) {
Expand All @@ -18990,7 +18990,7 @@ var xlink = create({
}
});

// node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/xml.js
// node_modules/.pnpm/property-information@6.4.1/node_modules/property-information/lib/xml.js
var xml = create({
space: "xml",
transform(_2, prop) {
Expand All @@ -18999,25 +18999,25 @@ var xml = create({
properties: { xmlLang: null, xmlBase: null, xmlSpace: null }
});

// node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/util/case-sensitive-transform.js
// node_modules/.pnpm/property-information@6.4.1/node_modules/property-information/lib/util/case-sensitive-transform.js
function caseSensitiveTransform(attributes2, attribute) {
return attribute in attributes2 ? attributes2[attribute] : attribute;
}

// node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/util/case-insensitive-transform.js
// node_modules/.pnpm/property-information@6.4.1/node_modules/property-information/lib/util/case-insensitive-transform.js
function caseInsensitiveTransform(attributes2, property) {
return caseSensitiveTransform(attributes2, property.toLowerCase());
}

// node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/xmlns.js
// node_modules/.pnpm/property-information@6.4.1/node_modules/property-information/lib/xmlns.js
var xmlns = create({
space: "xmlns",
attributes: { xmlnsxlink: "xmlns:xlink" },
transform: caseInsensitiveTransform,
properties: { xmlns: null, xmlnsXLink: null }
});

// node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/aria.js
// node_modules/.pnpm/property-information@6.4.1/node_modules/property-information/lib/aria.js
var aria = create({
transform(_2, prop) {
return prop === "role" ? prop : "aria-" + prop.slice(4).toLowerCase();
Expand Down Expand Up @@ -19075,7 +19075,7 @@ var aria = create({
}
});

// node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/html.js
// node_modules/.pnpm/property-information@6.4.1/node_modules/property-information/lib/html.js
var html = create({
space: "html",
attributes: {
Expand Down Expand Up @@ -19290,7 +19290,6 @@ var html = create({
scoped: boolean,
seamless: boolean,
selected: boolean,
shadowRootClonable: boolean,
shadowRootDelegatesFocus: boolean,
shadowRootMode: null,
shape: null,
Expand All @@ -19316,7 +19315,6 @@ var html = create({
value: booleanish,
width: number,
wrap: null,
writingSuggestions: null,
// Legacy.
// See: https://html.spec.whatwg.org/#other-elements,-attributes-and-apis
align: null,
Expand Down Expand Up @@ -19439,7 +19437,7 @@ var html = create({
}
});

// node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/svg.js
// node_modules/.pnpm/property-information@6.4.1/node_modules/property-information/lib/svg.js
var svg = create({
space: "svg",
attributes: {
Expand Down Expand Up @@ -20001,7 +19999,7 @@ var svg = create({
}
});

// node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/find.js
// node_modules/.pnpm/property-information@6.4.1/node_modules/property-information/lib/find.js
var valid = /^data[-\w.:]+$/i;
var dash = /-[a-z]/g;
var cap = /[A-Z]/g;
Expand Down Expand Up @@ -20037,7 +20035,7 @@ function camelcase($0) {
return $0.charAt(1).toUpperCase();
}

// node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/index.js
// node_modules/.pnpm/property-information@6.4.1/node_modules/property-information/index.js
var html2 = merge([xml, xlink, xmlns, aria, html], "html");
var svg2 = merge([xml, xlink, xmlns, aria, svg], "svg");

Expand Down

0 comments on commit 7f3eba3

Please sign in to comment.